|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdditionalStateProvider
This interface represents providers for additional state data beyond SpacecraftState.
This interface is the analytical (read already integrated) counterpart of
the AdditionalEquations interface.
It allows to append various additional state parameters to any abstract propagator.
AbstractPropagator,
AdditionalEquations| Method Summary | |
|---|---|
double[] |
getAdditionalState(AbsoluteDate date)
Get the additional state. |
String |
getName()
Get the name of the additional state. |
| Method Detail |
|---|
String getName()
double[] getAdditionalState(AbsoluteDate date)
throws PropagationException
date - date to which additional state is computed
PropagationException - if additional state cannot be computed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||