be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb
Interface SimulatedAnnealing

All Superinterfaces:
javax.xml.bind.Element, SimulatedAnnealingType
All Known Implementing Classes:
SimulatedAnnealingImpl

public interface SimulatedAnnealing
extends javax.xml.bind.Element, SimulatedAnnealingType

Java content class for simulatedAnnealing element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/skivee/sync/run/cvs-home/run-totem/src/resources/scenario/SAMTE-Scenario-v1_0.xsd line 55)

 <element name="simulatedAnnealing">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}objectiveFunction" minOccurs="0"/>
           <element name="neighbourhood" type="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}neighbourhoodType" minOccurs="0"/>
           <element name="initialSolution" type="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}initialSolutionType" minOccurs="0"/>
         </sequence>
         <attribute name="E" type="{http://www.w3.org/2001/XMLSchema}int" default="10" />
         <attribute name="K" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
         <attribute name="L" type="{http://www.w3.org/2001/XMLSchema}int" default="5" />
         <attribute name="T0" type="{http://www.w3.org/2001/XMLSchema}float" default="10.0" />
         <attribute name="alpha" type="{http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}alphaType" default="0.8" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb.SimulatedAnnealingType
getAlpha, getE, getInitialSolution, getK, getL, getNeighbourhood, getObjectiveFunction, getT0, isSetAlpha, isSetE, isSetInitialSolution, isSetK, isSetL, isSetNeighbourhood, isSetObjectiveFunction, isSetT0, setAlpha, setE, setInitialSolution, setK, setL, setNeighbourhood, setObjectiveFunction, setT0, unsetAlpha, unsetE, unsetInitialSolution, unsetK, unsetL, unsetNeighbourhood, unsetObjectiveFunction, unsetT0
 



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