logging
Class FeelingSceneResult

java.lang.Object
  extended by logging.FeelingSceneResult

public class FeelingSceneResult
extends java.lang.Object

Object used for analyzing our scenario. Here we hold a feeling development for one sub-scene in the scenario.


Field Summary
 int agentID
          Id of the agent the feeling attitude here is connected to.
 java.lang.String agentName
          Name of the agent the feeling attitude here is connected to.
 double differenceFeeling
          endFeeling - startFeeling
 double endFeeling
          Feeling intensity at the end of the sub-scene.
 org.jfree.data.Range feelingRange
          Range of maximum and minimum feeling intensity during the sub-scene.
 double startFeeling
          Feeling intensity at the beginning of the sub-scene.
 
Constructor Summary
FeelingSceneResult(int agentID, java.lang.String agentName)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agentID

public int agentID
Id of the agent the feeling attitude here is connected to.


agentName

public java.lang.String agentName
Name of the agent the feeling attitude here is connected to.


startFeeling

public double startFeeling
Feeling intensity at the beginning of the sub-scene.


endFeeling

public double endFeeling
Feeling intensity at the end of the sub-scene.


differenceFeeling

public double differenceFeeling
endFeeling - startFeeling


feelingRange

public org.jfree.data.Range feelingRange
Range of maximum and minimum feeling intensity during the sub-scene.

Constructor Detail

FeelingSceneResult

public FeelingSceneResult(int agentID,
                          java.lang.String agentName)
Constructor.

Parameters:
agentID -
agentName -