Uses of Class
hmi.elckerlyc.planunit.PlanUnitState

Packages that use PlanUnitState
hmi.elckerlyc The Hmi BML realizer Elckerlyc. 
hmi.elckerlyc.animationengine   
hmi.elckerlyc.audioengine The AudioEngine is for playing sound fragments from disk (wav, mp3, etc). 
hmi.elckerlyc.faceengine   
hmi.elckerlyc.interrupt   
hmi.elckerlyc.planunit   
hmi.elckerlyc.scheduler   
hmi.elckerlyc.speechengine   
hmi.elckerlyc.wait   
 

Uses of PlanUnitState in hmi.elckerlyc
 

Methods in hmi.elckerlyc with parameters of type PlanUnitState
 void Player.setBMLBlockState(String bmlId, PlanUnitState state)
           
 void Planner.setBMLBlockState(String bmlId, PlanUnitState state)
           
 void AbstractPlanner.setBMLBlockState(String bmlId, PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.animationengine
 

Methods in hmi.elckerlyc.animationengine with parameters of type PlanUnitState
 void AnimationPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.audioengine
 

Methods in hmi.elckerlyc.audioengine with parameters of type PlanUnitState
 void AudioPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 void AudioPlanPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.faceengine
 

Methods in hmi.elckerlyc.faceengine with parameters of type PlanUnitState
 void FacePlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.interrupt
 

Methods in hmi.elckerlyc.interrupt with parameters of type PlanUnitState
 void InterruptPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.planunit
 

Fields in hmi.elckerlyc.planunit declared as PlanUnitState
private  PlanUnitState AbstractPlanUnit.state
           
 

Methods in hmi.elckerlyc.planunit that return PlanUnitState
 PlanUnitState PlanUnit.getState()
          Get the plan unit state
 PlanUnitState AbstractPlanUnit.getState()
           
static PlanUnitState PlanUnitState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PlanUnitState[] PlanUnitState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hmi.elckerlyc.planunit with parameters of type PlanUnitState
 void PlanPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 void PlanUnit.setState(PlanUnitState newState)
          Set the plan unit state
 void AbstractPlanUnit.setState(PlanUnitState newState)
           
 

Uses of PlanUnitState in hmi.elckerlyc.scheduler
 

Fields in hmi.elckerlyc.scheduler declared as PlanUnitState
private  PlanUnitState BMLBlock.state
           
 

Methods in hmi.elckerlyc.scheduler that return PlanUnitState
 PlanUnitState BMLBlockManager.getBMLBlockState(String bmlId)
          Get block state of BML block with id bmlId
 PlanUnitState BMLBlock.getState()
           
 

Methods in hmi.elckerlyc.scheduler with parameters of type PlanUnitState
 void BMLBlockManager.setBMLBlockState(String bmlId, PlanUnitState state)
           
 void BMLBlock.setState(PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.speechengine
 

Methods in hmi.elckerlyc.speechengine with parameters of type PlanUnitState
 void VerbalPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 void VerbalPlanPlayer.setBMLBlockState(String bmlId, PlanUnitState state)
           
 

Uses of PlanUnitState in hmi.elckerlyc.wait
 

Methods in hmi.elckerlyc.wait with parameters of type PlanUnitState
 void WaitPlayer.setBMLBlockState(String bmlId, PlanUnitState state)