graphics.listener
Class MMPP2GeneratorConstructor

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

public class MMPP2GeneratorConstructor
extends ModelGeneratorConstructor

MMPP2GeneratorConstructor


Field Summary
protected  double alpha
           
protected  double beta
           
protected  AudioCodec codec
           
protected  int duration
           
protected  java.lang.String fileName
           
protected  double lambda1
           
protected  double lambda2
           
protected  MMPP2Generation mmpp2g
           
protected  MMPP2Model mmpp2m
           
protected  MMPP2ModelPanel mmpp2mp
           
protected  int startState
           
 
Fields inherited from class graphics.listener.ModelGeneratorConstructor
cp, gt, mgp, sp
 
Constructor Summary
MMPP2GeneratorConstructor(GestionTest gt)
           
 
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

mmpp2mp

protected MMPP2ModelPanel mmpp2mp

mmpp2m

protected MMPP2Model mmpp2m

mmpp2g

protected MMPP2Generation mmpp2g

startState

protected int startState

alpha

protected double alpha

beta

protected double beta

lambda1

protected double lambda1

lambda2

protected double lambda2

codec

protected AudioCodec codec

duration

protected int duration

fileName

protected java.lang.String fileName
Constructor Detail

MMPP2GeneratorConstructor

public MMPP2GeneratorConstructor(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 GenericModel getModel()
Specified by:
getModel in class ModelGeneratorConstructor

getGenerator

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