public class SGFParser extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
GameTree |
getGameTree(int index)
Returns the GameTree at the specified position in the Collection.
|
int |
getGameTreeCount()
Returns the number of GameTrees in the Collection
|
GameTree |
getSingleGameTree()
Returns the first GameTree in the Collection.
|
public SGFParser(String sgf)
public GameTree getSingleGameTree()
public GameTree getGameTree(int index)
index - index of the tree to returnpublic int getGameTreeCount()
Copyright © 2016. All rights reserved.