planet.simulate
Interface ISimulator

All Known Implementing Classes:
NetworkSimulator, Simulator

public interface ISimulator

Author:
Pedro García To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void run(int steps)
           
 void stop()
           
 

Method Detail

run

void run(int steps)
         throws InitializationException
Throws:
InitializationException

stop

void stop()