Interface Generator<T>

  • Type Parameters:
    T - the organism the Generator will Generate
    All Known Implementing Classes:
    StringGenerator

    public interface Generator<T>
    An interface that defines the creation of a new organims of a given type
    • Method Detail

      • createRandom

        T createRandom()
        Create a new (First Generation) organism