Package org.intocps.maestro.core.dto
Class MultiModel.ModelSwap
- java.lang.Object
-
- org.intocps.maestro.core.dto.MultiModel.ModelSwap
-
- Enclosing class:
- MultiModel
public static class MultiModel.ModelSwap extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringstepConditionStringswapConditionMap<String,List<String>>swapConnectionsStringswapInstance
-
Constructor Summary
Constructors Constructor Description ModelSwap()
-
-
-
Field Detail
-
swapInstance
@JsonPropertyDescription("The name of the instance swapped in") public String 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
-
-