Uses of Class
PamController.UsedModuleInfo
Packages that use UsedModuleInfo
-
Uses of UsedModuleInfo in dataModelFX
Subclasses of UsedModuleInfo in dataModelFXModifier and TypeClassDescriptionclass
Holds seriliazbale informations on a ModuleConnectionNode. -
Uses of UsedModuleInfo in PamController
Methods in PamController that return types with arguments of type UsedModuleInfoModifier and TypeMethodDescriptionPamSettingsGroup.getUsedModuleInfo()
Return the list of used modules. -
Uses of UsedModuleInfo in PamController.settings
Methods in PamController.settings that return UsedModuleInfoModifier and TypeMethodDescriptionSettingsImportGroup.getUsedModuleInfo()
This is the information from an existing module, which may not have the full class name, but does have the type and name of the module being imported.Constructors in PamController.settings with parameters of type UsedModuleInfoModifierConstructorDescriptionSettingsImportGroup
(PamControlledUnitSettings mainSettings, UsedModuleInfo moduleInfo) Constructor takes the main settingsSettingsImportGroup
(UsedModuleInfo moduleInfo)