hmi.elckerlyc.speechengine
Interface SpeechPlanner

All Superinterfaces:
Planner
All Known Implementing Classes:
TextPlanner, TTSPlanner

public interface SpeechPlanner
extends Planner


Method Summary
 String getType()
           
 VerbalPlayer getVerbalPlayer()
          An addition to getPlayer -- this reduces the need for casting
 
Methods inherited from interface hmi.elckerlyc.Planner
addBehaviour, addExceptionListener, addFeedbackListener, clearAll, getBehaviours, getEndTime, getFeedbackListeners, getInvalidBehaviours, getPlayer, getSupportedBehaviours, getSupportedDescriptionExtensions, interruptBehaviour, interruptBehaviourBlock, removeAllExceptionListeners, removeAllFeedbackListeners, removeBehaviour, removeFeedbackListener, reset, resolveSynchs, setBMLBlockState, setParameterValue, setParameterValue, shutdown
 

Method Detail

getVerbalPlayer

VerbalPlayer getVerbalPlayer()
An addition to getPlayer -- this reduces the need for casting


getType

String getType()