com.soyatec.bpmn
Interface FlowObject

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, LaneElement, org.eclipse.emf.common.notify.Notifier, ProcessObject
All Known Subinterfaces:
Activity, ComplexGateway, DataBasedExclusiveGateway, EmbeddedSubProcess, EndEvent, Event, EventBasedExclusiveGateway, ExclusiveGateway, Gateway, InclusiveGateway, IndependentSubProcess, IntermediateEvent, ManualTask, ParallelGateway, ReceiveTask, ReferenceSubProcess, ReferenceTask, ScriptTask, SendTask, ServiceTask, StartEvent, SubProcess, Task, UserTask

public interface FlowObject
extends LaneElement

A representation of the model object 'Flow Object'. A Flow Object is one of the set of following graphical objects: Events, Activities, and Gateways.

The following features are supported:

See Also:
BPMNPackage.getFlowObject()

Method Summary
 org.eclipse.emf.common.util.EList getAssignments()
          Returns the value of the 'Assignments' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 Process getProcess()
          Returns the value of the 'Process' reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BPMNPackage.getFlowObject_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAssignments

org.eclipse.emf.common.util.EList getAssignments()
Returns the value of the 'Assignments' containment reference list. The list contents are of type Assignment. It is bidirectional and its opposite is 'Flow'.

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

Returns:
the value of the 'Assignments' containment reference list.
See Also:
BPMNPackage.getFlowObject_Assignments(), Assignment.getFlow()

getProcess

Process getProcess()
Returns the value of the 'Process' reference.

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

Returns:
the value of the 'Process' reference.
See Also:
BPMNPackage.getFlowObject_Process()