public class DMMatchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
player1 |
boolean |
player1Exception |
String |
player1ExceptionTrace |
String |
player2 |
boolean |
player2Exception |
String |
player2ExceptionTrace |
int |
score1 |
int |
score2 |
| Constructor and Description |
|---|
DMMatchResult(String player1,
String player2,
int score1,
int score2,
boolean bot1LogicEx,
boolean bot2LogicEx,
String bot1Ex,
String bot2Ex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getException(String player) |
int |
getScore(String player) |
boolean |
isException() |
boolean |
isException(String player) |
boolean |
isWin(String player) |
String |
toString() |
public String player1
public String player2
public int score1
public int score2
public boolean player1Exception
public boolean player2Exception
public String player1ExceptionTrace
public String player2ExceptionTrace
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.