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

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

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


Constructor Summary
BestScoreStatistic.BestScoreScvLine(long timeMillisSpend)
           
 
Method Summary
 int compareTo(BestScoreStatistic.BestScoreScvLine 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.BestScoreScvLine

public BestScoreStatistic.BestScoreScvLine(long timeMillisSpend)
Method Detail

getTimeMillisSpend

public long getTimeMillisSpend()

getConfigNameToScoreMap

public Map<String,Score> getConfigNameToScoreMap()

compareTo

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


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