graphics2.listener.generator
Class MMPP2GeneratorConstructor

java.lang.Object
  |
  +--graphics2.listener.generator.ModelGeneratorConstructor
        |
        +--graphics2.listener.generator.MMPP2GeneratorConstructor

public class MMPP2GeneratorConstructor
extends ModelGeneratorConstructor

MMPP2GeneratorConstructor

Version:
0.1, 18/11/02
Author:
mladoue

Constructor Summary
MMPP2GeneratorConstructor(GestionTest gt)
           
 
Method Summary
 void constructModelGenerator()
          constructModelGenerator : - cree le model - cree le model generator
 GenericGeneration getGenerator()
           
 GenericAggregatedModel getModel()
           
 
Methods inherited from class graphics2.listener.generator.ModelGeneratorConstructor
getGestionTest, setGestionTest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getGenerator

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