be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model
Class GraphSAReportGenerator

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model.GraphSAReportGenerator
All Implemented Interfaces:
SAReportGenerator

public class GraphSAReportGenerator
extends java.lang.Object
implements SAReportGenerator

Graph SA report generator

Creation date: 20-Dec.-2004

Author:
Olivier Delcourt (delcourt@run.montefiore.ulg.ac.be)

Constructor Summary
GraphSAReportGenerator()
           
GraphSAReportGenerator(int factor)
           
 
Method Summary
 void addSolution(double presentSolutionCost, double bestSolutionCost, float Temperature)
           
 org.jfree.data.xy.XYSeriesCollection GetGraphData()
           
 void save(java.lang.String FileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphSAReportGenerator

public GraphSAReportGenerator()

GraphSAReportGenerator

public GraphSAReportGenerator(int factor)
Method Detail

addSolution

public void addSolution(double presentSolutionCost,
                        double bestSolutionCost,
                        float Temperature)
Specified by:
addSolution in interface SAReportGenerator

save

public void save(java.lang.String FileName)
          throws java.io.IOException
Specified by:
save in interface SAReportGenerator
Throws:
java.io.IOException

GetGraphData

public org.jfree.data.xy.XYSeriesCollection GetGraphData()


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