| Package | Description | 
|---|---|
| org.wandora.application.tools.generators | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.ArrayList<LSystemGraphGenerator.Rule> | 
LSystemGraphGenerator.LSystem.rules  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LSystemGraphGenerator.LSystem.addRule(LSystemGraphGenerator.Rule r)  | 
void | 
LSystemGraphGenerator.LSystem.initialize(LSystemGraphGenerator.Word initiator,
          LSystemGraphGenerator.Rule[] ruleArray,
          int n)  | 
| Constructor and Description | 
|---|
LSystem(LSystemGraphGenerator.Word initial,
       LSystemGraphGenerator.Rule[] ruleArray,
       int n)  | 
| Constructor and Description | 
|---|
LSystem(LSystemGraphGenerator.Word initial,
       java.util.ArrayList<LSystemGraphGenerator.Rule> ruleArray,
       int n)  | 
Copyright 2004-2015 Wandora Team