Class AbstractFixedSingleStepIntegratorBuilder<T extends FixedStepRungeKuttaIntegrator>
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 FixedStepRungeKuttaIntegrator>
extends AbstractIntegratorBuilder<T>
implements ExplicitRungeKuttaIntegratorBuilder
Abstract class for fixed-step, single-step integrator builder.
- Since:
- 13.0
- Author:
- Romain Serra
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractFixedSingleStepIntegratorBuilder(double step) Constructor. -
Method Summary
Methods inherited from class org.orekit.propagation.conversion.AbstractIntegratorBuilder
buildIntegrator, buildIntegrator, buildIntegratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.propagation.conversion.ExplicitRungeKuttaIntegratorBuilder
buildIntegrator, buildIntegrator, buildIntegrator
-
Constructor Details
-
AbstractFixedSingleStepIntegratorBuilder
protected AbstractFixedSingleStepIntegratorBuilder(double step) Constructor.- Parameters:
step- default step-size
-
-
Method Details
-
getStep
public double getStep()Getter for the step size.- Returns:
- step
-