Class JerkUnit

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

public class JerkUnit extends 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:
  • Field Details

    • BASE

      public static final 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()