|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.armax.ax.devtools.uml.AXmodelElementAbstract
de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl
de.armax.ax.devtools.uml.mdr.AXassociationMdrImpl
Field Summary |
Fields inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl |
model |
Fields inherited from interface de.armax.ax.devtools.uml.AXassociation |
INTERFACE |
Constructor Summary | |
AXassociationMdrImpl(org.omg.uml.foundation.core.UmlAssociation assoc,
AXmodelMdrImpl model,
java.util.HashMap taggedValues,
AXassociationEnd thisEnd)
|
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. |
java.lang.String |
toString()
|
Methods inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl |
existTaggedValue, getModel, getNamespaceName, getRealElement, getStereotype, getTaggedValue, getTaggedValue, getTaggedValues, getTaggedValueTags |
Methods inherited from class de.armax.ax.devtools.uml.AXmodelElementAbstract |
equals, getNameForCollectionDefine, getNameForCollectionMethod, getNameForCollectionVariable, getNameForDefine, getNameForMethod, getNameForVariable, getPackage, getQualifiedName, getSufficientlyQualifiedName, getSufficientlyQualifiedName, getWellKnownPackages, hasStereotype, isSameNamespace, isSameNamespace |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AXassociationMdrImpl(org.omg.uml.foundation.core.UmlAssociation assoc, AXmodelMdrImpl model, java.util.HashMap taggedValues, AXassociationEnd thisEnd)
Method Detail |
public AXassociationEnd getThisEnd()
AXassociation
Get the reference end of an association.
getThisEnd
in interface AXassociation
public AXassociationEnd getOtherEnd()
AXassociation
Get the non reference or opposite end of an association
getOtherEnd
in interface AXassociation
public AXassociation getInverseAssociation()
AXassociation
Get an association representing the same UML association as it is seen by the other end. I.e. the two ends are interchanged.
getInverseAssociation
in interface AXassociation
public java.lang.String getName()
AXassociation
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 AXassociation
getName
in class AXmodelElementMdrImpl
public java.lang.String toString()
toString
in class AXmodelElementAbstract
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |