generate abstract method

String generate(
  1. int iterations
)

How the L-System will generate its string output for a number of iterations.

Implementation

String generate(int iterations);