graphics2.listener.generator
Class MMPPNGeneratorConstructor

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

public class MMPPNGeneratorConstructor
extends ModelGeneratorConstructor


Constructor Summary
MMPPNGeneratorConstructor(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

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

getGenerator

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