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

java.lang.Object
  extended by org.drools.planner.benchmark.core.statistic.AbstractSingleStatistic
      extended by org.drools.planner.benchmark.core.statistic.bestscore.BestScoreSingleStatistic
All Implemented Interfaces:
SingleStatistic

public class BestScoreSingleStatistic
extends AbstractSingleStatistic


Constructor Summary
BestScoreSingleStatistic()
           
 
Method Summary
 void close(Solver solver)
           
 List<BestScoreSingleStatisticPoint> getPointList()
           
 void open(Solver solver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestScoreSingleStatistic

public BestScoreSingleStatistic()
Method Detail

getPointList

public List<BestScoreSingleStatisticPoint> getPointList()

open

public void open(Solver solver)
Parameters:
solver - never null

close

public void close(Solver solver)
Parameters:
solver - never null


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