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

java.lang.Object
  extended by org.drools.planner.benchmark.statistic.BestScoreStatistic.TimeToBestScoresLine
All Implemented Interfaces:
Comparable<BestScoreStatistic.TimeToBestScoresLine>
Enclosing class:
BestScoreStatistic

protected class BestScoreStatistic.TimeToBestScoresLine
extends Object
implements Comparable<BestScoreStatistic.TimeToBestScoresLine>


Constructor Summary
BestScoreStatistic.TimeToBestScoresLine(long timeMillisSpend)
           
 
Method Summary
 int compareTo(BestScoreStatistic.TimeToBestScoresLine other)
           
 Map<String,Score> getConfigNameToScoreMap()
           
 long getTimeMillisSpend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestScoreStatistic.TimeToBestScoresLine

public BestScoreStatistic.TimeToBestScoresLine(long timeMillisSpend)
Method Detail

getTimeMillisSpend

public long getTimeMillisSpend()

getConfigNameToScoreMap

public Map<String,Score> getConfigNameToScoreMap()

compareTo

public int compareTo(BestScoreStatistic.TimeToBestScoresLine other)
Specified by:
compareTo in interface Comparable<BestScoreStatistic.TimeToBestScoresLine>


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.