OptRule, Rule, RuleStatistics, RuleStatisticsOptpublic interface RuleGenerationMode
| Modifier and Type | Method | Description |
|---|---|---|
void |
enterRuleGenerationMode() |
Enters rule generation mode.
|
boolean |
isInRuleGenerationMode() |
Tells if decision rule is in generation mode, i.e. if it can be extended by new conditions
during rule generation process
|
void |
leaveRuleGenerationMode() |
Leaves rule generation mode.
|
boolean isInRuleGenerationMode()
true if rule is in generation process,
i.e. it can still be extended by new conditions, false otherwisevoid enterRuleGenerationMode()
void leaveRuleGenerationMode()