A B C D F G I J L M N O R S T

A

add(TextListener) - Method in class se.chalmers.cs.gf.dialogutil.TextListenerList
 
addDrawListener(DrawListener) - Method in class se.chalmers.cs.gf.dialogutil.gui.MouseDrawer
 
addTextListener(TextListener) - Method in class se.chalmers.cs.gf.dialogutil.DialogInput
 
addTextListener(TextListener) - Method in class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
 
addTextListener(TextListener) - Method in interface se.chalmers.cs.gf.dialogutil.TextInput
 

B

blockingSpeakText(String) - Method in class se.chalmers.cs.gf.dialogutil.tts.JavaSpeechOutput
Speaks a texts, blocking the calling thread until the entire text has been output or the thread has been interrupted.

C

ConsoleOutput - Class in se.chalmers.cs.gf.dialogutil
A text event handler that outputs the text to the standard error stream.
ConsoleOutput() - Constructor for class se.chalmers.cs.gf.dialogutil.ConsoleOutput
 

D

DialogInput - Class in se.chalmers.cs.gf.dialogutil
Gets text input from a Swing dialog box.
DialogInput() - Constructor for class se.chalmers.cs.gf.dialogutil.DialogInput
Creates and shows the dialog.
DrawAdapter - Class in se.chalmers.cs.gf.dialogutil.gui
 
DrawAdapter() - Constructor for class se.chalmers.cs.gf.dialogutil.gui.DrawAdapter
 
DrawEvent - Class in se.chalmers.cs.gf.dialogutil.gui
 
DrawEvent(Object, Shape, long) - Constructor for class se.chalmers.cs.gf.dialogutil.gui.DrawEvent
 
drawFinished(DrawEvent) - Method in class se.chalmers.cs.gf.dialogutil.gui.DrawAdapter
 
drawFinished(DrawEvent) - Method in interface se.chalmers.cs.gf.dialogutil.gui.DrawListener
 
DrawListener - Interface in se.chalmers.cs.gf.dialogutil.gui
 
drawStarted(DrawEvent) - Method in class se.chalmers.cs.gf.dialogutil.gui.DrawAdapter
 
drawStarted(DrawEvent) - Method in interface se.chalmers.cs.gf.dialogutil.gui.DrawListener
 
drawUpdated(DrawEvent) - Method in class se.chalmers.cs.gf.dialogutil.gui.DrawAdapter
 
drawUpdated(DrawEvent) - Method in interface se.chalmers.cs.gf.dialogutil.gui.DrawListener
 

F

finalize() - Method in class se.chalmers.cs.gf.dialogutil.tts.JavaSpeechOutput
 
fireDrawFinished(Object, long) - Method in class se.chalmers.cs.gf.dialogutil.gui.MouseDrawer
 
fireDrawStarted(Object, long) - Method in class se.chalmers.cs.gf.dialogutil.gui.MouseDrawer
 
fireDrawUpdated(Object, long) - Method in class se.chalmers.cs.gf.dialogutil.gui.MouseDrawer
 
fireTextEvent(String) - Method in class se.chalmers.cs.gf.dialogutil.DialogInput
 
fireTextEvent(String) - Method in class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
 
fireTextEvent(String) - Method in class se.chalmers.cs.gf.dialogutil.TextListenerList
 
firstMatch(IclTerm, IclList) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Get the first term from a list which unifies with a given term.
FreeTTSAgentSpeechOutput - Class in se.chalmers.cs.gf.dialogutil.tts
Outputs text to FreeTTS using FreeTTSAgent.
FreeTTSAgentSpeechOutput(OAAClient) - Constructor for class se.chalmers.cs.gf.dialogutil.tts.FreeTTSAgentSpeechOutput
 
fromList(List<IclTerm>) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Convert a list of IclTerms to an IclList.
fromStr(IclTerm) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Gets the string value of an ICL string.

G

getConfidence() - Method in class se.chalmers.cs.gf.dialogutil.sr.Recognizer.Result
 
getShape() - Method in class se.chalmers.cs.gf.dialogutil.gui.DrawEvent
 
getText() - Method in class se.chalmers.cs.gf.dialogutil.sr.Recognizer.Result
 
getText() - Method in class se.chalmers.cs.gf.dialogutil.TextEvent
Gets the text that was input.
getWhen() - Method in class se.chalmers.cs.gf.dialogutil.gui.DrawEvent
 

I

icl(String) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Convert a string to an IclTerm.
IclUtil - Class in se.chalmers.cs.gf.dialogutil
Some general ICL utilities.

J

JavaSpeechOutput - Class in se.chalmers.cs.gf.dialogutil.tts
Outputs text to FreeTTS using the Java Speech API.
JavaSpeechOutput() - Constructor for class se.chalmers.cs.gf.dialogutil.tts.JavaSpeechOutput
 

L

listeners - Variable in class se.chalmers.cs.gf.dialogutil.DialogInput
 
listeners - Variable in class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
 

M

main(String[]) - Static method in class se.chalmers.cs.gf.dialogutil.sr.NuanceVolumeControl
 
main(String[]) - Static method in class se.chalmers.cs.gf.dialogutil.sr.Recognizer
 
main(String[]) - Static method in class se.chalmers.cs.gf.dialogutil.tts.FreeTTSAgentSpeechOutput
 
main(String[]) - Static method in class se.chalmers.cs.gf.dialogutil.tts.NuanceWrapperSpeechOutput
 
