org.maltparser.core.syntaxgraph.node
Interface Node
- All Superinterfaces:
- Comparable<ComparableNode>, ComparableNode, Element
- All Known Implementing Classes:
- GraphNode, NonTerminal, Root, Token
public interface Node
- extends ComparableNode, Element
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 |
addIncomingEdge
void addIncomingEdge(Edge in)
throws MaltChainedException
- Throws:
MaltChainedException
addOutgoingEdge
void addOutgoingEdge(Edge out)
throws MaltChainedException
- Throws:
MaltChainedException
removeIncomingEdge
void removeIncomingEdge(Edge in)
throws MaltChainedException
- Throws:
MaltChainedException
removeOutgoingEdge
void removeOutgoingEdge(Edge out)
throws MaltChainedException
- Throws:
MaltChainedException
getIncomingEdgeIterator
Iterator<Edge> getIncomingEdgeIterator()
getOutgoingEdgeIterator
Iterator<Edge> getOutgoingEdgeIterator()
setIndex
void setIndex(int index)
throws MaltChainedException
- Throws:
MaltChainedException
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.