Internet Chess ToolKit
v0.2.0

ictk.boardgame.io
Interface Annotation

All Known Implementing Classes:
ChessAnnotation

public interface Annotation

a description of why the move was played, or evaluations of the move.


Method Summary
 void appendComment(java.lang.String s)
          appends to the current comment
 java.lang.String dump()
          for diagnostic purposes only
 java.lang.String getComment()
          returns the verbose comment/
 void setComment(java.lang.String s)
          sets the comment, erasing any old comment.
 

Method Detail

getComment

public java.lang.String getComment()
returns the verbose comment/


setComment

public void setComment(java.lang.String s)
sets the comment, erasing any old comment.


appendComment

public void appendComment(java.lang.String s)
appends to the current comment


dump

public java.lang.String dump()
for diagnostic purposes only


Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .