be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation
Class ReoptSimulation

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.simulation.ReoptSimulation

public class ReoptSimulation
extends java.lang.Object

Creation date: 08-Jul-2005 11:09:05

Author:
Fabian Skivee (skivee@run.montefiore.ulg.ac.be)

Constructor Summary
ReoptSimulation(int ASID, java.lang.String cplName, java.lang.String tmDirName, java.lang.String tmMaxName, java.lang.String reportName, java.lang.String outputFile)
           
 
Method Summary
 ObjectiveFunction getFct()
           
 int getNbLsp()
           
 int getNbRun()
           
 SAParameter getParams()
           
 void setFct(ObjectiveFunction fct)
           
 void setNbLsp(int nbLsp)
           
 void setNbRun(int nbRun)
           
 void setParams(SAParameter params)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReoptSimulation

public ReoptSimulation(int ASID,
                       java.lang.String cplName,
                       java.lang.String tmDirName,
                       java.lang.String tmMaxName,
                       java.lang.String reportName,
                       java.lang.String outputFile)
Method Detail

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

getNbRun

public int getNbRun()

setNbRun

public void setNbRun(int nbRun)

getNbLsp

public int getNbLsp()

setNbLsp

public void setNbLsp(int nbLsp)

getFct

public ObjectiveFunction getFct()

setFct

public void setFct(ObjectiveFunction fct)

getParams

public SAParameter getParams()

setParams

public void setParams(SAParameter params)


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