Class JerkUnit

java.lang.Object
org.djunits.unit.Unit<JerkUnit>
org.djunits.userdefined.JerkUnit
All Implemented Interfaces:
Serializable, Cloneable

public class JerkUnit extends org.djunits.unit.Unit<JerkUnit>
JerkUnit.java.

Copyright (c) 2019-2024 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:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.djunits.unit.Unit

    org.djunits.unit.Unit.Builder<U extends org.djunits.unit.Unit<U>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.djunits.quantity.Quantity<JerkUnit>
    The base, with "m/s3" as the SI signature.
    static final JerkUnit
    m/s3.
    static final JerkUnit
    The SI unit for area is m/s3.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.djunits.unit.Unit

    build, clone, deriveLinear, deriveLinear, deriveLinear, derivePerSI, deriveSI, deriveSI, deriveSIKilo, equals, getDefaultAbbreviations, getDefaultDisplayAbbreviation, getDefaultTextualAbbreviation, getId, getLocalizedAbbreviations, getLocalizedDisplayAbbreviation, getLocalizedTextualAbbreviation, getName, getQuantity, getScale, getStandardUnit, getUnit, getUnitSystem, hashCode, isBaseSIUnit, isGenerated, lookupOrCreateUnitWithSIDimensions, makeBuilder, toString

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • BASE

      public static final org.djunits.quantity.Quantity<JerkUnit> BASE
      The base, with "m/s3" as the SI signature.
    • SI

      public static final JerkUnit SI
      The SI unit for area is m/s3.
    • JERK

      public static final JerkUnit JERK
      m/s3.
  • Constructor Details

    • JerkUnit

      public JerkUnit()