jchrest.architecture
Class EmotionalTrace

java.lang.Object
  extended by jchrest.architecture.EmotionalTrace

public class EmotionalTrace
extends java.lang.Object

Represents a complex emotional tag


Constructor Summary
EmotionalTrace()
           
 
Method Summary
 void addToHistory(int time, Emotion emotion)
           
 Emotion getRescorlaWagnerEmotion()
           
 void printToStdOut()
           
 void setRescorlaWagnerEmotion(Emotion emotion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmotionalTrace

public EmotionalTrace()
Method Detail

addToHistory

public void addToHistory(int time,
                         Emotion emotion)

setRescorlaWagnerEmotion

public void setRescorlaWagnerEmotion(Emotion emotion)

getRescorlaWagnerEmotion

public Emotion getRescorlaWagnerEmotion()

printToStdOut

public void printToStdOut()