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

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

Uses of Signal in com.ibm.xtools.bpmn2
 

Methods in com.ibm.xtools.bpmn2 that return Signal
 Signal Bpmn2Factory.createSignal()
          Returns a new object of class 'Signal'.
 Signal SignalEventDefinition.getSignal()
          Returns the value of the 'Signal' reference.
 Signal DocumentRoot.getSignal()
          Returns the value of the 'Signal' containment reference.
 

Methods in com.ibm.xtools.bpmn2 with parameters of type Signal
 void SignalEventDefinition.setSignal(Signal value)
          Sets the value of the 'Signal' reference.
 void DocumentRoot.setSignal(Signal value)
          Sets the value of the 'Signal' containment reference.
 

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

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