|
||||||||||
| 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 Detail |
public boolean isModelFacadeMetaType()
truepublic void initialize()
public Object getValidationOwner()
owner of this metafacade.
(for example: an operation is an owner of its parameters, etc). This is used
by AndroMDA's validation framework to provide more context as to where the
error has occurred.
public String getValidationName()
public void validateInvariants(Collection validationMessages)
validationMessages
collection.
validationMessages - the collection of messages to which additional
validation messages will be added if invariants are broken.public ActivityGraphFacade findActivityGraphByName(String name)
public ActivityGraphFacade findActivityGraphByNameAndStereotype(String name,
String stereotypeName)
public ClassifierFacade findClassWithTaggedValueOrHyperlink(String tag,
String value)
public Collection findFinalStatesWithNameOrHyperlink(UseCaseFacade useCase)
public UseCaseFacade findUseCaseByName(String name)
public UseCaseFacade findUseCaseWithNameAndStereotype(String name,
String stereotypeName)
public UseCaseFacade findUseCaseWithTaggedValueOrHyperlink(String tag,
String value)
public Collection getAllActionStates()
public Collection getAllActionStatesWithStereotype(ActivityGraphFacade activityGraph,
String stereotypeName)
public Collection getAllActors()
public Collection getAllClasses()
public Collection getAllObjectFlowStates()
All object flow states in this model.
public Collection getAllUseCases()
public PackageFacade getRootPackage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||