org.andromda.metafacades.uml
Interface ActivityGraphFacade

All Superinterfaces:
ModelElementFacade, StateMachineFacade
All Known Subinterfaces:
FrontEndActivityGraph

public interface ActivityGraphFacade
extends StateMachineFacade

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 Collection getActionStates()
           The set of action states contained in this activity graph.
 Collection getObjectFlowStates()
           The set of object flow states contained in this activity graph.
 Collection getPartitions()
           The set of partitions contained in this activity graph.
 UseCaseFacade getUseCase()
           The use-case owning this activity graph.
 boolean isActivityGraphFacadeMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.StateMachineFacade
getContextElement, getFinalStates, getInitialState, getInitialStates, getInitialTransition, getPseudostates, getStates, getTransitions, isStateMachineFacadeMetaType
 
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

isActivityGraphFacadeMetaType

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

Returns:
always true

getActionStates

public Collection getActionStates()

The set of action states contained in this activity graph.


getObjectFlowStates

public Collection getObjectFlowStates()

The set of object flow states contained in this activity graph.


getPartitions

public Collection getPartitions()

The set of partitions contained in this activity graph. Partitions are also known as swimlanes in UML.


getUseCase

public UseCaseFacade getUseCase()

The use-case owning this activity graph.



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