org.andromda.metafacades.uml
Interface ActionStateFacade

All Superinterfaces:
ModelElementFacade, StateFacade, StateVertexFacade
All Known Subinterfaces:
FrontEndActionState, FrontEndView

public interface ActionStateFacade
extends StateFacade

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 ActionFacade getEntry()
           The entry action for this action state (if any).
 boolean isActionStateFacadeMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.StateFacade
getDeferrableEvents, isStateFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.ModelElementFacade
copyTaggedValues, findTaggedValue, findTaggedValues, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isModelElementFacadeMetaType, isTemplateParametersPresent, translateConstraint, translateConstraints, translateConstraints, validateInvariants
 

Method Detail

isActionStateFacadeMetaType

public boolean isActionStateFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).

Returns:
always true

getEntry

public ActionFacade getEntry()

The entry action for this action state (if any).



Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.