public class GeneratorFactory
extends Object
A factory class for creating instances of
Generator
-
Method Summary
Creates an instance of
Generator with the given name, random number generator, and
configuration.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
Creates an instance of
Generator with the given name, random number generator, and
configuration.
- Parameters:
name - the name of the generator
random - the random number generator
parameters - the configuration
- Returns:
- an instance of
Generator