graphics2.listener.generator
Class OnOffHeterogeneousAggregatedFlowGeneratorConstructor

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

public class OnOffHeterogeneousAggregatedFlowGeneratorConstructor
extends ModelGeneratorConstructor

Version:
0.1, 26/05/03
Author:
mladoue

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

OnOffHeterogeneousAggregatedFlowGeneratorConstructor

public OnOffHeterogeneousAggregatedFlowGeneratorConstructor(GestionTest gt)
Method Detail

constructModelGenerator

public void constructModelGenerator()
                             throws java.io.IOException
Specified by:
constructModelGenerator in class ModelGeneratorConstructor
java.io.IOException

getModel

public GenericAggregatedModel getModel()
Specified by:
getModel in class ModelGeneratorConstructor

getGenerator

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