Class EmptyGraph.EmptyGraphFactory
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFactory
- Enclosing class:
- EmptyGraph
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyGraphFactory
public EmptyGraphFactory()
-
-
Method Details
-
open
-