org.grinvin.generators.graphs
Class GraphGeneratorInstanceManager
java.lang.Object
org.grinvin.generators.graphs.GraphGeneratorInstanceManager
public class GraphGeneratorInstanceManager
extends java.lang.Object
Manages the mapping between Graph generator instances and their identifiers.
createInstance
public GraphGeneratorInstance createInstance(GraphGenerator generator)
throws FactoryException
Create and register an instance from the given generator with its current parameters.
- the generator instance, unless a generator instance with the same id was
already available in cache
getInstance
public static GraphGeneratorInstanceManager getInstance()
Get the singleton instance of this class
- the single shared instance of this class