Package ghidra.graph
Class GraphFactory
- java.lang.Object
-
- ghidra.graph.GraphFactory
-
public class GraphFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V,E extends GEdge<V>>
GDirectedGraph<V,E>createDirectedGraph()
-
-
-
Method Detail
-
createDirectedGraph
public static <V,E extends GEdge<V>> GDirectedGraph<V,E> createDirectedGraph()
-
-