Uses of Interface
com.ibm.xtools.bpmn2.FlowElement

Packages that use FlowElement
com.ibm.xtools.bpmn2   
com.ibm.xtools.bpmn2.util   
 

Uses of FlowElement in com.ibm.xtools.bpmn2
 

Subinterfaces of FlowElement in com.ibm.xtools.bpmn2
 interface Activity
          A representation of the model object 'Activity'.
 interface AdHocSubProcess
          A representation of the model object 'Ad Hoc Sub Process'.
 interface BoundaryEvent
          A representation of the model object 'Boundary Event'.
 interface BusinessRuleTask
          A representation of the model object 'Business Rule Task'.
 interface CallActivity
          A representation of the model object 'Call Activity'.
 interface CallChoreography
          A representation of the model object 'Call Choreography'.
 interface CatchEvent
          A representation of the model object 'Catch Event'.
 interface ChoreographyActivity
          A representation of the model object 'Choreography Activity'.
 interface ChoreographyTask
          A representation of the model object 'Choreography Task'.
 interface ComplexGateway
          A representation of the model object 'Complex Gateway'.
 interface DataObject
          A representation of the model object 'Data Object'.
 interface EndEvent
          A representation of the model object 'End Event'.
 interface Event
          A representation of the model object 'Event'.
 interface EventBasedGateway
          A representation of the model object 'Event Based Gateway'.
 interface ExclusiveGateway
          A representation of the model object 'Exclusive Gateway'.
 interface FlowNode
          A representation of the model object 'Flow Node'.
 interface Gateway
          A representation of the model object 'Gateway'.
 interface ImplicitThrowEvent
          A representation of the model object 'Implicit Throw Event'.
 interface InclusiveGateway
          A representation of the model object 'Inclusive Gateway'.
 interface IntermediateCatchEvent
          A representation of the model object 'Intermediate Catch Event'.
 interface IntermediateThrowEvent
          A representation of the model object 'Intermediate Throw Event'.
 interface ParallelGateway
          A representation of the model object 'Parallel Gateway'.
 interface SequenceFlow
          A representation of the model object 'Sequence Flow'.
 interface ServiceTask
          A representation of the model object 'Service Task'.
 interface StartEvent
          A representation of the model object 'Start Event'.
 interface SubChoreography
          A representation of the model object 'Sub Choreography'.
 interface SubProcess
          A representation of the model object 'Sub Process'.
 interface Task
          A representation of the model object 'Task'.
 interface ThrowEvent
          A representation of the model object 'Throw Event'.
 interface Transaction
          A representation of the model object 'Transaction'.
 interface UserTask
          A representation of the model object 'User Task'.
 

Methods in com.ibm.xtools.bpmn2 that return FlowElement
 FlowElement DocumentRoot.getFlowElement()
          Returns the value of the 'Flow Element' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type FlowElement
 org.eclipse.emf.common.util.EList<FlowElement> SubChoreography.getFlowElements()
          Returns the value of the 'Flow Elements' containment reference list.
 org.eclipse.emf.common.util.EList<FlowElement> Choreography.getFlowElements()
          Returns the value of the 'Flow Elements' containment reference list.
 org.eclipse.emf.common.util.EList<FlowElement> Process.getFlowElements()
          Returns the value of the 'Flow Elements' containment reference list.
 org.eclipse.emf.common.util.EList<FlowElement> SubProcess.getFlowElements()
          Returns the value of the 'Flow Elements' containment reference list.
 org.eclipse.emf.common.util.EList<FlowElement> Lane.getFlowElements()
          Returns the value of the 'Flow Elements' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type FlowElement
 void DocumentRoot.setFlowElement(FlowElement value)
          Sets the value of the 'Flow Element' containment reference.
 

Uses of FlowElement in com.ibm.xtools.bpmn2.util
 

Methods in com.ibm.xtools.bpmn2.util with parameters of type FlowElement
 T Bpmn2Switch.caseFlowElement(FlowElement object)
          Returns the result of interpreting the object as an instance of 'Flow Element'.