|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogging.EmotionEventLog
public class EmotionEventLog
Here we sote one emotion event that we triggered in the scenario and send to ALMA as an input.
| Field Summary | |
|---|---|
java.lang.String |
agency
Agency variable |
double |
appealingness
Appealingness variable |
double |
desirability
Desirability variable |
java.lang.String |
elicitor
The cause of the event |
int |
elicitorId
If the cause is agent, here will be his id. |
java.lang.String |
elicitorName
If the cause is agent, here will be his name. |
EventId |
eventId
Event id |
double |
likelihood
Likelihood variable |
double |
liking
Liking variable |
double |
praiseworthiness
Praiseworthiness variable |
double |
realization
Realization variable |
double |
time
Time when was this event triggered |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public EventId eventId
public java.lang.String elicitor
public java.lang.String elicitorName
public int elicitorId
public double time
public double desirability
public double praiseworthiness
public double appealingness
public double likelihood
public double liking
public double realization
public java.lang.String agency
| Constructor Detail |
|---|
public 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)
eventId - elicitor - elicitorName - elicitorId - time - desirability - praiseworthiness - appealingness - likelihood - liking - realization - agency -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||