Uses of Class
hmi.elckerlyc.planunit.RelativeSyncNotFoundException

Packages that use RelativeSyncNotFoundException
hmi.elckerlyc.animationengine.motionunit   
hmi.elckerlyc.faceengine.faceunit   
hmi.elckerlyc.planunit   
hmi.elckerlyc.speechengine   
 

Uses of RelativeSyncNotFoundException in hmi.elckerlyc.animationengine.motionunit
 

Methods in hmi.elckerlyc.animationengine.motionunit that throw RelativeSyncNotFoundException
 double TimedMotionUnit.getRelativeTime(String syncId)
           
 

Uses of RelativeSyncNotFoundException in hmi.elckerlyc.faceengine.faceunit
 

Methods in hmi.elckerlyc.faceengine.faceunit that throw RelativeSyncNotFoundException
 double TimedFaceUnit.getRelativeTime(String syncId)
           
 

Uses of RelativeSyncNotFoundException in hmi.elckerlyc.planunit
 

Methods in hmi.elckerlyc.planunit that throw RelativeSyncNotFoundException
 double PlanUnitTimeManager.getRelativeTime(String syncId)
           
 double PlanUnit.getRelativeTime(String syncId)
          Get the relative timing of this sync id Implementing classes should at least provide valid relative times for the BML sync points
 double AbstractPlanUnit.getRelativeTime(String syncId)
           
 

Uses of RelativeSyncNotFoundException in hmi.elckerlyc.speechengine
 

Methods in hmi.elckerlyc.speechengine that throw RelativeSyncNotFoundException
 double TTSUnit.getRelativeTime(String syncId)