|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||
| 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 | ||
|---|---|---|
|
ANLink.getAssociationEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns all association ends assigned to this ANAction. |
|
|
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 | ||
|---|---|---|
|
CLAssociation.getAssociationEndProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The properties that are assigned to this association. |
|
|
CLSignal.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes owned by the signal. |
|
|
CLInterface.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes owned by this interface. |
|
|
CLDataType.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes owned by this data type. |
|
|
CLClass.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes (i.e. the properties) owned by this class. |
|
|
CLArtifact.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The attributes or association ends defined for the artifact. |
|
|
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. |
|
|
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. |
|
|
CLAssociation.getOwnedEnd(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The ends that are owned by the association itself. |
|
|
CLStructuredClassifier.getOwnedProperty(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All properties owned by this structured classifier. |
|
|
CLProperty.getQualifier(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
An optional list of ordered qualifier attributes for the end. |
|
|
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 | ||
|---|---|---|
|
MMCreateCLInst.getOwnedAttribute(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All attributes owned by this dummy classifier in a create template. |
|
|
|||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||