Package org.intocps.maestro.core.dto
Class MultiModel.ModelSwap
java.lang.Object
org.intocps.maestro.core.dto.MultiModel.ModelSwap
- Enclosing class:
MultiModel
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
swapInstance
-
stepCondition
@JsonPropertyDescription("The condition that should be true for the step to be allowed. It could be (true)") public String stepCondition -
swapCondition
@JsonPropertyDescription("The condition that should be true for the model to be swapped in i.e. replacing the previous. The condition could look like (controller.valve ==true) if the instance controller exist and have value as a boolean signal") public String swapCondition -
swapConnections
-
-
Constructor Details
-
ModelSwap
public ModelSwap()
-