public class JBpmProcessDefinitionLogicImpl extends JBpmProcessDefinitionLogic
JBpmProcessDefinition,
Serialized FormmetaObjectcontextRoot| Constructor and Description |
|---|
JBpmProcessDefinitionLogicImpl(Object metaObject,
String context) |
| Modifier and Type | Method and Description |
|---|---|
ActivityGraphFacade |
getFirstActivityGraph()
Overwritten because we want to be able to make use of the AndroMDA tagged value for use-case
to activity graph linking.
|
protected List<PseudostateFacade> |
handleGetDecisions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetDescriptorFullPath() |
protected List<FinalStateFacade> |
handleGetEndStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<PseudostateFacade> |
handleGetForks()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<PseudostateFacade> |
handleGetJoins()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected String |
handleGetNodeInterfaceName() |
protected List<JBpmNode> |
handleGetNodes()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected PseudostateFacade |
handleGetStartState()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<JBpmState> |
handleGetStates()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<PartitionFacade> |
handleGetSwimlanes()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<JBpmNode> |
handleGetTaskNodes()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected List<JBpmAction> |
handleGetTasks()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected boolean |
handleIsBusinessProcess() |
copyTaggedValues, findAttribute, findTaggedValue, findTaggedValue, findTaggedValues, getAbstractions, getAllAssociatedClasses, getAllGeneralizations, getAllProperties, getAllRequiredConstructorParameters, getAllSpecializations, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getBindedFullyQualifiedName, getConstraints, getConstraints, getDecisions, getDescriptorFullPath, getDocumentation, getDocumentation, getDocumentation, getEndStates, getExtends, getExtensionPoints, getForks, getFullyQualifiedArrayName, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getId, getImplementationOperations, getImplementedInterfaceList, getIncludes, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getJoins, getKeywords, getLabel, getLanguageMappings, getModel, getName, getNavigableConnectingEnds, getNavigableConnectingEnds, getNodeInterfaceName, getNodes, getNonArray, getOperationCallFromAttributes, getOperations, getOwnedElements, getPackage, getPackageName, getPackageName, getPackagePath, getProperties, getProperties, getQualifiedName, getRequiredConstructorParameters, getRootPackage, getSerialVersionUID, getSourceDependencies, getSpecializations, getStartState, getStateMachineContext, getStates, getStaticAttributes, getStaticOperations, getStereotypeNames, getStereotypes, getSuperClass, getSwimlanes, getTaggedValues, getTargetDependencies, getTaskNodes, getTasks, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, getWrapperName, hasExactStereotype, hasKeyword, hasStereotype, initialize, isAbstract, isArrayType, isAssociationClass, isBindingDependenciesPresent, isBlobType, isBooleanType, isBusinessProcess, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isConstraintsPresent, isDataType, isDateType, isDocumentationPresent, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isGeneralizableElementFacadeMetaType, isIntegerType, isInterface, isJBpmProcessDefinitionMetaType, isLeaf, isListType, isLongType, isMapType, isModelElementFacadeMetaType, isNamespaceFacadeMetaType, isPrimitive, isReservedWord, isSetType, isStringType, isTemplateParametersPresent, isTimeType, isUseCaseFacadeMetaType, isValidIdentifierName, isWrappedPrimitive, resetMetafacadeContext, toString, translateConstraint, translateConstraints, translateConstraints, validateInvariantscompareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validatepublic JBpmProcessDefinitionLogicImpl(Object metaObject, String context)
metaObject - context - protected List<JBpmState> handleGetStates()
JBpmProcessDefinitionLogichandleGetStates in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetStates()protected List<JBpmNode> handleGetNodes()
JBpmProcessDefinitionLogichandleGetNodes in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetNodes()protected List<JBpmNode> handleGetTaskNodes()
JBpmProcessDefinitionLogichandleGetTaskNodes in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetTaskNodes()protected List<JBpmAction> handleGetTasks()
JBpmProcessDefinitionLogichandleGetTasks in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetTasks()protected boolean handleIsBusinessProcess()
handleIsBusinessProcess in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleIsBusinessProcess()protected List<PartitionFacade> handleGetSwimlanes()
JBpmProcessDefinitionLogichandleGetSwimlanes in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetSwimlanes()protected PseudostateFacade handleGetStartState()
JBpmProcessDefinitionLogichandleGetStartState in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetStartState()protected List<FinalStateFacade> handleGetEndStates()
JBpmProcessDefinitionLogichandleGetEndStates in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetEndStates()protected List<PseudostateFacade> handleGetDecisions()
JBpmProcessDefinitionLogichandleGetDecisions in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetDecisions()protected List<PseudostateFacade> handleGetForks()
JBpmProcessDefinitionLogichandleGetForks in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetForks()protected List<PseudostateFacade> handleGetJoins()
JBpmProcessDefinitionLogichandleGetJoins in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetJoins()protected String handleGetDescriptorFullPath()
handleGetDescriptorFullPath in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetDescriptorFullPath()protected String handleGetNodeInterfaceName()
handleGetNodeInterfaceName in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.handleGetNodeInterfaceName()public ActivityGraphFacade getFirstActivityGraph()
getFirstActivityGraph in interface UseCaseFacadegetFirstActivityGraph in class JBpmProcessDefinitionLogicJBpmProcessDefinitionLogic.getFirstActivityGraph()Copyright © 2003–2014 AndroMDA.org. All rights reserved.