Interface TimeDependent

All Known Implementing Classes:
HSApplet, TimeDep, TimeDepSchrodinger

interface TimeDependent

To be implemented by any object which has a "time" parameter, which may be increased incrementally


Method Summary
 void advanceOnce()
          The implementor of this method should use it to perform one time step of a model
 double getT()
          Returns the time in the model
 

Method Detail

advanceOnce

public void advanceOnce()
The implementor of this method should use it to perform one time step of a model

getT

public double getT()
Returns the time in the model