| Package | Description |
|---|---|
| org.dmg.pmml.rule_set |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundRule
Java class for anonymous complex type.
|
class |
SimpleRule
Java class for anonymous complex type.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.setId(String id) |
abstract Rule |
Rule.setPredicate(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleSet.getRules()
Gets the value of the rules property.
|
List<Rule> |
CompoundRule.getRules()
Gets the value of the rules property.
|
| Modifier and Type | Method and Description |
|---|---|
RuleSet |
RuleSet.addRules(Rule... rules) |
CompoundRule |
CompoundRule.addRules(Rule... rules) |
Copyright © 2016 University of Tartu. All rights reserved.