| Package | Description |
|---|---|
| org.palladiosimulator.simulizar.action.interpreter |
| 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.
|
static ActionRuntimeState.TransientEffectInterpreterBuilder |
ActionRuntimeState.getInterpreterBuilder(RoleSet roleSet,
AdaptationBehaviorRepository repository)
Gets a
ActionRuntimeState.TransientEffectInterpreterBuilder which is suitable to construct an
TransientEffectInterpreter with the given arguments. |
ActionRuntimeState.TransientEffectInterpreterBuilder |
ActionRuntimeState.TransientEffectInterpreterBuilder.isAsync()
Equips the current builder instance to create an interpreter for asynchronous
interpretation.
|