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

Packages that use CLProperty
de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors. 
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.icw2meta Meta model and administration information. 
 

Uses of CLProperty in de.mid.innovator.srv2api.icw2ac
 

Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type CLProperty
<T extends CLProperty>
List<T>
ANLink.getAssociationEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          Returns all association ends assigned to this ANAction.
<T extends CLProperty>
List<T>
ANLink.getAssociationEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getAssociationEnd and filters its return values according to the given stereotype value.
 

Methods in de.mid.innovator.srv2api.icw2ac that return CLProperty
 CLProperty ANLinkEndData.getEnd()
          Association end which this link-end data specifies values for.
 CLProperty ANQualifierValue.getQualifier()
          Attributes representing the qualifier which the value is to be specified for.
 

Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type CLProperty
 void ANLink.setAssociationEnd(List<? extends CLProperty> values)
          Set the value of View AssociationEnd.
 

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

Subinterfaces of CLProperty in de.mid.innovator.srv2api.icw2class
 interface CLPort
          A port is a property of a classifier that specifies a distinct interaction point between that classifier and its environment or between the (behavior of the) classifier and its internal parts.
 

Fields in de.mid.innovator.srv2api.icw2class declared as CLProperty
 CLProperty ARG_CLReconnectConnector.ohPart
          specifies the new part if the new role is a port
 CLProperty ARG_CLPropertyDeclaration.ohProp
          property element
 CLProperty ARG_AssociateProperty.ohProp
          Second property of the association (optional)
 

Methods in de.mid.innovator.srv2api.icw2class with type parameters of type CLProperty
<T extends CLProperty>
List<T>
CLAssociation.getAssociationEndProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The properties that are assigned to this association.
<T extends CLProperty>
List<T>
CLSignal.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The attributes owned by the signal.
<T extends CLProperty>
List<T>
CLInterface.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The attributes owned by this interface.
<T extends CLProperty>
List<T>
CLDataType.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The attributes owned by this data type.
<T extends CLProperty>
List<T>
CLClass.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The attributes (i.e. the properties) owned by this class.
<T extends CLProperty>
List<T>
CLArtifact.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The attributes or association ends defined for the artifact.
<T extends CLProperty>
List<T>
CLAssocClass.getOwnedAttributeNotAssocEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The attributes (i.e. the properties) owned by the class which are not roles of the association.
<T extends CLProperty>
List<T>
CLAssocClass.getOwnedAttributeNotAssocEnd(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
          The method calls getOwnedAttributeNotAssocEnd and filters its return values according to the given stereotype value.
<T extends CLProperty>
List<T>
CLAssociation.getOwnedEnd(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          The ends that are owned by the association itself.
<T extends CLProperty>
List<T>
CLStructuredClassifier.getOwnedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All properties owned by this structured classifier.
<T extends CLProperty>
List<T>
CLProperty.getQualifier(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          An optional list of ordered qualifier attributes for the end.
<T extends CLProperty>
List<T>
CLClassifier.getTypedProperty(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All properties typed by this classifier.
 

Methods in de.mid.innovator.srv2api.icw2class that return CLProperty
static CLProperty CLPropertyHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
          Create a new Property with template and container.
static CLProperty CLPropertyHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
          Create a new Property with stereotype and container.
 CLProperty CLProperty.getAssociationEnd()
          Designates the optional association end that owns a qualifier attribute.
 CLProperty CLSlot.getDefiningProperty()
          The property that specifies the values that may be held by this slot.
 CLProperty CLConnectorEnd.getPartWithPort()
          Indicates the role of the internal structure of a classifier with the port which the connector end is attached to.
 CLProperty CLOperation.getProperty()
          The property accessed by this method.
 

Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLProperty
 List<CLProperty> CLAssociation.appendAssociationEnds(MMCreateTemplate ohTmpl, List<? extends CLClassifier> seqCL)
          Creates a new association end for each specified classifier.
 

Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLProperty
 CLAssociation CLProperty.associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)
          Creates a navigable association from this property.
 void CLProperty.modifyPropertyDeclaration(CLProperty ohProp, String strDecl, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, String strLower, String strUpper, int idStereoProp, int idModel)
          Modify the declaration of this property.
 void CLConnectorEnd.reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
          Connects a connector end to the specified connectable element.
 void CLConnector.reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
          Assigns a connector end of this binary connector to a new connectable element.
 void CLConnectorEnd.setPartWithPort(CLProperty value)
          Set the value of Foreign Key PartWithPort.
 void CLOperation.setProperty(CLProperty value)
          Set the value of Foreign Key Property.
 

Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLProperty
ARG_AssociateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)
           
ARG_CLPropertyDeclaration(CLProperty ohProp, String strDecl, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, String strLower, String strUpper, int idStereoProp, int idModel)
           
ARG_CLReconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
           
 

Uses of CLProperty in de.mid.innovator.srv2api.icw2meta
 

Methods in de.mid.innovator.srv2api.icw2meta with type parameters of type CLProperty
<T extends CLProperty>
List<T>
MMCreateCLInst.getOwnedAttribute(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
          All attributes owned by this dummy classifier in a create template.