graphics.listener
Class OnOffGeneratorConstructor

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

public class OnOffGeneratorConstructor
extends ModelGeneratorConstructor


Field Summary
protected  AudioCodec codec
           
protected  int duration
           
protected  java.lang.String fileName
           
protected  GenericDistribution law1
           
protected  GenericDistribution law2
           
protected  OnOffGeneration oog
           
protected  OnOffModel oom
           
protected  OnOffModelPanel oomp
           
protected  int startState
           
 
Fields inherited from class graphics.listener.ModelGeneratorConstructor
cp, gt, mgp, sp
 
Constructor Summary
OnOffGeneratorConstructor(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

oomp

protected OnOffModelPanel oomp

oom

protected OnOffModel oom

oog

protected OnOffGeneration oog

startState

protected int startState

law1

protected GenericDistribution law1

law2

protected GenericDistribution law2

codec

protected AudioCodec codec

duration

protected int duration

fileName

protected java.lang.String fileName
Constructor Detail

OnOffGeneratorConstructor

public OnOffGeneratorConstructor(GestionTest gt)
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