public class TransitionFacadeLogicImpl extends TransitionFacadeLogic
TransitionFacade
,
Serialized FormmetaObject
xmiHelper
contextRoot
Constructor and Description |
---|
TransitionFacadeLogicImpl(Transition metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
protected Action |
handleGetEffect()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Constraint |
handleGetGuard()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Vertex |
handleGetSource()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Vertex |
handleGetTarget()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected Behavior |
handleGetTrigger()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
Object |
handleGetValidationOwner() |
protected boolean |
handleIsEnteringActionState() |
protected boolean |
handleIsEnteringDecisionPoint() |
protected boolean |
handleIsEnteringFinalState() |
protected boolean |
handleIsExitingActionState() |
protected boolean |
handleIsExitingDecisionPoint() |
protected boolean |
handleIsExitingInitialState() |
protected boolean |
handleIsTriggerPresent() |
getEffect, getGuard, getSource, getTarget, getTrigger, isEnteringActionState, isEnteringDecisionPoint, isEnteringFinalState, isExitingActionState, isExitingDecisionPoint, isExitingInitialState, isTransitionFacadeMetaType, isTriggerPresent, 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, 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 TransitionFacadeLogicImpl(Transition metaObject, String context)
metaObject
- context
- protected Action handleGetEffect()
TransitionFacadeLogic
handleGetEffect
in class TransitionFacadeLogic
TransitionFacadeLogic.handleGetEffect()
protected Vertex handleGetSource()
TransitionFacadeLogic
handleGetSource
in class TransitionFacadeLogic
TransitionFacadeLogic.handleGetSource()
protected Vertex handleGetTarget()
TransitionFacadeLogic
handleGetTarget
in class TransitionFacadeLogic
TransitionFacadeLogic.handleGetTarget()
protected Behavior handleGetTrigger()
TransitionFacadeLogic
handleGetTrigger
in class TransitionFacadeLogic
TransitionFacadeLogic.handleGetTrigger()
protected Constraint handleGetGuard()
TransitionFacadeLogic
handleGetGuard
in class TransitionFacadeLogic
TransitionFacadeLogic.handleGetGuard()
protected boolean handleIsTriggerPresent()
handleIsTriggerPresent
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsTriggerPresent()
protected boolean handleIsExitingDecisionPoint()
handleIsExitingDecisionPoint
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsExitingDecisionPoint()
protected boolean handleIsEnteringDecisionPoint()
handleIsEnteringDecisionPoint
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsEnteringDecisionPoint()
protected boolean handleIsExitingActionState()
handleIsExitingActionState
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsExitingActionState()
protected boolean handleIsEnteringActionState()
handleIsEnteringActionState
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsEnteringActionState()
protected boolean handleIsExitingInitialState()
handleIsExitingInitialState
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsExitingInitialState()
protected boolean handleIsEnteringFinalState()
handleIsEnteringFinalState
in class TransitionFacadeLogic
TransitionFacadeLogic.handleIsEnteringFinalState()
public Object handleGetValidationOwner()
MetafacadeBase.getValidationOwner()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.