Package ghidra.graph

Class GraphFactory

java.lang.Object
ghidra.graph.GraphFactory

public class GraphFactory extends Object
  • Method Details

    • createDirectedGraph

      public static <V, E extends GEdge<V>> GDirectedGraph<V,E> createDirectedGraph()