Uses of Interface
de.mid.innovator.srv2api.icw2class.CLStructureDefinition
-
Packages that use CLStructureDefinition 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.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of CLStructureDefinition in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLStructureDefinition Modifier and Type Method Description static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Structure Definition with template and container.static CLStructureDefinition
CLStructureDefinitionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Structure Definition with stereotype and container.CLStructureDefinition
CLStructureDefinition. getNestingStructureDefinition()
TheCLStructureDefinition
that owns thisCLStructureDefinition
.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLStructureDefinition Modifier and Type Method Description java.util.List<CLStructureDefinition>
CLStructureDefinition. getNestedStructuredDefinition(K_CONTROL_OPTION... behaviourFlags)
References all the structure definitions that are defined (nested) within thisCLStructureDefinition
. -
Uses of CLStructureDefinition in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return CLStructureDefinition Modifier and Type Method Description CLStructureDefinition
CLDiaHierStructDefinitionNode. getStructDefinition()
TheCLStructureDefinition
which is represented by this graphical node. -
Uses of CLStructureDefinition in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return CLStructureDefinition Modifier and Type Method Description CLStructureDefinition
DMValueRangeRefAble. getTypingStructureDefinition()
TheCLStructureDefinition
typing thisDMValueRangeRefAble
. -
Uses of CLStructureDefinition in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type CLStructureDefinition Modifier and Type Method Description java.util.List<CLStructureDefinition>
MMProfile. getOwnedStructureDefinition(K_CONTROL_OPTION... behaviourFlags)
All structure definitions owned by thisMMProfile
.
-