public class ModelFacadeLogicImpl extends ModelFacadeLogic
metaObjectcontextRoot| Constructor and Description |
|---|
ModelFacadeLogicImpl(org.omg.uml.UmlPackage metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
protected ActivityGraphFacade |
handleFindActivityGraphByName(String name)
Method to be implemented in descendants
Finds the ActivityGraph with the Name.
|
protected ActivityGraphFacade |
handleFindActivityGraphByNameAndStereotype(String name,
String stereotypeName)
Method to be implemented in descendants
Finds the ActivityGraph with the Name and Stereotype.
|
protected ClassifierFacade |
handleFindClassWithTaggedValueOrHyperlink(String tag,
String value)
Method to be implemented in descendants
Return the Class belonging to this model with the tagged value or hyperlink.
|
protected Collection |
handleFindFinalStatesWithNameOrHyperlink(UseCaseFacade useCase)
Method to be implemented in descendants
Finds the FinalState with the Name or Hyperlink.
|
protected UseCaseFacade |
handleFindUseCaseByName(String name)
Method to be implemented in descendants
Finds the UseCase with the Name.
|
protected UseCaseFacade |
handleFindUseCaseWithNameAndStereotype(String name,
String stereotypeName)
Method to be implemented in descendants
Finds the UseGraph with the Name and Stereotype.
|
protected UseCaseFacade |
handleFindUseCaseWithTaggedValueOrHyperlink(String tag,
String value)
Method to be implemented in descendants
Return the UseCase belonging to this model with the tagged value or hyperlink.
|
protected Collection |
handleGetAllActionStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetAllActionStatesWithStereotype(ActivityGraphFacade activityGraph,
String stereotypeName)
Method to be implemented in descendants
Finds all ActionStates with the Stereotype.
|
protected Collection |
handleGetAllActors()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetAllClasses()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetAllObjectFlowStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetAllTransitions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetAllUseCases()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Object |
handleGetRootPackage()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
findActivityGraphByName, findActivityGraphByNameAndStereotype, findClassWithTaggedValueOrHyperlink, findFinalStatesWithNameOrHyperlink, findUseCaseByName, findUseCaseWithNameAndStereotype, findUseCaseWithTaggedValueOrHyperlink, getAllActionStates, getAllActionStatesWithStereotype, getAllActors, getAllClasses, getAllObjectFlowStates, getAllTransitions, getAllUseCases, getRootPackage, isModelFacadeMetaType, resetMetafacadeContext, toString, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, getValidationName, getValidationOwner, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValidationName, getValidationOwner, initializepublic ModelFacadeLogicImpl(org.omg.uml.UmlPackage metaObject, String context)
metaObject - context - protected Object handleGetRootPackage()
ModelFacadeLogichandleGetRootPackage in class ModelFacadeLogicModelFacade.getRootPackage()protected Collection handleGetAllActors()
ModelFacadeLogichandleGetAllActors in class ModelFacadeLogicModelFacade.getAllActors()protected Collection handleGetAllActionStates()
ModelFacadeLogichandleGetAllActionStates in class ModelFacadeLogicModelFacade.getAllActionStates()protected Collection handleGetAllUseCases()
ModelFacadeLogichandleGetAllUseCases in class ModelFacadeLogicModelFacade.getAllUseCases()protected Collection handleGetAllClasses()
ModelFacadeLogichandleGetAllClasses in class ModelFacadeLogicModelFacade.getAllClasses()protected Collection handleGetAllObjectFlowStates()
ModelFacadeLogichandleGetAllObjectFlowStates in class ModelFacadeLogicModelFacade.getAllObjectFlowStates()protected UseCaseFacade handleFindUseCaseWithTaggedValueOrHyperlink(String tag, String value)
ModelFacadeLogichandleFindUseCaseWithTaggedValueOrHyperlink in class ModelFacadeLogicModelFacade.findUseCaseWithTaggedValueOrHyperlink(String, String)protected ClassifierFacade handleFindClassWithTaggedValueOrHyperlink(String tag, String value)
ModelFacadeLogichandleFindClassWithTaggedValueOrHyperlink in class ModelFacadeLogicModelFacade.findClassWithTaggedValueOrHyperlink(String, String)protected ActivityGraphFacade handleFindActivityGraphByName(String name)
ModelFacadeLogichandleFindActivityGraphByName in class ModelFacadeLogicModelFacade.findActivityGraphByName(String)protected ActivityGraphFacade handleFindActivityGraphByNameAndStereotype(String name, String stereotypeName)
ModelFacadeLogichandleFindActivityGraphByNameAndStereotype in class ModelFacadeLogicModelFacade.findActivityGraphByNameAndStereotype(String, String)protected UseCaseFacade handleFindUseCaseByName(String name)
ModelFacadeLogichandleFindUseCaseByName in class ModelFacadeLogicModelFacade.findUseCaseByName(String)protected UseCaseFacade handleFindUseCaseWithNameAndStereotype(String name, String stereotypeName)
ModelFacadeLogichandleFindUseCaseWithNameAndStereotype in class ModelFacadeLogicModelFacade.findUseCaseWithNameAndStereotype(String, String)protected Collection handleFindFinalStatesWithNameOrHyperlink(UseCaseFacade useCase)
ModelFacadeLogichandleFindFinalStatesWithNameOrHyperlink in class ModelFacadeLogicModelFacade.findFinalStatesWithNameOrHyperlink(org.andromda.metafacades.uml.UseCaseFacade)protected Collection handleGetAllActionStatesWithStereotype(ActivityGraphFacade activityGraph, String stereotypeName)
ModelFacadeLogichandleGetAllActionStatesWithStereotype in class ModelFacadeLogicModelFacade.getAllActionStatesWithStereotype(org.andromda.metafacades.uml.ActivityGraphFacade, String)protected Collection handleGetAllTransitions()
ModelFacadeLogichandleGetAllTransitions in class ModelFacadeLogicModelFacadeLogic.handleGetAllTransitions()Copyright © 2003–2014 AndroMDA.org. All rights reserved.