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 standardopen()
method because it is a singleton. Use this factory to provide as aGraphFactoryClass
forEmptyGraph
so thatGraphFactory
can instantiate it in a generalized way. End users should not generally use this method of instantiation.
-
-
Constructor Summary
Constructors Constructor Description EmptyGraphFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Graph
open(org.apache.commons.configuration2.Configuration conf)
-
-
-
Method Detail
-
open
public static Graph open(org.apache.commons.configuration2.Configuration conf)
-
-