Uses of Interface
io.gs2.cdk.stateMachine.integration.IVariable
Packages that use IVariable
-
Uses of IVariable in io.gs2.cdk.stateMachine.integration
Classes in io.gs2.cdk.stateMachine.integration that implement IVariableModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in io.gs2.cdk.stateMachine.integration with parameters of type IVariableModifier and TypeMethodDescriptionStateMachineDefinition.inParam(IVariable currentStateMachineVariable, IVariable subStateMachineVariable) StateMachineDefinition.outParam(IVariable subStateMachineVariable, IVariable currentStateMachineVariable) StateMachineDefinition.scriptTask(String name, IVariable[] arguments, String script) StateMachineDefinition.stateMachine(String name, IVariable[] variables) Method parameters in io.gs2.cdk.stateMachine.integration with type arguments of type IVariableModifier and TypeMethodDescriptionWaitTask.result(String resultName, Map<IVariable, String> emitEventArgumentVariableNames, String nextTaskName) Constructors in io.gs2.cdk.stateMachine.integration with parameters of type IVariableModifierConstructorDescriptionStateMachine(StateMachineDefinition stateMachineDefinition, String name, IVariable[] variables) Constructor parameters in io.gs2.cdk.stateMachine.integration with type arguments of type IVariable