test.model
Class MMPPNTest

java.lang.Object
  |
  +--test.model.GenericModelTest
        |
        +--test.model.MMPPNTest
All Implemented Interfaces:
AudioCodecExample, multimedia.codec.AudioCodecRTPIP, RandomGenerator

public class MMPPNTest
extends GenericModelTest
implements RandomGenerator, AudioCodecExample

MMPPNTest

Version:
0.1, 28/10/02
Author:
mladoue

Field Summary
 
Fields inherited from interface statistic.RandomGenerator
random
 
Fields inherited from interface multimedia.codec.AudioCodecExample
G711, G723_1, G726, G728, G729
 
Constructor Summary
MMPPNTest(MMPPNModel model, int tpsSimul, java.lang.String fichierReq, boolean graphic)
           
 
Method Summary
 void getPacketNumberAtTime(double duration)
          Method getPacketNumberAtTime.
 void getStateList()
          Method getStateList.
static void main(java.lang.String[] args)
          Methode: Main
 void traceStateEvolution()
           
 
Methods inherited from class test.model.GenericModelTest
getResultFileName, getResultFileSize, getTestDuration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MMPPNTest

public MMPPNTest(MMPPNModel model,
                 int tpsSimul,
                 java.lang.String fichierReq,
                 boolean graphic)
          throws java.io.IOException
Method Detail

getStateList

public void getStateList()
                  throws java.io.IOException
Method getStateList. Create a file which presents states changement at one time

Throws:
java.io.IOException

traceStateEvolution

public void traceStateEvolution()

getPacketNumberAtTime

public void getPacketNumberAtTime(double duration)
                           throws java.io.IOException
Method getPacketNumberAtTime. Create a file which contains number of packet created per states

Parameters:
duration -
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Methode: Main

java.io.IOException