Uses of Enum
org.apache.commons.math3.ode.events.Transformer
Packages that use Transformer
Package
Description
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
-
Uses of Transformer in org.apache.commons.math3.ode.events
Subclasses with type arguments of type Transformer in org.apache.commons.math3.ode.eventsFields in org.apache.commons.math3.ode.events declared as TransformerModifier and TypeFieldDescriptionprivate final Transformer[]EventFilter.transformersTransformers of the g function.Methods in org.apache.commons.math3.ode.events that return TransformerModifier and TypeMethodDescriptionprotected abstract TransformerFilterType.selectTransformer(Transformer previous, double g, boolean forward) Get next function transformer in the specified direction.static TransformerReturns the enum constant of this type with the specified name.static Transformer[]Transformer.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.math3.ode.events with parameters of type TransformerModifier and TypeMethodDescriptionprotected abstract TransformerFilterType.selectTransformer(Transformer previous, double g, boolean forward) Get next function transformer in the specified direction.