org.andromda.metafacades.uml
Interface StateVertexFacade

All Superinterfaces:
ModelElementFacade
All Known Subinterfaces:
ActionStateFacade, FinalStateFacade, FrontEndActionState, FrontEndFinalState, FrontEndPseudostate, FrontEndView, ObjectFlowStateFacade, PseudostateFacade, StateFacade, SubactivityStateFacade

public interface StateVertexFacade
extends ModelElementFacade

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 StateFacade getContainer()
           
 Collection getIncoming()
           
 Collection getOutgoing()
           
 PartitionFacade getPartition()
           The partition (if any) to which this vertex belongs.
 StateMachineFacade getStateMachine()
           
 boolean isStateVertexFacadeMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
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

isStateVertexFacadeMetaType

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

Returns:
always true

getContainer

public StateFacade getContainer()

getIncoming

public Collection getIncoming()

getOutgoing

public Collection getOutgoing()

getPartition

public PartitionFacade getPartition()

The partition (if any) to which this vertex belongs.


getStateMachine

public StateMachineFacade getStateMachine()


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