Uses of Class
simuLCS.Simulation

Packages that use Simulation
simuLCS.graphics   
 

Uses of Simulation in simuLCS.graphics
 

Fields in simuLCS.graphics declared as Simulation
private  Simulation G_MainWindow.pointerSimulation
           
protected static Simulation G_Panel.pointerSimulation
           
private  Simulation G_PanelDraw.pointerSimulation
           
 

Methods in simuLCS.graphics that return Simulation
 Simulation G_Panel.getSimu()
          All the components can access the Data Model through this function
 

Methods in simuLCS.graphics with parameters of type Simulation
static G_MainWindow G_MainWindow.getInstance(Simulation s, Utils u)
          The only way to obtain a unique instance (Singleton Pattern).
 void G_MainWindow.linkSimulation(Simulation s)
          Link the window to the Data Model - the Simulation
static void G_Panel.linkSimulation(Simulation s)
          This class provides an access to the Data Model - the link shoud be made before, thanks to this function
 void G_PanelDraw.linkSimulation(Simulation s)
           
 

Constructors in simuLCS.graphics with parameters of type Simulation
G_MainWindow(Simulation s, Utils u)
          Protected Constructor to have only one instance (Singleton Pattern)
G_PanelCustom(G_MainWindow win, Simulation s)