org.andromda.cartridges.jsf.metafacades
Interface JSFActivityGraph

All Superinterfaces:
org.andromda.metafacades.uml.ActivityGraphFacade, org.andromda.metafacades.uml.FrontEndActivityGraph, org.andromda.metafacades.uml.ModelElementFacade, org.andromda.metafacades.uml.StateMachineFacade
All Known Implementing Classes:
JSFActivityGraphLogic, JSFActivityGraphLogicImpl

public interface JSFActivityGraph
extends org.andromda.metafacades.uml.FrontEndActivityGraph

Represents an activity graph in a JSF application.

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 boolean isJSFActivityGraphMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.FrontEndActivityGraph
getController, getInitialAction, isContainedInFrontEndUseCase, isFrontEndActivityGraphMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.ActivityGraphFacade
getActionStates, getObjectFlowStates, getPartitions, getUseCase, isActivityGraphFacadeMetaType
 
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

isJSFActivityGraphMetaType

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

Returns:
always true


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