Uses of Class
org.djunits.quantity.def.AbsQuantity

Packages that use AbsQuantity
Package
Description
The quantity package stores information about quantities with their units.
Definition classes for quantities.
  • Uses of AbsQuantity in org.djunits.quantity

    Modifier and Type
    Class
    Description
    class 
    Position is the absolute equivalent of Length, and can, e.g., represent an absolute offset relative to a defined origin.
    class 
    Temperature is the absolute equivalent of Temperature, and represents a true temperature rather than a temperature difference.
    class 
    Time is the absolute equivalent of Duration, and can, e.g., represent a calendar date with a zero.
  • Uses of AbsQuantity in org.djunits.quantity.def

    Classes in org.djunits.quantity.def with type parameters of type AbsQuantity
    Modifier and Type
    Class
    Description
    class 
    AbsQuantity<A extends AbsQuantity<A,Q,R>,Q extends Quantity<Q>,R extends Reference<R,A,Q>>
    AbsQuantity is an abstract class that stores the basic information about a absolute quantity.
    Methods in org.djunits.quantity.def with type parameters of type AbsQuantity
    Modifier and Type
    Method
    Description
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.interpolate(A zero, A one, double ratio)
    Interpolate between two absolute quantities.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.max(A quantity1, A... quantities)
    Return the maximum value of one or more quantities.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.mean(A quantity1, A... quantities)
    Return the mean of one or more quantities.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.min(A quantity1, A... quantities)
    Return the minimum value of one or more quantities.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.of(double valueInUnit, String unitString, A example, R reference)
    Returns an absolute quantity based on a value and the textual representation of the unit, which can be localized.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.valueOf(String text, A example, R reference)
    Returns an absolute quantity for the textual representation of a value with a unit.
    Methods in org.djunits.quantity.def with parameters of type AbsQuantity
    Modifier and Type
    Method
    Description
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.max(A quantity1, A... quantities)
    Return the maximum value of one or more quantities.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.mean(A quantity1, A... quantities)
    Return the mean of one or more quantities.
    static <A extends AbsQuantity<A, Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
    A
    AbsQuantity.min(A quantity1, A... quantities)
    Return the minimum value of one or more quantities.