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

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

Uses of OutputSet in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return OutputSet
 OutputSet Bpmn2Factory.createOutputSet()
          Returns a new object of class 'Output Set'.
 OutputSet DocumentRoot.getOutputSet()
          Returns the value of the 'Output Set' containment reference.
 OutputSet CatchEvent.getOutputSet()
          Returns the value of the 'Output Set' containment reference.
 

Methods in com.ibm.xtools.bpmn2 that return types with arguments of type OutputSet
 org.eclipse.emf.common.util.EList<OutputSet> InputOutputSpecification.getOutputSets()
          Returns the value of the 'Output Sets' containment reference list.
 org.eclipse.emf.common.util.EList<OutputSet> InputSet.getOutputSets()
          Returns the value of the 'Output Sets' reference list.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type OutputSet
 void DocumentRoot.setOutputSet(OutputSet value)
          Sets the value of the 'Output Set' containment reference.
 void CatchEvent.setOutputSet(OutputSet value)
          Sets the value of the 'Output Set' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2.util with parameters of type OutputSet
 T Bpmn2Switch.caseOutputSet(OutputSet object)
          Returns the result of interpreting the object as an instance of 'Output Set'.