graphics.listener
Class MGInfComplexGeneratorConstructor

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

public class MGInfComplexGeneratorConstructor
extends ModelGeneratorConstructor


Field Summary
protected  GenericFunction[] autoCorr
           
protected  double[] autoCorrWeight
           
protected  CodecAV codec
           
protected  GenericContinuousDistribution distributionPacketSize
           
protected  GenericContinuousDistribution distributionSlot
           
protected  GenericContinuousDistribution distributionTest
           
protected  int duration
           
protected  java.lang.String fileName
           
protected  double lambda
           
protected  GenericFunction mf
           
protected  MGInfGeneration mginfcomplexGenerator
           
protected  MGInfModel mginfcomplexModel
           
protected  MGInfComplexModelPanel mmp
           
protected  java.lang.String movieName
           
protected  short unit
           
 
Fields inherited from class graphics.listener.ModelGeneratorConstructor
cp, gt, mgp, sp
 
Constructor Summary
MGInfComplexGeneratorConstructor(GestionTest gt)
          MGInfComplexGeneratorConstructor
 
Method Summary
 void constructModelGenerator()
          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 MGInfComplexModelPanel mmp

mginfcomplexModel

protected MGInfModel mginfcomplexModel

mginfcomplexGenerator

protected MGInfGeneration mginfcomplexGenerator

autoCorr

protected GenericFunction[] autoCorr

autoCorrWeight

protected double[] autoCorrWeight

mf

protected GenericFunction mf

lambda

protected double lambda

distributionTest

protected GenericContinuousDistribution distributionTest

distributionSlot

protected GenericContinuousDistribution distributionSlot

distributionPacketSize

protected GenericContinuousDistribution 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

MGInfComplexGeneratorConstructor

public MGInfComplexGeneratorConstructor(GestionTest gt)
MGInfComplexGeneratorConstructor

See Also:
ModelGeneratorConstructor.ModelGeneratorConstructor(GestionTest)
Method Detail

constructModelGenerator

public void constructModelGenerator()
                             throws java.io.IOException
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