Uses of Class
logging.FeelingLog

Packages that use FeelingLog
logging   
 

Uses of FeelingLog in logging
 

Fields in logging with type parameters of type FeelingLog
(package private)  java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.ArrayList<java.util.ArrayList<FeelingLog>>>> AgentLogProcessor.agLogFeelings
          Here we store feeling information from all of the experiments.
(package private)  java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.util.ArrayList<java.util.ArrayList<FeelingLog>>>> DiplomaGraphsAndLogsCreator.agLogFeelings
          Here we store feeling information from all of the experiments.
 java.util.ArrayList<java.util.ArrayList<FeelingLog>> AgentLogging.feelingsHistory
          Agent feelings history.
 

Method parameters in logging with type arguments of type FeelingLog
 void AgentLogging.insertFeelings(java.util.ArrayList<FeelingLog> feelLog)
          Used for inserting feeling into feelingsHistory.
 void AgentLogProcessor.makeCombinedFeelingPlot(java.util.HashMap<java.lang.String,java.util.ArrayList<java.util.ArrayList<FeelingLog>>> inputFeelings, java.lang.String outputFile)
          Makes combined feeling plot showing the feeling value development for all agents in one scenario.
 void DiplomaGraphsAndLogsCreator.makeCombinedFeelingPlot(java.util.HashMap<java.lang.String,java.util.ArrayList<java.util.ArrayList<FeelingLog>>> inputFeelings, java.lang.String outputFile)
          Makes combined feeling plot showing the feeling value development for all agents in one scenario.
private  void AgentLogProcessor.makeEndFeelingsAnalyzeLog(java.util.HashMap<java.lang.String,java.util.ArrayList<java.util.ArrayList<FeelingLog>>> inputFeelings, java.lang.String fileName)
          Process feelings at the end of the scenario.
private  void DiplomaGraphsAndLogsCreator.makeEndFeelingsAnalyzeLog(java.util.HashMap<java.lang.String,java.util.ArrayList<java.util.ArrayList<FeelingLog>>> inputFeelings, java.lang.String fileName)
          Process feelings at the end of the scenario.