org.orekit.propagation.numerical
Interface JacobianParametersProvider

All Known Subinterfaces:
DragSensitive, RadiationSensitive, RediffusedRadiationSensitive
All Known Implementing Classes:
AeroModel, DirectRadiativeModel, DragLiftModel, GlobalAeroModel, RediffusedRadiativeModel, StelaAeroModel

public interface JacobianParametersProvider

Interface for classes that can provide parameters for computing jacobians.

Since:
2.2
Version:
$Id: JacobianParametersProvider.java 11887 2015-01-07 08:58:19Z maggiorani $
Author:
Rami Houdroge

Method Summary
 ArrayList<Parameter> getJacobianParameters()
          Get the list of all jacobian parameters supported.
 

Method Detail

getJacobianParameters

ArrayList<Parameter> getJacobianParameters()
Get the list of all jacobian parameters supported.

Returns:
the list of additional parameters for which the jacobians can be computed.


Copyright © 2016 CNES. All Rights Reserved.