private static class AGrammaticalStructureFactory.TreeGraphNodeAdapter extends TreeWalker.ITree<edu.stanford.nlp.trees.TreeGraphNode>
node
Constructor and Description |
---|
TreeGraphNodeAdapter(edu.stanford.nlp.trees.TreeGraphNode treeGraphNode)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TreeWalker.ITree<edu.stanford.nlp.trees.TreeGraphNode>> |
children() |
public TreeGraphNodeAdapter(edu.stanford.nlp.trees.TreeGraphNode treeGraphNode)
treeGraphNode
- tree graph nodepublic java.util.Collection<TreeWalker.ITree<edu.stanford.nlp.trees.TreeGraphNode>> children()
children
in class TreeWalker.ITree<edu.stanford.nlp.trees.TreeGraphNode>