Uses of Class
fr.cnes.genopus.nonWidget.maneuvers.CustomEngine

Packages that use CustomEngine
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. 
fr.cnes.genopus.nonWidget.vehicle Package containing some objects related to vehicle intended to be added to PATRIUS. 
fr.cnes.genopus.vehicle Package containing some widgets defining a vehicle. 
 

Uses of CustomEngine in fr.cnes.genopus.maneuvers
 

Methods in fr.cnes.genopus.maneuvers that return CustomEngine
 CustomEngine GPManeuverAbstract.getEngine()
          Getter for the Engine of the widget.
 CustomEngine GPEngine.getPatriusObject()
          Get engine.
 

Methods in fr.cnes.genopus.maneuvers that return types with arguments of type CustomEngine
 ArrayList<CustomEngine> GFuelTankEngineProvider.getEngineList()
          Get list of engines.
 ArrayList<CustomEngine> GPManeuverSequence.getEnginesList()
          Get engine list.
 fr.cnes.genius.highLevel.GObjectComboBoxWithLabel<CustomEngine> GPManeuverAbstract.getGComboBoxEngines()
           
 

Methods in fr.cnes.genopus.maneuvers with parameters of type CustomEngine
 void GPEngine.setDefaultEngine(CustomEngine defaultEngine)
          Setter for the default engine.
 void GPManeuverAbstract.setDefaultEngine(CustomEngine engine)
          Set a default engine to the maneuver.
 void GPEngine.setEngine(CustomEngine engine)
          Setter for the engine.
 void GPManeuverAbstract.setEngine(CustomEngine engine)
          Set a engine to the maneuver.
 void GPEngine.setSavedEngine(CustomEngine savedEngine)
          Setter for the reference engine.
 

Method parameters in fr.cnes.genopus.maneuvers with type arguments of type CustomEngine
 void GPManeuverSelector.setEnginesList(ArrayList<CustomEngine> engineList)
          Update contents of comboboxes for engines with a given list of engines.
 void GPManeuverAbstract.setEnginesList(ArrayList<CustomEngine> engineList)
          Update contents of comboboxes for engines with a given list of engines.
 void GPManeuverSequence.updateEngineCombobox(ArrayList<CustomEngine> engineList)
          Update contents of comboboxes for engines with a given list of engines.
 

Constructors in fr.cnes.genopus.maneuvers with parameters of type CustomEngine
GPEngine(CustomEngine engine)
          Constructor.
GPEngine(String engineName, CustomEngine engine)
          Constructor.
GPEngine(String widgetId, String label, CustomEngine engine)
          Constructor.
 

Uses of CustomEngine in fr.cnes.genopus.nonWidget.maneuvers
 

Methods in fr.cnes.genopus.nonWidget.maneuvers that return CustomEngine
 CustomEngine CustomEngine.clone()
          
 CustomEngine CustomConstantManeuver.getEngine()
          Get selected engine.
 CustomEngine CustomImpulseManeuver.getEngine()
          Get selected engine.
 CustomEngine CustomManeuverInterface.getEngine()
          Get selected engine.
 

Methods in fr.cnes.genopus.nonWidget.maneuvers with parameters of type CustomEngine
 void CustomEngine.copyEngineValues(CustomEngine engine)
          Copies the values from the engine in the parameter to this object.
 

Constructors in fr.cnes.genopus.nonWidget.maneuvers with parameters of type CustomEngine
CustomConstantManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.Frame frame, CustomEventDetector startEventDetector, CustomEventDetector stopEventDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D direction, org.orekit.propagation.MassProvider massProvider)
          Creates a new instance giving as well coding event detectors.
CustomConstantManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.Frame inertialFrame, CustomEventDetector startManeuver, fr.cnes.sirius.patrius.events.GenericCodingEventDetector startManeuverCodingDetector, CustomEventDetector endManeuver, fr.cnes.sirius.patrius.events.GenericCodingEventDetector endManeuverCodingDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D accDirection, org.orekit.propagation.MassProvider massProvider)
          Creates a new instance giving as well coding event detectors.
CustomConstantManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.LOFType lofType, CustomEventDetector startEventDetector, CustomEventDetector stopEventDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D direction, org.orekit.propagation.MassProvider massProvider)
          Creates a new instance giving as well coding event detectors.
CustomConstantManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.LOFType lofFrame, CustomEventDetector startManeuver, fr.cnes.sirius.patrius.events.GenericCodingEventDetector startManeuverCodingDetector, CustomEventDetector endManeuver, fr.cnes.sirius.patrius.events.GenericCodingEventDetector endManeuverCodingDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D accDirection, org.orekit.propagation.MassProvider massProvider)
          Creates a new instance giving as well coding event detectors.
CustomImpulseManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.Frame inertialFrame, CustomEventDetector eventDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV, org.orekit.propagation.MassProvider massModel)
          Creates a new instance.
CustomImpulseManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.Frame inertialFrame, CustomEventDetector eventDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV, org.orekit.propagation.MassProvider massModel, fr.cnes.sirius.patrius.events.GenericCodingEventDetector codingEventDetector)
          Creates a new instance giving as well a coding event detector.
CustomImpulseManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.LOFType lofType, CustomEventDetector eventDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV, org.orekit.propagation.MassProvider massModel)
          Creates a new instance.
CustomImpulseManeuver(String manName, CustomEngine engine, CustomFuelTank tank, org.orekit.frames.LOFType lofFrame, CustomEventDetector eventDetector, org.apache.commons.math3.geometry.euclidean.threed.Vector3D deltaV, org.orekit.propagation.MassProvider massModel, fr.cnes.sirius.patrius.events.GenericCodingEventDetector codingEventDetector)
          Creates a new instance giving as well a coding event detector.
 

Uses of CustomEngine in fr.cnes.genopus.nonWidget.vehicle
 

Methods in fr.cnes.genopus.nonWidget.vehicle that return CustomEngine
 CustomEngine CustomVehicle.searchForEngine(String name)
          Public method to search the engine object corresponding to the specified name.
 

Methods in fr.cnes.genopus.nonWidget.vehicle that return types with arguments of type CustomEngine
 ArrayList<CustomEngine> CustomVehicle.getEnginesList()
          Get list of engines.
 

Method parameters in fr.cnes.genopus.nonWidget.vehicle with type arguments of type CustomEngine
 void CustomVehicle.setListEngines(ArrayList<CustomEngine> listEngines)
          Set list of engines.
 

Constructor parameters in fr.cnes.genopus.nonWidget.vehicle with type arguments of type CustomEngine
CustomVehicle(fr.cnes.sirius.patrius.assembly.properties.MassProperty dryMassProperty, CustomAerodynamicProperties aerodynamicProperties, CustomRadiativeProperties radiativeProperties, ArrayList<CustomEngine> enginesList, ArrayList<CustomFuelTank> fuelTankList)
          Creates a new instance.
 

Uses of CustomEngine in fr.cnes.genopus.vehicle
 

Methods in fr.cnes.genopus.vehicle that return types with arguments of type CustomEngine
 ArrayList<CustomEngine> GPVehicle.getEngineList()
          Get list of engines.
 ArrayList<CustomEngine> GPVehiclePropulsiveProps.getEnginesList()
          Get list of engines.
 

Method parameters in fr.cnes.genopus.vehicle with type arguments of type CustomEngine
 void GPVehiclePropulsiveProps.setDefaultEnginesList(ArrayList<CustomEngine> enginesList)
          Setter for the default list of engines.
 void GPVehiclePropulsiveProps.setEnginesList(ArrayList<CustomEngine> enginesList)
          Setter for the list of engines.
 void GPVehiclePropulsiveProps.setSavedEnginesList(ArrayList<CustomEngine> enginesList)
          Setter for the saved list of engines.
 



Copyright © 2017. All rights reserved.