pnuts.lang
Interface QuantityFactory

All Known Implementing Classes:
UnitSystem

public interface QuantityFactory

A factory class for unit numbers. See The language specification for details.


Method Summary
 java.lang.Object make(java.lang.Number number, java.lang.String unit)
           
 

Method Detail

make

public java.lang.Object make(java.lang.Number number,
                             java.lang.String unit)