public class TDMOneMatchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
score1 |
int |
score2 |
String |
team1 |
boolean |
team1Exception |
String |
team1ExceptionTrace |
String |
team2 |
boolean |
team2Exception |
String |
team2ExceptionTrace |
| Constructor and Description |
|---|
TDMOneMatchResult(String team1,
String team2,
int score1,
int score2,
boolean team1LogicEx,
boolean team2LogicEx,
String team1Ex,
String team2Ex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionsTrace(String player) |
int |
getScore(String player) |
boolean |
isException() |
boolean |
isException(String player) |
boolean |
isWin(String player) |
String |
toString() |
public String team1
public String team2
public int score1
public int score2
public boolean team1Exception
public boolean team2Exception
public String team1ExceptionTrace
public String team2ExceptionTrace
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.