Package org.djunits.quantity.def


package org.djunits.quantity.def
Definition classes for quantities.

Copyright (c) 2025-2026 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUNITS project is distributed under a three-clause BSD-style license.

Author:
Alexander Verbraeck
  • Class
    Description
    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.
    AbstractReference<R extends AbstractReference<R,A,Q>,A extends AbsQuantity<A,Q,R>,Q extends Quantity<Q>>
    Reference contains information about the reference point or origin / zero point of an absolute quantity.
    Quantity<Q extends Quantity<Q>>
    Quantity is an abstract class that stores the basic information about a quantity.
    Reference<R extends Reference<R,A,Q>,A extends AbsQuantity<A,Q,R>,Q extends Quantity<Q>>
    Reference contains information about the reference point or origin / zero point of an absolute quantity.