| Modifier and Type | Method and Description |
|---|---|
boolean |
AdaptationBehavior.execute(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
boolean |
AdaptationBehavior.executeAsync(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdaptationBehaviorImpl.execute(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
boolean |
AdaptationBehaviorImpl.executeAsync(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
| Modifier and Type | Method and Description |
|---|---|
ActionRuntimeState.TransientEffectInterpreterBuilder |
ActionRuntimeState.TransientEffectInterpreterBuilder.addControllerCallVariableUsages(ControllerCallInputVariableUsageCollection controllerCallVariabelUsages)
Equips the current builder instance with a collection of input variable usages that shall
be used by the interpreter to be constructed.
|
| Modifier and Type | Method and Description |
|---|---|
ControllerCallInputVariableUsageCollection |
ParameterFactory.createControllerCallInputVariableUsageCollection()
Returns a new object of class 'Controller Call Input Variable Usage Collection'.
|
ControllerCallInputVariableUsageCollection |
ControllerCallInputVariableUsage.getContainingCollection()
Returns the value of the 'Containing Collection' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerCallInputVariableUsage.setContainingCollection(ControllerCallInputVariableUsageCollection value)
Sets the value of the '
Containing Collection' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerCallInputVariableUsageCollectionImpl
An implementation of the model object '
Controller Call Input Variable Usage Collection'.
|
| Modifier and Type | Method and Description |
|---|---|
ControllerCallInputVariableUsageCollection |
ParameterFactoryImpl.createControllerCallInputVariableUsageCollection() |
ControllerCallInputVariableUsageCollection |
ControllerCallInputVariableUsageImpl.getContainingCollection() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
ControllerCallInputVariableUsageImpl.basicSetContainingCollection(ControllerCallInputVariableUsageCollection newContainingCollection,
NotificationChain msgs) |
void |
ControllerCallInputVariableUsageImpl.setContainingCollection(ControllerCallInputVariableUsageCollection newContainingCollection) |
| Modifier and Type | Method and Description |
|---|---|
T |
ParameterSwitch.caseControllerCallInputVariableUsageCollection(ControllerCallInputVariableUsageCollection object)
Returns the result of interpreting the object as an instance of '
Controller Call Input Variable Usage Collection'.
|