Class NodeInstanceData
java.lang.Object
de.aristaflow.ilm.model.processmodel.NodeInstanceData
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription@NotNull Integer@Valid QualifiedAgent@NotNull ProcessConstants.NodeStateA list of the corresponding subprocess instance IDs, the index of the outer list is the iteration (starting with 0), the inner list is just a collection of subprocess instances without any specific order. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
-
iteration
-
executionMode
-
performingAgent
-
subInstIds
A list of the corresponding subprocess instance IDs, the index of the outer list is the iteration (starting with 0), the inner list is just a collection of subprocess instances without any specific order.
The (outer) list will only be present if at least one subprocess instance exists.
-
-
Constructor Details
-
NodeInstanceData
public NodeInstanceData()
-