Modifier and Type | Interface and Description |
---|---|
interface |
EntityAssociationEnd
Represents an association end of an entity.
|
interface |
ManageableEntityAssociationEnd
TODO: Model Documentation for org.andromda.metafacades.uml.ManageableEntityAssociationEnd
Metafacade interface to be used by AndroMDA cartridges.
|
interface |
ValueObjectAssociationEnd
Represents the association end of a ValueObject.
|
Modifier and Type | Method and Description |
---|---|
AssociationEndFacade |
LinkEndFacade.getAssociationEnd()
The association end owned by this link.
|
AssociationEndFacade |
AssociationFacade.getAssociationEndA()
The first association end.
|
AssociationEndFacade |
AssociationFacade.getAssociationEndB()
The second association end.
|
AssociationEndFacade |
AssociationEndFacade.getOtherEnd()
The other association end owned by this end's association.
|
Modifier and Type | Method and Description |
---|---|
List<AssociationEndFacade> |
ClassifierFacade.getAssociationEnds()
Gets the association ends belonging to a classifier.
|
List<AssociationEndFacade> |
AssociationFacade.getAssociationEnds()
Gets the association ends belonging to this association.
|
Collection<AssociationEndFacade> |
AssociationClassFacade.getConnectionAssociationEnds()
The association ends visible to this association class.
|
Collection<AssociationEndFacade> |
Entity.getIdentifierAssociationEnds()
Gets all the associationEnds of this entity marked with the identifiers stereotype.
|
Collection<AssociationEndFacade> |
ClassifierFacade.getNavigableConnectingEnds()
The other ends of this classifier's association ends which are navigable.
|
List<AssociationEndFacade> |
ClassifierFacade.getNavigableConnectingEnds(boolean follow)
Get the other ends of this classifier's association ends which are navigable and if 'follow'
is true goes up the inheritance hierarchy and gets the super association ends as well.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
UMLMetafacadeUtils.isOwningEnd(AssociationEndFacade associationEnd)
TODO Reference this logic from AssociationEnd
Determine if this association end owns the relationship.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.