|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AssociationFacade
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
|---|---|
AssociationEndFacade |
getAssociationEndA()
The first association end. |
AssociationEndFacade |
getAssociationEndB()
The second association end. |
java.util.List |
getAssociationEnds()
Gets the association ends belonging to this association. |
java.lang.String |
getRelationName()
A name suited for naming this relationship. |
boolean |
isAbstract()
Indicates if this association is 'abstract'. |
boolean |
isAssociationClass()
|
boolean |
isAssociationFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
boolean |
isLeaf()
True if this association cannot be extended and represent a leaf in the inheritance tree. |
boolean |
isMany2Many()
Indicates whether or not this associations represents a many-to-many relation. |
| Methods inherited from interface org.andromda.metafacades.uml.GeneralizableElementFacade |
|---|
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType |
| Method Detail |
|---|
boolean isAssociationFacadeMetaType()
trueAssociationEndFacade getAssociationEndA()
The first association end.
AssociationEndFacade getAssociationEndB()
The second association end.
java.util.List getAssociationEnds()
Gets the association ends belonging to this association.
java.lang.String getRelationName()
A name suited for naming this relationship. This name will be constructed from both association ends.
boolean isAbstract()
Indicates if this association is 'abstract'.
boolean isAssociationClass()
boolean isLeaf()
True if this association cannot be extended and represent a leaf in the inheritance tree.
boolean isMany2Many()
Indicates whether or not this associations represents a many-to-many relation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||