|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogging.EmotionsLog
public class EmotionsLog
Here we store all the agents emotions at certain time in the scenario.
| Field Summary | |
|---|---|
java.util.ArrayList<AEmotion> |
emotions
List of all agents emotions. |
double |
time
Time of the "snapshot" of agenst emotions |
| Constructor Summary | |
|---|---|
EmotionsLog(double time,
java.util.ArrayList<AEmotion> emotions)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double time
public java.util.ArrayList<AEmotion> emotions
| Constructor Detail |
|---|
public EmotionsLog(double time,
java.util.ArrayList<AEmotion> emotions)
time - emotions -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||