org.drools.planner.benchmark.core.statistic.calculatecount
Class CalculateCountStatistic

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

public class CalculateCountStatistic
extends AbstractProblemStatistic


Nested Class Summary
protected static class CalculateCountStatistic.CalculateCountScvLine
           
 
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
CalculateCountStatistic()
           
 
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

CalculateCountStatistic

public CalculateCountStatistic()
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.