|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TokenNode
Method Summary | |
---|---|
TokenNode |
getPredecessor()
Returns the predecessor token node in the linear order of the token nodes. |
TokenNode |
getSuccessor()
Returns the successor token node in the linear order of the token nodes. |
void |
setPredecessor(TokenNode predecessor)
Sets the predecessor token node in the linear order of the token nodes. |
void |
setSuccessor(TokenNode successor)
Sets the predecessor token node in the linear order of the token nodes. |
Methods inherited from interface org.maltparser.core.syntaxgraph.node.PhraseStructureNode |
---|
getParent, getParentEdge, getParentEdgeLabelCode, getParentEdgeLabelSymbol, hasParentEdgeLabel |
Methods inherited from interface org.maltparser.core.syntaxgraph.node.ComparableNode |
---|
getCompareToIndex, getIncomingSecondaryEdges, getInDegree, getIndex, getLeftmostDescendant, getLeftmostDescendantIndex, getLeftmostProperDescendant, getLeftmostProperDescendantIndex, getOutDegree, getOutgoingSecondaryEdges, getRightmostDescendant, getRightmostDescendantIndex, getRightmostProperDescendant, getRightmostProperDescendantIndex, isRoot |
Methods inherited from interface org.maltparser.core.syntaxgraph.Element |
---|
addLabel, addLabel, addLabel, clear, getBelongsToGraph, getLabelCode, getLabelSet, getLabelSymbol, getLabelTypes, hasLabel, isLabeled, nLabels, removeLabel, removeLabels, setBelongsToGraph |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void setPredecessor(TokenNode predecessor)
predecessor
- the predecessor token nodevoid setSuccessor(TokenNode successor)
successor
- the successor token nodeTokenNode getPredecessor()
TokenNode getSuccessor()
|
MaltParser 1.4.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |