org.andromda.cartridges.jbpm.metafacades
Interface JBpmPseudostate

All Superinterfaces:
JBpmStateVertex, org.andromda.metafacades.uml.ModelElementFacade, org.andromda.metafacades.uml.PseudostateFacade, org.andromda.metafacades.uml.StateVertexFacade
All Known Implementing Classes:
JBpmPseudostateLogic, JBpmPseudostateLogicImpl

public interface JBpmPseudostate
extends org.andromda.metafacades.uml.PseudostateFacade, JBpmStateVertex

Metafacade interface to be used by AndroMDA cartridges.


Method Summary
 java.lang.String getClassName()
           
 java.lang.String getClazz()
           
 java.lang.String getDecisionHandlerClassName()
           
 java.lang.String getDecisionHandlerFullPath()
           
 java.lang.String getDecisionHandlerPackageName()
           
 JBpmSwimlane getSwimlane()
           
 boolean isJBpmPseudostateMetaType()
          Indicates the metafacade type (used for metafacade mappings).
 
Methods inherited from interface org.andromda.metafacades.uml.PseudostateFacade
isChoice, isCollect, isDecisionPoint, isDeepHistory, isFork, isInitialState, isJoin, isJunction, isMergePoint, isPseudostateFacadeMetaType, isShallowHistory, isSplit
 
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
 
Methods inherited from interface org.andromda.cartridges.jbpm.metafacades.JBpmStateVertex
getNodeClassName, getNodePackageName, getProcessDefinition, isContainedInBusinessProcess, isJBpmStateVertexMetaType
 
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

isJBpmPseudostateMetaType

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

Returns:
always true

getClassName

java.lang.String getClassName()

getClazz

java.lang.String getClazz()

getDecisionHandlerClassName

java.lang.String getDecisionHandlerClassName()

getDecisionHandlerFullPath

java.lang.String getDecisionHandlerFullPath()

getDecisionHandlerPackageName

java.lang.String getDecisionHandlerPackageName()

getSwimlane

JBpmSwimlane getSwimlane()


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