Package controllers
Class Pedaggio
- java.lang.Object
-
- controllers.Pedaggio
-
- All Implemented Interfaces:
PedaggioInterface
public class Pedaggio extends java.lang.Object implements PedaggioInterface
Handles fees- Author:
- gabrieleromanato
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculate(double km)Calculates fees
-
-
-
Method Detail
-
calculate
public double calculate(double km)
Calculates fees- Specified by:
calculatein interfacePedaggioInterface- Parameters:
km-- Returns:
- double The total feed
-
-