Class UnitTest.Jerk.Unit

java.lang.Object
org.djunits.unit.AbstractUnit<UnitTest.Jerk>
org.djunits.unit.UnitTest.Jerk.Unit
All Implemented Interfaces:
UnitInterface<UnitTest.Jerk>
Enclosing class:
UnitTest.Jerk

static final class UnitTest.Jerk.Unit extends AbstractUnit<UnitTest.Jerk>
Unit for Jerk (m/s^3).
  • Field Details

  • Constructor Details

    • Unit

      Unit(String id, String name, double scaleFactorToBaseUnit, UnitSystem unitSystem)
      ctor with factor.
      Parameters:
      id - the unit id
      name - the unit name
      scaleFactorToBaseUnit - the scale factor
      unitSystem - the system
    • Unit

      Unit(String textualAbbreviation, String displayAbbreviation, String name, Scale scale, UnitSystem unitSystem, SIPrefix siPrefix)
      Return a derived unit for this unit, with textual abbreviation(s) and a display abbreviation.
      Parameters:
      textualAbbreviation - the textual abbreviation of the unit, which doubles as the id
      displayAbbreviation - the display abbreviation of the unit
      name - the full name of the unit
      scale - the scale to use to convert from this unit to the standard (e.g., SI, BASE) unit
      unitSystem - unit system, e.g. SI or Imperial
      siPrefix - the SI Prefix of this unit
  • Method Details