public interface DESystem extends Serializable, org.apache.commons.math.ode.FirstOrderDifferentialEquations
Modifier and Type | Method and 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–2021. All rights reserved.