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 and Description |
---|
EmptyGraphFactory() |
Modifier and Type | Method and Description |
---|---|
static Graph |
open(org.apache.commons.configuration2.Configuration conf) |
public static Graph open(org.apache.commons.configuration2.Configuration conf)
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.