Class StructuralNode
- java.lang.Object
-
- de.aristaflow.ilm.model.processmodel.Node
-
- de.aristaflow.ilm.model.processmodel.StructuralNode
-
- All Implemented Interfaces:
Serializable
public class StructuralNode extends Node
- See Also:
Node
,Template
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Integer
blockNodeId
@NotNull Integer
branchId
List<@NotNull Integer>
disabledConns
Integer
splitNodeId
@NotNull Integer
topId
@NotNull ProcessConstants.NodeType
type
-
Fields inherited from class de.aristaflow.ilm.model.processmodel.Node
assignmentRule, autoStart, desc, ebp, groupExecutionContext, groupName, iconId, id, inParamConns, locDesc, locName, name, outParamConns, subClass, sysInParamConns, sysInParams, sysOutParamConns, sysOutParams, userAttributes
-
-
Constructor Summary
Constructors Constructor Description StructuralNode()
-
-
-
Field Detail
-
type
@NotNull public @NotNull ProcessConstants.NodeType type
-
topId
@NotNull public @NotNull Integer topId
-
branchId
@NotNull public @NotNull Integer branchId
-
splitNodeId
public Integer splitNodeId
-
blockNodeId
public Integer blockNodeId
-
-