org.wilmascope.graphgen
Class GeneratorManager

java.lang.Object
  extended by org.wilmascope.util.Registry<GraphGenerator>
      extended by org.wilmascope.graphgen.GeneratorManager

public class GeneratorManager
extends org.wilmascope.util.Registry<GraphGenerator>

Provides a registry of graph generators. If you add new generators (subclassing GraphModifier) then add a call to addGenerator for your class in the constructor

Author:
dwyer

Method Summary
static GeneratorManager getInstance()
          There should only ever be one instance of this class.
 
Methods inherited from class org.wilmascope.util.Registry
addPlugin, getDefault, getPlugin, getPlugins, getTypeList, load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GeneratorManager getInstance()
There should only ever be one instance of this class. Access via the following method.

Returns:
the singleton instance of Registry