Package io.github.anass_abea.interf
Interface Unit
- All Known Implementing Classes:
UnitImpl
public interface Unit
-
Method Summary
Modifier and Type Method Description long
getMaxValue()
long
getMsPerUnit()
float
getQuotient()
UnitValue
getUnitValue()
-
Method Details
-
getMsPerUnit
long getMsPerUnit() -
getMaxValue
long getMaxValue() -
getUnitValue
UnitValue getUnitValue() -
getQuotient
float getQuotient()
-