Uses of Interface
fern.simulation.observer.GnuPlotObserver

Packages that use GnuPlotObserver
fern.simulation.observer Provides classes to observe certain aspects of simulations. 
 

Uses of GnuPlotObserver in fern.simulation.observer
 

Classes in fern.simulation.observer that implement GnuPlotObserver
 class AmountAtMomentObserver
          Observes the amount of some molecule species at a certain moment.
 class AmountIntervalObserver
          Observes amounts of molecule species repeatedly after certain intervals.
 class FireTypeObserver
          Observes the different types of firings.
 class IntervalObserver
          Base class for observing certain aspects repeatedly after a given interval.
 class LeapObserver
          Observes the amount of given molecule species at each step.
 class MultiAmountIntervalObserver
          Observes amounts of molecule species repeatedly after certain intervals.
 class RandomNumberGeneratorCallObserver
          Observes the calls to the random number generator and count the number of drawn random number of different distributions.
 class ReactionIntervalObserver
          Observes number of firings of reactions repeatedly after certain intervals.