Modifier and Type | Method and Description |
---|---|
ConstNode |
getChildConst() |
ConstNode |
getChildConst(int i) |
int |
getChildIndex(ConstNode child) |
java.lang.String |
getComment() |
ConstNode |
getFatherConst() |
ConstGameInfo |
getGameInfoConst() |
java.lang.String |
getLabel(GoPoint point) |
java.util.Map<GoPoint,java.lang.String> |
getLabelsUnmodifiable() |
ConstPointList |
getMarkedConst(MarkType type) |
Move |
getMove() |
int |
getMovesLeft(GoColor color) |
int |
getNumberChildren() |
GoColor |
getPlayer() |
ConstPointList |
getSetup(GoColor c) |
ConstSgfProperties |
getSgfPropertiesConst() |
double |
getTimeLeft(GoColor color) |
GoColor |
getToMove() |
float |
getValue() |
boolean |
hasChildren() |
boolean |
hasComment() |
boolean |
hasFather() |
boolean |
hasSetup() |
boolean |
isEmpty() |
ConstNode |
variationAfter(ConstNode child) |
ConstNode |
variationBefore(ConstNode child) |
java.lang.String getComment()
ConstNode getFatherConst()
ConstNode getChildConst()
ConstNode getChildConst(int i)
int getChildIndex(ConstNode child)
ConstGameInfo getGameInfoConst()
java.lang.String getLabel(GoPoint point)
java.util.Map<GoPoint,java.lang.String> getLabelsUnmodifiable()
ConstPointList getMarkedConst(MarkType type)
Move getMove()
int getMovesLeft(GoColor color)
int getNumberChildren()
GoColor getPlayer()
ConstPointList getSetup(GoColor c)
ConstSgfProperties getSgfPropertiesConst()
double getTimeLeft(GoColor color)
GoColor getToMove()
float getValue()
boolean hasChildren()
boolean hasComment()
boolean hasFather()
boolean hasSetup()
boolean isEmpty()