Uses of Class
info.EventId

Packages that use EventId
almabasedmodel   
bot   
info   
logging   
 

Uses of EventId in almabasedmodel
 

Methods in almabasedmodel with parameters of type EventId
 void PogamutALMA.processAffectInput(de.affect.xml.AffectInputDocument.AffectInput ai, EventId event)
          The processAffectInput passes instance of AffectInput to AffectManager event string is here just for logging
 

Uses of EventId in bot
 

Fields in bot with type parameters of type EventId
 java.util.HashMap<EventId,java.lang.Boolean> EmotionalBot.generatedEvents
          Here is the list of events we will generate in the scenario
 

Methods in bot with parameters of type EventId
 void EmotionalBot.logEmotionEvent(de.affect.xml.AffectInputDocument.AffectInput ai, EventId event)
          Logs emotion event.
 

Uses of EventId in info
 

Methods in info that return EventId
static EventId EventId.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventId[] EventId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EventId in logging
 

Fields in logging declared as EventId
 EventId EmotionEventLog.eventId
          Event id
 

Methods in logging with parameters of type EventId
 void AgentLogging.insertEmotionEvent(EventId eventId, java.lang.String elicitor, java.lang.String elicitorName, int elicitorId, double time, double desirability, double praiseworthiness, double appealingness, double likelihood, double liking, double realization, java.lang.String agency)
          This method is used to emotion event into emotionEventsHistory.
 

Constructors in logging with parameters of type EventId
EmotionEventLog(EventId eventId, java.lang.String elicitor, java.lang.String elicitorName, int elicitorId, double time, double desirability, double praiseworthiness, double appealingness, double likelihood, double liking, double realization, java.lang.String agency)
          Complete constructor.