Package org.djunits.unit
Class AbsoluteTemperatureUnit
java.lang.Object
org.djunits.unit.Unit<AU>
org.djunits.unit.AbsoluteLinearUnit<AbsoluteTemperatureUnit,TemperatureUnit>
org.djunits.unit.AbsoluteTemperatureUnit
- All Implemented Interfaces:
Serializable
,Cloneable
public class AbsoluteTemperatureUnit extends AbsoluteLinearUnit<AbsoluteTemperatureUnit,TemperatureUnit>
AbsoluteTemperature units.
Copyright (c) 2015-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License
- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.djunits.unit.AbsoluteLinearUnit
AbsoluteLinearUnit.Builder<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>>
-
Field Summary
Fields Modifier and Type Field Description static Quantity<AbsoluteTemperatureUnit>
BASE
The base, with "K" as the SI signature.static AbsoluteTemperatureUnit
DEFAULT
The default unit for temperature is Kelvin.static AbsoluteTemperatureUnit
DEGREE_CELSIUS
Degree Celsius.static AbsoluteTemperatureUnit
DEGREE_FAHRENHEIT
Degree Fahrenheit.static AbsoluteTemperatureUnit
DEGREE_RANKINE
Degree Rankine.static AbsoluteTemperatureUnit
DEGREE_REAUMUR
Degree Reaumur.static AbsoluteTemperatureUnit
KELVIN
The default unit for temperature is Kelvin. -
Constructor Summary
Constructors Constructor Description AbsoluteTemperatureUnit()
-
Method Summary
Methods inherited from class org.djunits.unit.AbsoluteLinearUnit
build, deriveLinearOffset, deriveLinearOffset, deriveLinearOffset, getRelativeQuantity, getRelativeUnit, getScale, makeBuilder
Methods inherited from class org.djunits.unit.Unit
clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getName, getQuantity, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, toString
-
Field Details
-
BASE
The base, with "K" as the SI signature. -
KELVIN
The default unit for temperature is Kelvin. -
DEFAULT
The default unit for temperature is Kelvin. -
DEGREE_CELSIUS
Degree Celsius. -
DEGREE_FAHRENHEIT
Degree Fahrenheit. -
DEGREE_RANKINE
Degree Rankine. -
DEGREE_REAUMUR
Degree Reaumur.
-
-
Constructor Details
-
AbsoluteTemperatureUnit
public AbsoluteTemperatureUnit()
-