| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.rule_set | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(Rule rule) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundRule |
class |
SimpleRule |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.setId(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleSet.getRules() |
List<Rule> |
CompoundRule.getRules() |
List<Rule> |
CompoundRule.requireRules() |
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleSet.addRules(Rule... rules) |
CompoundRule |
CompoundRule.addRules(Rule... rules) |
| Constructor and Description |
|---|
CompoundRule(Predicate predicate,
List<Rule> rules) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Rule rule) |
Copyright © 2024. All rights reserved.