public class GameTree extends Object
| コンストラクタと説明 |
|---|
GameTree() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addGameTree(GameTree tree)
Appends the specified GameTree to this collection.
|
Node |
getMetadata()
Returns the metadata Node of this tree.
|
void |
setSequence(Sequence sequence)
Sets the specified Sequence to this tree.
|
public Node getMetadata()
public void addGameTree(GameTree tree)
tree - GameTree to be appended to this collectionpublic void setSequence(Sequence sequence)
sequence - sequence to be set to this treeCopyright © 2016. All rights reserved.