| Package | Description |
|---|---|
| org.hipparchus.ode.events |
Events
|
| Modifier and Type | Method and Description |
|---|---|
static FilterType |
FilterType.valueOf(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(ODEEventHandler rawHandler,
FilterType filter)
Wrap an
event handler. |
FieldEventFilter(Field<T> field,
FieldODEEventHandler<T> rawHandler,
FilterType filter)
Wrap an
event handler. |
Copyright © 2016-2022 CS GROUP. All rights reserved.