public class GraphFactory extends Object
| Constructor and Description |
|---|
GraphFactory() |
public static Graph open(org.apache.commons.configuration.Configuration configuration)
configuration - A configuration object that specifies the minimally required properties for a Graph instance.
This minimum is determined by the Graph instance itself.public static Graph open(String configurationFile)
configurationFile - The location of a configuration file that specifies the minimally required properties
for a Graph instance. This minimum is determined by the Graph instance itself.public static Graph open(Map configuration)
configuration - A Map based configuration that will be converted to an Apache configuration object
via MapConfiguration and passed to the appropriate overload.Copyright © 2010-2014. All Rights Reserved.