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

All Superinterfaces:
DifferentialEquationInterface

public interface DifferentialEquationInterface
extends DifferentialEquationInterface

The Differential equation interface.

(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser General Public License (LGPL) , no warranty.

Since:
1.0
Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:21:27 $
Author:
Peter Jacobs

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

Field Detail

VALUE_CHANGED_EVENT

static final EventType[] VALUE_CHANGED_EVENT
VALUE_CHANGED_EVENT is firedd on value changes


FUNCTION_CHANGED_EVENT

static final EventType FUNCTION_CHANGED_EVENT
FUNCTION_CHANGED_EVENT is firedd on function changes



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