Package dataModelFX.structures
Class PamStructureParams
java.lang.Object
dataModelFX.structures.StructureParams
dataModelFX.structures.PamStructureParams
- All Implemented Interfaces:
 ConnectionNodeParams,Serializable
- Direct Known Subclasses:
 PamGroupStructureParams
Parameters for the extension structure.
- Author:
 - Jamie Macaulay
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface dataModelFX.ConnectionNodeParams
ConnectionNodeParams.PAMConnectionNodeType - 
Field Summary
FieldsModifier and TypeFieldDescriptionUUID[]The ID of the child nodes.UUID[]The ID of the parent structure the extension node was connected to.Fields inherited from class dataModelFX.structures.StructureParams
id, layoutX, layoutY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the node type.Methods inherited from class dataModelFX.structures.StructureParams
getID, getLayoutX, getLayoutY 
- 
Field Details
- 
childNodes
The ID of the child nodes. Note there can be a sub node which is not connected to the group structure and thus is not a direct child node. - 
parentNodes
The ID of the parent structure the extension node was connected to. 
 - 
 - 
Constructor Details
- 
PamStructureParams
 
 - 
 - 
Method Details
- 
getNodeType
Description copied from interface:ConnectionNodeParamsGet the node type. This indicates what type of conneciton node the parameter belong to.- Returns:
 - the connection node type.
 
 
 -