public class TDMMatchesResult extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
deaths1 |
int |
deaths2 |
int |
exceptions1 |
int |
exceptions2 |
int |
frags1 |
int |
frags2 |
int |
score1 |
int |
score2 |
String |
team1 |
String |
team2 |
| Constructor and Description |
|---|
TDMMatchesResult(String team1,
String team2,
int score1,
int score2,
int frags1,
int frags2,
int deaths1,
int deaths2,
int exceptions1,
int exceptions2) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeaths(String player) |
int |
getExceptions(String player) |
int |
getFrags(String player) |
int |
getScore(String player) |
boolean |
isWin(String player) |
String |
toString() |
public String team1
public String team2
public int score1
public int score2
public int frags1
public int frags2
public int deaths1
public int deaths2
public int exceptions1
public int exceptions2
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.