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

java.lang.Object
  extended by org.drools.planner.benchmark.statistic.AbstractSolverStatistic
      extended by org.drools.planner.benchmark.statistic.bestscore.BestScoreStatistic
All Implemented Interfaces:
SolverStatistic

public class BestScoreStatistic
extends AbstractSolverStatistic


Nested Class Summary
protected  class BestScoreStatistic.BestScoreScvLine
           
 
Constructor Summary
BestScoreStatistic()
           
 
Method Summary
 void addListener(Solver solver, String configName)
           
 void removeListener(Solver solver, String configName)
           
 CharSequence writeStatistic(File solverStatisticFilesDirectory, String baseName)
           
 
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)

writeStatistic

public CharSequence writeStatistic(File solverStatisticFilesDirectory,
                                   String baseName)
Parameters:
solverStatisticFilesDirectory - never null
baseName - never null
Returns:
a htmFragment, never null


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