Uses of Interface
de.mid.innovator.srv2api.icw2class.CLInstSpec

Packages that use CLInstSpec
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   
 

Uses of CLInstSpec in de.mid.innovator.srv2api.icw2class
 

Subinterfaces of CLInstSpec in de.mid.innovator.srv2api.icw2class
 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
 List<CLInstSpec> ARG_ModifySlotValue.seqOHVal
          List of ID values to be set
 

Methods in de.mid.innovator.srv2api.icw2class with type parameters of type CLInstSpec
<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)
          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 CLInstSpec
 CLInstSpec CLSlot.getOwningInstance()
          The instance specification that owns this slot.
 

Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLInstSpec
 void CLSlot.modifySlotValueDlg(List<String> seqStrVal, List<? extends CLInstSpec> seqOHVal, List<Boolean> seqBoolVal)
          Modifies the values of this slot.
 

Constructor parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLInstSpec
ARG_ModifySlotValue(List<String> seqStrVal, List<CLInstSpec> seqOHVal, List<Boolean> seqBoolVal)
           
 

Uses of CLInstSpec in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type CLInstSpec
<T extends CLInstSpec>
List<T>
ELValSpecInstVal.getInstSpec(Class<T> returnType)
          The instance that is the specified value.
 

Methods in de.mid.innovator.srv2api.icw2elem that return CLInstSpec
 CLInstSpec ELValSpec.getOwningInstanceSpec()
          The instance that owns this specification.