Uses of Class
be.ac.ulg.montefiore.run.totem.topgen.util.RoutingMatrix

Packages that use RoutingMatrix
be.ac.ulg.montefiore.run.totem.repository.tomography   
be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering   
be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity   
be.ac.ulg.montefiore.run.totem.repository.tomography.utils   
be.ac.ulg.montefiore.run.totem.topgen.traffic This package holds traffic generation-related classes. 
be.ac.ulg.montefiore.run.totem.topgen.util This package holds util classes for Topgen. 
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.repository.tomography
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography with parameters of type RoutingMatrix
 TrafficMatrix[] Tomography.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
          This method is implemented for each new tomography method.
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation with parameters of type RoutingMatrix
 LinkLoadData Evaluator.constructLinkLoadFromTM(RoutingMatrix a, TrafficMatrix[] x, int step)
          This method construct a linkLoadData structure associated with a traffic matrix
 double[] Evaluator.constructSNMPfromTM(RoutingMatrix a, TrafficMatrix x)
          This method construct a link count array associated with a traffic matrix
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout with parameters of type RoutingMatrix
 TrafficMatrix[] Fanout.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
           
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering with parameters of type RoutingMatrix
 TrafficMatrix[] KalmanFiltering.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
           
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity with parameters of type RoutingMatrix
 TrafficMatrix[] Tomogravity.inferTM(Domain domain, LinkLoadData snmp, RoutingMatrix[] a, java.util.HashMap<java.lang.String,java.lang.String> params)
           
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.repository.tomography.utils
 

Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.utils with parameters of type RoutingMatrix
 TrafficMatrix ColtConverter.coltToTraffixMatrix(Domain domain, RoutingMatrix routMat, cern.colt.matrix.DoubleMatrix1D tm)
          Convert a colt matrix into a trafficMatrix
 void ColtConverter.coltToTraffixMatrix(Domain domain, RoutingMatrix routMat, cern.colt.matrix.DoubleMatrix1D tm, TrafficMatrix ref)
           
 cern.colt.matrix.DoubleMatrix2D ColtConverter.routingMatrixToColt(RoutingMatrix routMat)
          Method that convert a routing matrix into colt matrix data structure
 cern.colt.matrix.DoubleMatrix1D ColtConverter.traffixMatrixToColt(RoutingMatrix routMat, TrafficMatrix tm)
          Method that convert a traffic matrix into colt matrix data structure
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.topgen.traffic
 

Methods in be.ac.ulg.montefiore.run.totem.topgen.traffic that return RoutingMatrix
 RoutingMatrix TrafficGenerator.getMatrix()
          Deprecated. Returns the routing matrix of this traffic generator.
 

Constructors in be.ac.ulg.montefiore.run.totem.topgen.traffic with parameters of type RoutingMatrix
TrafficGenerator(TrafficModel model, RoutingMatrix matrix)
          Deprecated. Initialises a newly created TrafficGenerator object.
TrafficGenerator(TrafficModel model, RoutingMatrix matrix, double fraction)
          Deprecated. Initialises a newly created TrafficGenerator object.
 

Uses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.topgen.util
 

Subclasses of RoutingMatrix in be.ac.ulg.montefiore.run.totem.topgen.util
 class BooleanRoutingMatrix
          This class represents a {0,1} routing matrix.
 class RealRoutingMatrix
          This class represents a routing matrix whose elements belong to [0,1].
 



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