at.ftw.scenario.model.jaxb
Interface FTWReopt

All Superinterfaces:
ASEventType, ASTMEventType, javax.xml.bind.Element, EventType, FTWReoptType
All Known Implementing Classes:
FTWReopt, FTWReoptImpl

public interface FTWReopt
extends javax.xml.bind.Element, FTWReoptType

Java content class for FTWReopt element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/shared_dir/belial/users/lepropre/eclipse/workspace/run-totem/src/resources/scenario/FTW-Scenario-v1_0.xsd line 26)

 <element name="FTWReopt">
   <complexType>
     <complexContent>
       <extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASTMEventType">
         <sequence>
           <element name="LSPGeneration">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="nbParallelPaths" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
         <attribute name="applyChanges" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="changeCost" type="{http://www.w3.org/2001/XMLSchema}int" default="10" />
         <attribute name="profit" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
         <attribute name="runSolver" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       </extension>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface at.ftw.scenario.model.jaxb.FTWReoptType
FTWReoptType.LSPGenerationType
 
Method Summary
 
Methods inherited from interface at.ftw.scenario.model.jaxb.FTWReoptType
getChangeCost, getLSPGeneration, getProfit, isApplyChanges, isRunSolver, isSetApplyChanges, isSetChangeCost, isSetLSPGeneration, isSetProfit, isSetRunSolver, setApplyChanges, setChangeCost, setLSPGeneration, setProfit, setRunSolver, unsetApplyChanges, unsetChangeCost, unsetLSPGeneration, unsetProfit, unsetRunSolver
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASTMEventType
getTMID, isSetTMID, setTMID, unsetTMID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 



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