public class StateMachineFacadeLogicImpl extends StateMachineFacadeLogic
StateMachineFacade
,
Serialized FormmetaObject
contextRoot
Constructor and Description |
---|
StateMachineFacadeLogicImpl(org.omg.uml.behavioralelements.statemachines.StateMachine metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
protected Collection |
getSubvertices(org.apache.commons.collections.Predicate collectionFilter) |
protected org.omg.uml.foundation.core.ModelElement |
handleGetContextElement()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
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 |
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 |
handleGetPseudostates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected Collection |
handleGetTransitions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
Object |
handleGetValidationOwner() |
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, handleGetName, handleGetOwnedElements, handleGetOwner, 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
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, getValidationOwner, 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, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints
public StateMachineFacadeLogicImpl(org.omg.uml.behavioralelements.statemachines.StateMachine metaObject, String context)
metaObject
- context
- protected org.omg.uml.foundation.core.ModelElement handleGetContextElement()
StateMachineFacadeLogic
handleGetContextElement
in class StateMachineFacadeLogic
StateMachineFacade.getContextElement()
protected Collection handleGetFinalStates()
StateMachineFacadeLogic
handleGetFinalStates
in class StateMachineFacadeLogic
StateMachineFacade.getFinalStates()
protected Collection handleGetStates()
StateMachineFacadeLogic
handleGetStates
in class StateMachineFacadeLogic
StateMachineFacade.getStates()
protected TransitionFacade handleGetInitialTransition()
StateMachineFacadeLogic
handleGetInitialTransition
in class StateMachineFacadeLogic
StateMachineFacade.getInitialTransition()
protected Collection handleGetTransitions()
StateMachineFacadeLogic
handleGetTransitions
in class StateMachineFacadeLogic
StateMachineFacade.getTransitions()
protected Collection handleGetInitialStates()
StateMachineFacadeLogic
handleGetInitialStates
in class StateMachineFacadeLogic
StateMachineFacade.getInitialStates()
protected PseudostateFacade handleGetInitialState()
StateMachineFacadeLogic
handleGetInitialState
in class StateMachineFacadeLogic
StateMachineFacade.getInitialState()
protected Collection handleGetPseudostates()
StateMachineFacadeLogic
handleGetPseudostates
in class StateMachineFacadeLogic
StateMachineFacade.getPseudostates()
protected Collection getSubvertices(org.apache.commons.collections.Predicate collectionFilter)
collectionFilter
- public Object handleGetValidationOwner()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.