Package mgui.models.dynamic
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
-
reset
void reset()
-