Class MetaGenerator

java.lang.Object
eduni.distributions.MetaGenerator

public class MetaGenerator extends Object
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 Details

    • MetaGenerator

      public MetaGenerator(String name, int nb)
  • Method Details

    • generate

      public void generate()
    • generate

      public boolean generate(PrintWriter pw, Method m)
    • main

      public static void main(String[] args)