|
||||||||||
| 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 | |
ModelElementFacade |
findModelElement(String fullyQualifiedName)
Finds the model element with the given 'fullyQualifiedName', or returns null if one can't be found with that name. |
Collection |
getClasses()
|
Collection |
getModelElements()
Gets all the model elements belonging to the root package. |
Collection |
getOwnedElements()
The elements directly found in this package. |
Collection |
getSubPackages()
|
boolean |
isPackageFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
| Method Detail |
public boolean isPackageFacadeMetaType()
truepublic ModelElementFacade findModelElement(String fullyQualifiedName)
Finds the model element with the given 'fullyQualifiedName', or returns null if one can't be found with that name.
public Collection getClasses()
public Collection getModelElements()
Gets all the model elements belonging to the root package.
public Collection getOwnedElements()
The elements directly found in this package.
public Collection getSubPackages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||