fr.cnes.genopus.maneuvers
Interface GFuelTankEngineProvider

All Known Implementing Classes:
GPVehicle

public interface GFuelTankEngineProvider

Interface for fuel tanks and engines.

Author:
mmjo

Method Summary
 ArrayList<CustomEngine> getEngineList()
          Get list of engines.
 ArrayList<CustomFuelTank> getFuelTankList()
          Get list of tanks.
 

Method Detail

getFuelTankList

ArrayList<CustomFuelTank> getFuelTankList()
Get list of tanks.

Returns:
list of tanks

getEngineList

ArrayList<CustomEngine> getEngineList()
Get list of engines.

Returns:
list of engines


Copyright © 2017. All rights reserved.