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()
           
 java.util.Collection getIncoming()
           
 java.util.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

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

Returns:
always true

getContainer

StateFacade getContainer()

getIncoming

java.util.Collection getIncoming()

getOutgoing

java.util.Collection getOutgoing()

getPartition

PartitionFacade getPartition()

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


getStateMachine

StateMachineFacade getStateMachine()


Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.