axle.quanta.Quantum

UnitOfMeasurementImpl

class UnitOfMeasurementImpl extends UnitOfMeasurement

Self Type
UnitOfMeasurementImpl with UOM
Linear Supertypes
UnitOfMeasurement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. UnitOfMeasurementImpl
  2. UnitOfMeasurement
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnitOfMeasurementImpl (_conversion: Option[CGE], _name: Option[String], _symbol: Option[String], _link: Option[String])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def * (bd: BigDecimal): UOM

  5. def *: (bd: BigDecimal): UOM

  6. def + (right: UOM): UOM

  7. def - (right: UOM): UOM

  8. def / (bd: BigDecimal): UOM

  9. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  11. var _conversion : Option[CGE]

  12. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  13. def by [QRGT <: Quantum, QRES <: Quantum] (right: UOM, resultQuantum: QRES): UOM

  14. def centi (): UOM

  15. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def conversion (): Option[CGE]

  17. def deci (): UOM

  18. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def exa (): UOM

  21. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  23. def giga (): UOM

  24. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  25. def in (other: UOM): UOM

  26. def in_: (bd: BigDecimal): UOM

  27. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  28. def kilo (): UOM

  29. def label (): String

  30. def link (): Option[String]

  31. def magnitudeIn (u: UOM): BigDecimal

  32. def mega (): UOM

  33. def micro (): UOM

  34. def milli (): UOM

  35. def nano (): UOM

  36. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  37. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  38. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  39. def over [QBOT <: Quantum, QRES <: Quantum] (bottom: UOM, resultQuantum: QRES): UOM

  40. def per [QBOT <: Quantum, QRES <: Quantum] (bottom: UOM, resultQuantum: QRES): UOM

  41. def peta (): UOM

  42. val quantum : Quantum

  43. def symbol (): Option[String]

  44. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  45. def tera (): UOM

  46. def through [QBOT <: Quantum, QRES <: Quantum] (bottom: UOM, resultQuantum: QRES): UOM

  47. def toString (): String

    Definition Classes
    UnitOfMeasurementImpl → AnyRef → Any
  48. def update (cge: CGE): Unit

  49. val vertex : V

  50. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def yotta (): UOM

  54. def zetta (): UOM

Inherited from UnitOfMeasurement

Inherited from AnyRef

Inherited from Any