Uses of Class
eu.semaine.datatypes.stateinfo.StateInfo

Packages that use StateInfo
eu.semaine.components.dialogue.actionproposers   
eu.semaine.components.dialogue.interpreters   
eu.semaine.datatypes.stateinfo   
eu.semaine.jms.message   
eu.semaine.jms.sender   
 

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

Methods in eu.semaine.components.dialogue.actionproposers with parameters of type StateInfo
 void UtteranceActionProposer.addDetectedDActs(StateInfo stateInfo)
          Reads the received Message and tries to filter out the detected Dialogue Acts.
 void UtteranceActionProposer.addDetectedEmotions(StateInfo userInfo)
          Reads the received Message and tries to filter out the detected Emotion Events.
 void BackchannelActionProposer.setAgentSpeakingState(StateInfo dialogInfo)
          Reads the received Message and tries to filter out the detected user speaking state.
 void BackchannelActionProposer.setCharacter(StateInfo agentInfo)
          Reads the received Message and tries to filter out a change of character
 void UtteranceActionProposer.setUserSpeakingState(StateInfo userInfo)
          Reads the received Message and tries to filter out the detected user speaking state.
 void BackchannelActionProposer.setUserSpeakingState(StateInfo userInfo)
          Reads the received Message and tries to filter out the detected user speaking state.
 void UtteranceActionProposer.updateCharacterAndUser(StateInfo stateInfo)
          Checks the StateInfo for updates about user presence and character changes.
 

Uses of StateInfo in eu.semaine.components.dialogue.interpreters
 

Methods in eu.semaine.components.dialogue.interpreters with parameters of type StateInfo
 void TurnTakingInterpreter.addDetectedEmotions(StateInfo userInfo)
          Reads the received Message and tries to filter out the detected Emotion Events.
 void TurnTakingInterpreter.processBackchannel(StateInfo agentInfo)
           
 void UtteranceInterpreter.processHeadMovements(StateInfo stateInfo)
           
 void TurnTakingInterpreter.setAgentSpeakingState(StateInfo dialogInfo)
          Reads the received Message and tries to filter out the detected user speaking state.
 void TurnTakingInterpreter.setCharacter(StateInfo agentInfo)
          Reads the received Message and tries to filter out a change of character
 void TurnTakingInterpreter.setUserSpeakingState(StateInfo userInfo)
          Reads the received Message and tries to filter out the detected user speaking state.
 void TurnTakingInterpreter.updateCharacter(StateInfo stateInfo)
           
 boolean AgentMentalStateInterpreter.updateCharacter(StateInfo stateInfo)
           
 boolean AgentMentalStateInterpreter.updateEmotions(StateInfo stateInfo)
           
 

Uses of StateInfo in eu.semaine.datatypes.stateinfo
 

Subclasses of StateInfo in eu.semaine.datatypes.stateinfo
 class AgentStateInfo
           
 class ContextStateInfo
           
 class DialogStateInfo
           
 class SystemStateInfo
           
 class UserStateInfo
           
 

Uses of StateInfo in eu.semaine.jms.message
 

Fields in eu.semaine.jms.message declared as StateInfo
protected  StateInfo SEMAINEStateMessage.state
           
 

Methods in eu.semaine.jms.message that return StateInfo
protected  StateInfo SEMAINEStateMessage.createState(org.w3c.dom.Document doc)
           
 StateInfo SEMAINEStateMessage.getState()
           
 

Uses of StateInfo in eu.semaine.jms.sender
 

Methods in eu.semaine.jms.sender with parameters of type StateInfo
 void StateSender.sendStateInfo(StateInfo s, long usertime)
          Send the given state information.
 void StateSender.sendStateInfo(StateInfo s, long usertime, java.lang.String contentID, long contentCreationTime)
          Send the given state information.