ナビゲーション・リンクをスキップ
A C G N S 

A

addGameTree(GameTree) - クラス のメソッドcom.github.takumin.simplesgfparser.entity.Collection
Appends the specified GameTree to this collection.
addGameTree(GameTree) - クラス のメソッドcom.github.takumin.simplesgfparser.entity.GameTree
Appends the specified GameTree to this collection.
addNode(Node) - クラス のメソッドcom.github.takumin.simplesgfparser.entity.Sequence
Appends the specified GameTree to this sequence.
addProperty(String, String) - クラス のメソッドcom.github.takumin.simplesgfparser.entity.Node
Appends the specified Property to this node.

C

Collection - com.github.takumin.simplesgfparser.entityのクラス
EBNF: Collection = GameTree { GameTree }
Collection() - クラス のコンストラクタcom.github.takumin.simplesgfparser.entity.Collection
 
com.github.takumin.simplesgfparser.entity - パッケージ com.github.takumin.simplesgfparser.entity
 
com.github.takumin.simplesgfparser.exception - パッケージ com.github.takumin.simplesgfparser.exception
 
com.github.takumin.simplesgfparser.parser - パッケージ com.github.takumin.simplesgfparser.parser
 

G

GameTree - com.github.takumin.simplesgfparser.entityのクラス
EBNF: GameTree = "(" Sequence { GameTree } ")"
GameTree() - クラス のコンストラクタcom.github.takumin.simplesgfparser.entity.GameTree
 
get(String) - クラス のメソッドcom.github.takumin.simplesgfparser.entity.Node
Returns the propValue represented by propIdent.
getGameTree(int) - クラス のメソッドcom.github.takumin.simplesgfparser.parser.SGFParser
Returns the GameTree at the specified position in the Collection.
getGameTreeCount() - クラス のメソッドcom.github.takumin.simplesgfparser.parser.SGFParser
Returns the number of GameTrees in the Collection
getMetadata() - クラス のメソッドcom.github.takumin.simplesgfparser.entity.GameTree
Returns the metadata Node of this tree.
getSingleGameTree() - クラス のメソッドcom.github.takumin.simplesgfparser.parser.SGFParser
Returns the first GameTree in the Collection.

N

Node - com.github.takumin.simplesgfparser.entityのクラス
EBNF: Node = ";" { Property }
Node() - クラス のコンストラクタcom.github.takumin.simplesgfparser.entity.Node
 

S

Sequence - com.github.takumin.simplesgfparser.entityのクラス
EBNF: Sequence = Node { Node }
Sequence() - クラス のコンストラクタcom.github.takumin.simplesgfparser.entity.Sequence
 
setSequence(Sequence) - クラス のメソッドcom.github.takumin.simplesgfparser.entity.GameTree
Sets the specified Sequence to this tree.
SGFParseError - com.github.takumin.simplesgfparser.exceptionのエラー
Thrown to indicate that it fails to parse
SGFParseError(String) - エラー のコンストラクタcom.github.takumin.simplesgfparser.exception.SGFParseError
 
SGFParser - com.github.takumin.simplesgfparser.parserのクラス
Parser for SGF(Smart Game Format)
SGFParser(String) - クラス のコンストラクタcom.github.takumin.simplesgfparser.parser.SGFParser
 
A C G N S 
ナビゲーション・リンクをスキップ

Copyright © 2016. All rights reserved.