Uses of Class
org.djunits.quantity.Duration
Packages that use Duration
Package
Description
The quantity package stores information about quantities with their units.
-
Uses of Duration in org.djunits.quantity
Fields in org.djunits.quantity declared as DurationModifier and TypeFieldDescriptionstatic final DurationDuration.NaNConstant with value NaN.static final DurationDuration.NEG_MAXVALUEConstant with value -MAX_VALUE.static final DurationDuration.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final DurationDuration.ONEConstant with value one.static final DurationDuration.POS_MAXVALUEConstant with value MAX_VALUE.static final DurationDuration.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final DurationDuration.ZEROConstant with value zero.Methods in org.djunits.quantity that return DurationModifier and TypeMethodDescriptionfinal DurationAmountOfSubstance.divide(CatalyticActivity v) Calculate the division of AmountOfSubstance and CatalyticActivity, which results in a Duration scalar.final DurationAngle.divide(AngularVelocity v) Calculate the division of Angle and AngularVelocity, which results in a Duration scalar.final DurationCalculate the division of Dimensionless and Frequency, which results in a Duration scalar.final DurationElectricalCapacitance.divide(ElectricalConductance v) Calculate the division of ElectricalCapacitance and ElectricalConductance, which results in a Duration scalar.final DurationElectricCharge.divide(ElectricCurrent v) Calculate the division of ElectricCharge and ElectricCurrent, which results in a Duration scalar.final DurationCalculate the division of Energy and Power, which results in a Duration scalar.final DurationCalculate the division of Length and Speed, which results in a Duration quantity.final DurationMagneticFlux.divide(ElectricPotential v) Calculate the division of MagneticFlux and ElectricPotential, which results in a Duration scalar.final DurationCalculate the division of Mass and FlowMass, which results in a Duration scalar.final DurationSpeed.divide(Acceleration v) Calculate the division of Speed and Acceleration, which results in a Duration scalar.final DurationCalculate the division of Torque and Power, which results in a Duration scalar.final DurationVolume.divide(FlowVolume v) Calculate the division of Volume and FlowVolume, which results in a Duration scalar.Duration.instantiate(double si) static DurationReturns a Duration based on a value and the textual representation of the unit, which can be localized.static DurationDuration.ofSi(double si) Return a Duration instance based on an SI value.Duration.Unit.ofSi(double si) Frequency.reciprocal()static DurationReturns a Duration representation of a textual representation of a value with a unit.Methods in org.djunits.quantity with parameters of type DurationModifier and TypeMethodDescriptionstatic voidTime.Reference.add(String id, String name, Duration offset, Time.Reference offsetReference) Define a new reference point for the time, with an offset value to another reference.final CatalyticActivityCalculate the division of AmountOfSubstance and Duration, which results in a CatalyticActivity scalar.final AngularVelocityCalculate the division of Angle and Duration, which results in a AngularVelocity scalar.final FrequencyCalculate the division of Dimensionless and Duration, which results in a Frequency scalar.final DimensionlessCalculate the division of Duration and Duration, which results in a Dimensionless quantity.final ElectricalConductanceCalculate the division of ElectricalCapacitance and Duration, which results in a ElectricalConductance scalar.final ElectricCurrentCalculate the division of ElectricCharge and Duration, which results in a ElectricCurrent scalar.final PowerCalculate the division of Energy and Duration, which results in a Power scalar.final SpeedCalculate the division of Length and Duration, which results in a Speed quantity.final ElectricPotentialCalculate the division of MagneticFlux and Duration, which results in a ElectricPotential scalar.final FlowMassCalculate the division of Mass and Duration, which results in a FlowMass scalar.final AccelerationCalculate the division of Speed and Duration, which results in a Acceleration scalar.final PowerCalculate the division of Torque and Duration, which results in a Power scalar.final FlowVolumeCalculate the division of Volume and Duration, which results in a FlowVolume scalar.Time.instantiate(Duration duration, Time.Reference reference) final SpeedCalculate the multiplication of Acceleration and Duration, which results in a Speed scalar.final AngularVelocityCalculate the multiplication of AngularAcceleration and Duration, which results in a AngularVelocity scalar.final AmountOfSubstanceCalculate the multiplication of CatalyticActivity and Duration, which results in a AmountOfSubstance scalar.final ElectricalCapacitanceCalculate the multiplication of ElectricalConductance and Duration, which results in a ElectricalCapacitance scalar.final ElectricalInductanceCalculate the multiplication of ElectricalResistance and Duration, which results in a ElectricalInductance scalar.final ElectricChargeCalculate the multiplication of ElectricalCurrent and Duration, which results in a ElectricalCharge scalar.final MassCalculate the multiplication of FlowMass and Duration, which results in a Mass scalar.final VolumeCalculate the multiplication of FlowVolume and Duration, which results in a Volume scalar.final DimensionlessCalculate the multiplication of Frequency and Duration, which results in a Dimensionless scalar.final EnergyCalculate the multiplication of Power and Duration, which results in a Energy scalar.final LengthCalculate the multiplication of Speed and Duration, which results in a Length scalar.Constructors in org.djunits.quantity with parameters of type DurationModifierConstructorDescriptionConstruct Duration quantity.Reference(String id, String name, Duration offset, Time.Reference offsetReference) Define a new reference point for the time, with an offset value to another reference.Time(Duration duration, Time.Reference reference) Instantiate a Time instance based on an duration and a reference point.