Uses of Interface
de.mid.innovator.srv2api.icw2class.CLStructureEntry
-
Packages that use CLStructureEntry Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of CLStructureEntry in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLStructureEntry Modifier and Type Method Description static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Entry with template and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with template and container with requirement.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Entry with stereotype and container.static CLStructureEntry
CLStructureEntryHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Entry with stereotype and container with requirement.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLStructureEntry Modifier and Type Method Description java.util.List<CLStructureEntry>
CLStructureDefinition. getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)
All structure entries owned by this structure definition.java.util.List<CLStructureEntry>
CLStructureGroup. getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)
All structure entries owned by this structure group. -
Uses of CLStructureEntry in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLStructureEntry Modifier and Type Method Description CLStructureEntry
CLDiaHierStructEntryNode. getStructureEntry()
TheCLStructureEntry
which is represented by this graphical node. -
Uses of CLStructureEntry in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type CLStructureEntry Modifier and Type Method Description java.util.List<CLStructureEntry>
ELClassifier. getTypedCLStructureEntry(K_CONTROL_OPTION... behaviourFlags)
All entries typed by the classifier.
-