Uses of Enum
org.apache.commons.math3.ode.events.FilterType
Packages that use FilterType
Package
Description
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
-
Uses of FilterType in org.apache.commons.math3.ode.events
Fields in org.apache.commons.math3.ode.events declared as FilterTypeMethods in org.apache.commons.math3.ode.events that return FilterTypeModifier and TypeMethodDescriptionstatic FilterType
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.Constructors in org.apache.commons.math3.ode.events with parameters of type FilterTypeModifierConstructorDescriptionEventFilter
(EventHandler rawHandler, FilterType filter) Wrap anevent handler
.