|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--multimedia.generation.GenericGeneration | +--multimedia.generation.OnOffGeneration
Field Summary |
Fields inherited from class multimedia.generation.GenericGeneration |
fileName |
Fields inherited from interface statistic.RandomGenerator |
random |
Fields inherited from interface multimedia.codec.AudioCodecExample |
G711, G723_1, G726, G728, G729 |
Fields inherited from interface utils.definitions.MyUnitDefinitions |
BYTES, GIGABYTES, KILOBYTES, MEGABYTES |
Constructor Summary | |
OnOffGeneration()
|
|
OnOffGeneration(OnOffModel model,
int tpsSimul,
int srcNumber,
java.lang.String fichierReq,
boolean graphic)
|
Method Summary | |
static void |
main(java.lang.String[] args)
Methode: Main pour tester la classe |
void |
setOnOffModel(OnOffModel oom)
|
Methods inherited from class multimedia.generation.GenericGeneration |
changeScenarioFileExtension, getDuration, getGeneratedPacketNumber, getGraphicMode, getResultFileName, getResultFilePath, getResultFileSize, getSourceNumber, getUnit, getUnit, scenarioGeneration, setDuration, setGraphicMode, setResultFileName, setSourceNumber, setUnit, statisticsGeneration |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OnOffGeneration()
public OnOffGeneration(OnOffModel model, int tpsSimul, int srcNumber, java.lang.String fichierReq, boolean graphic) throws java.io.IOException
model
- it must be an On-Off ModeltpsSimul
- it is the test duration in minutesfichierReq
- it's a file where results will be enregistratedgraphic
- if you use graphic environment or not
java.io.IOException
Method Detail |
public void setOnOffModel(OnOffModel oom)
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |