eniallator

L System Java Interface

Oct 3rd, 2018
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. public interface LSystemInterface {
  2.     public String transform(String[][] ruleSet, String axiom, int iterations);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment