|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rule | |
|---|---|
| ec.rule | |
| Uses of Rule in ec.rule |
|---|
| Fields in ec.rule declared as Rule | |
|---|---|
Rule |
RuleSetConstraints.rulePrototype
The prototype of the Rule that will be used in the RuleSet (the RuleSet contains only rules with the specified prototype). |
Rule[] |
RuleSet.rules
The rules in the rule set |
| Methods in ec.rule that return Rule | |
|---|---|
Rule |
RuleSet.removeRandomRule(EvolutionState state,
int thread)
Removes a randomly-chosen rule from the rule set and returns it. |
Rule |
RuleSet.removeRule(int index)
Removes a rule from the rule set and returns it. |
| Methods in ec.rule with parameters of type Rule | |
|---|---|
void |
RuleSet.addRule(Rule rule)
Add a rule directly to the rule set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||