org.drools.planner.benchmark
Class SolverBenchmarkResult

java.lang.Object
  extended by org.drools.planner.benchmark.SolverBenchmarkResult

public class SolverBenchmarkResult
extends Object


Constructor Summary
SolverBenchmarkResult()
           
 
Method Summary
 Score getScore()
           
 File getSolvedSolutionFile()
           
 Long getTimeMillisSpend()
           
 File getUnsolvedSolutionFile()
           
 void setScore(Score score)
           
 void setSolvedSolutionFile(File solvedSolutionFile)
           
 void setTimeMillisSpend(Long timeMillisSpend)
           
 void setUnsolvedSolutionFile(File unsolvedSolutionFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolverBenchmarkResult

public SolverBenchmarkResult()
Method Detail

getUnsolvedSolutionFile

public File getUnsolvedSolutionFile()

setUnsolvedSolutionFile

public void setUnsolvedSolutionFile(File unsolvedSolutionFile)

getScore

public Score getScore()

setScore

public void setScore(Score score)

getTimeMillisSpend

public Long getTimeMillisSpend()

setTimeMillisSpend

public void setTimeMillisSpend(Long timeMillisSpend)

getSolvedSolutionFile

public File getSolvedSolutionFile()

setSolvedSolutionFile

public void setSolvedSolutionFile(File solvedSolutionFile)


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