org.cddcore

example

package example

Visibility
  1. Public
  2. All

Type Members

  1. case class AllowanceAndLimit(allowance: Float, limit: Float) extends Product with Serializable

  2. sealed abstract class Frame extends AnyRef

  3. case class NormalFrame(f: Int, s: Int) extends Frame with Product with Serializable

  4. case class Person(name: String, income: Float, dateOfBirth: Date) extends Product with Serializable

  5. case class SinglePersonsAllowanceReference(basicAllowance: Float, after5thApril1948: AllowanceAndLimit, after6thApril1938: AllowanceAndLimit, before6thApril1938: AllowanceAndLimit) extends Product with Serializable

  6. case class SpareFrame(f: Int, s: Int, t: Int) extends Frame with Product with Serializable

  7. case class StrikeFrame(f: Int, s: Int, t: Int) extends Frame with Product with Serializable

  8. class Tax extends AnyRef

  9. case class TrafficLight(red: Boolean = false, orange: Boolean = false, green: Boolean = false) extends Product with Serializable

Value Members

  1. object Bowling

    Annotations
    @RunWith()
  2. object Dates

  3. object DecideAction

    Annotations
    @RunWith()
  4. object HelloWorld

    Annotations
    @RunWith()
  5. object Tax

    Annotations
    @RunWith()
  6. object TaxReference

  7. object WebServer

  8. package customerCategorisation

  9. package processCheque_DM_1

  10. package processCheque_DM_2

  11. package processCheque_DM_Xml

  12. package shoppingCart

  13. package tennisScore

Ungrouped