Added mach tier
This commit is contained in:
parent
1d350360d0
commit
6164d1b596
@ -1,6 +1,7 @@
|
|||||||
@startuml Tournament System
|
@startuml Tournament System
|
||||||
' Internal development class diagram
|
' Internal development class diagram
|
||||||
' Describes database fields and object methods required
|
' Describes database fields and object methods required
|
||||||
|
title Tournament System - Group 1
|
||||||
|
|
||||||
class Match {
|
class Match {
|
||||||
*match_id: Integer
|
*match_id: Integer
|
||||||
@ -8,6 +9,7 @@ class Match {
|
|||||||
team_ids: Integer[]
|
team_ids: Integer[]
|
||||||
scores: Integer[]
|
scores: Integer[]
|
||||||
winner_id: Integer
|
winner_id: Integer
|
||||||
|
tier: Integer
|
||||||
|
|
||||||
Match constructor(tournament_id: Integer, team_ids: Integer[])
|
Match constructor(tournament_id: Integer, team_ids: Integer[])
|
||||||
void setScore(team_id: Integer, score: Integer)
|
void setScore(team_id: Integer, score: Integer)
|
||||||
|
Loading…
Reference in New Issue
Block a user