Uses of Interface
dataModelFX.ConnectionNodeParams
-
Uses of ConnectionNodeParams in dataModelFX
Modifier and TypeClassDescriptionclass
Holds seriliazbale informations on a ModuleConnectionNode.Modifier and TypeFieldDescriptionDataModelPaneFXSettings.usedModuleInfos
List of the modules which have been used in the data model- this should be the same as the PamController list but also saves the location of the module. -
Uses of ConnectionNodeParams in dataModelFX.connectionNodes
Modifier and TypeMethodDescriptionConnectionNodeFactory.createConnectionNode
(ConnectionNodeParams connectionParams) Create a connection node based on it's type.ConnectionNodeFactory.createConnectionNode
(ConnectionNodeParams.PAMConnectionNodeType connectionNodeType, ConnectionNodeParams connectionParams) Create a connection node based on it's type.void
ModuleConnectionNode.setConnectionNodeParams
(ConnectionNodeParams usedStructInfo) void
PAMConnectionNode.setConnectionNodeParams
(ConnectionNodeParams usedStructInfo) Set the used structure info. -
Uses of ConnectionNodeParams in dataModelFX.structures
Modifier and TypeClassDescriptionclass
Parameters for the group structure.class
Parameters for the extension structure.class
Contains saveable information for connection structures.Modifier and TypeMethodDescriptionPamExtensionStructure.getConnectionNodeParams()
PamGroupStructure.getConnectionNodeParams()
Modifier and TypeMethodDescriptionvoid
PamExtensionStructure.setConnectionNodeParams
(ConnectionNodeParams usedStructInfo) void
PamGroupStructure.setConnectionNodeParams
(ConnectionNodeParams usedStructInfo)