public class TDMMatchesTableResults extends Object
| Modifier and Type | Field and Description |
|---|---|
cz.cuni.amis.utils.maps.HashMapMap<String,String,TDMMatchesResult> |
results
Team1 -> Team2 -> TDMMatchResult
|
Map<String,TDMMatchesTableTeamResult> |
teams |
| Constructor and Description |
|---|
TDMMatchesTableResults() |
| Modifier and Type | Method and Description |
|---|---|
TDMMatchesResult |
addResult(String team1,
String team2,
int score1,
int score2,
int frags1,
int frags2,
int deaths1,
int deaths2,
int exceptions1,
int exceptions2) |
protected void |
error(String msg) |
TDMMatchesResult |
getMatchResult(String plr1,
String plr2) |
protected void |
info(String msg) |
List<TDMMatchesTableTeamResult> |
resolve() |
protected void |
warn(String msg) |
public Map<String,TDMMatchesTableTeamResult> teams
public cz.cuni.amis.utils.maps.HashMapMap<String,String,TDMMatchesResult> results
protected void info(String msg)
protected void warn(String msg)
protected void error(String msg)
public TDMMatchesResult getMatchResult(String plr1, String plr2)
public TDMMatchesResult addResult(String team1, String team2, int score1, int score2, int frags1, int frags2, int deaths1, int deaths2, int exceptions1, int exceptions2)
public List<TDMMatchesTableTeamResult> resolve()
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.