Class DirectedHyperGraph<T>
java.lang.Object
com.ibm.wala.analysis.arraybounds.hypergraph.DirectedHyperGraph<T>
- Direct Known Subclasses:
ArrayBoundsGraph
Implementation of a directed hyper graph. In a hyper graph an edge can have more than one head
and more than one tail.
- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DirectedHyperGraph
public DirectedHyperGraph()
-
-
Method Details
-
getEdges
-
getNodes
-
reset
public void reset()Resets the weight of all nodes. -
toString
-
updateNodeEdges
public void updateNodeEdges()The outdEdges of a node may not have been set on construction. Use this method to set them based on the edges of this HyperGraph.
-