simbad.gui
Class Simbatch

java.lang.Object
  extended bysimbad.gui.Simbatch

public class Simbatch
extends java.lang.Object

Runs simbad simulator in batch mode with no user interface (only small 3d window). Using the folling scenario: construct->reset->step, step ,..., step -> dispose-> System.exit


Constructor Summary
Simbatch(EnvironmentDescription ed, boolean do3DRendering)
          Construct a batch version of Simbad simulator
 
Method Summary
 void dispose()
          Dispose resource at end.
 void reset()
          Restart the simulation
 void step()
          perform one step - call it in your main loop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simbatch

public Simbatch(EnvironmentDescription ed,
                boolean do3DRendering)
Construct a batch version of Simbad simulator

Method Detail

reset

public void reset()
Restart the simulation


step

public void step()
perform one step - call it in your main loop


dispose

public void dispose()
Dispose resource at end.