Packages

o

o1.football3

ExampleLeague

object ExampleLeague

The singleton object ExampleLeague provides constants that can be used to experiment with the other classes of this package. More specifically, a bunch of Club and Player objects are provided.

Usage examples (which assume the command import ExampleLeague._ has been given):

  • new Player("T. Teekkari", ARS)
  • new Match(LIV, SOT)
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExampleLeague
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ARS: Club
  2. val AV: Club
  3. val CAR: Club
  4. val CHE: Club
  5. val CP: Club
  6. val Clubs: Vector[Club]
  7. val EVE: Club
  8. val FUL: Club
  9. val HUL: Club
  10. val KH: Club
  11. val LIV: Club
  12. val MC: Club
  13. val MU: Club
  14. val NEW: Club
  15. val NOR: Club
  16. val Players: Map[Club, Vector[Player]]
  17. val SOT: Club
  18. val STO: Club
  19. val SUN: Club
  20. val SWA: Club
  21. val TOT: Club
  22. val WBA: Club
  23. val WH: Club