Methods Summary |
---|
public UMLClass | getAssociationClass()Returns Association class that represents this
association.
Association class is an association
that is also a class. In the UML
metamodel association class is a
declaration of a semantic relationship
between classifier which has a set of
features of its own.
|
public UMLAttribute | getAttribute()Returns attribute which implements
this association.
|
public UMLClassifier | getDest()Returns destination of association
as classifier.
|
public UMLAssociationEnd | getDestAssociationEnd()Returns association end representing
connection of the association to the destination
classifier.
|
public java.lang.String | getImplementationStereotype()Returns association stereotype of the
association. Indicate kind of implementation.
|
public UMLClassifier | getSource()Returns source of association as
classifier.
|
public UMLAssociationEnd | getSourceAssociationEnd()Returns association end representing
connection of the association to the source
classifier.
|