nl.tudelft.simulation.dsol.formalisms.dess
Interface DifferentialEquationInterface

All Superinterfaces:
nl.tudelft.simulation.jstats.ode.DifferentialEquationInterface
All Known Implementing Classes:
DifferentialEquation

public interface DifferentialEquationInterface
extends nl.tudelft.simulation.jstats.ode.DifferentialEquationInterface

The Differential equation interface.

(c) copyright 2003 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public License (GPL) , no warranty

Since:
1.0
Version:
1.4 2004-03-26
Author:
Peter Jacobs

Field Summary
static nl.tudelft.simulation.event.EventType FUNCTION_CHANGED_EVENT
          FUNCTION_CHANGED_EVENT is firedd on function changes
static nl.tudelft.simulation.event.EventType[] VALUE_CHANGED_EVENT
          VALUE_CHANGED_EVENT is firedd on value changes
 
Methods inherited from interface nl.tudelft.simulation.jstats.ode.DifferentialEquationInterface
dy, initialize, y
 

Field Detail

VALUE_CHANGED_EVENT

public static final nl.tudelft.simulation.event.EventType[] VALUE_CHANGED_EVENT
VALUE_CHANGED_EVENT is firedd on value changes


FUNCTION_CHANGED_EVENT

public static final nl.tudelft.simulation.event.EventType FUNCTION_CHANGED_EVENT
FUNCTION_CHANGED_EVENT is firedd on function changes



Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.