A B C D E G H I J L M N O P R S T U V W _

S

selected - Variable in class gui.transact.DialServResponseParser.Response
 
sendMsgToRegServer(String) - Method in class socket.SpeechHandler
 
sendRemoveContextCmdToDialogueServer() - Method in class gui.transact.Transaction
Invokes the dialogue server
sendRequest(String) - Method in class socket.ClientCom
 
sendRequest(String) - Method in class socket.svm_client
 
sendRequestToDialogueServer(String) - Method in class gui.transact.Transaction
Sends a message to the dialogue server.
sendRequestToServer(String) - Method in class socket.svm_client
Invokes the dialogue server to process the N-best list (previously received from the regServer)
serialVersionUID - Static variable in class gui.CalendarPanel
 
ServerConnectionException - Exception in socket
 
ServerConnectionException(String, Exception) - Constructor for exception socket.ServerConnectionException
 
ServerConnectionException(String) - Constructor for exception socket.ServerConnectionException
 
serverHost - Variable in class socket.ClientCom
 
serverHost - Variable in class socket.svm_client
 
serverPort - Variable in class socket.ClientCom
 
serverPort - Variable in class socket.svm_client
 
setAction(String) - Method in class gui.transact.DialServResponseParser.Response
 
setAnswer(String) - Method in class gui.Dialogue
 
setComputeCPUTimeEnabled(boolean) - Method in class socket.SpeechHandler
 
setDialClient(ClientCom) - Method in class gui.transact.Transaction
 
setHelp(Vector<String>) - Method in class gui.Dialogue
 
setHistoryShowing(boolean) - Method in class gui.Calendar
 
setLanguageIndex(int) - Method in class gui.ApplicationState
 
setLoggingDirectory(String) - Method in class gui.ApplicationState
 
setNBestShowing(boolean) - Method in class gui.Calendar
 
setNewLoggingDirectory() - Method in class gui.ApplicationState
Sets logDir attribute to a new value
setParam(String, String) - Method in class socket.SpeechHandler
 
setParaphrase(String) - Method in class gui.transact.DialServResponseParser.Response
 
setRawRecResult(NBestRegResult) - Method in class gui.Dialogue
 
setRawResultTable(NBestRegResult) - Method in class gui.CalendarPanel
 
setRecognitionButtonEnabled(boolean) - Method in class gui.CalendarPanel
 
setRecognitionInProgress(boolean) - Method in class gui.CalendarPanel
 
setRecognitionTimings(long) - Method in class gui.StatusBar
 
setRecognitionTimings(float) - Method in class gui.StatusBar
 
setRecognizedText(String) - Method in class gui.Dialogue
 
setSelected(String) - Method in class gui.transact.DialServResponseParser.Response
 
setSLMSelected(boolean) - Method in class gui.Language
 
setSLMSelected(boolean) - Method in class gui.RegSettings
 
setState(TrState) - Method in class gui.transact.Transaction
Changes the current state and notifies observers of Transaction.
setStatusMessage(String) - Method in class gui.StatusBar
 
setTasksCompleted(boolean) - Method in class gui.transact.TrState
 
setTextAreaDialogueResponse(String) - Method in class gui.CalendarPanel
 
setTextAreaSelectedInterpretation(String) - Method in class gui.CalendarPanel
 
setTextForHelpJList(Vector<String>) - Method in class gui.CalendarPanel
 
setValueAt(Object, int, int) - Method in class gui.CalendarPanel.RawRecResListModel
 
setVisitedReadyState(boolean) - Method in class gui.transact.Transaction
 
setWaitDialogMessage(int, String) - Method in class socket.SpeechHandler
 
showInlineHelp() - Method in class gui.CalendarConfiguration
 
showRawRecognitionResult() - Method in class gui.CalendarConfiguration
 
shutdown() - Method in interface gui.transact.IProcessHandler
 
shutdown() - Method in class gui.transact.TrInitGlobalProcesses
Stops all general processes (e.g.
shutdown() - Method in class socket.DialogueServerHandler
 
shutdown() - Method in class socket.SpeechHandler
 
shutdownPlayback() - Method in class socket.SpeechHandler
stops any TTS processes running
shutdownRecognition() - Method in class socket.SpeechHandler
 
socketClient - Variable in class socket.ClientCom
 
socketClient - Variable in class socket.svm_client
 
SpeechHandler - Class in socket
The method startupRecognitionServer runs the external "recserver" command.
SpeechHandler(CalendarConfiguration, ApplicationState) - Constructor for class socket.SpeechHandler
Constructor
SpeechHandler.RunnableRecognition - Class in socket
When running this thread: the client connects to the regserver.
SpeechHandler.RunnableRecognition() - Constructor for class socket.SpeechHandler.RunnableRecognition
 
startClient(String, int) - Static method in class socket.svm_client
Testing if the connection to the svm_light server can be done.
STARTING_TIME_INTERVAL - Static variable in class gui.transact.TrInitGlobalProcesses
 
startProcess(String) - Method in class socket.ProcessHandler
 
startRecognition() - Method in class socket.SpeechHandler
Start a recognition request in a new thread and
startup() - Method in interface gui.transact.IProcessHandler
 
startup(Transaction) - Method in class gui.transact.TrInitGlobalProcesses
Starts up processes that are required by all languages (e.g.
startup() - Method in class socket.DialogueServerHandler
Runs the external command that starts dialogue server.
startup() - Method in class socket.SpeechHandler
 
startupRecognition() - Method in class socket.SpeechHandler
Starts recognition server and client
startupRecognitionServer() - Method in class socket.SpeechHandler
This simply runs the external "recserver" command
startupRegServer() - Method in class socket.SpeechHandler
Invoke Regserver with GLM
startupVocalizer() - Method in class socket.SpeechHandler
Run vocaliser with tts parameters.
state - Variable in class gui.transact.Transaction
 
state - Variable in enum gui.transact.TrConstants
 
status() - Method in class gui.transact.Transaction
 
status() - Method in class gui.transact.TrState
Return a textual description of this state.
StatusBar - Class in gui
 
StatusBar() - Constructor for class gui.StatusBar
This is the default constructor
statusMessage - Variable in class gui.StatusBar
 
stillStarting - Variable in class socket.OSProcess
 
stopProcess(long) - Method in class socket.ProcessHandler
 
stopStateProcs(Transaction) - Method in class gui.transact.TrInitDialClient
Stops the processes started by tasks of TrInitDialClient state.
stopStateProcs(Transaction) - Method in class gui.transact.TrInitDialServ
/** 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.
stopStateProcs(Transaction) - Method in class gui.transact.TrInitGlobalProcesses
Stops the processes started by tasks of TrInitGlobalProcess state.
stopStateProcs(Transaction) - Method in class gui.transact.TrInitSpeech
 
stopStateProcs(Transaction) - Method in class gui.transact.TrState
Subclasses must override this method in order to stop the processes started by the corresponding state tasks.
StreamPrinter - Class in socket
 
StreamPrinter(InputStream, String, OSProcess) - Constructor for class socket.StreamPrinter
 
svm_client - Class in socket
Connection to svm_light_server via stream socket, by specifying port number and IP address.
svm_client(String, int) - Constructor for class socket.svm_client
 
syncObject - Variable in class gui.Calendar
 
syncObject - Static variable in class socket.ClientCom
 
syncObject - Static variable in class socket.svm_client
 

A B C D E G H I J L M N O P R S T U V W _