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
 java.util.Collection getActionStates()
           The set of action states contained in this activity graph.
 java.util.Collection getObjectFlowStates()
           The set of object flow states contained in this activity graph.
 java.util.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

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

Returns:
always true

getActionStates

java.util.Collection getActionStates()

The set of action states contained in this activity graph.


getObjectFlowStates

java.util.Collection getObjectFlowStates()

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


getPartitions

java.util.Collection getPartitions()

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


getUseCase

UseCaseFacade getUseCase()

The use-case owning this activity graph.



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