| Modifier and Type | Method and Description |
|---|---|
boolean |
AdaptationBehavior.execute(RoleSet affectedRoleSet) |
boolean |
AdaptationBehavior.execute(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
boolean |
AdaptationBehavior.executeAsync(RoleSet affectedRoleSet) |
boolean |
AdaptationBehavior.executeAsync(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdaptationBehaviorImpl.execute(RoleSet affectedRoleSet) |
boolean |
AdaptationBehaviorImpl.execute(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
boolean |
AdaptationBehaviorImpl.executeAsync(RoleSet affectedRoleSet) |
boolean |
AdaptationBehaviorImpl.executeAsync(RoleSet affectedRoleSet,
ControllerCallInputVariableUsageCollection controllerCallsVariableUsages) |
| Modifier and Type | Method and Description |
|---|---|
RoleSet |
InstanceFactory.createRoleSet()
Returns a new object of class 'Role Set'.
|
RoleSet |
Role.getRoleSet()
Returns the value of the 'Role Set' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setRoleSet(RoleSet value)
Sets the value of the '
Role Set' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
RoleSetImpl
An implementation of the model object 'Role Set'.
|
| Modifier and Type | Method and Description |
|---|---|
RoleSet |
InstanceFactoryImpl.createRoleSet() |
RoleSet |
RoleImpl.getRoleSet() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
RoleImpl.basicSetRoleSet(RoleSet newRoleSet,
NotificationChain msgs) |
void |
RoleImpl.setRoleSet(RoleSet newRoleSet) |
| Modifier and Type | Method and Description |
|---|---|
T |
InstanceSwitch.caseRoleSet(RoleSet object)
Returns the result of interpreting the object as an instance of 'Role Set'.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
AbstractStateTransformation.execute(RoleSet roleSet) |
static ActionRuntimeState.TransientEffectInterpreterBuilder |
ActionRuntimeState.getInterpreterBuilder(RoleSet roleSet,
AdaptationBehaviorRepository repository)
Gets a
ActionRuntimeState.TransientEffectInterpreterBuilder which is suitable to construct an
TransientEffectInterpreter with the given arguments. |