public class SequenceNode extends Object
| Modifier and Type | Method and Description |
|---|---|
SequenceNode |
addChild(String name)
Adds a sequence to this node
|
String |
getName()
get the name of this sequence
|
SequenceNode |
getParent() |
static SequenceNode |
newRootNode()
Creates a root node.
|
public String getName()
public SequenceNode addChild(String name)
name - the name of the sequence to addpublic static SequenceNode newRootNode()
public SequenceNode getParent()