public interface INodeWithNumberedEdges extends INodeWithNumber
NumberedGraph
interface.Modifier and Type | Method and Description |
---|---|
void |
addPred(int n)
Modify the graph so that node number n is a predecessor of this node
|
void |
addSucc(int n)
Modify the graph so that node number n is a successor of this node
|
IntSet |
getPredNumbers() |
IntSet |
getSuccNumbers() |
void |
removeAllIncidentEdges()
remove all edges that involve this node.
|
void |
removeIncomingEdges()
remove all incoming edges to this this node.
|
void |
removeOutgoingEdges()
remove all outgoing edges to this this node.
|
getGraphNodeId, setGraphNodeId
IntSet getSuccNumbers()
IntSet getPredNumbers()
void addSucc(int n)
void addPred(int n)
void removeAllIncidentEdges()
void removeIncomingEdges()
void removeOutgoingEdges()