squants.energy

PowerRamp

final class PowerRamp extends Quantity[PowerRamp] with PhysicalQuantity with TimeDerivative[Power]

Represents the rate of change of squants.energy.Power over time

Since

0.1

Linear Supertypes
TimeDerivative[Power], PhysicalQuantity, Quantity[PowerRamp], Serializable, Serializable, Ordered[PowerRamp], Comparable[PowerRamp], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PowerRamp
  2. TimeDerivative
  3. PhysicalQuantity
  4. Quantity
  5. Serializable
  6. Serializable
  7. Ordered
  8. Comparable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. def !=(that: PowerRamp): Boolean

    Return boolean result of inequality between this and that

    Return boolean result of inequality between this and that

    that

    Quantity

    returns

    Boolean

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

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

    Definition Classes
    Any
  4. final def ##(): Int

    Definition Classes
    AnyRef → Any
  5. def %(that: PowerRamp): Double

    Definition Classes
    Quantity
  6. def %(that: Double): PowerRamp

    Definition Classes
    Quantity
  7. def *(that: time.Time): Power

    Returns the amount of change in the integral that will happen over the given Time

    Returns the amount of change in the integral that will happen over the given Time

    that

    Time

    returns

    Definition Classes
    TimeDerivative
  8. def *(that: Double): PowerRamp

    Definition Classes
    Quantity
  9. def +(that: PowerRamp): PowerRamp

    Definition Classes
    Quantity
  10. def +-(that: PowerRamp): QuantityRange[PowerRamp]

    Definition Classes
    Quantity
  11. def -(that: PowerRamp): PowerRamp

    Definition Classes
    Quantity
  12. def /(that: PowerRamp): Double

    Definition Classes
    Quantity
  13. def /(that: Double): PowerRamp

    Definition Classes
    Quantity
  14. def /%(that: PowerRamp): (Double, PowerRamp)

    Definition Classes
    Quantity
  15. def /%(that: Double): (PowerRamp, PowerRamp)

    Definition Classes
    Quantity
  16. def <(that: PowerRamp): Boolean

    Definition Classes
    Ordered
  17. def <=(that: PowerRamp): Boolean

    Definition Classes
    Ordered
  18. def ==(that: PowerRamp): Boolean

    Returns boolean result of equality between this and that

    Returns boolean result of equality between this and that

    that

    Quantity

    returns

    Boolean

    Definition Classes
    Quantity
  19. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  21. def >(that: PowerRamp): Boolean

    Definition Classes
    Ordered
  22. def >=(that: PowerRamp): Boolean

    Definition Classes
    Ordered
  23. def abs: PowerRamp

    Returns the absolute value of this Quantity

    Returns the absolute value of this Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def change: Power

    Definition Classes
    PowerRampTimeDerivative
  26. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def compare(that: PowerRamp): Int

    Implements Ordered.

    Implements Ordered.compare

    that

    Quantity

    returns

    Int

    Definition Classes
    Quantity → Ordered
  28. def compareTo(that: PowerRamp): Int

    Definition Classes
    Ordered → Comparable
  29. def divide(that: PowerRamp): Double

    Divide this quantity by a like quantity

    Divide this quantity by a like quantity

    that

    Quantity

    returns

    Double

    Definition Classes
    Quantity
  30. def divide(that: Double): PowerRamp

    Divide this quantity by some number

    Divide this quantity by some number

    that

    Double

    returns

    Quantity

    Definition Classes
    Quantity
  31. def divideAndRemainder(that: PowerRamp): (Double, PowerRamp)

    Returns a Pair that includes the result of divideToInteger and remainder

    Returns a Pair that includes the result of divideToInteger and remainder

    that

    Quantity

    returns

    (Double, Quantity)

    Definition Classes
    Quantity
  32. def divideAndRemainder(that: Double): (PowerRamp, PowerRamp)

    Returns a Pair that includes the result of divideToInteger and remainder

    Returns a Pair that includes the result of divideToInteger and remainder

    that

    Double

    returns

    (Quantity, Quantity)

    Definition Classes
    Quantity
  33. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def equals(that: Any): Boolean

    Override of equals method

    Override of equals method

    that

    must be of matching value and unit

    returns

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

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

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

    Override of hashCode

    Override of hashCode

    returns

    Definition Classes
    Quantity → AnyRef → Any
  38. def in(unit: UnitOfMeasure[PowerRamp] with UnitConverter): PowerRamp

    Returns an equivalent Quantity boxed with the supplied Unit

    Returns an equivalent Quantity boxed with the supplied Unit

    This is really only useful for Quantity classes that box at the UOM level e.g. Temperature and currently Time

    unit

    UnitOfMeasure[A] with UnitConverter

    returns

    Quantity

    Definition Classes
    Quantity
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def max(that: PowerRamp): Quantity[PowerRamp]

    Returns the max of this and that Quantity

    Returns the max of this and that Quantity

    that

    Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  41. def min(that: PowerRamp): Quantity[PowerRamp]

    Returns the min of this and that Quantity

    Returns the min of this and that Quantity

    that

    Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  42. def minus(that: PowerRamp): PowerRamp

    Subtract two like quantities

    Subtract two like quantities

    that

    Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. def negate: PowerRamp

    Returns the negative value of this Quantity

    Returns the negative value of this Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  45. def notWithin(range: QuantityRange[PowerRamp]): Boolean

    Returns true if this value is not within (contains) the range

    Returns true if this value is not within (contains) the range

    range

    QuantityRange

    returns

    Boolean

    Definition Classes
    Quantity
  46. final def notify(): Unit

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

    Definition Classes
    AnyRef
  48. def plus(that: PowerRamp): PowerRamp

    Add two like quantities

    Add two like quantities

    that

    Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  49. def plusOrMinus(that: PowerRamp): QuantityRange[PowerRamp]

    Returns a QuantityRange representing the range for this value +- that

    Returns a QuantityRange representing the range for this value +- that

    that

    Quantity

    returns

    QuantityRange

    Definition Classes
    Quantity
  50. def remainder(that: PowerRamp): Double

    Returns the remainder of a division by a like quantity

    Returns the remainder of a division by a like quantity

    that

    Quantity

    returns

    Double

    Definition Classes
    Quantity
  51. def remainder(that: Double): PowerRamp

    Returns the remainder of a division by a number

    Returns the remainder of a division by a number

    that

    Quantity

    returns

    Quantity

    Definition Classes
    Quantity
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def time: time.Time

    Definition Classes
    PowerRampTimeDerivative
  54. def times(that: Double): PowerRamp

    Multiply this quantity by some number

    Multiply this quantity by some number

    that

    Double

    returns

    Quantity

    Definition Classes
    Quantity
  55. def to(unit: UnitOfMeasure[PowerRamp] with UnitConverter): Double

    Returns a Double representing the quantity in terms of the supplied unit

    Returns a Double representing the quantity in terms of the supplied unit

    val d = Feet(3)
    (d to Inches) should be(36)
    unit

    UnitOfMeasure[A] with UnitConverter

    returns

    Double

    Definition Classes
    Quantity
  56. def to(that: PowerRamp): QuantityRange[PowerRamp]

    Returns a QuantityRange that goes from this to that

    Returns a QuantityRange that goes from this to that

    that

    Quantity

    returns

    QuantityRange

    Definition Classes
    Quantity
  57. def toGigawattsPerHour: Double

  58. def toKilowattsPerHour: Double

  59. def toMegawattsPerHour: Double

  60. def toString(): String

    Returns a string representing the quantity's value in valueUnits

    Returns a string representing the quantity's value in valueUnits

    returns

    String

    Definition Classes
    PowerRampQuantity → AnyRef → Any
  61. def toString(unit: UnitOfMeasure[PowerRamp] with UnitConverter): String

    Returns a string representing the quantity's value in the given unit

    Returns a string representing the quantity's value in the given unit

    unit

    UnitOfMeasure[A] with UnitConverter

    returns

    String

    Definition Classes
    Quantity
  62. def toWattsPerHour: Double

  63. def unary_-(): PowerRamp

    Definition Classes
    Quantity
  64. val value: Double

    value in squants.energy.WattsPerHour

    Definition Classes
    PowerRampQuantity
  65. def valueUnit: WattsPerHour.type

    The Unit of Measure used for the quantity's underlying value

    The Unit of Measure used for the quantity's underlying value

    returns

    UnitOfMeasure[A]

    Definition Classes
    PowerRampQuantity
  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def within(range: QuantityRange[PowerRamp]): Boolean

    Returns true if this value is within (contains) the range

    Returns true if this value is within (contains) the range

    range

    QuantityRange

    returns

    Boolean

    Definition Classes
    Quantity

Inherited from TimeDerivative[Power]

Inherited from PhysicalQuantity

Inherited from Quantity[PowerRamp]

Inherited from Serializable

Inherited from Serializable

Inherited from Ordered[PowerRamp]

Inherited from Comparable[PowerRamp]

Inherited from AnyRef

Inherited from Any

Ungrouped