Uses of Class
gameaction.Talk

Packages that use Talk
speech   
 

Uses of Talk in speech
 

Methods in speech that return Talk
 Talk DialogBranch.getTalkAction()
          Returns the talk action of the dialog branch
 

Methods in speech with parameters of type Talk
 void Dialog.addDialogBranch(int id, java.lang.String question, Talk talkAction)
          Adds a dialog branch to the dialog.
 

Constructors in speech with parameters of type Talk
DialogBranch(int id, java.lang.String question, Talk talkAction)
          Creates a new dialog branch with the specified talk action.