Uses of Class
eu.semaine.jms.message.SEMAINEXMLMessage

Packages that use SEMAINEXMLMessage
eu.semaine.components.dialogue.actionproposers   
eu.semaine.components.mary   
eu.semaine.jms.message   
 

Uses of SEMAINEXMLMessage in eu.semaine.components.dialogue.actionproposers
 

Methods in eu.semaine.components.dialogue.actionproposers with parameters of type SEMAINEXMLMessage
 java.lang.String UtteranceActionProposer.speechReady(SEMAINEXMLMessage xm)
          This method checks if the given message contains the end signal of the animation that the agent is playing.
 boolean UtteranceActionProposer.speechStarted(SEMAINEXMLMessage xm)
          This method checks if the given message contains the start signal of the animation that the agent is going to play next.
 

Uses of SEMAINEXMLMessage in eu.semaine.components.mary
 

Methods in eu.semaine.components.mary with parameters of type SEMAINEXMLMessage
static java.util.Locale SpeechPreprocessor.getMessageLocale(SEMAINEXMLMessage xm)
          For an FML-APML or BML message, find the content of the 'language' attribute of the speech tag, and return a corresponding Locale object.
static marytts.modules.synthesis.Voice SpeechPreprocessor.getVoice(SEMAINEXMLMessage xm, java.lang.String character)
          Find a suitable voice for the given combination of FML-APML message and character name.
static java.lang.String SpeechPreprocessor.getVoiceEffects(SEMAINEXMLMessage xm, java.lang.String character)
          For the given combination of FML-APML message and character name, if they fit together, return any voice effects listed in the character's entry in the CharacterConfigInfo.
 

Uses of SEMAINEXMLMessage in eu.semaine.jms.message
 

Subclasses of SEMAINEXMLMessage in eu.semaine.jms.message
 class SEMAINEEmmaMessage
           
 class SEMAINEStateMessage