simuLCS
Class Simulation.Animation

java.lang.Object
  extended bysimuLCS.Simulation.Animation
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Simulation

class Simulation.Animation
extends java.lang.Object
implements java.lang.Runnable

The inner class handling the simulation (MAIN PROCEDURE)

Author:
Benoit

Constructor Summary
(package private) Simulation.Animation()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulation.Animation

Simulation.Animation()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable