Package dataModelFX.structures
Class PamGroupStructureParams
java.lang.Object
dataModelFX.structures.StructureParams
dataModelFX.structures.PamStructureParams
dataModelFX.structures.PamGroupStructureParams
- All Implemented Interfaces:
 ConnectionNodeParams,Serializable
Parameters for the group structure.
- Author:
 - Jamie Macaulay
 - See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface dataModelFX.ConnectionNodeParams
ConnectionNodeParams.PAMConnectionNodeType - 
Field Summary
FieldsModifier and TypeFieldDescriptionThe user defined name of the group structure.UUID[]The nodes within the group pane.Fields inherited from class dataModelFX.structures.PamStructureParams
childNodes, parentNodesFields 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
- 
subNodeIDs
The nodes within the group pane. - 
name
The user defined name of the group structure. 
 - 
 - 
Constructor Details
- 
PamGroupStructureParams
 
 - 
 - 
Method Details
- 
getNodeType
Description copied from interface:ConnectionNodeParamsGet the node type. This indicates what type of conneciton node the parameter belong to.- Specified by:
 getNodeTypein interfaceConnectionNodeParams- Overrides:
 getNodeTypein classPamStructureParams- Returns:
 - the connection node type.
 
 
 -