Uses of Interface
hmi.elckerlyc.speechengine.SpeechPlanner

Packages that use SpeechPlanner
hmi.elckerlyc.speechengine   
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
 

Uses of SpeechPlanner in hmi.elckerlyc.speechengine
 

Classes in hmi.elckerlyc.speechengine that implement SpeechPlanner
 class TextPlanner
           
 class TTSPlanner
           
 

Uses of SpeechPlanner in hmi.environment.avatars
 

Fields in hmi.environment.avatars declared as SpeechPlanner
private  SpeechPlanner GenericVirtualHuman.speechPlanner
           
 

Methods in hmi.environment.avatars that return SpeechPlanner
 SpeechPlanner VirtualHuman.getSpeechPlanner()
           
 SpeechPlanner GenericVirtualHuman.getSpeechPlanner()
           
 

Methods in hmi.environment.avatars with parameters of type SpeechPlanner
protected  void GenericVirtualHuman.setSpeechPlanner(SpeechPlanner sp)