public interface Node extends ComparableNode, Element
| Modifier and Type | Method and Description |
|---|---|
void |
addIncomingEdge(Edge in) |
void |
addOutgoingEdge(Edge out) |
java.util.Iterator<Edge> |
getIncomingEdgeIterator() |
java.util.Iterator<Edge> |
getOutgoingEdgeIterator() |
void |
removeIncomingEdge(Edge in) |
void |
removeOutgoingEdge(Edge out) |
void |
setIndex(int index) |
getCompareToIndex, getIncomingSecondaryEdges, getInDegree, getIndex, getLeftmostDescendant, getLeftmostDescendantIndex, getLeftmostProperDescendant, getLeftmostProperDescendantIndex, getOutDegree, getOutgoingSecondaryEdges, getRightmostDescendant, getRightmostDescendantIndex, getRightmostProperDescendant, getRightmostProperDescendantIndex, isRootaddLabel, addLabel, addLabel, clear, getBelongsToGraph, getLabelCode, getLabelSet, getLabelSymbol, getLabelTypes, hasLabel, isLabeled, nLabels, removeLabel, removeLabels, setBelongsToGraphvoid addIncomingEdge(Edge in) throws MaltChainedException
MaltChainedExceptionvoid addOutgoingEdge(Edge out) throws MaltChainedException
MaltChainedExceptionvoid removeIncomingEdge(Edge in) throws MaltChainedException
MaltChainedExceptionvoid removeOutgoingEdge(Edge out) throws MaltChainedException
MaltChainedExceptionjava.util.Iterator<Edge> getIncomingEdgeIterator()
java.util.Iterator<Edge> getOutgoingEdgeIterator()
void setIndex(int index) throws MaltChainedException
MaltChainedExceptionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.