public class DependencyPath extends LinkedList<ConllDependencyNode>
modCount
Constructor and Description |
---|
DependencyPath() |
Modifier and Type | Method and Description |
---|---|
ConllDependencyNode |
getCommonNode() |
boolean |
isCommonNode(ConllDependencyNode node) |
DependencyPath |
reverse() |
protected void |
setCommonNode(ConllDependencyNode node) |
String |
toString() |
String |
toSyntaxString() |
String |
toTripleString() |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
protected void setCommonNode(ConllDependencyNode node)
public ConllDependencyNode getCommonNode()
public boolean isCommonNode(ConllDependencyNode node)
public DependencyPath reverse()
public String toString()
toString
in class AbstractCollection<ConllDependencyNode>
public String toTripleString()
public String toSyntaxString()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.