Integrator behind propagator

Hello,

Simple question: why is there no way to know what integrator hides behind an AbstractIntegratedPropagator?
It would be convenient to know at least the name of the scheme. Ideally a getter to the actual Hipparchus object, but is there a fear of it being wrongly modified?

Cheers,
Romain.

No fear, and in fact I have always wanted to be able to recover the integrator configuration or to clone an integrator. It is partly due to lacking this feature that we added the ODEIntegratorBuilder and its implementations in Orekit. These builders should also rather be moved to Hipparchus I think.

Sweet, I’ll open an issue then