Uses of Class
hmi.elckerlyc.speechengine.TextSpeechUnit

Packages that use TextSpeechUnit
hmi.elckerlyc.speechengine   
 

Uses of TextSpeechUnit in hmi.elckerlyc.speechengine
 

Methods in hmi.elckerlyc.speechengine that return TextSpeechUnit
private  TextSpeechUnit TextPlanner.createSpeechUnit(BMLBlockPeg bbPeg, Behaviour b)
           
 TextSpeechUnit TextPlanner.resolveSynchs(BMLBlockPeg bbPeg, Behaviour b, List<TimePegAndConstraint> sacs)
           
 

Methods in hmi.elckerlyc.speechengine with parameters of type TextSpeechUnit
private  void TextPlanner.linkSyncs(TextSpeechUnit su, List<TimePegAndConstraint> sacs)