A B C D E F G H I J K L M N O P R S T U V W X

A

A_CONFIDENCE - Static variable in class eu.semaine.datatypes.xml.EMMA
 
A_CONFIDENCE - Static variable in class eu.semaine.datatypes.xml.EmotionML
 
A_DURATION - Static variable in class eu.semaine.datatypes.xml.EMMA
 
A_END - Static variable in class eu.semaine.datatypes.xml.BML
 
A_END - Static variable in class eu.semaine.datatypes.xml.EMMA
 
A_END - Static variable in class eu.semaine.datatypes.xml.FML
 
A_ID - Static variable in class eu.semaine.datatypes.xml.BML
 
A_ID - Static variable in class eu.semaine.datatypes.xml.FML
 
A_INTENSITY - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
A_MODE - Static variable in class eu.semaine.datatypes.xml.EMMA
 
A_NAME - Static variable in class eu.semaine.datatypes.xml.EmotionML
 
A_NAME - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
A_NAME - Static variable in class eu.semaine.datatypes.xml.SSML
 
A_SET - Static variable in class eu.semaine.datatypes.xml.EmotionML
 
A_SPEAKER - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
A_START - Static variable in class eu.semaine.datatypes.xml.BML
 
A_START - Static variable in class eu.semaine.datatypes.xml.EMMA
 
A_START - Static variable in class eu.semaine.datatypes.xml.FML
 
A_TIME - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
A_TOPIC - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
A_TYPE - Static variable in class eu.semaine.datatypes.xml.BML
 
A_TYPE - Static variable in class eu.semaine.datatypes.xml.EmotionML
 
A_TYPE - Static variable in class eu.semaine.datatypes.xml.FML
 
A_VALUE - Static variable in class eu.semaine.datatypes.xml.EmotionML
 
A_VALUE - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
A_VERBAL - Static variable in class eu.semaine.datatypes.xml.EMMA
 
A_WHO - Static variable in class eu.semaine.datatypes.xml.SemaineML
 
ABOUT_CURRENT_CHARACTER - Static variable in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
 
ABOUT_OTHER_CHARACTER - Static variable in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
 
ABOUT_OTHER_PEOPLE - Static variable in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
 
ABOUT_OWN_FEELINGS - Static variable in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
 
act() - Method in class eu.semaine.components.Component
Proactive actions.
act() - Method in class eu.semaine.components.dialogue.actionproposers.BackchannelProposer
Checks if the turn has switched to the agent
act() - Method in class eu.semaine.components.dialogue.actionproposers.UtteranceProposer
Starts the conversation if this is called for the first time
act() - Method in class eu.semaine.components.dialogue.interpreters.TurnTakingInterpreter
Checks if the turn has switched to the agent
act() - Method in class eu.semaine.components.dialogue.interpreters.UtteranceInterpreter
Overrides the act()-method of Component, does nothing currently
act() - Method in class eu.semaine.components.dialogue.test.TestGui
 
act() - Method in class eu.semaine.components.dummy.DummyBMLActionProposer
 
act() - Method in class eu.semaine.components.dummy.DummyFeatureExtractor
 
act() - Method in class eu.semaine.components.dummy.DummyFMLActionProposer
 
act() - Method in class eu.semaine.components.dummy.DummyInterpreter
 
act() - Method in class eu.semaine.components.dummy.GenericTestComponent
 
actTime(long) - Method in class eu.semaine.components.meta.MetaMessenger.Statistics
 
addDialogueActToUserState(DialogueAct) - Method in class eu.semaine.components.dialogue.interpreters.UtteranceInterpreter
Creates an EmmaMessage with the utterance and all detected features
addExtraFeature(int) - Method in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
Adds an optional feature to this template
addRequiredFeature(int) - Method in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
Adds a required feature to this template
AgentStateInfo - Class in eu.semaine.datatypes.stateinfo
 
AgentStateInfo(Document) - Constructor for class eu.semaine.datatypes.stateinfo.AgentStateInfo
 
AgentStateInfo(Map<String, String>) - Constructor for class eu.semaine.datatypes.stateinfo.AgentStateInfo
 
AgentStateReceiver - Class in eu.semaine.jms.receiver
 
AgentStateReceiver(String) - Constructor for class eu.semaine.jms.receiver.AgentStateReceiver
Create a receiver that will listen for all messages in the given Topic.
AgentStateReceiver(String, String) - Constructor for class eu.semaine.jms.receiver.AgentStateReceiver
Create a receiver that will listen only to the messages in the given Topic that will pass the given messageSelector.
AGREE - Static variable in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
 
analyseData(String) - Method in class eu.semaine.components.dialogue.interpreters.UtteranceInterpreter
Analyses the given data (the utterance) for features
analyseDocument(String, String) - Method in class eu.semaine.datatypes.stateinfo.StateInfo
Read information from the message document and fill our info as much as possible.
analyseElement(Element) - Method in class eu.semaine.datatypes.stateinfo.AgentStateInfo
 
analyseElement(Element) - Method in class eu.semaine.datatypes.stateinfo.DialogStateInfo
 
analyseElement(Element) - Method in class eu.semaine.datatypes.stateinfo.StateInfo
Make sense of elements in the markup that come directly below the document element.
analyseElement(Element) - Method in class eu.semaine.datatypes.stateinfo.UserStateInfo
 
ANGRY - Static variable in class eu.semaine.components.dialogue.actionproposers.ContextTemplate
 
APIVersion - Static variable in class eu.semaine.datatypes.stateinfo.AgentStateInfo
 
APIVersion - Static variable in class eu.semaine.datatypes.stateinfo.DialogStateInfo
 
apiVersion - Variable in class eu.semaine.datatypes.stateinfo.StateInfo
 
APIVersion - Static variable in class eu.semaine.datatypes.stateinfo.UserStateInfo
 
appendChildElement(Node, String) - Static method in class eu.semaine.util.XMLTool
Create a child element with the given name and append it below node.
appendChildElement(Node, String, String) - Static method in class eu.semaine.util.XMLTool
Create a child element with the given name and namespace, and append it below node.
AVERAGE_ACT_TIME - Static variable in class eu.semaine.components.meta.MetaMessenger
 
AVERAGE_REACT_TIME - Static variable in class eu.semaine.components.meta.MetaMessenger
 
AVERAGE_TRANSMIT_TIME - Static variable in class eu.semaine.components.meta.MetaMessenger
 
avgActTime() - Method in class eu.semaine.components.meta.MetaMessenger.Statistics
 
avgReactTime() - Method in class eu.semaine.components.meta.MetaMessenger.Statistics
 
avgTransmitTime() - Method in class eu.semaine.components.meta.MetaMessenger.Statistics
 

A B C D E F G H I J K L M N O P R S T U V W X