org.simulator.math.odes
Interface DelayedDESystem

All Superinterfaces:
DESystem, FirstOrderDifferentialEquations, Serializable
All Known Implementing Classes:
SBMLinterpreter

public interface DelayedDESystem
extends DESystem

This interface describes a differential equation system containing values with a delay function.

Version:
$Rev: 340 $
Author:
Roland Keller

Method Summary
 void registerDelayValueHolder(DelayValueHolder dvh)
           
 
Methods inherited from interface org.simulator.math.odes.DESystem
containsEventsOrRules, getIdentifiers, getPositiveValueCount, setDelaysIncluded
 
Methods inherited from interface org.apache.commons.math.ode.FirstOrderDifferentialEquations
computeDerivatives, getDimension
 

Method Detail

registerDelayValueHolder

void registerDelayValueHolder(DelayValueHolder dvh)
Parameters:
dvh - the delay value holder to be registered

Generated at April 19 2013
Version 1.3 Revision 424