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
Modifier and TypeFieldDescriptionThe user defined name of the group structure.UUID[]
The nodes within the group pane.Fields inherited from class dataModelFX.structures.PamStructureParams
childNodes, parentNodes
Fields inherited from class dataModelFX.structures.StructureParams
id, layoutX, layoutY
-
Constructor Summary
-
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:ConnectionNodeParams
Get the node type. This indicates what type of conneciton node the parameter belong to.- Specified by:
getNodeType
in interfaceConnectionNodeParams
- Overrides:
getNodeType
in classPamStructureParams
- Returns:
- the connection node type.
-