|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
AssociationEndFacade |
getAssociationEndA()
The first association end. |
AssociationEndFacade |
getAssociationEndB()
The second association end. |
List |
getAssociationEnds()
Gets the association ends belonging to this association. |
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 |
public boolean isAssociationFacadeMetaType()
truepublic AssociationEndFacade getAssociationEndA()
The first association end.
public AssociationEndFacade getAssociationEndB()
The second association end.
public List getAssociationEnds()
Gets the association ends belonging to this association.
public String getRelationName()
A name suited for naming this relationship. This name will be constructed from both association ends.
public boolean isAbstract()
Indicates if this association is 'abstract'.
public boolean isAssociationClass()
public boolean isLeaf()
True if this association cannot be extended and represent a leaf in the inheritance tree.
public 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 | |||||||||