Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInstSpec
Packages that use CLInstSpec
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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.icw2classModifier and TypeInterfaceDescriptioninterfaceAn enumeration literal is a user-defined data value for an enumeration.interfaceAn 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 CLInstSpecMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLInstSpecModifier and TypeMethodDescription<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedInstance(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All instance specifications which are connected to this link instance.<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedInstance(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>
List<T> CLInstSpec.getConnectedLink(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All links which are connected to this instance specification.<T extends CLInstSpec>
List<T> CLInstSpec.getConnectedLink(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>
List<T> CLClassifier.getInstSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The instance specification which is classified by all the classifiers connected.<T extends CLInstSpec>
List<T> CLInstSpec.getOppositeConnectedInstance(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>
List<T> CLInstSpec.getOppositeConnectedInstance(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 CLInstSpecModifier and TypeMethodDescriptionCLSlot.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 CLInstSpecModifier and TypeMethodDescription<T extends CLInstSpec>
List<T> ELValSpecInstVal.getInstSpec(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2elem that return CLInstSpecModifier and TypeMethodDescriptionELValSpec.getOwningInstanceSpec()The instance that owns this specification.