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

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

Uses of FlowNode in com.ibm.xtools.bpmn2
 

Subinterfaces of FlowNode 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 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 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 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 FlowNode
 FlowNode DocumentRoot.getFlowNode()
          Returns the value of the 'Flow Node' containment reference.
 FlowNode SequenceFlow.getSource()
          Returns the value of the 'Source' reference.
 FlowNode SequenceFlow.getTarget()
          Returns the value of the 'Target' reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type FlowNode
 void DocumentRoot.setFlowNode(FlowNode value)
          Sets the value of the 'Flow Node' containment reference.
 void SequenceFlow.setSource(FlowNode value)
          Sets the value of the 'Source' reference.
 void SequenceFlow.setTarget(FlowNode value)
          Sets the value of the 'Target' reference.
 

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

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