public class Token extends GraphNode implements TokenNode, DependencyNode, PhraseStructureNode
| Modifier and Type | Field and Description |
|---|---|
protected DependencyNode |
component
a reference to a node where the node is part of a component.
|
protected java.util.SortedSet<DependencyNode> |
heads |
protected int |
index |
protected java.util.SortedSet<DependencyNode> |
leftDependents |
protected PhraseStructureNode |
parent |
protected TokenNode |
predecessor
the previous terminal node in the linear precedence
|
protected int |
rank |
protected java.util.SortedSet<DependencyNode> |
rightDependents |
protected TokenNode |
successor
the next terminal node in the linear precedence
|
incomingEdges, outgoingEdges| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeadEdgeLabel(LabelSet labelSet) |
void |
addHeadEdgeLabel(SymbolTable table,
int code) |
void |
addHeadEdgeLabel(SymbolTable table,
java.lang.String symbol) |
void |
addIncomingEdge(Edge in) |
void |
addOutgoingEdge(Edge out) |
void |
clear()
Resets the graph element.
|
int |
compareTo(ComparableNode that) |
boolean |
equals(java.lang.Object obj) |
DependencyNode |
findComponent() |
DependencyNode |
getAncestor() |
DependencyNode |
getClosestLeftDependent()
Returns the closest left dependent to the node it self, if not found
null is returned. |
DependencyNode |
getClosestRightDependent()
Returns the closest right dependent to the node it self, if not found
null is returned. |
int |
getCompareToIndex()
Returns the index of the node (only used internal by compareTo).
|
DependencyNode |
getComponent() |
protected void |
getDependencyDominationSet(java.util.SortedSet<DependencyNode> dominationSet) |
int |
getDependencyNodeDepth()
Returns the depth of the node.
|
DependencyNode |
getHead()
Returns the head dependency node if it exists, otherwise null.
|
Edge |
getHeadEdge()
Returns the edge between the head and the node if it exists, otherwise null.
|
int |
getHeadEdgeLabelCode(SymbolTable table) |
LabelSet |
getHeadEdgeLabelSet() |
java.lang.String |
getHeadEdgeLabelSymbol(SymbolTable table) |
java.util.Set<SymbolTable> |
getHeadEdgeLabelTypes() |
java.util.Set<Edge> |
getHeadEdges() |
java.util.Set<DependencyNode> |
getHeads() |
int |
getIndex()
Returns the index of the node.
|
DependencyNode |
getLeftDependent(int index)
Returns the left dependent at the position
index, where index==0 equals the left most dependent. |
int |
getLeftDependentCount()
Return the number of left dependents
|
java.util.SortedSet<DependencyNode> |
getLeftDependents()
Returns a sorted set of left dependents.
|
DependencyNode |
getLeftmostDependent() |
ComparableNode |
getLeftmostDescendant()
Returns the left-most terminal descendant node.
|
ComparableNode |
getLeftmostProperDescendant()
Returns the left-most proper terminal descendant node (excluding itself).
|
DependencyNode |
getLeftSibling()
Returns the left sibling if it exists, otherwise
null |
java.util.List<DependencyNode> |
getListOfDependents() |
java.util.List<DependencyNode> |
getListOfLeftDependents() |
java.util.List<DependencyNode> |
getListOfRightDependents() |
PhraseStructureNode |
getParent() |
Edge |
getParentEdge() |
int |
getParentEdgeLabelCode(SymbolTable table) |
java.lang.String |
getParentEdgeLabelSymbol(SymbolTable table) |
DependencyNode |
getPredecessor()
Returns the predecessor dependency node in the linear order of the token nodes.
|
DependencyNode |
getProperAncestor() |
int |
getRank() |
DependencyNode |
getRightDependent(int index) |
int |
getRightDependentCount()
Return the number of right dependents
|
java.util.SortedSet<DependencyNode> |
getRightDependents()
Returns a sorted set of right dependents.
|
DependencyNode |
getRightmostDependent() |
ComparableNode |
getRightmostDescendant()
Returns the right-most terminal descendant node.
|
ComparableNode |
getRightmostProperDescendant()
Returns the right-most proper terminal descendant node (excluding itself).
|
DependencyNode |
getRightSibling()
Returns the right sibling if it exists, otherwise
null |
DependencyNode |
getSameSideLeftSibling()
Returns the left sibling at the same side of head as the node it self.
|
DependencyNode |
getSameSideRightSibling()
Returns the right sibling at the same side of head as the node it self.
|
DependencyNode |
getSuccessor()
Returns the successor dependency node in the linear order of the token nodes.
|
TokenNode |
getTokenNodePredecessor()
Returns the predecessor terminal node in the linear order of the terminal nodes.
|
TokenNode |
getTokenNodeSuccessor()
Returns the successor terminal node in the linear order of the terminal nodes.
|
boolean |
hasAncestorInside(int left,
int right) |
boolean |
hasAtMostOneHead()
Returns true if the node has at most one head, otherwise false.
|
boolean |
hasDependent() |
int |
hashCode() |
boolean |
hasHead()
Returns true if the node has one or more head(s), otherwise false.
|
boolean |
hasHeadEdgeLabel(SymbolTable table) |
boolean |
hasLeftDependent()
Returns
true if the node has one or more left dependents, otherwise false. |
boolean |
hasParentEdgeLabel(SymbolTable table) |
boolean |
hasRightDependent()
Returns
true if the node has one or more right dependents, otherwise false. |
boolean |
isHeadEdgeLabeled() |
boolean |
isProjective()
Returns true if the head edge is projective, otherwise false.
|
boolean |
isRoot()
Returns true if the node is a root node, otherwise false.
|
int |
nHeadEdgeLabels() |
void |
removeIncomingEdge(Edge in) |
void |
removeOutgoingEdge(Edge out) |
void |
setComponent(DependencyNode x) |
void |
setIndex(int index) |
void |
setPredecessor(TokenNode predecessor)
Sets the predecessor terminal node in the linear order of the terminal nodes.
|
void |
setRank(int r) |
void |
setSuccessor(TokenNode successor)
Sets the predecessor terminal node in the linear order of the terminal nodes.
|
java.lang.String |
toString() |
getIncomingEdgeIterator, getIncomingSecondaryEdges, getInDegree, getLeftmostDescendantIndex, getLeftmostProperDescendantIndex, getOutDegree, getOutgoingEdgeIterator, getOutgoingSecondaryEdges, getRightmostDescendantIndex, getRightmostProperDescendantIndexaddLabel, addLabel, addLabel, compareTo, getBelongsToGraph, getLabelCode, getLabelSet, getLabelSymbol, getLabelTypes, hasLabel, isLabeled, nLabels, removeLabel, removeLabels, setBelongsToGraphaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIncomingSecondaryEdges, getInDegree, getLeftmostDescendantIndex, getLeftmostProperDescendantIndex, getOutDegree, getOutgoingSecondaryEdges, getRightmostDescendantIndex, getRightmostProperDescendantIndexaddLabel, addLabel, addLabel, getBelongsToGraph, getLabelCode, getLabelSet, getLabelSymbol, getLabelTypes, hasLabel, isLabeled, nLabels, removeLabel, removeLabels, setBelongsToGraphprotected TokenNode predecessor
protected DependencyNode component
protected int rank
protected int index
protected PhraseStructureNode parent
protected final java.util.SortedSet<DependencyNode> heads
protected final java.util.SortedSet<DependencyNode> leftDependents
protected final java.util.SortedSet<DependencyNode> rightDependents
public Token() throws MaltChainedException
MaltChainedExceptionpublic void setPredecessor(TokenNode predecessor)
setPredecessor in interface TokenNodepredecessor - the predecessor terminal nodepublic void setSuccessor(TokenNode successor)
setSuccessor in interface TokenNodesuccessor - the successor terminal nodepublic TokenNode getTokenNodePredecessor()
getTokenNodePredecessor in interface TokenNodepublic TokenNode getTokenNodeSuccessor()
getTokenNodeSuccessor in interface TokenNodepublic DependencyNode getPredecessor()
DependencyNodegetPredecessor in interface DependencyNodepublic DependencyNode getSuccessor()
DependencyNodegetSuccessor in interface DependencyNodepublic int getRank()
getRank in interface DependencyNodepublic void setRank(int r)
setRank in interface DependencyNodepublic DependencyNode findComponent()
findComponent in interface DependencyNodepublic DependencyNode getComponent()
getComponent in interface DependencyNodepublic void setComponent(DependencyNode x)
setComponent in interface DependencyNodepublic void addIncomingEdge(Edge in) throws MaltChainedException
addIncomingEdge in interface NodeaddIncomingEdge in class GraphNodeMaltChainedExceptionpublic void removeIncomingEdge(Edge in) throws MaltChainedException
removeIncomingEdge in interface NoderemoveIncomingEdge in class GraphNodeMaltChainedExceptionpublic void addOutgoingEdge(Edge out) throws MaltChainedException
addOutgoingEdge in interface NodeaddOutgoingEdge in class GraphNodeMaltChainedExceptionpublic void removeOutgoingEdge(Edge out) throws MaltChainedException
removeOutgoingEdge in interface NoderemoveOutgoingEdge in class GraphNodeMaltChainedExceptionpublic void setIndex(int index) throws MaltChainedException
setIndex in interface NodesetIndex in class GraphNodeMaltChainedExceptionpublic int getIndex()
ComparableNodegetIndex in interface ComparableNodegetIndex in class GraphNodepublic int getCompareToIndex()
ComparableNodegetCompareToIndex in interface ComparableNodepublic boolean isRoot()
ComparableNodeisRoot in interface ComparableNodeisRoot in class GraphNodepublic DependencyNode getAncestor() throws MaltChainedException
getAncestor in interface DependencyNodeMaltChainedExceptionpublic DependencyNode getProperAncestor() throws MaltChainedException
getProperAncestor in interface DependencyNodeMaltChainedExceptionpublic ComparableNode getLeftmostProperDescendant() throws MaltChainedException
ComparableNodegetLeftmostProperDescendant in interface ComparableNodeMaltChainedExceptionpublic ComparableNode getRightmostProperDescendant() throws MaltChainedException
ComparableNodegetRightmostProperDescendant in interface ComparableNodeMaltChainedExceptionpublic ComparableNode getLeftmostDescendant() throws MaltChainedException
ComparableNodegetLeftmostDescendant in interface ComparableNodeMaltChainedExceptionpublic ComparableNode getRightmostDescendant() throws MaltChainedException
ComparableNodegetRightmostDescendant in interface ComparableNodeMaltChainedExceptionpublic PhraseStructureNode getParent()
getParent in interface PhraseStructureNodepublic Edge getParentEdge() throws MaltChainedException
getParentEdge in interface PhraseStructureNodeMaltChainedExceptionpublic java.lang.String getParentEdgeLabelSymbol(SymbolTable table) throws MaltChainedException
getParentEdgeLabelSymbol in interface PhraseStructureNodeMaltChainedExceptionpublic int getParentEdgeLabelCode(SymbolTable table) throws MaltChainedException
getParentEdgeLabelCode in interface PhraseStructureNodeMaltChainedExceptionpublic boolean hasParentEdgeLabel(SymbolTable table) throws MaltChainedException
hasParentEdgeLabel in interface PhraseStructureNodeMaltChainedExceptionpublic boolean hasAtMostOneHead()
DependencyNodehasAtMostOneHead in interface DependencyNodepublic boolean hasAncestorInside(int left, int right) throws MaltChainedException
hasAncestorInside in interface DependencyNodeMaltChainedExceptionpublic java.util.Set<Edge> getHeadEdges() throws MaltChainedException
getHeadEdges in interface DependencyNodeMaltChainedExceptionpublic java.util.Set<DependencyNode> getHeads() throws MaltChainedException
getHeads in interface DependencyNodeMaltChainedExceptionpublic boolean hasHead()
DependencyNodehasHead in interface DependencyNodepublic DependencyNode getHead() throws MaltChainedException
DependencyNodegetHead in interface DependencyNodeMaltChainedExceptionpublic Edge getHeadEdge() throws MaltChainedException
DependencyNodegetHeadEdge in interface DependencyNodeMaltChainedExceptionpublic void addHeadEdgeLabel(SymbolTable table, java.lang.String symbol) throws MaltChainedException
addHeadEdgeLabel in interface DependencyNodeMaltChainedExceptionpublic void addHeadEdgeLabel(SymbolTable table, int code) throws MaltChainedException
addHeadEdgeLabel in interface DependencyNodeMaltChainedExceptionpublic void addHeadEdgeLabel(LabelSet labelSet) throws MaltChainedException
addHeadEdgeLabel in interface DependencyNodeMaltChainedExceptionpublic boolean hasHeadEdgeLabel(SymbolTable table) throws MaltChainedException
hasHeadEdgeLabel in interface DependencyNodeMaltChainedExceptionpublic java.lang.String getHeadEdgeLabelSymbol(SymbolTable table) throws MaltChainedException
getHeadEdgeLabelSymbol in interface DependencyNodeMaltChainedExceptionpublic int getHeadEdgeLabelCode(SymbolTable table) throws MaltChainedException
getHeadEdgeLabelCode in interface DependencyNodeMaltChainedExceptionpublic boolean isHeadEdgeLabeled() throws MaltChainedException
isHeadEdgeLabeled in interface DependencyNodeMaltChainedExceptionpublic int nHeadEdgeLabels() throws MaltChainedException
nHeadEdgeLabels in interface DependencyNodeMaltChainedExceptionpublic java.util.Set<SymbolTable> getHeadEdgeLabelTypes() throws MaltChainedException
getHeadEdgeLabelTypes in interface DependencyNodeMaltChainedExceptionpublic LabelSet getHeadEdgeLabelSet() throws MaltChainedException
getHeadEdgeLabelSet in interface DependencyNodeMaltChainedExceptionpublic boolean hasDependent()
hasDependent in interface DependencyNodepublic boolean hasLeftDependent()
true if the node has one or more left dependents, otherwise false.hasLeftDependent in interface DependencyNodetrue if the node has one or more left dependents, otherwise false.public DependencyNode getLeftDependent(int index)
index, where index==0 equals the left most dependent.getLeftDependent in interface DependencyNodeindex - the indexindex, where index==0 equals the left most dependentpublic int getLeftDependentCount()
getLeftDependentCount in interface DependencyNodepublic java.util.SortedSet<DependencyNode> getLeftDependents()
DependencyNodegetLeftDependents in interface DependencyNodepublic DependencyNode getLeftSibling() throws MaltChainedException
nullgetLeftSibling in interface DependencyNodenullMaltChainedExceptionpublic DependencyNode getSameSideLeftSibling() throws MaltChainedException
null is returnedgetSameSideLeftSibling in interface DependencyNodenull is returnedMaltChainedExceptionpublic DependencyNode getClosestLeftDependent()
null is returned.getClosestLeftDependent in interface DependencyNodenull is returned.public DependencyNode getLeftmostDependent()
getLeftmostDependent in interface DependencyNodepublic DependencyNode getRightDependent(int index)
getRightDependent in interface DependencyNodepublic int getRightDependentCount()
getRightDependentCount in interface DependencyNodepublic java.util.SortedSet<DependencyNode> getRightDependents()
getRightDependents in interface DependencyNodepublic DependencyNode getRightSibling() throws MaltChainedException
nullgetRightSibling in interface DependencyNodenullMaltChainedExceptionpublic DependencyNode getSameSideRightSibling() throws MaltChainedException
null is returnedgetSameSideRightSibling in interface DependencyNodenull is returnedMaltChainedExceptionpublic DependencyNode getClosestRightDependent()
null is returned.getClosestRightDependent in interface DependencyNodenull is returned.public DependencyNode getRightmostDependent()
getRightmostDependent in interface DependencyNodepublic java.util.List<DependencyNode> getListOfDependents()
getListOfDependents in interface DependencyNodepublic java.util.List<DependencyNode> getListOfLeftDependents()
getListOfLeftDependents in interface DependencyNodepublic java.util.List<DependencyNode> getListOfRightDependents()
getListOfRightDependents in interface DependencyNodeprotected void getDependencyDominationSet(java.util.SortedSet<DependencyNode> dominationSet)
public boolean hasRightDependent()
true if the node has one or more right dependents, otherwise false.hasRightDependent in interface DependencyNodetrue if the node has one or more right dependents, otherwise false.public boolean isProjective() throws MaltChainedException
DependencyNodeisProjective in interface DependencyNodeMaltChainedExceptionpublic int getDependencyNodeDepth() throws MaltChainedException
DependencyNodegetDependencyNodeDepth in interface DependencyNodeMaltChainedExceptionpublic void clear() throws MaltChainedException
GraphElementclear in interface Elementclear in class GraphNodeMaltChainedExceptionpublic int compareTo(ComparableNode that)
compareTo in interface java.lang.Comparable<ComparableNode>compareTo in class GraphNodeCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.