Uses of Interface
de.mid.innovator.srv2api.icw2class.CLProperty
-
Packages that use CLProperty Package Description 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 Modifier and Type Method Description <T extends CLProperty>
java.util.List<T>ANLink. getAssociationEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Returns all association ends assigned to thisANAction
.<T extends CLProperty>
java.util.List<T>ANLink. getAssociationEnd(java.lang.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 Modifier and Type Method Description 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 Modifier and Type Method Description void
ANLink. setAssociationEnd(java.util.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 Modifier and Type Interface Description 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 Modifier and Type Field Description CLProperty
ARG_CLReconnectConnector. ohPart
specifies the new part if the new role is a portCLProperty
ARG_AssociateProperty. ohProp
Second property of the association (optional)CLProperty
ARG_CLPropertyDeclaration. ohProp
property elementMethods in de.mid.innovator.srv2api.icw2class with type parameters of type CLProperty Modifier and Type Method Description <T extends CLProperty>
java.util.List<T>CLAssociation. getAssociationEndProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The properties that are assigned to this association.<T extends CLProperty>
java.util.List<T>CLArtifact. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The attributes or association ends defined for the artifact.<T extends CLProperty>
java.util.List<T>CLClass. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The attributes (i.e. the properties) owned by this class.<T extends CLProperty>
java.util.List<T>CLDataType. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The attributes owned by this data type.<T extends CLProperty>
java.util.List<T>CLInterface. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The attributes owned by this interface.<T extends CLProperty>
java.util.List<T>CLSignal. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The attributes owned by the signal.<T extends CLProperty>
java.util.List<T>CLAssocClass. getOwnedAttributeNotAssocEnd(java.lang.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>
java.util.List<T>CLAssocClass. getOwnedAttributeNotAssocEnd(java.lang.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>
java.util.List<T>CLAssociation. getOwnedEnd(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The ends that are owned by the association itself.<T extends CLProperty>
java.util.List<T>CLStructuredClassifier. getOwnedProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All properties owned by this structured classifier.<T extends CLProperty>
java.util.List<T>CLProperty. getQualifier(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
An optional list of ordered qualifier attributes for the end.<T extends CLProperty>
java.util.List<T>CLClassifier. getTypedProperty(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All properties typed by this classifier.Methods in de.mid.innovator.srv2api.icw2class that return CLProperty Modifier and Type Method Description 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()
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()
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLProperty Modifier and Type Method Description java.util.List<CLProperty>
CLAssociation. appendAssociationEnds(MMCreateTemplate ohTmpl, java.util.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 Modifier and Type Method Description CLAssociation
CLProperty. associateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)
Creates a navigable association from this property.void
CLProperty. modifyPropertyDeclaration(CLProperty ohProp, java.lang.String strDecl, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, java.lang.String strLower, java.lang.String strUpper, int idStereoProp, int idModel)
Modify the declaration of this property.void
CLConnector. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
void
CLConnectorEnd. reconnectConnector(CLConnectAbleElement ohRole, CLProperty ohPart, K_SIDE kSide)
Connects a connector end to the specified 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 Constructor Description ARG_AssociateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay)
ARG_CLPropertyDeclaration(CLProperty ohProp, java.lang.String strDecl, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, java.lang.String strLower, java.lang.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 Modifier and Type Method Description <T extends CLProperty>
java.util.List<T>MMCreateCLInst. getOwnedAttribute(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
-