Class PamStructureParams

java.lang.Object
dataModelFX.structures.StructureParams
dataModelFX.structures.PamStructureParams
All Implemented Interfaces:
ConnectionNodeParams, Serializable
Direct Known Subclasses:
PamGroupStructureParams

public class PamStructureParams extends StructureParams
Parameters for the extension structure.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • childNodes

      public UUID[] 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

      public UUID[] parentNodes
      The ID of the parent structure the extension node was connected to.
  • Constructor Details

    • PamStructureParams

      public PamStructureParams(ConnectionNode connectionStructure)
  • Method Details