Class JScienceQuantificationStrategy<T>

  • Type Parameters:
    T - the type of the field elements, on which the calculations are based on
    All Implemented Interfaces:
    java.io.Serializable, ManipulationOption, Option<ManipulationOption>, QuantificationStrategy<T>

    public class JScienceQuantificationStrategy<T>
    extends java.lang.Object
    implements QuantificationStrategy<T>, java.io.Serializable
    Encapsulates all the calculations and transformations of units that are based on the jscience base system. Currently, this is the only implemented way of dealing with units in tensorics. However, later on it is planned that all the base calculations could be based on the field structure, so that this class would get obsolete.
    See Also:
    Serialized Form