graphics.listener
Class MGInfGeneratorConstructor

java.lang.Object
  |
  +--graphics.listener.ModelGeneratorConstructor
        |
        +--graphics.listener.MGInfGeneratorConstructor

public class MGInfGeneratorConstructor
extends ModelGeneratorConstructor


Field Summary
protected  GenericFunction autoCorr
           
protected  CodecAV codec
           
protected  GenericDistribution distributionPacketSize
           
protected  GenericDistribution distributionSlot
           
protected  GenericContinuousDistribution distributionTest
           
protected  int duration
           
protected  java.lang.String fileName
           
protected  double lambda
           
protected  MGInfGeneration mginfGenerator
           
protected  MGInfModel mginfModel
           
protected  MGInfModelPanel mmp
           
protected  java.lang.String movieName
           
protected  short unit
           
 
Fields inherited from class graphics.listener.ModelGeneratorConstructor
cp, gt, mgp, sp
 
Constructor Summary
MGInfGeneratorConstructor(GestionTest gt)
           
 
Method Summary
 void constructModelGenerator()
          Method constructModelGenerator : - cree le model - cree le model generator
 GenericGeneration getGenerator()
           
 GenericModel getModel()
           
 
Methods inherited from class graphics.listener.ModelGeneratorConstructor
getGestionTest, setGestionTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mmp

protected MGInfModelPanel mmp

mginfModel

protected MGInfModel mginfModel

mginfGenerator

protected MGInfGeneration mginfGenerator

autoCorr

protected GenericFunction autoCorr

lambda

protected double lambda

distributionTest

protected GenericContinuousDistribution distributionTest

distributionSlot

protected GenericDistribution distributionSlot

distributionPacketSize

protected GenericDistribution distributionPacketSize

duration

protected int duration

codec

protected CodecAV codec

fileName

protected java.lang.String fileName

movieName

protected java.lang.String movieName

unit

protected short unit
Constructor Detail

MGInfGeneratorConstructor

public MGInfGeneratorConstructor(GestionTest gt)
See Also:
ModelGeneratorConstructor.ModelGeneratorConstructor(GestionTest)
Method Detail

constructModelGenerator

public void constructModelGenerator()
                             throws java.io.IOException
Method constructModelGenerator : - cree le model - cree le model generator

Specified by:
constructModelGenerator in class ModelGeneratorConstructor
Throws:
java.io.IOException

getModel

public GenericModel getModel()
Specified by:
getModel in class ModelGeneratorConstructor

getGenerator

public GenericGeneration getGenerator()
Specified by:
getGenerator in class ModelGeneratorConstructor