graphics.listener.generator
Class MGInfComplexAggregatedFlowGeneratorConstructor

java.lang.Object
  |
  +--graphics.listener.generator.ModelGeneratorConstructor
        |
        +--graphics.listener.generator.MGInfComplexAggregatedFlowGeneratorConstructor

public class MGInfComplexAggregatedFlowGeneratorConstructor
extends ModelGeneratorConstructor


Field Summary
protected  int duration
           
protected  java.lang.String fileName
           
protected  int flowsNumber
           
protected  MGInfAggregatedFlowModel mafm
           
protected  MGInfComplexAggregatedFlowModelPanel mafmp
           
protected  MGInfComplexAggregatedFlowGeneration mginfcomplexAggregatedGenerator
           
protected  MGInfModel[] models
           
protected  int nbDifferentFlow
           
protected  short unit
           
protected  short[] units
           
protected  VideoDefinition[] vds
           
protected  int[] weights
           
 
Fields inherited from class graphics.listener.generator.ModelGeneratorConstructor
cp, gt, mgp, sp
 
Constructor Summary
MGInfComplexAggregatedFlowGeneratorConstructor(GestionTest gt)
           
 
Method Summary
 void constructModelGenerator()
          constructModelGenerator : - cree le model - cree le model generator
 GenericGeneration getGenerator()
           
 GenericAggregatedModel getModel()
           
 
Methods inherited from class graphics.listener.generator.ModelGeneratorConstructor
getGestionTest, setGestionTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mafmp

protected MGInfComplexAggregatedFlowModelPanel mafmp

mafm

protected MGInfAggregatedFlowModel mafm

mginfcomplexAggregatedGenerator

protected MGInfComplexAggregatedFlowGeneration mginfcomplexAggregatedGenerator

models

protected MGInfModel[] models

weights

protected int[] weights

units

protected short[] units

nbDifferentFlow

protected int nbDifferentFlow

flowsNumber

protected int flowsNumber

vds

protected VideoDefinition[] vds

fileName

protected java.lang.String fileName

duration

protected int duration

unit

protected short unit
Constructor Detail

MGInfComplexAggregatedFlowGeneratorConstructor

public MGInfComplexAggregatedFlowGeneratorConstructor(GestionTest gt)
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 GenericAggregatedModel getModel()
Specified by:
getModel in class ModelGeneratorConstructor

getGenerator

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