Package featurecat.lizzie.analysis
Class YaZenGtp
- java.lang.Object
-
- featurecat.lizzie.analysis.YaZenGtp
-
public class YaZenGtp extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
blackEatCount
int
blackPrisonerCount
boolean
gtpConsole
boolean
noRead
java.lang.Process
process
int
timesOfCounts
int
whiteEatCount
int
whitePrisonerCount
-
Constructor Summary
Constructors Constructor Description YaZenGtp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
countStones()
void
sendCommand(java.lang.String command)
void
shutdown()
void
startEngine(java.lang.String engineCommand, int index)
void
syncBoradStat()
-
-
-
Field Detail
-
process
public java.lang.Process process
-
gtpConsole
public boolean gtpConsole
-
blackEatCount
public int blackEatCount
-
whiteEatCount
public int whiteEatCount
-
blackPrisonerCount
public int blackPrisonerCount
-
whitePrisonerCount
public int whitePrisonerCount
-
timesOfCounts
public int timesOfCounts
-
noRead
public boolean noRead
-
-