org.simulator.math.odes
Interface FastProcessDESystem

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

public interface FastProcessDESystem
extends DESystem

This interface describes differential equation systems with fast processes.

Since:
0.9
Version:
$Rev: 203 $
Author:
Andreas Dräger, Alexander Dörr

Method Summary
 boolean containsFastProcesses()
           
 void setFastProcessComputation(boolean isProcessing)
           
 
Methods inherited from interface org.simulator.math.odes.DESystem
containsEventsOrRules, getIdentifiers, getPositiveValueCount
 
Methods inherited from interface org.apache.commons.math.ode.FirstOrderDifferentialEquations
computeDerivatives, getDimension
 

Method Detail

containsFastProcesses

boolean containsFastProcesses()
Returns:
flag that is true if fast processes are contained.

setFastProcessComputation

void setFastProcessComputation(boolean isProcessing)
Parameters:
setFastProcessComputation - Should there be a splitting of fast and slow reactions in the simulation?