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

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

Uses of InputSet in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return InputSet
 InputSet Bpmn2Factory.createInputSet()
          Returns a new object of class 'Input Set'.
 InputSet ThrowEvent.getInputSet()
          Returns the value of the 'Input Set' containment reference.
 InputSet DocumentRoot.getInputSet()
          Returns the value of the 'Input Set' containment reference.
 

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

Methods in com.ibm.xtools.bpmn2 with parameters of type InputSet
 void ThrowEvent.setInputSet(InputSet value)
          Sets the value of the 'Input Set' containment reference.
 void DocumentRoot.setInputSet(InputSet value)
          Sets the value of the 'Input Set' containment reference.
 

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

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