コード例 #1
0
 public String toString() {
   return FEN.getFEN(this);
 }
コード例 #2
0
 public String getFEN() {
   return FEN.getFEN(this);
 }