Uses of Class
Rule

Uses of Rule in
 

Fields in Default Package declared as Rule
private  Rule[] Rules.rules
          Array of rules.
 

Methods in Default Package that return Rule
static Rule Rule.generateRandomRule()
          Generates a random rule.
 Rule Rule.mutate(double probability)
          Mutates (damages) the rule with the specified probability.
 Rule Rules.get(int index)
           
 Rule Rules.getLeft(int index)
           
 Rule Rules.getRight(int index)
           
 

Methods in Default Package with parameters of type Rule
 void Rules.set(int index, Rule rule)
          Replaces the old rule with the given rule at the specified index.
 

Constructors in Default Package with parameters of type Rule
Rule(Rule rule)
          Creates Rule from the specified rule.