Package | Description |
---|---|
org.apache.commons.math3.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
Modifier and Type | Field and Description |
---|---|
private FilterType |
EventFilter.filter
Filter to use.
|
Modifier and Type | Method and Description |
---|---|
static FilterType |
FilterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EventFilter(EventHandler rawHandler,
FilterType filter)
Wrap an
event handler . |