public class ModelFacadeLogicImpl extends ModelFacadeLogic
metaObject
contextRoot
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, validateInvariants
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, getValidationName, getValidationOwner, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValidationName, getValidationOwner, initialize
public ModelFacadeLogicImpl(org.omg.uml.UmlPackage metaObject, String context)
metaObject
- context
- protected Object handleGetRootPackage()
ModelFacadeLogic
handleGetRootPackage
in class ModelFacadeLogic
ModelFacade.getRootPackage()
protected Collection handleGetAllActors()
ModelFacadeLogic
handleGetAllActors
in class ModelFacadeLogic
ModelFacade.getAllActors()
protected Collection handleGetAllActionStates()
ModelFacadeLogic
handleGetAllActionStates
in class ModelFacadeLogic
ModelFacade.getAllActionStates()
protected Collection handleGetAllUseCases()
ModelFacadeLogic
handleGetAllUseCases
in class ModelFacadeLogic
ModelFacade.getAllUseCases()
protected Collection handleGetAllClasses()
ModelFacadeLogic
handleGetAllClasses
in class ModelFacadeLogic
ModelFacade.getAllClasses()
protected Collection handleGetAllObjectFlowStates()
ModelFacadeLogic
handleGetAllObjectFlowStates
in class ModelFacadeLogic
ModelFacade.getAllObjectFlowStates()
protected UseCaseFacade handleFindUseCaseWithTaggedValueOrHyperlink(String tag, String value)
ModelFacadeLogic
handleFindUseCaseWithTaggedValueOrHyperlink
in class ModelFacadeLogic
ModelFacade.findUseCaseWithTaggedValueOrHyperlink(String, String)
protected ClassifierFacade handleFindClassWithTaggedValueOrHyperlink(String tag, String value)
ModelFacadeLogic
handleFindClassWithTaggedValueOrHyperlink
in class ModelFacadeLogic
ModelFacade.findClassWithTaggedValueOrHyperlink(String, String)
protected ActivityGraphFacade handleFindActivityGraphByName(String name)
ModelFacadeLogic
handleFindActivityGraphByName
in class ModelFacadeLogic
ModelFacade.findActivityGraphByName(String)
protected ActivityGraphFacade handleFindActivityGraphByNameAndStereotype(String name, String stereotypeName)
ModelFacadeLogic
handleFindActivityGraphByNameAndStereotype
in class ModelFacadeLogic
ModelFacade.findActivityGraphByNameAndStereotype(String, String)
protected UseCaseFacade handleFindUseCaseByName(String name)
ModelFacadeLogic
handleFindUseCaseByName
in class ModelFacadeLogic
ModelFacade.findUseCaseByName(String)
protected UseCaseFacade handleFindUseCaseWithNameAndStereotype(String name, String stereotypeName)
ModelFacadeLogic
handleFindUseCaseWithNameAndStereotype
in class ModelFacadeLogic
ModelFacade.findUseCaseWithNameAndStereotype(String, String)
protected Collection handleFindFinalStatesWithNameOrHyperlink(UseCaseFacade useCase)
ModelFacadeLogic
handleFindFinalStatesWithNameOrHyperlink
in class ModelFacadeLogic
ModelFacade.findFinalStatesWithNameOrHyperlink(org.andromda.metafacades.uml.UseCaseFacade)
protected Collection handleGetAllActionStatesWithStereotype(ActivityGraphFacade activityGraph, String stereotypeName)
ModelFacadeLogic
handleGetAllActionStatesWithStereotype
in class ModelFacadeLogic
ModelFacade.getAllActionStatesWithStereotype(org.andromda.metafacades.uml.ActivityGraphFacade, String)
protected Collection handleGetAllTransitions()
ModelFacadeLogic
handleGetAllTransitions
in class ModelFacadeLogic
ModelFacadeLogic.handleGetAllTransitions()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.