|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.graph.AbstractGraph<T>
com.ibm.wala.util.graph.impl.InvertedGraph<T>
public class InvertedGraph<T>
A graph view that reverses the edges in a graph
| Method Summary | |
|---|---|
protected EdgeManager<T> |
getEdgeManager()
|
protected NodeManager<T> |
getNodeManager()
|
| Methods inherited from class com.ibm.wala.util.graph.AbstractGraph |
|---|
addEdge, addNode, containsNode, getNumberOfNodes, getPredNodeCount, getPredNodes, getSuccNodeCount, getSuccNodes, hasEdge, iterator, removeAllIncidentEdges, removeEdge, removeIncomingEdges, removeNode, removeNodeAndEdges, removeOutgoingEdges, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
protected NodeManager<T> getNodeManager()
getNodeManager in class AbstractGraph<T>protected EdgeManager<T> getEdgeManager()
getEdgeManager in class AbstractGraph<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||