public static interface ProcessModelFactory.StructuralNodeData
| Modifier and Type | Method and Description |
|---|---|
int |
getBranchID()
Returns the branch ID of the node the structural node date belongs to.
|
int |
getCorrespondingBlockNodeID()
Returns the corresponding block node ID of the node the structural node
date belongs to.
|
int |
getNodeID()
Returns the ID of the node the structural node date belongs to.
|
ProcessConstants.NodeType |
getNodeType()
Returns the type of the node the structural node date belongs to.
|
int |
getSplitNodeID()
Returns the split node ID of the node the structural node date belongs to.
|
int |
getTopologicalID()
Returns the topological ID of the node the structural node date belongs to.
|
int getNodeID()
ProcessConstants.NodeType getNodeType()
int getTopologicalID()
Template.getNodeTopologicalID(int).int getBranchID()
Template.getNodeBranchID(int).int getSplitNodeID()
Template.getNodeSplitNodeID(int).int getCorrespondingBlockNodeID()
Template.getNodeCorrespondingBlockNodeID(int).