case class StateWisePayment[TModelState](name: String, states: List[TModelState], payment: Either[Double, TimeFunc], left: IntervalBound, right: IntervalBound) extends Payments with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Payments, TimeBounded, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateWisePayment
  2. Serializable
  3. Product
  4. Equals
  5. Payments
  6. TimeBounded
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StateWisePayment(name: String, states: List[TModelState], unitAmount: TimeFunc, left: IntervalBound, right: IntervalBound)
  2. new StateWisePayment(name: String, states: List[TModelState], unitAmount: TimeFunc, atTimePoint: Months)
  3. new StateWisePayment(name: String, states: List[TModelState], unitAmount: Double, left: IntervalBound, right: IntervalBound)
  4. new StateWisePayment(name: String, states: List[TModelState], unitAmount: Double, atTimePoint: Months)
  5. new StateWisePayment(name: String, states: List[TModelState], payment: Either[Double, TimeFunc], left: IntervalBound, right: IntervalBound)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def condition(s: TModelState): Boolean
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def isPaying(s: TModelState, time: Time): Boolean
  11. val left: IntervalBound
    Definition Classes
    StateWisePaymentTimeBounded
  12. val name: String
    Definition Classes
    StateWisePaymentPayments
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def normalizePayments: StateWisePayment[TModelState]
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. val payment: Either[Double, TimeFunc]
    Definition Classes
    StateWisePaymentTimeBounded
  18. def payments(t: Time): Option[Double]
    Definition Classes
    TimeBounded
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. val right: IntervalBound
    Definition Classes
    StateWisePaymentTimeBounded
  21. def scaled(scale: Double): StateWisePayment[TModelState]
  22. def scaledAndRenamed(scale: Double, newName: String): StateWisePayment[TModelState]
  23. val states: List[TModelState]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def unitAmount: Double
    Definition Classes
    StateWisePaymentPayments
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Payments

Inherited from TimeBounded

Inherited from AnyRef

Inherited from Any

Ungrouped