org.drools.planner.benchmark.statistic.calculatecount
Class CalculateCountStatisticListener

java.lang.Object
  extended by org.drools.planner.core.phase.event.SolverPhaseLifecycleListenerAdapter
      extended by org.drools.planner.benchmark.statistic.calculatecount.CalculateCountStatisticListener
All Implemented Interfaces:
EventListener, SolverPhaseLifecycleListener

public class CalculateCountStatisticListener
extends SolverPhaseLifecycleListenerAdapter


Constructor Summary
CalculateCountStatisticListener()
           
CalculateCountStatisticListener(long timeMillisThresholdInterval)
           
 
Method Summary
 List<CalculateCountStatisticPoint> getStatisticPointList()
           
 void stepTaken(AbstractStepScope stepScope)
           
 
Methods inherited from class org.drools.planner.core.phase.event.SolverPhaseLifecycleListenerAdapter
beforeDeciding, phaseEnded, phaseStarted, stepDecided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateCountStatisticListener

public CalculateCountStatisticListener()

CalculateCountStatisticListener

public CalculateCountStatisticListener(long timeMillisThresholdInterval)
Method Detail

getStatisticPointList

public List<CalculateCountStatisticPoint> getStatisticPointList()

stepTaken

public void stepTaken(AbstractStepScope stepScope)
Specified by:
stepTaken in interface SolverPhaseLifecycleListener
Overrides:
stepTaken in class SolverPhaseLifecycleListenerAdapter


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