org.andromda.cartridges.jsf.metafacades
Interface JSFFinalState

All Superinterfaces:
org.andromda.metafacades.uml.FinalStateFacade, org.andromda.metafacades.uml.FrontEndFinalState, org.andromda.metafacades.uml.ModelElementFacade, org.andromda.metafacades.uml.StateFacade, org.andromda.metafacades.uml.StateVertexFacade
All Known Implementing Classes:
JSFFinalStateLogic, JSFFinalStateLogicImpl

public interface JSFFinalState
extends org.andromda.metafacades.uml.FrontEndFinalState

Represents a final state in a JSF use case.

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 java.lang.String getPath()
           The path to which this final state points.
 boolean isJSFFinalStateMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.FrontEndFinalState
getInterUseCaseParameters, getTargetUseCase, isContainedInFrontEndUseCase, isFrontEndFinalStateMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.FinalStateFacade
isFinalStateFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.StateFacade
getDeferrableEvents, isStateFacadeMetaType
 
Methods inherited from interface org.andromda.metafacades.uml.StateVertexFacade
getContainer, getIncoming, getOutgoing, getPartition, getStateMachine, isStateVertexFacadeMetaType
 
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

isJSFFinalStateMetaType

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

Returns:
always true

getPath

java.lang.String getPath()

The path to which this final state points.



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