Uses of Interface
dataModelFX.ConnectionNodeParams
Packages that use ConnectionNodeParams
- 
Uses of ConnectionNodeParams in dataModelFX
Classes in dataModelFX that implement ConnectionNodeParamsModifier and TypeClassDescriptionclassHolds seriliazbale informations on a ModuleConnectionNode.Fields in dataModelFX with type parameters of type ConnectionNodeParamsModifier and TypeFieldDescriptionDataModelPaneFXSettings.usedModuleInfosList 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
Methods in dataModelFX.connectionNodes that return ConnectionNodeParamsMethods in dataModelFX.connectionNodes with parameters of type ConnectionNodeParamsModifier 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.voidModuleConnectionNode.setConnectionNodeParams(ConnectionNodeParams usedStructInfo) voidPAMConnectionNode.setConnectionNodeParams(ConnectionNodeParams usedStructInfo) Set the used structure info. - 
Uses of ConnectionNodeParams in dataModelFX.structures
Classes in dataModelFX.structures that implement ConnectionNodeParamsModifier and TypeClassDescriptionclassParameters for the group structure.classParameters for the extension structure.classContains saveable information for connection structures.Methods in dataModelFX.structures that return ConnectionNodeParamsModifier and TypeMethodDescriptionPamExtensionStructure.getConnectionNodeParams()PamGroupStructure.getConnectionNodeParams()Methods in dataModelFX.structures with parameters of type ConnectionNodeParamsModifier and TypeMethodDescriptionvoidPamExtensionStructure.setConnectionNodeParams(ConnectionNodeParams usedStructInfo) voidPamGroupStructure.setConnectionNodeParams(ConnectionNodeParams usedStructInfo)