org.apache.commons.math.ode.FirstOrderDifferentialEquations, SerializableDelayedDESystem, EventDESystem, FastProcessDESystem, ParameterizedDESystem, RichDESystemSBMLinterpreterpublic interface DESystem extends Serializable, org.apache.commons.math.ode.FirstOrderDifferentialEquations
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
containsEventsOrRules() | 
 This method is used to check if this differential equation system contains
 any events or rules that would require a special treatment by the numerical
 solver. 
 | 
String[] | 
getIdentifiers() | 
|
int | 
getPositiveValueCount() | 
|
void | 
setDelaysIncluded(boolean delaysIncluded) | 
String[] getIdentifiers()
boolean containsEventsOrRules()
true if any events or rules are contained
         in the differential equation system.int getPositiveValueCount()
void setDelaysIncluded(boolean delaysIncluded)
delaysIncluded - Determines whether delay expression should be included in the calculation.Copyright © 2007–2018. All rights reserved.