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
-
ClassDescriptionAbsQuantity stores the basic information about a absolute quantity and implements the basic operations that hold for all absolute quantities.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.ComparableAbsQuantity<A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>> ComparableAbsQuantity is an abstract class that stores the basic information about an absolute quantity that is comparable.Quantity is an abstract class that stores the basic information about a quantity.Reference contains information about the reference point or origin / zero point of an absolute quantity.