Interface DynamicModelODEComponent

All Superinterfaces:
CleanableObject, java.lang.Cloneable, java.lang.Comparable<DynamicModelComponent>, DynamicModelComponent, InterfaceObject, NamedObject, org.opensourcephysics.numerics.ODE, TimeStepListener, TreeObject, Updateable
All Known Implementing Classes:
AbstractCompartment, SimpleCompartment

public interface DynamicModelODEComponent
extends DynamicModelComponent, org.opensourcephysics.numerics.ODE
Interface for components which solve ordinary differential equations (ODEs). ODEs are solved using code from the OpenSourcePhysics project. See http://www.opensourcephysics.org for details.
Author:
Andrew Reid