be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface BgpAwareIGPWO
- All Superinterfaces:
- ASEventType, BgpAwareIGPWOType, javax.xml.bind.Element, EventType
- All Known Implementing Classes:
- BgpAwareIGPWO, BgpAwareIGPWOImpl
public interface BgpAwareIGPWO
- extends javax.xml.bind.Element, BgpAwareIGPWOType
Java content class for bgpAwareIGPWO element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/scenario/Scenario-v1_3.xsd line 425)
<element name="bgpAwareIGPWO">
<complexType>
<complexContent>
<extension base="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}ASEventType">
<sequence>
<element name="samplingRate" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="initial" type="{http://www.w3.org/2001/XMLSchema}float" default="0.2" />
<attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" default="0.4" />
<attribute name="min" type="{http://www.w3.org/2001/XMLSchema}float" default="0.01" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="trafficMatrix" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TMID" use="required" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}TMIdType" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="initialWeightArray" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}igpwoInitialWeightArrayType" default="RANDOM" />
<attribute name="interdomainTE" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="maxPossibleWeight" type="{http://www.w3.org/2001/XMLSchema}int" default="50" />
<attribute name="nbIter" type="{http://www.w3.org/2001/XMLSchema}int" default="150" />
<attribute name="seed" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</extension>
</complexContent>
</complexType>
</element>
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.BgpAwareIGPWOType |
getInitialWeightArray, getMaxPossibleWeight, getNbIter, getSamplingRate, getSeed, getTrafficMatrix, isInterdomainTE, isSetInitialWeightArray, isSetInterdomainTE, isSetMaxPossibleWeight, isSetNbIter, isSetSamplingRate, isSetSeed, isSetTrafficMatrix, setInitialWeightArray, setInterdomainTE, setMaxPossibleWeight, setNbIter, setSamplingRate, setSeed, unsetInitialWeightArray, unsetInterdomainTE, unsetMaxPossibleWeight, unsetNbIter, unsetSamplingRate, unsetSeed, unsetTrafficMatrix |
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.