|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFairness.SimulationParameters
public class SimulationParameters
SimulationParameters holds global Simulation
parameters.
Constructor Summary | |
---|---|
SimulationParameters(int numStripes,
int stripeBps,
int packetSize,
double simDuration,
int randomSeed)
Constructs a new SimulationParameters |
Method Summary | |
---|---|
int |
getNumStripes()
Gets the number of stripes in the Simulation |
int |
getPacketSize()
Gets the size in bytes of each stripe data packet |
int |
getRandomSeed()
Gets the random number generator seed |
double |
getSimDuration()
Gets the duration of simulation in seconds |
int |
getStripeBps()
Gets the bitrate of each stripe in bits per second |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimulationParameters(int numStripes, int stripeBps, int packetSize, double simDuration, int randomSeed)
numStripes
- number of stripes in the SimulationstripeBps
- bitrate of each stripe in bits per secondpacketSize
- size in bytes of each stripe data packetsimDuration
- duration of simulation in secondsrandomSeed
- random number generator seedMethod Detail |
---|
public int getNumStripes()
public int getStripeBps()
public int getPacketSize()
public double getSimDuration()
public int getRandomSeed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |