Interface AbstractMeasure

All Superinterfaces:
Comparable, Measurable, Serializable

public interface AbstractMeasure extends Measurable
A definition of any kind of measurement used in the api. In general an AbstractMeasure is the base class for all kind of measures. For example 42 grams is a AbstractMeasure (in particular a Weight, whereas 42 is the magnitude and grams is the BaseUnit. This type is merely used to erase the type declaration.
Author:
Heiko Scherrer