org.drools.planner.benchmark.core.statistic.bestscore
Class BestScoreStatistic

java.lang.Object
  extended by org.drools.planner.benchmark.core.statistic.AbstractProblemStatistic
      extended by org.drools.planner.benchmark.core.statistic.bestscore.BestScoreStatistic
All Implemented Interfaces:
ProblemStatistic

public class BestScoreStatistic
extends AbstractProblemStatistic


Nested Class Summary
protected static class BestScoreStatistic.BestScoreScvLine
           
 
Nested classes/interfaces inherited from class org.drools.planner.benchmark.core.statistic.AbstractProblemStatistic
AbstractProblemStatistic.AbstractProblemStatisticScvLine
 
Field Summary
 
Fields inherited from class org.drools.planner.benchmark.core.statistic.AbstractProblemStatistic
problemStatisticType
 
Constructor Summary
BestScoreStatistic()
           
 
Method Summary
 void addListener(Solver solver, String configName)
           
 void removeListener(Solver solver, String configName)
           
protected  CharSequence writeCsvStatistic(File statisticDirectory, String baseName)
           
protected  CharSequence writeGraphStatistic(File statisticDirectory, String baseName)
           
 
Methods inherited from class org.drools.planner.benchmark.core.statistic.AbstractProblemStatistic
writeStatistic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestScoreStatistic

public BestScoreStatistic()
Method Detail

addListener

public void addListener(Solver solver,
                        String configName)

removeListener

public void removeListener(Solver solver,
                           String configName)

writeCsvStatistic

protected CharSequence writeCsvStatistic(File statisticDirectory,
                                         String baseName)
Specified by:
writeCsvStatistic in class AbstractProblemStatistic

writeGraphStatistic

protected CharSequence writeGraphStatistic(File statisticDirectory,
                                           String baseName)
Specified by:
writeGraphStatistic in class AbstractProblemStatistic


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.