Class MetaGenerator
java.lang.Object
eduni.distributions.MetaGenerator
A class which allows for automatically parsing a distribution implementation and generate
a class inheriting from Generator accordingly. Use the return type to implements either
DiscreteGenerator or ContinuousGenerator. Prompt the user to specify constraints on the parameters.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetaGenerator
-
-
Method Details
-
generate
public void generate() -
generate
-
main
-