Class BadUnitClass

java.lang.Object
org.djunits.unit.Unit<BadUnitClass>
org.djunits.value.vdouble.scalar.BadUnitClass
All Implemented Interfaces:
Serializable, Cloneable

class BadUnitClass extends org.djunits.unit.Unit<BadUnitClass>
Unit class with name that does not end on "Unit".
  • 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<BadUnitClass>
    The base, with "m/s2" as the SI signature.
    static final BadUnitClass
    The SI unit for acceleration is m/s^2.
  • 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<BadUnitClass> BASE
      The base, with "m/s2" as the SI signature.
    • SI

      public static final BadUnitClass SI
      The SI unit for acceleration is m/s^2.
  • Constructor Details

    • BadUnitClass

      BadUnitClass()