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.Player
The class Player
represents football players in a match statistics program. Only some very basic information about each player is recorded.
A player object is immutable after creation.
Parameters
-
employer
-
the club the player plays for
-
name
-
the name of the player
Attributes
-
Graph
-
-
Supertypes
-
Members list
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
-
Returns
-
a string representation of the object.
-
Definition Classes
-