Uses of Class
org.djunits.quantity.def.ComparableAbsQuantity
Packages that use ComparableAbsQuantity
Package
Description
The quantity package stores information about quantities with their units.
Definition classes for quantities.
-
Uses of ComparableAbsQuantity in org.djunits.quantity
Subclasses of ComparableAbsQuantity 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 ComparableAbsQuantity in org.djunits.quantity.def
Classes in org.djunits.quantity.def with type parameters of type ComparableAbsQuantityModifier and TypeClassDescriptionclassComparableAbsQuantity<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.Methods in org.djunits.quantity.def with type parameters of type ComparableAbsQuantityModifier and TypeMethodDescriptionstatic <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.interpolate(A zero, A one, double ratio) Interpolate between two absolute quantities.static <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.max(A quantity1, A... quantities) Return the maximum value of one or more quantities.static <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.mean(A quantity1, A... quantities) Return the mean of one or more quantities.static <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.min(A quantity1, A... quantities) Return the minimum value of one or more quantities.Methods in org.djunits.quantity.def with parameters of type ComparableAbsQuantityModifier and TypeMethodDescriptionstatic <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.max(A quantity1, A... quantities) Return the maximum value of one or more quantities.static <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.mean(A quantity1, A... quantities) Return the mean of one or more quantities.static <A extends ComparableAbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AComparableAbsQuantity.min(A quantity1, A... quantities) Return the minimum value of one or more quantities.