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, isRoot
addLabel, addLabel, addLabel, clear, getBelongsToGraph, getLabelCode, getLabelSet, getLabelSymbol, getLabelTypes, hasLabel, isLabeled, nLabels, removeLabel, removeLabels, setBelongsToGraph
void addIncomingEdge(Edge in) throws MaltChainedException
MaltChainedException
void addOutgoingEdge(Edge out) throws MaltChainedException
MaltChainedException
void removeIncomingEdge(Edge in) throws MaltChainedException
MaltChainedException
void removeOutgoingEdge(Edge out) throws MaltChainedException
MaltChainedException
java.util.Iterator<Edge> getIncomingEdgeIterator()
java.util.Iterator<Edge> getOutgoingEdgeIterator()
void setIndex(int index) throws MaltChainedException
MaltChainedException
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.