Class EmptyGraph.EmptyGraphFactory

java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFactory
Enclosing class:
EmptyGraph

public static final class EmptyGraph.EmptyGraphFactory extends Object
EmptyGraph doesn't have a standard open() method because it is a singleton. Use this factory to provide as a GraphFactoryClass for EmptyGraph so that GraphFactory can instantiate it in a generalized way. End users should not generally use this method of instantiation.
  • Constructor Details

    • EmptyGraphFactory

      public EmptyGraphFactory()
  • Method Details

    • open

      public static Graph open(org.apache.commons.configuration2.Configuration conf)