Generated with
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
This document is part of the ebook for O1 (aka CS-A1110 Programming 1), a course at Aalto University.
o1.football4.Club
The class Club
represents football clubs in a match statistics system. Only some very basic information for each club is recorded. A club object is immutable once created.
Parameters
name
the name of the club
stadium
the name of the home stadium of the club
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
Members list
Produces a textual description of the club (which consists of just the club’s name).
Produces a textual description of the club (which consists of just the club’s name).
Attributes
Definition Classes