com.soyatec.bpmn
Interface BPMNObject

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

public interface BPMNObject
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Graphical Object'.

The following features are supported:

See Also:
BPMNPackage.getBPMNObject()

Method Summary
 org.eclipse.emf.common.util.EList getChildren()
          Returns the value of the 'Children' containment reference list.
 
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

getChildren

org.eclipse.emf.common.util.EList getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type BPMNObject.

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

Returns:
the value of the 'Children' containment reference list.
See Also:
BPMNPackage.getBPMNObject_Children()