Uses of Class
org.djunits.quantity.Temperature
Packages that use Temperature
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Temperature in org.djunits.quantity
Methods in org.djunits.quantity that return TemperatureModifier and TypeMethodDescriptionTemperature.add(TemperatureDifference other) final TemperatureTemperatureDifference.add(Temperature absoluteTemperature) Add an absolute temperature to this temperature difference, and return a new absolute temperature.Temperature.instantiate(TemperatureDifference temperature, Temperature.Reference reference) static TemperatureReturns a Temperature based on a value and the textual representation of the unit, which can be localized.static TemperatureTemperature.of(double value, String unitString, Temperature.Reference reference) Returns a Temperature based on a value and the textual representation of the unit, which can be localized.static TemperatureTemperature.ofSi(double si) Return a Temperature instance based on an SI value and the KELVIN reference point.static TemperatureTemperature.ofSi(double si, Temperature.Reference reference) Return a Temperature instance based on an SI value and a reference point.Temperature.subtract(TemperatureDifference other) static TemperatureReturns a Temperature representation of a textual representation of a value with a unit, and the KELVIN reference.static TemperatureTemperature.valueOf(String text, Temperature.Reference reference) Returns a Temperature representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type TemperatureModifier and TypeMethodDescriptionfinal TemperatureTemperatureDifference.add(Temperature absoluteTemperature) Add an absolute temperature to this temperature difference, and return a new absolute temperature.Temperature.subtract(Temperature other)