Uses of Class
eu.semaine.components.dialogue.interpreters.TurnTakingInterpreter.State

Packages that use TurnTakingInterpreter.State
eu.semaine.components.dialogue.interpreters   
 

Uses of TurnTakingInterpreter.State in eu.semaine.components.dialogue.interpreters
 

Methods in eu.semaine.components.dialogue.interpreters that return TurnTakingInterpreter.State
static TurnTakingInterpreter.State TurnTakingInterpreter.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TurnTakingInterpreter.State[] TurnTakingInterpreter.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.