matchAndGetVar(IclTerm, IclTerm, String) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Unify two terms and get the value of a variable bound by the unifications.
matchAndGetVars(IclTerm, IclTerm) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Unify two terms and get the values of all variable bound by the unifications.
matchInListAndGetVar(IclTerm, IclList, String) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Try unifying a term which each element in a list.
MouseDrawer - Class in se.chalmers.cs.gf.dialogutil.gui
 
MouseDrawer(Component) - Constructor for class se.chalmers.cs.gf.dialogutil.gui.MouseDrawer
 

N

NuanceVolumeControl - Class in se.chalmers.cs.gf.dialogutil.sr
A GUI for setting Nuance's input voulume.
NuanceVolumeControl(OAAClient) - Constructor for class se.chalmers.cs.gf.dialogutil.sr.NuanceVolumeControl
 
NuanceWrapperSpeechOutput - Class in se.chalmers.cs.gf.dialogutil.tts
Outputs text to Nuance using NuanceWrapper.
NuanceWrapperSpeechOutput(OAAClient) - Constructor for class se.chalmers.cs.gf.dialogutil.tts.NuanceWrapperSpeechOutput
 

O

OAAClient - Class in se.chalmers.cs.gf.dialogutil
An simple OAA agent which does not have any solvables, but which can call other agents.
OAAClient(String, String[]) - Constructor for class se.chalmers.cs.gf.dialogutil.OAAClient
 

R

recognize(String) - Method in class se.chalmers.cs.gf.dialogutil.sr.Recognizer
 
Recognizer - Class in se.chalmers.cs.gf.dialogutil.sr
Calls the Nuance speech recognizer using OAA.
Recognizer(OAAClient) - Constructor for class se.chalmers.cs.gf.dialogutil.sr.Recognizer
 
Recognizer.Result - Class in se.chalmers.cs.gf.dialogutil.sr
The result of the speech recognizer.
Recognizer.Result(String, int) - Constructor for class se.chalmers.cs.gf.dialogutil.sr.Recognizer.Result
 
RecognizerInput - Class in se.chalmers.cs.gf.dialogutil.sr
A text input source which gets input from a Recognizer.
RecognizerInput(Recognizer) - Constructor for class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
 
RecognizerInput(String, String[]) - Constructor for class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
Connect to the OAA facilitator and start the recognizer asynchronously.
remove(TextListener) - Method in class se.chalmers.cs.gf.dialogutil.TextListenerList
 
removeDrawListener(DrawListener) - Method in class se.chalmers.cs.gf.dialogutil.gui.MouseDrawer
 
removeTextListener(TextListener) - Method in class se.chalmers.cs.gf.dialogutil.DialogInput
 
removeTextListener(TextListener) - Method in class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
 
removeTextListener(TextListener) - Method in interface se.chalmers.cs.gf.dialogutil.TextInput
 

S

se.chalmers.cs.gf.dialogutil - package se.chalmers.cs.gf.dialogutil
 
se.chalmers.cs.gf.dialogutil.gui - package se.chalmers.cs.gf.dialogutil.gui
 
se.chalmers.cs.gf.dialogutil.sr - package se.chalmers.cs.gf.dialogutil.sr
 
se.chalmers.cs.gf.dialogutil.tts - package se.chalmers.cs.gf.dialogutil.tts
 
setEnabled(boolean) - Method in class se.chalmers.cs.gf.dialogutil.sr.RecognizerInput
 
setEnabled(boolean) - Method in interface se.chalmers.cs.gf.dialogutil.TextInput
 
solve(IclTerm, List<IclTerm>) - Method in class se.chalmers.cs.gf.dialogutil.OAAClient
Send a task to the agent community.
solve(IclTerm) - Method in class se.chalmers.cs.gf.dialogutil.OAAClient
Send a task to the agent community.
speakText(String) - Method in class se.chalmers.cs.gf.dialogutil.tts.FreeTTSAgentSpeechOutput
 
speakText(String) - Method in class se.chalmers.cs.gf.dialogutil.tts.JavaSpeechOutput
Speaks a texts.
speakText(String) - Method in class se.chalmers.cs.gf.dialogutil.tts.NuanceWrapperSpeechOutput
 

T

textEvent(TextEvent) - Method in class se.chalmers.cs.gf.dialogutil.ConsoleOutput
 
TextEvent - Class in se.chalmers.cs.gf.dialogutil
Represents a text input event.
TextEvent(Object, String) - Constructor for class se.chalmers.cs.gf.dialogutil.TextEvent
 
textEvent(TextEvent) - Method in interface se.chalmers.cs.gf.dialogutil.TextListener
Handle a text event.
textEvent(TextEvent) - Method in class se.chalmers.cs.gf.dialogutil.tts.FreeTTSAgentSpeechOutput
 
textEvent(TextEvent) - Method in class se.chalmers.cs.gf.dialogutil.tts.JavaSpeechOutput
 
textEvent(TextEvent) - Method in class se.chalmers.cs.gf.dialogutil.tts.NuanceWrapperSpeechOutput
 
TextInput - Interface in se.chalmers.cs.gf.dialogutil
Interface for objects that produce text events.
TextListener - Interface in se.chalmers.cs.gf.dialogutil
Interface for objects that receive text input.
TextListenerList - Class in se.chalmers.cs.gf.dialogutil
A list of TextListener objects.
TextListenerList() - Constructor for class se.chalmers.cs.gf.dialogutil.TextListenerList
 
toList(IclList) - Static method in class se.chalmers.cs.gf.dialogutil.IclUtil
Convert an IclList to a list of IclTerms.
toString() - Method in class se.chalmers.cs.gf.dialogutil.sr.Recognizer.Result
 

A B C D F G I J L M N O R S T