Uses of Class
logging.FeelingSceneResult

Packages that use FeelingSceneResult
logging   
 

Uses of FeelingSceneResult in logging
 

Methods in logging that return types with arguments of type FeelingSceneResult
private  java.util.Collection<FeelingSceneResult> AgentLogProcessor.analyzeSubsceneFeelings(AgentLogging agLog, double lowerBound, double upperBound)
          Analyze one subscene feelings - how they were developing.
private  java.util.Collection<FeelingSceneResult> DiplomaGraphsAndLogsCreator.analyzeSubsceneFeelings(AgentLogging agLog, double lowerBound, double upperBound)
          Analyze one subscene feelings - how they were developing.
 

Methods in logging with parameters of type FeelingSceneResult
private  boolean AgentLogProcessor.checkSuspiciousFeelingResults(java.lang.String sceneName, FeelingSceneResult feelResult)
          If the feeling result or subscene is consideres suspicious true will be returned.
private  boolean DiplomaGraphsAndLogsCreator.checkSuspiciousFeelingResults(java.lang.String sceneName, FeelingSceneResult feelResult)
          If the feeling result or subscene is consideres suspicious true will be returned.