graphics.listener
Class MMPPNGeneratorConstructor

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

public class MMPPNGeneratorConstructor
extends ModelGeneratorConstructor


Field Summary
protected  double alpha
           
protected  double beta
           
protected  AudioCodec codec
           
protected  int duration
           
protected  int etatCount
           
protected  java.lang.String fileName
           
protected  double lambda
           
protected  MMPPNGeneration mmppng
           
protected  MMPPNModel mmppnm
           
protected  MMPPNModelPanel mmppnmp
           
protected  int startState
           
 
Fields inherited from class graphics.listener.ModelGeneratorConstructor
cp, gt, mgp, sp
 
Constructor Summary
MMPPNGeneratorConstructor(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

mmppnmp

protected MMPPNModelPanel mmppnmp

mmppnm

protected MMPPNModel mmppnm

mmppng

protected MMPPNGeneration mmppng

startState

protected int startState

etatCount

protected int etatCount

alpha

protected double alpha

beta

protected double beta

lambda

protected double lambda

codec

protected AudioCodec codec

duration

protected int duration

fileName

protected java.lang.String fileName
Constructor Detail

MMPPNGeneratorConstructor

public MMPPNGeneratorConstructor(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