Class 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 Detail

      • EmptyGraphFactory

        public EmptyGraphFactory()
    • Method Detail

      • open

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