Package org.vast.unit

Interface UnitParser

All Known Implementing Classes:
UnitParserUCUM, UnitParserURI

public interface UnitParser

Interface for all unit of measure parsers (unit string can be a code, a special string with syntax, a URI, etc.)

Since:
May 4, 2006
  • Method Summary

    Modifier and Type
    Method
    Description
    getUnit(String unitString)
     
  • Method Details