be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface IGPWOCalculateWeights
- All Superinterfaces:
- ASEventType, javax.xml.bind.Element, EventType, IGPWOCalculateWeightsType
- All Known Implementing Classes:
- IGPWOCalculateWeights, IGPWOCalculateWeightsImpl
public interface IGPWOCalculateWeights
- extends javax.xml.bind.Element, IGPWOCalculateWeightsType
Java content class for IGPWOCalculateWeights 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 398)
<element name="IGPWOCalculateWeights">
<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="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.IGPWOCalculateWeightsType |
getInitialWeightArray, getMaxPossibleWeight, getNbIter, getSamplingRate, getSeed, getTrafficMatrix, isSetInitialWeightArray, isSetMaxPossibleWeight, isSetNbIter, isSetSamplingRate, isSetSeed, isSetTrafficMatrix, setInitialWeightArray, setMaxPossibleWeight, setNbIter, setSamplingRate, setSeed, unsetInitialWeightArray, unsetMaxPossibleWeight, unsetNbIter, unsetSamplingRate, unsetSeed, unsetTrafficMatrix |
Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.