All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.pires.obd.commands.SystemOfUnits Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package com.github.pires.obd.commands;

/**
 * This interface will define methods for converting to/from imperial units and
 * from/to metric units.
 *
 * @author pires
 * @version $Id: $Id
 */
public interface SystemOfUnits {

    /**
     * 

getImperialUnit.

* * @return a float. */ float getImperialUnit(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy