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

Packages that use CustomFuelTank
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 CustomFuelTank in fr.cnes.genopus.maneuvers
 

Methods in fr.cnes.genopus.maneuvers that return CustomFuelTank
 CustomFuelTank GPManeuverAbstract.getFuelTank()
          Getter for the FuelTank of the widget.
 CustomFuelTank GPFuelTank.getPatriusObject()
          Get tank.
 

Methods in fr.cnes.genopus.maneuvers that return types with arguments of type CustomFuelTank
 ArrayList<CustomFuelTank> GFuelTankEngineProvider.getFuelTankList()
          Get list of tanks.
 fr.cnes.genius.highLevel.GObjectComboBoxWithLabel<CustomFuelTank> GPManeuverAbstract.getGComboBoxTanks()
           
 ArrayList<CustomFuelTank> GPManeuverSequence.getTanksList()
          Get tank list.
 

Methods in fr.cnes.genopus.maneuvers with parameters of type CustomFuelTank
 void GPFuelTank.setDefaultTank(CustomFuelTank defaultTank)
          Setter for the default tank.
 void GPManeuverAbstract.setDefaultTank(CustomFuelTank tank)
          Set a default fuel tank to the maneuver.
 void GPFuelTank.setSavedTank(CustomFuelTank savedTank)
          Setter for the reference tank.
 void GPFuelTank.setTank(CustomFuelTank tank)
          Setter for the tank.
 void GPManeuverAbstract.setTank(CustomFuelTank tank)
          Set a fuel tank to the maneuver.
 

Method parameters in fr.cnes.genopus.maneuvers with type arguments of type CustomFuelTank
 void GPManeuverSelector.setTanksList(ArrayList<CustomFuelTank> tankList)
          Update contents of comboboxes for tanks with a given list of tanks.
 void GPManeuverAbstract.setTanksList(ArrayList<CustomFuelTank> tankList)
          Update contents of comboboxes for tanks with a given list of tanks.
 void GPManeuverSequence.updateTankCombobox(ArrayList<CustomFuelTank> tankList)
          Update contents of comboboxes for tanks with a given list of tanks.
 

Constructors in fr.cnes.genopus.maneuvers with parameters of type CustomFuelTank
GPFuelTank(CustomFuelTank tank)
          Constructor.
GPFuelTank(String label, CustomFuelTank tank)
          Constructor.
GPFuelTank(String widgetId, String label, CustomFuelTank tank)
          Constructor.
 

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

Methods in fr.cnes.genopus.nonWidget.maneuvers that return CustomFuelTank
 CustomFuelTank CustomFuelTank.clone()
          
 CustomFuelTank CustomConstantManeuver.getFuelTank()
          Get selected fuel tank.
 CustomFuelTank CustomImpulseManeuver.getFuelTank()
          Get selected fuel tank.
 CustomFuelTank CustomManeuverInterface.getFuelTank()
          Get selected fuel tank.
 

Methods in fr.cnes.genopus.nonWidget.maneuvers with parameters of type CustomFuelTank
 void CustomFuelTank.copyFuelTankValues(CustomFuelTank fuelTank)
          Copies the values from the fuelTank in the parameter to this object.
 

Constructors in fr.cnes.genopus.nonWidget.maneuvers with parameters of type CustomFuelTank
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 CustomFuelTank in fr.cnes.genopus.nonWidget.vehicle
 

Methods in fr.cnes.genopus.nonWidget.vehicle that return CustomFuelTank
 CustomFuelTank CustomVehicle.searchForTank(String name)
          Public method to search the tank object corresponding to the specified name.
 

Methods in fr.cnes.genopus.nonWidget.vehicle that return types with arguments of type CustomFuelTank
 ArrayList<CustomFuelTank> CustomVehicle.getTanksList()
          Get list of tanks.
 

Method parameters in fr.cnes.genopus.nonWidget.vehicle with type arguments of type CustomFuelTank
 void CustomVehicle.setListTanks(ArrayList<CustomFuelTank> listTanks)
          Set list of fuel tanks.
 

Constructor parameters in fr.cnes.genopus.nonWidget.vehicle with type arguments of type CustomFuelTank
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 CustomFuelTank in fr.cnes.genopus.vehicle
 

Methods in fr.cnes.genopus.vehicle that return types with arguments of type CustomFuelTank
 ArrayList<CustomFuelTank> GPVehicle.getFuelTankList()
          Get list of tanks.
 ArrayList<CustomFuelTank> GPVehiclePropulsiveProps.getTanksList()
          Get list of tanks.
 

Method parameters in fr.cnes.genopus.vehicle with type arguments of type CustomFuelTank
 void GPVehiclePropulsiveProps.setDefaultTanksList(ArrayList<CustomFuelTank> tanksList)
          Setter for the default list of fuel tanks.
 void GPVehiclePropulsiveProps.setSavedTanksList(ArrayList<CustomFuelTank> tanksList)
          Setter for the saved list of tanks.
 void GPVehiclePropulsiveProps.setTanksList(ArrayList<CustomFuelTank> tanksList)
          Setter for the list of fuel tanks.
 



Copyright © 2017. All rights reserved.