public class InvocationCouple
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DelegateInvocation |
invocationByName |
BACIInvocation |
invocationByType |
| Constructor and Description |
|---|
InvocationCouple(BACIInvocation invocationByType,
DelegateInvocation invocationByName) |
public BACIInvocation invocationByType
public DelegateInvocation invocationByName
public InvocationCouple(BACIInvocation invocationByType, DelegateInvocation invocationByName)