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

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

Uses of SequenceFlow in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return SequenceFlow
 SequenceFlow Bpmn2Factory.createSequenceFlow()
          Returns a new object of class 'Sequence Flow'.
 SequenceFlow Activity.getDefault()
          Returns the value of the 'Default' reference.
 SequenceFlow ExclusiveGateway.getDefault()
          Returns the value of the 'Default' reference.
 SequenceFlow InclusiveGateway.getDefault()
          Returns the value of the 'Default' reference.
 SequenceFlow ComplexGateway.getDefault()
          Returns the value of the 'Default' reference.
 SequenceFlow DocumentRoot.getSequenceFlow()
          Returns the value of the 'Sequence Flow' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type SequenceFlow
 org.eclipse.emf.common.util.EList<SequenceFlow> FlowNode.getIncoming()
          Returns the value of the 'Incoming' reference list.
 org.eclipse.emf.common.util.EList<SequenceFlow> FlowNode.getOutgoing()
          Returns the value of the 'Outgoing' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type SequenceFlow
 void Activity.setDefault(SequenceFlow value)
          Sets the value of the 'Default' reference.
 void ExclusiveGateway.setDefault(SequenceFlow value)
          Sets the value of the 'Default' reference.
 void InclusiveGateway.setDefault(SequenceFlow value)
          Sets the value of the 'Default' reference.
 void ComplexGateway.setDefault(SequenceFlow value)
          Sets the value of the 'Default' reference.
 void DocumentRoot.setSequenceFlow(SequenceFlow value)
          Sets the value of the 'Sequence Flow' containment reference.
 

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

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