Uses of Interface
de.mid.innovator.srv2api.icw2class.CLStructureEntry

Packages that use CLStructureEntry
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   
de.mid.innovator.srv2api.icw2elem   
 

Uses of CLStructureEntry in de.mid.innovator.srv2api.icw2class
 

Methods in de.mid.innovator.srv2api.icw2class that return CLStructureEntry
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
 List<CLStructureEntry> CLStructureGroup.getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)
          All structure entries owned by this structure group.
 List<CLStructureEntry> CLStructureDefinition.getOwnedStructureEntry(K_CONTROL_OPTION... behaviourFlags)
          All structure entries owned by this structure definition.
 

Uses of CLStructureEntry in de.mid.innovator.srv2api.icw2cldia
 

Methods in de.mid.innovator.srv2api.icw2cldia that return CLStructureEntry
 CLStructureEntry CLDiaHierStructEntryNode.getStructureEntry()
          The CLStructureEntry 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
 List<CLStructureEntry> ELClassifier.getTypedCLStructureEntry(K_CONTROL_OPTION... behaviourFlags)
          All entries typed by the classifier.