|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
eu.semaine.components.Component
eu.semaine.components.dialogue.actionproposers.BackchannelActionProposer
public class BackchannelActionProposer
Nested Class Summary |
---|
Nested classes/interfaces inherited from class eu.semaine.components.Component |
---|
Component.State |
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class eu.semaine.components.Component |
---|
inputWaiting, isInput, isOutput, log, meta, receivers, senders, state, waitingTime |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
BackchannelActionProposer()
|
Method Summary | |
---|---|
void |
act()
Proactive actions. |
void |
react(SEMAINEMessage m)
Reactions to messages. |
void |
sendBackchannel()
|
void |
setAgentSpeakingState(StateInfo dialogInfo)
Reads the received Message and tries to filter out the detected user speaking state. |
void |
setCharacter(StateInfo agentInfo)
Reads the received Message and tries to filter out a change of character |
void |
setUserSpeakingState(StateInfo userInfo)
Reads the received Message and tries to filter out the detected user speaking state. |
Methods inherited from class eu.semaine.components.Component |
---|
customStartIO, exitRequested, messageAvailableFrom, requestExit, run |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BackchannelActionProposer() throws javax.jms.JMSException
javax.jms.JMSException
Method Detail |
---|
public void act() throws javax.jms.JMSException
Component
Component.waitingTime
milliseconds if no messages arrive, and after every message processing.
This base implementation does nothing; subclasses should implement
suitable behaviour here.
act
in class Component
javax.jms.JMSException
- if communication with the JMS server goes wrong.public void react(SEMAINEMessage m) throws javax.jms.JMSException
Component
react
in class Component
javax.jms.JMSException
- if communication with the JMS server goes wrong.public void setAgentSpeakingState(StateInfo dialogInfo)
m
- - the received messagepublic void setUserSpeakingState(StateInfo userInfo)
m
- - the received messagepublic void setCharacter(StateInfo agentInfo)
am
- - the received messagepublic void sendBackchannel() throws javax.jms.JMSException
javax.jms.JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |