graphics2.listener.generator
Class MGInfGeneratorConstructor

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

public class MGInfGeneratorConstructor
extends ModelGeneratorConstructor


Constructor Summary
MGInfGeneratorConstructor(GestionTest gt)
           
 
Method Summary
 void constructModelGenerator()
          Method 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

MGInfGeneratorConstructor

public MGInfGeneratorConstructor(GestionTest gt)
See Also:
graphics.listener.ModelGeneratorConstructor#ModelGeneratorConstructor(GestionTest)
Method Detail

constructModelGenerator

public void constructModelGenerator()
                             throws java.io.IOException
Method 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