Class AbstractFixedSingleStepIntegratorBuilder<T extends RungeKuttaIntegrator>
- java.lang.Object
-
- org.orekit.propagation.conversion.AbstractIntegratorBuilder<T>
-
- org.orekit.propagation.conversion.AbstractFixedSingleStepIntegratorBuilder<T>
-
- Type Parameters:
T
- field type
- All Implemented Interfaces:
ExplicitRungeKuttaIntegratorBuilder
,ODEIntegratorBuilder
- Direct Known Subclasses:
ClassicalRungeKuttaIntegratorBuilder
,EulerIntegratorBuilder
,GillIntegratorBuilder
,LutherIntegratorBuilder
,MidpointIntegratorBuilder
,ThreeEighthesIntegratorBuilder
public abstract class AbstractFixedSingleStepIntegratorBuilder<T extends RungeKuttaIntegrator> extends AbstractIntegratorBuilder<T> implements ExplicitRungeKuttaIntegratorBuilder
Abstract class for fixed-step, single-step integrator builder.- Since:
- 13.0
- Author:
- Romain Serra
- See Also:
RungeKuttaIntegrator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractFixedSingleStepIntegratorBuilder(double step)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getStep()
Getter for the step size.-
Methods inherited from class org.orekit.propagation.conversion.AbstractIntegratorBuilder
buildIntegrator, buildIntegrator, buildIntegrator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.propagation.conversion.ExplicitRungeKuttaIntegratorBuilder
buildIntegrator, buildIntegrator, buildIntegrator
-
-