public interface OrderedMultiGraph<T> extends Graph<T>
Modifier and Type | Method and Description |
---|---|
void |
addEdge(int i,
T src,
T dst)
add an edge and record it so dst is the ith successor of src
|
T |
getSuccessor(T node,
int i)
get the ith successor of a node
|
removeNodeAndEdges
addNode, containsNode, getNumberOfNodes, iterator, removeNode
forEach, spliterator
addEdge, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeOutgoingEdges