graphics.listener
Class ModelGeneratorConstructor

java.lang.Object
  |
  +--graphics.listener.ModelGeneratorConstructor
Direct Known Subclasses:
MGInfComplexGeneratorConstructor, MGInfGeneratorConstructor, MMPP2GeneratorConstructor, MMPPNGeneratorConstructor, OnOffGeneratorConstructor

public abstract class ModelGeneratorConstructor
extends java.lang.Object

ModelGeneratorConstructor


Field Summary
protected  ClientPanel cp
           
protected  GestionTest gt
           
protected  GenericModelPanel mgp
           
protected  ServerPanel sp
           
 
Constructor Summary
ModelGeneratorConstructor(GestionTest gt)
           
 
Method Summary
abstract  void constructModelGenerator()
           
abstract  GenericGeneration getGenerator()
           
 GestionTest getGestionTest()
           
abstract  GenericModel getModel()
           
 void setGestionTest(GestionTest gt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gt

protected GestionTest gt

cp

protected ClientPanel cp

sp

protected ServerPanel sp

mgp

protected GenericModelPanel mgp
Constructor Detail

ModelGeneratorConstructor

public ModelGeneratorConstructor(GestionTest gt)
Method Detail

getModel

public abstract GenericModel 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