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
EmptyGraphdoesn't have a standardopen()method because it is a singleton. Use this factory to provide as aGraphFactoryClassforEmptyGraphso thatGraphFactorycan 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 Graphopen(org.apache.commons.configuration2.Configuration conf) 
 - 
 
- 
- 
Method Detail
- 
open
public static Graph open(org.apache.commons.configuration2.Configuration conf)
 
 - 
 
 -