Uses of Class
gui.transact.Transaction

Packages that use Transaction
gui   
gui.transact   
 

Uses of Transaction in gui
 

Fields in gui declared as Transaction
private  Transaction Calendar.transact
           
 

Methods in gui that return Transaction
protected  Transaction Calendar.getTransact()
           
 

Uses of Transaction in gui.transact
 

Methods in gui.transact with parameters of type Transaction
private  java.lang.String TrRecognise.getHelpFromDialServ(Transaction tr)
           
private  void TrRecognise.invokeDialServ(net.sf.regulus.NBestRegResult nbest, Transaction tr)
          Communicates with the dialogue server (prolog implem) in order to : 1) get the selected interpretation (from the initial n-best list provided by the recognizer); 2) and then to obtain help sentences.
abstract  void TrState.nextStep(Transaction tr)
          Subclasses must decide which state follows when the user asks for executing the next step of the transaction
 void TrRecognise.nextStep(Transaction tr)
           
 void TrReady.nextStep(Transaction tr)
           
 void TrPlayBack.nextStep(Transaction tr)
           
 void TrInitSpeech.nextStep(Transaction tr)
           
 void TrInitGlobalProcesses.nextStep(Transaction tr)
           
 void TrInitDialServ.nextStep(Transaction tr)
           
 void TrInitDialClient.nextStep(Transaction tr)
           
 void TrExitApp.nextStep(Transaction tr)
           
 void TrAvailable.nextStep(Transaction tr)
           
private  void TrPlayBack.playback(java.lang.String strToPlay, Transaction tr)
           
private  void TrRecognise.processRecRequest(Transaction tr)
          Communicates with the Regulus server in order to process the recognition request.
abstract  void TrState.runTasks(Transaction tr)
          Subclasses must decide what to do when the user asks for executing the tasks required inside this state of the transaction.
 void TrRecognise.runTasks(Transaction tr)
           
 void TrReady.runTasks(Transaction tr)
           
 void TrPlayBack.runTasks(Transaction tr)
           
 void TrInitSpeech.runTasks(Transaction tr)
           
 void TrInitGlobalProcesses.runTasks(Transaction tr)
           
 void TrInitDialServ.runTasks(Transaction tr)
           
 void TrInitDialClient.runTasks(Transaction tr)
           
 void TrExitApp.runTasks(Transaction tr)
           
 void TrAvailable.runTasks(Transaction tr)
           
private  void TrInitGlobalProcesses.startup(Transaction tr)
          Starts up processes that are required by all languages (e.g.
 void TrState.stopStateProcs(Transaction tr)
          Subclasses must override this method in order to stop the processes started by the corresponding state tasks.
 void TrInitSpeech.stopStateProcs(Transaction tr)
           
 void TrInitGlobalProcesses.stopStateProcs(Transaction tr)
          Stops the processes started by tasks of TrInitGlobalProcess state.
 void TrInitDialServ.stopStateProcs(Transaction tr)
          /** Stub method since the dialogue server process was killed by sending to the dialogue server the message "client_shutdown" which closes the client connection and also kills the dialogue server process.
 void TrInitDialClient.stopStateProcs(Transaction tr)
          Stops the processes started by tasks of TrInitDialClient state.