net.sourceforge.jabm.util
Interface Resetable

All Known Implementing Classes:
DiscreteProbabilityDistribution, FixedLengthQueue, QLearner, StatelessQLearner, SummaryStats

public interface Resetable

Classes implementing this interface indicate that their state is resetable. This is often used in JASA to re-initialise objects instead of re-constructing them, with the associated garbage-collection and initialisation performance penalties.

 

Method Summary
 void reset()
          Reinitialise our state to the original settings.
 

Method Detail

reset

void reset()
Reinitialise our state to the original settings.