axle.quanta.Quantum

Quantity

class Quantity extends AnyRef

Self Type
Q
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Quantity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Quantity(_magnitude: Number = one, _unit: Option[Q] = None, _name: Option[String] = None, _symbol: Option[String] = None, _link: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def *(n: Number): Q

  4. def *:(n: Number): Q

  5. def +(right: Q): Q

  6. def -(right: Q): Q

  7. def /(n: Number): Q

  8. def <(other: Q): Boolean

  9. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def >(other: Q): Boolean

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def by[QRGT <: Quantum, QRES <: Quantum](right: by.QRGT.Q, resultQuantum: QRES): by.QRES.Q

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def in(other: Q): Q

  20. def in_:(n: Number): Q

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def label: String

  23. def link: Option[String]

  24. def magnitude: Number

  25. def name: String

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def over[QBOT <: Quantum, QRES <: Quantum](bottom: over.QBOT.Q, resultQuantum: QRES): over.QRES.Q

  30. def per[QBOT <: Quantum, QRES <: Quantum](bottom: per.QBOT.Q, resultQuantum: QRES): per.QRES.Q

  31. def plottable: UnitPlottable

  32. def symbol: Option[String]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def through[QBOT <: Quantum, QRES <: Quantum](bottom: through.QBOT.Q, resultQuantum: QRES): through.QRES.Q

  35. def toString(): String

    Definition Classes
    Quantity → AnyRef → Any
  36. def unit: Q

  37. def unitOption: Option[Q]

  38. def vertex: Vertex[Q]

  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped