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.
 */
public interface SystemOfUnits {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy