be.ac.ulg.montefiore.run.totem.repository.SAMTE.model
Class SAMTEParametersAnalyser.Solution

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.model.SAMTEParametersAnalyser.Solution
Enclosing class:
SAMTEParametersAnalyser

public class SAMTEParametersAnalyser.Solution
extends java.lang.Object


Constructor Summary
SAMTEParametersAnalyser.Solution(SASolution sol, SAParameter param, double meanCost, double minCost, long meanTime)
           
 
Method Summary
 double getMeanCost()
           
 long getMeanTime()
           
 double getMinCost()
           
 SAParameter getParam()
           
 SASolution getSol()
           
 void setMeanCost(double meanCost)
           
 void setMeanTime(long meanTime)
           
 void setMinCost(double minCost)
           
 void setParam(SAParameter param)
           
 void setSol(SASolution sol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMTEParametersAnalyser.Solution

public SAMTEParametersAnalyser.Solution(SASolution sol,
                                        SAParameter param,
                                        double meanCost,
                                        double minCost,
                                        long meanTime)
Method Detail

getSol

public SASolution getSol()

setSol

public void setSol(SASolution sol)

getParam

public SAParameter getParam()

setParam

public void setParam(SAParameter param)

getMeanCost

public double getMeanCost()

setMeanCost

public void setMeanCost(double meanCost)

getMinCost

public double getMinCost()

setMinCost

public void setMinCost(double minCost)

getMeanTime

public long getMeanTime()

setMeanTime

public void setMeanTime(long meanTime)


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.