Interface GraphFactory

  • All Known Implementing Classes:
    DefaultGraphFactory

    public interface GraphFactory
    A GraphFactory creates instances of Graph to be reused for all queries.
    • Method Detail

      • createGraphFactory

        static GraphFactory createGraphFactory()
      • createGraph

        default Graph createGraph()
        Create a new Graph instance. By default this is created from the Graph.Builder.
        Returns:
        the graph
      • getGraph

        Graph getGraph()
        Get the Graph instance.
        Returns:
        the graph