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
Subclasses of AbsQuantity in org.djunits.quantityModifier and TypeClassDescriptionclassPosition is the absolute equivalent of Length, and can, e.g., represent an absolute offset relative to a defined origin.classTemperature is the absolute equivalent of Temperature, and represents a true temperature rather than a temperature difference.classTime 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 AbsQuantityModifier and TypeClassDescriptionclassAbsQuantity<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 AbsQuantityModifier and TypeMethodDescriptionstatic <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AAbsQuantity.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>>
AAbsQuantity.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>>
AAbsQuantity.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>>
AAbsQuantity.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>>
AReturns 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>>
AReturns an absolute quantity for the textual representation of a value with a unit.Methods in org.djunits.quantity.def with parameters of type AbsQuantityModifier and TypeMethodDescriptionstatic <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AAbsQuantity.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>>
AAbsQuantity.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>>
AAbsQuantity.min(A quantity1, A... quantities) Return the minimum value of one or more quantities.