logging
Class EmotionsLog

java.lang.Object
  extended by logging.EmotionsLog
All Implemented Interfaces:
java.io.Serializable

public class EmotionsLog
extends java.lang.Object
implements java.io.Serializable

Here we store all the agents emotions at certain time in the scenario.

See Also:
Serialized Form

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

time

public double time
Time of the "snapshot" of agenst emotions


emotions

public java.util.ArrayList<AEmotion> emotions
List of all agents emotions.

Constructor Detail

EmotionsLog

public EmotionsLog(double time,
                   java.util.ArrayList<AEmotion> emotions)
Constructor.

Parameters:
time -
emotions -