Package fern.simulation.observer

Provides classes to observe certain aspects of simulations.

See:
          Description

Interface Summary
GnuPlotObserver Interface for certain observer which can produce gnuplot data.
 

Class Summary
AmountAtMomentObserver Observes the amount of some molecule species at a certain moment.
AmountIntervalObserver Observes amounts of molecule species repeatedly after certain intervals.
FireTypeObserver Observes the different types of firings.
InstantOutputObserver Simply prints out every event that the simulator reports to the observer.
IntervalObserver Base class for observing certain aspects repeatedly after a given interval.
LeapObserver Observes the amount of given molecule species at each step.
MultiAmountIntervalObserver Observes amounts of molecule species repeatedly after certain intervals.
Observer Implementing classes are used to observe certain aspects of simulations.
RandomNumberGeneratorCallObserver Observes the calls to the random number generator and count the number of drawn random number of different distributions.
ReactionIntervalObserver Observes number of firings of reactions repeatedly after certain intervals.
TriggerObserver  
 

Package fern.simulation.observer Description

Provides classes to observe certain aspects of simulations.