public class JBpmProcessDefinitionLogicImpl extends JBpmProcessDefinitionLogic
JBpmProcessDefinition
,
Serialized FormmetaObject
contextRoot
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, validateInvariants
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
public JBpmProcessDefinitionLogicImpl(Object metaObject, String context)
metaObject
- context
- protected List<JBpmState> handleGetStates()
JBpmProcessDefinitionLogic
handleGetStates
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetStates()
protected List<JBpmNode> handleGetNodes()
JBpmProcessDefinitionLogic
handleGetNodes
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetNodes()
protected List<JBpmNode> handleGetTaskNodes()
JBpmProcessDefinitionLogic
handleGetTaskNodes
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetTaskNodes()
protected List<JBpmAction> handleGetTasks()
JBpmProcessDefinitionLogic
handleGetTasks
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetTasks()
protected boolean handleIsBusinessProcess()
handleIsBusinessProcess
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleIsBusinessProcess()
protected List<PartitionFacade> handleGetSwimlanes()
JBpmProcessDefinitionLogic
handleGetSwimlanes
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetSwimlanes()
protected PseudostateFacade handleGetStartState()
JBpmProcessDefinitionLogic
handleGetStartState
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetStartState()
protected List<FinalStateFacade> handleGetEndStates()
JBpmProcessDefinitionLogic
handleGetEndStates
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetEndStates()
protected List<PseudostateFacade> handleGetDecisions()
JBpmProcessDefinitionLogic
handleGetDecisions
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetDecisions()
protected List<PseudostateFacade> handleGetForks()
JBpmProcessDefinitionLogic
handleGetForks
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetForks()
protected List<PseudostateFacade> handleGetJoins()
JBpmProcessDefinitionLogic
handleGetJoins
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetJoins()
protected String handleGetDescriptorFullPath()
handleGetDescriptorFullPath
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetDescriptorFullPath()
protected String handleGetNodeInterfaceName()
handleGetNodeInterfaceName
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.handleGetNodeInterfaceName()
public ActivityGraphFacade getFirstActivityGraph()
getFirstActivityGraph
in interface UseCaseFacade
getFirstActivityGraph
in class JBpmProcessDefinitionLogic
JBpmProcessDefinitionLogic.getFirstActivityGraph()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.