Package classes

Class PedaggioBase

    • 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PedaggioBase

        public PedaggioBase()
      • PedaggioBase

        public PedaggioBase​(double tariffaUnitaria,
                            double arrotondamento,
                            java.lang.String classeVeicolo)