Uses of Interface
de.mid.innovator.srv2api.icw2cldia.CLComponentDia
-
Packages that use CLComponentDia 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 CLComponentDia in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLComponentDia Modifier and Type Method Description static CLComponentDiaCLComponentDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Component Diagram with template and container.static CLComponentDiaCLComponentDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Component Diagram with stereotype and container.CLComponentDiaCLDiaCLNode. getOwningComponentDiagram()The component diagram that owns this classifier node.CLComponentDiaCLDiaPkgNode. getOwningComponentDiagram()The component diagram that owns this package node.CLComponentDiaCLDiaSocketBallNode. getOwningComponentDiagram()The component diagram that owns this socket ball node. -
Uses of CLComponentDia in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type CLComponentDia Modifier and Type Method Description java.util.List<CLComponentDia>MEConfigurationManagement. getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this configuration base package.java.util.List<CLComponentDia>MEMappingConfigurationPackage. getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this mapping configuration package.java.util.List<CLComponentDia>MESystemModelManagement. getOwnedComponentDia(K_CONTROL_OPTION... behaviourFlags)All component diagrams owned by this system model management.
-