graphics2.listener.generator
Class ModelGeneratorConstructor

java.lang.Object
  |
  +--graphics2.listener.generator.ModelGeneratorConstructor
Direct Known Subclasses:
MGInfComplexAggregatedFlowGeneratorConstructor, MGInfComplexGeneratorConstructor, MGInfGeneratorConstructor, MMPP2GeneratorConstructor, MMPPNGeneratorConstructor, OnOffGeneratorConstructor, OnOffHeterogeneousAggregatedFlowGeneratorConstructor

public abstract class ModelGeneratorConstructor
extends java.lang.Object

ModelGeneratorConstructor

Version:
0.1, 17/01/03
Author:
mladoue

Constructor Summary
ModelGeneratorConstructor(GestionTest gt)
           
 
Method Summary
abstract  void constructModelGenerator()
           
abstract  GenericGeneration getGenerator()
           
 GestionTest getGestionTest()
           
abstract  GenericAggregatedModel getModel()
           
 void setGestionTest(GestionTest gt)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelGeneratorConstructor

public ModelGeneratorConstructor(GestionTest gt)
Method Detail

getModel

public abstract GenericAggregatedModel getModel()

getGenerator

public abstract GenericGeneration getGenerator()

setGestionTest

public void setGestionTest(GestionTest gt)

getGestionTest

public GestionTest getGestionTest()

constructModelGenerator

public abstract void constructModelGenerator()
                                      throws java.io.IOException
java.io.IOException