public class PgnGameModel extends Object
PgnGameModel(String whitePlayerName, String blackPlayerName, Date gameDate, List<String> moves)
List<String>
getMoves()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PgnGameModel(String whitePlayerName, String blackPlayerName, Date gameDate, List<String> moves)
public List<String> getMoves()
public String toString()
toString
Object
Copyright © 2014. All Rights Reserved.