|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoutingMatrix | |
---|---|
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.topgen.traffic |
---|
Methods in be.ac.ulg.montefiore.run.totem.topgen.traffic that return RoutingMatrix | |
---|---|
RoutingMatrix |
TrafficGenerator.getMatrix()
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)
Initialises a newly created TrafficGenerator object. |
|
TrafficGenerator(TrafficModel model,
RoutingMatrix matrix,
double fraction)
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]. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |