public interface DependencyRelation
Modifier and Type | Method and Description |
---|---|
DependencyTreeNode |
dependentNode()
Returns the dependent node that is related to the head node.
|
DependencyTreeNode |
headNode()
Returns the head node on which the second node has dependent relation.
|
String |
relation()
Returns the relation the the current has with the next token in a
DependencyPath . |
DependencyTreeNode dependentNode()
DependencyTreeNode headNode()
String relation()
DependencyPath
.Copyright © 2012. All Rights Reserved.