Uses of Class
hmi.bml.core.BMLElement

Packages that use BMLElement
hmi.bml.core   
hmi.bml.ext.bmlt   
hmi.bml.ext.maryxml   
hmi.bml.ext.msapi   
hmi.bml.ext.ssml   
hmi.bml.parser   
 

Uses of BMLElement in hmi.bml.core
 

Subclasses of BMLElement in hmi.bml.core
 class After
           
 class Before
           
 class Behaviour
          This class is a superclass for all behaviors.
 class BehaviourBlock
          This class represents a block of behaviour.
 class ConstraintBlock
           
 class Description
          This class represents descriptions.
 class FaceBehaviour
          This class represents face behaviour.
 class GazeBehaviour
          This class represents gaze.
 class GestureBehaviour
          This class represents gestures.
 class HeadBehaviour
          This class represents head behaviour.
 class LipsBehaviour
          This class represents lip behaviour.
 class LocomotionBehaviour
          This class represents locomotion behaviour.
 class PostureBehaviour
          This class represents body behaviour.
 class RequiredBlock
          This class represents a block of required behaviours.
 class SpeechBehaviour
          This class represents speech behaviour.
 class Sync
          This class represents a time marker.
 class Synchronize
           
 class WaitBehaviour
          This class represents wait behaviour.
 

Uses of BMLElement in hmi.bml.ext.bmlt
 

Subclasses of BMLElement in hmi.bml.ext.bmlt
 class BMLTAudioFileBehaviour
          This class represents audio behaviour.
 class BMLTBehaviour
           
 class BMLTBlinkModelChangeBehaviour
           
 class BMLTControllerBehaviour
           
 class BMLTGazePatternChangeBehaviour
           
 class BMLTInterruptBehaviour
           
 class BMLTKeyframeBehaviour
           
 class BMLTProcAnimationBehaviour
           
 class BMLTTransitionBehaviour
           
 

Uses of BMLElement in hmi.bml.ext.maryxml
 

Subclasses of BMLElement in hmi.bml.ext.maryxml
 class MaryAllophonesBehaviour
           
 class MaryWordsBehaviour
           
 class MaryXMLBehaviour
           
 

Uses of BMLElement in hmi.bml.ext.msapi
 

Subclasses of BMLElement in hmi.bml.ext.msapi
 class MSApiBehaviour
           
 

Uses of BMLElement in hmi.bml.ext.ssml
 

Subclasses of BMLElement in hmi.bml.ext.ssml
 class SSMLBehaviour
          Speech Synthesis Markup Language behaviour.
 

Uses of BMLElement in hmi.bml.parser
 

Fields in hmi.bml.parser with type parameters of type BMLElement
private  HashMap<String,BMLElement> BMLParser.BMLElementsById
           
 

Methods in hmi.bml.parser that return BMLElement
 BMLElement BMLParser.getBMLElementById(String id)
           
 

Methods in hmi.bml.parser with parameters of type BMLElement
 void BMLParser.registerBMLElement(BMLElement element, Breadcrumb breadcrumb)