com.soyatec.bpmn
Interface EmbeddedSubProcess

All Superinterfaces:
Activity, BPMNObject, org.eclipse.emf.ecore.EObject, FlowObject, LaneElement, org.eclipse.emf.common.notify.Notifier, ProcessObject, SubProcess

public interface EmbeddedSubProcess
extends SubProcess

A representation of the model object 'Embedded Sub Process'. An Embedded (or nested) Sub-Process object is an activity that contains other activities (a Process). The Process within the Process is dependent on the parent Process for instigation and has visibility to the parent’s global data. No mapping of data is required. Expanded Sub-Process may be used for multiple purposes. They can be used to “flatten” a hierarchical process so that all detail can be shown at the same time. They are used to create a context for exception handling that applies to a group of activities. Expanded Sub-Process may be used as a mechanism for showing a group of parallel activities in a less-cluttered, more compact way.

The following features are supported:

See Also:
BPMNPackage.getEmbeddedSubProcess()

Method Summary
 Expression getAdHocCompletionCondition()
          Returns the value of the 'Ad Hoc Completion Condition' containment reference
 AdHocOrdering getAdHocOrdering()
          Returns the value of the 'Ad Hoc Ordering' attribute.
 org.eclipse.emf.common.util.EList getProcessObjects()
          Returns the value of the 'Process Objects' containment reference list.
 boolean isAdHoc()
          Returns the value of the 'Ad Hoc' attribute
 void setAdHoc(boolean value)
          Sets the value of the 'Ad Hoc' attribute
 void setAdHocCompletionCondition(Expression value)
          Sets the value of the 'Ad Hoc Completion Condition' containment reference
 void setAdHocOrdering(AdHocOrdering value)
          Sets the value of the 'Ad Hoc Ordering' attribute
 
Methods inherited from interface com.soyatec.bpmn.SubProcess
getSubProcessType, getTransaction, isIsATransaction, setTransaction
 
Methods inherited from interface com.soyatec.bpmn.Activity
getActivityType, getInputs, getInputSets, getIORules, getLoop, getLoopType, getOutputs, getOutputSets, getProperties, getStartQuantity, getStatus, isCompensation, setCompensation, setLoop, setLoopType, setStartQuantity, setStatus
 
Methods inherited from interface com.soyatec.bpmn.FlowObject
getAssignments, getName, getProcess, setName
 
Methods inherited from interface com.soyatec.bpmn.LaneElement
getLanes, getPool, setPool
 
Methods inherited from interface com.soyatec.bpmn.ProcessObject
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isAdHoc

boolean isAdHoc()
Returns the value of the 'Ad Hoc' attribute.

If the meaning of the 'Ad Hoc' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ad Hoc' attribute.
See Also:
setAdHoc(boolean), BPMNPackage.getEmbeddedSubProcess_AdHoc()

setAdHoc

void setAdHoc(boolean value)
Sets the value of the 'Ad Hoc' attribute.

Parameters:
value - the new value of the 'Ad Hoc' attribute.
See Also:
isAdHoc()

getAdHocOrdering

AdHocOrdering getAdHocOrdering()
Returns the value of the 'Ad Hoc Ordering' attribute. The literals are from the enumeration AdHocOrdering.

If the meaning of the 'Ad Hoc Ordering' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ad Hoc Ordering' attribute.
See Also:
AdHocOrdering, setAdHocOrdering(AdHocOrdering), BPMNPackage.getEmbeddedSubProcess_AdHocOrdering()

setAdHocOrdering

void setAdHocOrdering(AdHocOrdering value)
Sets the value of the 'Ad Hoc Ordering' attribute.

Parameters:
value - the new value of the 'Ad Hoc Ordering' attribute.
See Also:
AdHocOrdering, getAdHocOrdering()

getAdHocCompletionCondition

Expression getAdHocCompletionCondition()
Returns the value of the 'Ad Hoc Completion Condition' containment reference.

If the meaning of the 'Ad Hoc Completion Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ad Hoc Completion Condition' containment reference.
See Also:
setAdHocCompletionCondition(Expression), BPMNPackage.getEmbeddedSubProcess_AdHocCompletionCondition()

setAdHocCompletionCondition

void setAdHocCompletionCondition(Expression value)
Sets the value of the 'Ad Hoc Completion Condition' containment reference.

Parameters:
value - the new value of the 'Ad Hoc Completion Condition' containment reference.
See Also:
getAdHocCompletionCondition()

getProcessObjects

org.eclipse.emf.common.util.EList getProcessObjects()
Returns the value of the 'Process Objects' containment reference list. The list contents are of type ProcessObject.

If the meaning of the 'Process Objects' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Process Objects' containment reference list.
See Also:
BPMNPackage.getEmbeddedSubProcess_ProcessObjects()