public class StateMachineFacadeLogicImpl extends StateMachineFacadeLogic
StateMachineFacade
,
Serialized FormmetaObject
xmiHelper
contextRoot
Constructor and Description |
---|
StateMachineFacadeLogicImpl(StateMachine metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Vertex> |
getSubvertices(org.apache.commons.collections.Predicate collectionFilter) |
Object |
getValidationOwner() |
protected Element |
handleGetContextElement()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Vertex> |
handleGetFinalStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected PseudostateFacade |
handleGetInitialState()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Vertex> |
handleGetInitialStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected TransitionFacade |
handleGetInitialTransition()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Vertex> |
handleGetPseudostates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Vertex> |
handleGetStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection<Transition> |
handleGetTransitions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
getContextElement, getFinalStates, getInitialState, getInitialStates, getInitialTransition, getPseudostates, getStates, getTransitions, isStateMachineFacadeMetaType, resetMetafacadeContext, validateInvariants
getArraySuffix, getValidationName, handleCopyTaggedValues, handleFindTaggedValue, handleFindTaggedValues, handleGetBindedFullyQualifiedName, handleGetConstraints, handleGetConstraints, handleGetDocumentation, handleGetDocumentation, handleGetDocumentation, handleGetFullyQualifiedName, handleGetFullyQualifiedName, handleGetFullyQualifiedNamePath, handleGetId, handleGetKeywords, handleGetLabel, handleGetLanguageMappings, handleGetModel, handleGetModelNamespace, handleGetName, handleGetPackage, handleGetPackageName, handleGetPackageName, handleGetPackagePath, handleGetQualifiedName, handleGetRootPackage, handleGetSourceDependencies, handleGetStateMachineContext, handleGetStereotypeNames, handleGetStereotypes, handleGetTaggedValues, handleGetTargetDependencies, handleGetTemplateParameter, handleGetTemplateParameters, handleGetVisibility, handleHasExactStereotype, handleHasKeyword, handleHasStereotype, handleIsBindingDependenciesPresent, handleIsConstraintsPresent, handleIsDocumentationPresent, handleIsReservedWord, handleIsTemplateParametersPresent, handleIsValidIdentifierName, handleTranslateConstraint, handleTranslateConstraints, handleTranslateConstraints, isAUml14Dependency
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, toString, translateConstraint, translateConstraints, translateConstraints
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints
public StateMachineFacadeLogicImpl(StateMachine metaObject, String context)
metaObject
- context
- protected Element handleGetContextElement()
StateMachineFacadeLogic
handleGetContextElement
in class StateMachineFacadeLogic
StateMachineFacade.getContextElement()
protected Collection<Vertex> handleGetFinalStates()
StateMachineFacadeLogic
handleGetFinalStates
in class StateMachineFacadeLogic
StateMachineFacade.getFinalStates()
protected Collection<Vertex> handleGetStates()
StateMachineFacadeLogic
handleGetStates
in class StateMachineFacadeLogic
StateMachineFacade.getStates()
protected TransitionFacade handleGetInitialTransition()
StateMachineFacadeLogic
handleGetInitialTransition
in class StateMachineFacadeLogic
StateMachineFacade.getInitialTransition()
protected Collection<Transition> handleGetTransitions()
StateMachineFacadeLogic
handleGetTransitions
in class StateMachineFacadeLogic
StateMachineFacade.getTransitions()
protected Collection<Vertex> handleGetInitialStates()
StateMachineFacadeLogic
handleGetInitialStates
in class StateMachineFacadeLogic
StateMachineFacade.getInitialStates()
protected PseudostateFacade handleGetInitialState()
StateMachineFacadeLogic
handleGetInitialState
in class StateMachineFacadeLogic
StateMachineFacade.getInitialState()
protected Collection<Vertex> handleGetPseudostates()
StateMachineFacadeLogic
handleGetPseudostates
in class StateMachineFacadeLogic
StateMachineFacade.getPseudostates()
protected Collection<Vertex> getSubvertices(org.apache.commons.collections.Predicate collectionFilter)
collectionFilter
- public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.