Uses of Enum
org.hipparchus.ode.events.FilterType
Packages that use FilterType
-
Uses of FilterType in org.hipparchus.ode.events
Methods in org.hipparchus.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.hipparchus.ode.events with parameters of type FilterTypeModifierConstructorDescriptionEventSlopeFilter
(T rawDetector, FilterType filter) Wrap anevent detector
.FieldEventSlopeFilter
(Field<E> field, T rawDetector, FilterType filter) Wrap aeve,t detector
.