public class PgnGameModel extends Object
| Constructor and Description |
|---|
PgnGameModel(String whitePlayerName,
String blackPlayerName,
Date gameDate,
String result,
String event,
String site,
String round,
List<String> moves) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlackPlayerName() |
String |
getEvent() |
Date |
getGameDate() |
List<String> |
getMoves() |
String |
getResult() |
String |
getRound() |
String |
getSite() |
String |
getWhitePlayerName() |
String |
toString() |
Copyright © 2016. All Rights Reserved.