public static class TreebankNodeUtil.TreebankNodePath extends Object
| Constructor and Description |
|---|
TreebankNodeUtil.TreebankNodePath(TreebankNode commonAncestor,
List<TreebankNode> sourceToAncestor,
List<TreebankNode> targetToAncestor) |
| Modifier and Type | Method and Description |
|---|---|
TreebankNode |
getCommonAncestor() |
List<TreebankNode> |
getSourceToAncestorPath() |
List<TreebankNode> |
getTargetToAncestorPath() |
public TreebankNodeUtil.TreebankNodePath(TreebankNode commonAncestor, List<TreebankNode> sourceToAncestor, List<TreebankNode> targetToAncestor)
public TreebankNode getCommonAncestor()
public List<TreebankNode> getSourceToAncestorPath()
public List<TreebankNode> getTargetToAncestorPath()
Copyright © 2014. All rights reserved.