Uses of Interface
de.mid.innovator.srv2api.icw2class.CLStructureElement
-
Packages that use CLStructureElement 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. -
-
Uses of CLStructureElement in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLStructureElement in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLStructureDefinition
interface
CLStructureEntry
interface
CLStructureGroup
Fields in de.mid.innovator.srv2api.icw2class declared as CLStructureElement Modifier and Type Field Description CLStructureElement
ARG_CLStructureElementInsertAt. ohElementSelected
The selected elementMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLStructureElement Modifier and Type Method Description <T extends CLStructureElement>
java.util.List<T>CLStructureElement. getNestedStructureElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All structure elements being contained in this structure element.<T extends CLStructureElement>
java.util.List<T>CLStructureElement. getNestedStructureElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getNestedStructureElement and filters its return values according to the given stereotype value.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForFeature(java.lang.Class<T> returnType, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags)
All structure entries and their owners which are directly derived from the given feature.<T extends CLStructureElement>
java.util.List<T>CLStructureDefinition. getStructureContentNecessaryForFeature(java.lang.Class<T> returnType, MMStereotype stereotype, ELFeature refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getStructureContentNecessaryForFeature and filters its return values according to the given stereotype value.<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.Methods in de.mid.innovator.srv2api.icw2class that return CLStructureElement Modifier and Type Method Description static CLStructureElement
CLStructureElementHelper. insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLStructureElement Modifier and Type Method Description java.util.List<CLStructureElement>
CLStructureElement. createCopyFromGroupAble(ELViewGroupAble ohGroupAble, boolean copyRecursive, boolean useInGroup, ARG_StereotypeRelationsOut valStereoRel)
java.util.List<CLStructureElement>
CLStructureElement. createEntriesForClassifierFeatures(ELClassifier ohClassifier)
Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLStructureElement Modifier and Type Method Description static CLStructureElement
CLStructureElementHelper. insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLStructureElement Constructor Description ARG_CLStructureElementInsertAt(MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
-