com.ibm.xtools.bpmn2
Interface SubProcess

All Superinterfaces:
Activity, BaseElement, org.eclipse.emf.ecore.EObject, FlowElement, FlowNode, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AdHocSubProcess, Transaction

public interface SubProcess
extends Activity

A representation of the model object 'Sub Process'.

The following features are supported:

See Also:
Bpmn2Package.getSubProcess()

Method Summary
 org.eclipse.emf.common.util.EList<Artifact> getArtifacts()
          Returns the value of the 'Artifacts' containment reference list.
 org.eclipse.emf.common.util.EList<FlowElement> getFlowElements()
          Returns the value of the 'Flow Elements' containment reference list.
 boolean isSetTriggeredByEvent()
          Returns whether the value of the 'Triggered By Event' attribute is set.
 boolean isTriggeredByEvent()
          Returns the value of the 'Triggered By Event' attribute.
 void setTriggeredByEvent(boolean value)
          Sets the value of the 'Triggered By Event' attribute.
 void unsetTriggeredByEvent()
          Unsets the value of the 'Triggered By Event' attribute.
 
Methods inherited from interface com.ibm.xtools.bpmn2.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getResourceRoles, isIsForCompensation, isSetIsForCompensation, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, unsetIsForCompensation
 
Methods inherited from interface com.ibm.xtools.bpmn2.FlowNode
getIncoming, getOutgoing
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getFlowElements

org.eclipse.emf.common.util.EList<FlowElement> getFlowElements()
Returns the value of the 'Flow Elements' containment reference list. The list contents are of type FlowElement.

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

Returns:
the value of the 'Flow Elements' containment reference list.
See Also:
Bpmn2Package.getSubProcess_FlowElements()

getArtifacts

org.eclipse.emf.common.util.EList<Artifact> getArtifacts()
Returns the value of the 'Artifacts' containment reference list. The list contents are of type Artifact.

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

Returns:
the value of the 'Artifacts' containment reference list.
See Also:
Bpmn2Package.getSubProcess_Artifacts()

isTriggeredByEvent

boolean isTriggeredByEvent()
Returns the value of the 'Triggered By Event' attribute. The default value is "false".

If the meaning of the 'Triggered By Event' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Triggered By Event' attribute.
See Also:
isSetTriggeredByEvent(), unsetTriggeredByEvent(), setTriggeredByEvent(boolean), Bpmn2Package.getSubProcess_TriggeredByEvent()

setTriggeredByEvent

void setTriggeredByEvent(boolean value)
Sets the value of the 'Triggered By Event' attribute.

Parameters:
value - the new value of the 'Triggered By Event' attribute.
See Also:
isSetTriggeredByEvent(), unsetTriggeredByEvent(), isTriggeredByEvent()

unsetTriggeredByEvent

void unsetTriggeredByEvent()
Unsets the value of the 'Triggered By Event' attribute.

See Also:
isSetTriggeredByEvent(), isTriggeredByEvent(), setTriggeredByEvent(boolean)

isSetTriggeredByEvent

boolean isSetTriggeredByEvent()
Returns whether the value of the 'Triggered By Event' attribute is set.

Returns:
whether the value of the 'Triggered By Event' attribute is set.
See Also:
unsetTriggeredByEvent(), isTriggeredByEvent(), setTriggeredByEvent(boolean)