Uses of Interface
de.mid.innovator.srv2api.icw2class.CLStructureGroup
-
Packages that use CLStructureGroup 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. -
-
Uses of CLStructureGroup in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLStructureGroup Modifier and Type Method Description static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Group with template and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with template and container with requirement.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Group with stereotype and container.static CLStructureGroup
CLStructureGroupHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement)
Create a new Structure Group with stereotype and container with requirement.CLStructureGroup
CLStructureGroup. getTargetGroup()
All groups which are deduced from this one in case the structure definition is deduced from another structure definition.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLStructureGroup Modifier and Type Method Description java.util.List<CLStructureGroup>
CLStructureDefinition. getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags)
All structure groups owned by this structure definition.java.util.List<CLStructureGroup>
CLStructureGroup. getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags)
All structure groups owned by this structure group.java.util.List<CLStructureGroup>
CLStructureGroup. getSourceGroup()
The base group.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLStructureGroup Modifier and Type Method Description <T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForGroup(java.lang.Class<T> returnType, CLStructureGroup refObj, K_CONTROL_OPTION... behaviourFlags)
All structure groups, their content and their owners which are directly derived from the given group.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForGroup(java.lang.Class<T> returnType, MMStereotype stereotype, CLStructureGroup refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getStructureContentNecessaryForGroup and filters its return values according to the given stereotype value.void
CLStructureGroup. setTargetGroup(CLStructureGroup value)
Set the value of Foreign Key TargetGroup. -
Uses of CLStructureGroup in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLStructureGroup Modifier and Type Method Description CLStructureGroup
CLDiaHierStructGroupNode. getStructureGroup()
TheCLStructureGroup
which is represented by this graphical node.
-