com.soyatec.bpmn
Interface ProcessObject

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Activity, Artifact, Association, ComplexGateway, ConnectingObject, DataBasedExclusiveGateway, DataObject, EmbeddedSubProcess, EndEvent, Event, EventBasedExclusiveGateway, ExclusiveGateway, FlowObject, Gateway, Group, InclusiveGateway, IndependentSubProcess, IntermediateEvent, Lane, LaneElement, ManualTask, MessageFlow, ParallelGateway, Pool, Process, ReceiveTask, ReferenceSubProcess, ReferenceTask, ScriptTask, SendTask, SequenceFlow, ServiceTask, StartEvent, SubProcess, Swimlane, Task, TextAnnotation, UserTask

public interface ProcessObject
extends BPMNObject

A representation of the model object 'Process Object'.

The following features are supported:

See Also:
BPMNPackage.getProcessObject()

Method Summary
 org.eclipse.emf.common.util.EList getCategories()
          Returns the value of the 'Categories' attribute list.
 java.lang.String getDocumentation()
          Returns the value of the 'Documentation' attribute
 org.eclipse.emf.common.util.EList getIncomingEdges()
          Returns the value of the 'Incoming Edges' reference list.
 org.eclipse.emf.common.util.EList getOutgoingEdges()
          Returns the value of the 'Outgoing Edges' containment reference list.
 void setDocumentation(java.lang.String value)
          Sets the value of the 'Documentation' attribute
 
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

getCategories

org.eclipse.emf.common.util.EList getCategories()
Returns the value of the 'Categories' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Categories' attribute list.
See Also:
BPMNPackage.getProcessObject_Categories()

getDocumentation

java.lang.String getDocumentation()
Returns the value of the 'Documentation' attribute.

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

Returns:
the value of the 'Documentation' attribute.
See Also:
setDocumentation(String), BPMNPackage.getProcessObject_Documentation()

setDocumentation

void setDocumentation(java.lang.String value)
Sets the value of the 'Documentation' attribute.

Parameters:
value - the new value of the 'Documentation' attribute.
See Also:
getDocumentation()

getOutgoingEdges

org.eclipse.emf.common.util.EList getOutgoingEdges()
Returns the value of the 'Outgoing Edges' containment reference list. The list contents are of type ConnectingObject. It is bidirectional and its opposite is 'Source'.

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

Returns:
the value of the 'Outgoing Edges' containment reference list.
See Also:
BPMNPackage.getProcessObject_OutgoingEdges(), ConnectingObject.getSource()

getIncomingEdges

org.eclipse.emf.common.util.EList getIncomingEdges()
Returns the value of the 'Incoming Edges' reference list. The list contents are of type ConnectingObject. It is bidirectional and its opposite is 'Target'.

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

Returns:
the value of the 'Incoming Edges' reference list.
See Also:
BPMNPackage.getProcessObject_IncomingEdges(), ConnectingObject.getTarget()