|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomManeuverInterface | |
|---|---|
| fr.cnes.genopus.maneuvers | Package containing some widgets representing objects of the Orekit's maneuvers package. |
| fr.cnes.genopus.nonWidget.maneuvers | Package containing some objects related to maneuvers intended to be added to PATRIUS. |
| Uses of CustomManeuverInterface in fr.cnes.genopus.maneuvers |
|---|
| Methods in fr.cnes.genopus.maneuvers that return CustomManeuverInterface | |
|---|---|
CustomManeuverInterface |
GPManeuverSelector.getPatriusObject()
Get custom maneuver. |
| Methods in fr.cnes.genopus.maneuvers with parameters of type CustomManeuverInterface | |
|---|---|
void |
GPManeuverSelector.setDefaultManeuver(CustomManeuverInterface maneuver)
Setter for the default maneuver. |
void |
GPManeuverSelector.setManeuver(CustomManeuverInterface maneuver)
Setter for the maneuver. |
void |
GPManeuverSelector.setSavedManeuver(CustomManeuverInterface maneuver)
Setter for the saved maneuver. |
| Uses of CustomManeuverInterface in fr.cnes.genopus.nonWidget.maneuvers |
|---|
| Classes in fr.cnes.genopus.nonWidget.maneuvers that implement CustomManeuverInterface | |
|---|---|
class |
CustomConstantManeuver
Class containing the continuous maneuver data. |
class |
CustomImpulseManeuver
Class containing the impulsive maneuver data. |
| Methods in fr.cnes.genopus.nonWidget.maneuvers that return types with arguments of type CustomManeuverInterface | |
|---|---|
ArrayList<CustomManeuverInterface> |
CustomManeuverSequence.getManeuversList()
Get the custom maneuvers list. |
| Methods in fr.cnes.genopus.nonWidget.maneuvers with parameters of type CustomManeuverInterface | |
|---|---|
void |
CustomManeuverSequence.addManeuver(CustomManeuverInterface man)
Method to add a maneuver to the maneuver sequence. |
| Constructor parameters in fr.cnes.genopus.nonWidget.maneuvers with type arguments of type CustomManeuverInterface | |
|---|---|
CustomManeuverSequence(ArrayList<CustomManeuverInterface> maneuversList,
double constraintImpulsive,
double constraintContinuous)
Creates a new instance with a list of custom maneuvers. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||