Bases: Enum
Whether a team is playing at home or away.
| ATTRIBUTE |
DESCRIPTION |
HOME |
The team is playing at home.
TYPE:
Ground
|
AWAY |
The team is playing away.
TYPE:
Ground
|
REFEREE |
Referee (could be used in tracking data).
TYPE:
Ground
|
HOME
class-attribute
instance-attribute
AWAY
class-attribute
instance-attribute
REFEREE
class-attribute
instance-attribute