Interface DynamicModelUpdater

All Known Implementing Classes:
LinearUpdater, PulseTrainUpdater, PulseTrainUpdater, SimpleEnvironmentUpdater

public interface DynamicModelUpdater
Interface for a model that updates components as a function of a given timestep.
Author:
Andrew Reid
  • Method Summary

    Modifier and Type Method Description
    void reset()  
    boolean update​(Updateable c, double timeStep)  
  • Method Details

    • update

      boolean update​(Updateable c, double timeStep)
    • reset

      void reset()