Uses of Interface
de.mid.innovator.srv2api.icw2model.MEConfigurationManagement
-
Packages that use MEConfigurationManagement Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEConfigurationManagement in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return MEConfigurationManagement Modifier and Type Method Description MEConfigurationManagement
CLComponentDia. getOwningConfigurationManagement()
The configuration base package that owns this component diagram. -
Uses of MEConfigurationManagement in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEConfigurationManagement Modifier and Type Method Description static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Configuration Base Package with template and container.static MEConfigurationManagement
MEConfigurationManagementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Configuration Base Package with stereotype and container.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MEConfigurationManagement Modifier and Type Method Description java.util.List<MEConfigurationManagement>
MESystemModelManagement. getOwnedConfigurationManagement(K_CONTROL_OPTION... behaviourFlags)
All component diagrams owned by this configuration base package.
-