|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metamodel for am UML association.
This class represents an association from the view of one association end. The same association seen from the other end is a different object.
Field Summary | |
static java.lang.String |
INTERFACE
The qualified name of this interface. |
Method Summary | |
AXassociation |
getInverseAssociation()
Get an association representing the same UML association as it is seen by the other end. |
java.lang.String |
getName()
Get the name for the association (NOTE: this is not the UML name for this association). |
AXassociationEnd |
getOtherEnd()
Get the non reference or opposite end of an association |
AXassociationEnd |
getThisEnd()
Get the reference end of an association. |
Field Detail |
public static final java.lang.String INTERFACE
The qualified name of this interface.
Method Detail |
public AXassociationEnd getThisEnd()
Get the reference end of an association.
public AXassociationEnd getOtherEnd()
Get the non reference or opposite end of an association
public AXassociation getInverseAssociation()
Get an association representing the same UML association as it is seen by the other end. I.e. the two ends are interchanged.
public java.lang.String getName()
Get the name for the association (NOTE: this is not the UML name for this association).
The name of an association is (unlike the UML name for an association) build following the rules below.
getName
in interface AXmodelElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |