Uses of Class
org.djunits.quantity.Power.Unit
Packages that use Power.Unit
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Power.Unit in org.djunits.quantity
Fields in org.djunits.quantity declared as Power.UnitModifier and TypeFieldDescriptionstatic final Power.UnitPower.Unit.erg_serg per second.static final Power.UnitPower.Unit.ft_lbf_hfoot-pound-force per hour.static final Power.UnitPower.Unit.ft_lbf_minfoot-pound-force per minute.static final Power.UnitPower.Unit.ft_lbf_sfoot-pound-force per second.static final Power.UnitPower.Unit.GWgigawatt.static final Power.UnitPower.Unit.hp_Mhorsepower (metric).static final Power.UnitPower.Unit.kWkilowatt.static final Power.UnitPower.Unit.muWmicrowatt.static final Power.UnitPower.Unit.mWmilliwatt.static final Power.UnitPower.Unit.MWmegawatt.static final Power.UnitPower.Unit.PWpetawatt.static final Power.UnitPower.Unit.SIThe SI or BASE unit.static final Power.UnitPower.Unit.sn_m_ssthene-meter per second.static final Power.UnitPower.Unit.TWterawatt.static final Power.UnitPower.Unit.WWatt.Methods in org.djunits.quantity that return Power.UnitModifier and TypeMethodDescriptionPower.Unit.deriveUnit(String abbreviation, String name, double scaleFactor, UnitSystem unitSystem) Power.Unit.deriveUnit(String textualAbbreviation, String displayAbbreviation, String name, double scaleFactor, UnitSystem unitSystem, SIPrefix siPrefix) Power.Unit.getBaseUnit()Power.getDisplayUnit()Methods in org.djunits.quantity with parameters of type Power.UnitModifier and TypeMethodDescriptionstatic PowerPower.of(double valueInUnit, Power.Unit unit) Returns a Power based on a value expressed in the unit.static PowerPower.ofSi(double siValue, Power.Unit displayUnit) Instantiate a Power quantity with an SI or base value and a display unit.Constructors in org.djunits.quantity with parameters of type Power.UnitModifierConstructorDescriptionPower(double valueInUnit, Power.Unit unit) Instantiate a Power quantity expressed in the given unit.Power(double value, Power.Unit displayUnit, boolean useSi) Instantiate a Power quantity with an SI or base value and a display unit.