|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.GenericModelTest | +--test.MGInfTest
MGInfTest it's defined to test MGInfGeneration class
Field Summary | |
protected static short |
BYTES
|
protected CodecAV |
codec
|
protected static short |
KILOBYTES
|
protected static short |
MEGABYTES
|
protected MGInfModel |
model
|
protected int |
N
|
protected java.lang.String |
name
|
protected short |
unite
|
Fields inherited from class test.GenericModelTest |
fichierReq, graphic, resultFile, resultFileName, tpsSimul |
Fields inherited from interface multimedia.codec.VideoCodecExample |
H261, MJPEG, MPEG, MPEG4 |
Fields inherited from interface multimedia.VideoExample |
BeanHigh, BeanLow, BeanMedium, coeffDistbh, coeffDistbm, coeffDistjph, coeffDistjpm, coeffFuncbh, coeffFuncbl, coeffFuncbm, coeffFuncjph, coeffFuncjpl, coeffFuncjpm, dbh, dbm, djph, djpm, dPacketSize, dSlot, gdbh, gdbm, gdjph, gdjpm, gfbh, gfjpl, gftbh, gftbl, gftbm, gftjph, gftjpl, gftjpm, JurassicParkHigh, JurassicParkLow, JurassicParkMedium, mginfbh, mginfbl, mginfbm, mginfjph, mginfjpl, mginfjpm |
Constructor Summary | |
MGInfTest(MGInfModel model,
int tpsSimul,
java.lang.String fichierReq,
VideoCodec codec,
java.lang.String name,
short unite,
boolean graphic)
|
Method Summary | |
void |
createResultFile(int[] slotValues)
|
void |
createResultFile(int[] slotValues,
java.lang.String fileName)
|
int[] |
getDataDistributionInSlot()
Method getDateDistributionInSlot. |
int[] |
getDataSpecificDistributionInSlot(int[] slots)
Method getDateSpecificDistributionInSlot. |
int |
getSlotNumber()
Method getSlotNumber. |
static void |
main(java.lang.String[] args)
Methode: Main |
double[] |
rateEvolutionComputation(int[] newSlots)
|
void |
traceComparaisonOfDataPerSlotDistribution()
Method traceComparaisonOfDataPerSlotDistribution : this permit to compare throw a plot two array of data Here it is defined to compare Xi and Yi |
void |
traceDataPerSlotDistribution(int[] slotValues)
Method traceDataPerSlotDistribution : this permit to plot an array of data Here it is defined to plot data per slots |
void |
traceRateEvolution(int[] newSlots)
Method traceRateEvolution |
Methods inherited from class test.GenericModelTest |
getResultFileName, getResultFileSize, getTestDuration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected MGInfModel model
protected CodecAV codec
protected java.lang.String name
protected short unite
protected int N
protected static short BYTES
protected static short KILOBYTES
protected static short MEGABYTES
Constructor Detail |
public MGInfTest(MGInfModel model, int tpsSimul, java.lang.String fichierReq, VideoCodec codec, java.lang.String name, short unite, boolean graphic) throws java.io.IOException
Method Detail |
public int[] getDataDistributionInSlot() throws java.io.IOException
java.io.IOException
public int[] getDataSpecificDistributionInSlot(int[] slots) throws java.io.IOException
slots
-
java.io.IOException
public double[] rateEvolutionComputation(int[] newSlots) throws java.io.IOException
java.io.IOException
public int getSlotNumber()
public void createResultFile(int[] slotValues) throws java.io.IOException
java.io.IOException
public void createResultFile(int[] slotValues, java.lang.String fileName) throws java.io.IOException
java.io.IOException
public void traceRateEvolution(int[] newSlots) throws java.io.IOException
newSlots
-
java.io.IOException
public void traceDataPerSlotDistribution(int[] slotValues)
slotValues
- public void traceComparaisonOfDataPerSlotDistribution() throws java.io.IOException
java.io.IOException
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 |