Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInstSpec
-
Packages that use CLInstSpec 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.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of CLInstSpec in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLInstSpec in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLEnumLiteral
An enumeration literal is a user-defined data value for an enumeration.interface
CLInstanceSpecification
An instance specification is a model element that represents an instance in a modeled system.Fields in de.mid.innovator.srv2api.icw2class with type parameters of type CLInstSpec Modifier and Type Field Description java.util.List<CLInstSpec>
ARG_ModifySlotValue. seqOHVal
List of ID values to be setMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLInstSpec Modifier and Type Method Description <T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedInstance(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All instance specifications which are connected to this link instance.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedInstance(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getConnectedInstance and filters its return values according to the given stereotype value.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedLink(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All links which are connected to this instance specification.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getConnectedLink(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getConnectedLink and filters its return values according to the given stereotype value.<T extends CLInstSpec>
java.util.List<T>CLClassifier. getInstSpec(java.lang.Class<T> returnType)
The instance specification which is classified by all the classifiers connected.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getOppositeConnectedInstance(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All instance specifications on the opposite side of a connected link instance of this instance specification.<T extends CLInstSpec>
java.util.List<T>CLInstSpec. getOppositeConnectedInstance(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getOppositeConnectedInstance and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2class that return CLInstSpec Modifier and Type Method Description CLInstSpec
CLSlot. getOwningInstance()
The instance specification that owns this slot. -
Uses of CLInstSpec in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type CLInstSpec Modifier and Type Method Description <T extends CLInstSpec>
java.util.List<T>ELValSpecInstVal. getInstSpec(java.lang.Class<T> returnType)
Methods in de.mid.innovator.srv2api.icw2elem that return CLInstSpec Modifier and Type Method Description CLInstSpec
ELValSpec. getOwningInstanceSpec()
The instance that owns this specification.
-