at.ftw.scenario.model.jaxb
Interface FTWReoptType

All Superinterfaces:
ASEventType, ASTMEventType, EventType
All Known Subinterfaces:
FTWReopt
All Known Implementing Classes:
FTWReopt, FTWReoptImpl, FTWReoptTypeImpl

public interface FTWReoptType
extends ASTMEventType

Java content class for anonymous complex type.

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 27)

 <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>
 


Nested Class Summary
static interface FTWReoptType.LSPGenerationType
          Java content class for anonymous complex type.
 
Method Summary
 int getChangeCost()
          Gets the value of the changeCost property.
 FTWReoptType.LSPGenerationType getLSPGeneration()
          Gets the value of the lspGeneration property.
 int getProfit()
          Gets the value of the profit property.
 boolean isApplyChanges()
          Gets the value of the applyChanges property.
 boolean isRunSolver()
          Gets the value of the runSolver property.
 boolean isSetApplyChanges()
           
 boolean isSetChangeCost()
           
 boolean isSetLSPGeneration()
           
 boolean isSetProfit()
           
 boolean isSetRunSolver()
           
 void setApplyChanges(boolean value)
          Sets the value of the applyChanges property.
 void setChangeCost(int value)
          Sets the value of the changeCost property.
 void setLSPGeneration(FTWReoptType.LSPGenerationType value)
          Sets the value of the lspGeneration property.
 void setProfit(int value)
          Sets the value of the profit property.
 void setRunSolver(boolean value)
          Sets the value of the runSolver property.
 void unsetApplyChanges()
           
 void unsetChangeCost()
           
 void unsetLSPGeneration()
           
 void unsetProfit()
           
 void 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
 

Method Detail

getProfit

int getProfit()
Gets the value of the profit property.


setProfit

void setProfit(int value)
Sets the value of the profit property.


isSetProfit

boolean isSetProfit()

unsetProfit

void unsetProfit()

getChangeCost

int getChangeCost()
Gets the value of the changeCost property.


setChangeCost

void setChangeCost(int value)
Sets the value of the changeCost property.


isSetChangeCost

boolean isSetChangeCost()

unsetChangeCost

void unsetChangeCost()

getLSPGeneration

FTWReoptType.LSPGenerationType getLSPGeneration()
Gets the value of the lspGeneration property.

Returns:
possible object is FTWReoptType.LSPGenerationType

setLSPGeneration

void setLSPGeneration(FTWReoptType.LSPGenerationType value)
Sets the value of the lspGeneration property.

Parameters:
value - allowed object is FTWReoptType.LSPGenerationType

isSetLSPGeneration

boolean isSetLSPGeneration()

unsetLSPGeneration

void unsetLSPGeneration()

isRunSolver

boolean isRunSolver()
Gets the value of the runSolver property.


setRunSolver

void setRunSolver(boolean value)
Sets the value of the runSolver property.


isSetRunSolver

boolean isSetRunSolver()

unsetRunSolver

void unsetRunSolver()

isApplyChanges

boolean isApplyChanges()
Gets the value of the applyChanges property.


setApplyChanges

void setApplyChanges(boolean value)
Sets the value of the applyChanges property.


isSetApplyChanges

boolean isSetApplyChanges()

unsetApplyChanges

void unsetApplyChanges()


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