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 SummaryConstructors Constructor Description EmptyGraphFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Graphopen(org.apache.commons.configuration2.Configuration conf)
 
- 
- 
- 
Method Detail- 
openpublic static Graph open(org.apache.commons.configuration2.Configuration conf) 
 
- 
 
-