Package classes
Class PedaggioBase
- java.lang.Object
-
- classes.PedaggioBase
-
- All Implemented Interfaces:
PedaggioInterface
public class PedaggioBase extends java.lang.Object implements PedaggioInterface
-
-
Constructor Summary
Constructors Constructor Description PedaggioBase()
PedaggioBase(double tariffaUnitaria, double arrotondamento, java.lang.String classeVeicolo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
calculate(double km)
-
-
-
Method Detail
-
calculate
public double calculate(double km)
- Specified by:
calculate
in interfacePedaggioInterface
-
-