Uses of Interface
de.mid.innovator.srv2api.icw2class.CLStructureGroup
Packages that use CLStructureGroup
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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 CLStructureGroupModifier and TypeMethodDescriptionstatic CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Structure Group with template and container.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Structure Group with template and container with requirement.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Structure Group with stereotype and container.static CLStructureGroupCLStructureGroupHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, ELElement ohRequirement) Create a new Structure Group with stereotype and container with requirement.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 CLStructureGroupModifier and TypeMethodDescriptionCLStructureDefinition.getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags) All structure groups owned by this structure definition.CLStructureGroup.getOwnedStructureGroup(K_CONTROL_OPTION... behaviourFlags) All structure groups owned by this structure group.CLStructureGroup.getSourceGroup()The base group.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLStructureGroupModifier and TypeMethodDescription<T extends CLStructureElement>
List<T> CLStructureDefinition.getStructureContentNecessaryForGroup(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>
List<T> CLStructureDefinition.getStructureContentNecessaryForGroup(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.voidCLStructureGroup.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 CLStructureGroupModifier and TypeMethodDescriptionCLDiaHierStructGroupNode.getStructureGroup()TheCLStructureGroupwhich is represented by this graphical node.