Uses of Class
org.dmg.pmml.rule_set.Rule
-
Packages that use Rule Package Description org.dmg.pmml org.dmg.pmml.rule_set org.jpmml.model.visitors -
-
Uses of Rule in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Rule Modifier and Type Method Description VisitorActionVisitor. visit(Rule rule) -
Uses of Rule in org.dmg.pmml.rule_set
Subclasses of Rule in org.dmg.pmml.rule_set Modifier and Type Class Description classCompoundRuleclassSimpleRuleMethods in org.dmg.pmml.rule_set that return Rule Modifier and Type Method Description RuleRule. setId(java.lang.String id)Methods in org.dmg.pmml.rule_set that return types with arguments of type Rule Modifier and Type Method Description java.util.List<Rule>CompoundRule. getRules()java.util.List<Rule>RuleSet. getRules()java.util.List<Rule>CompoundRule. requireRules()Methods in org.dmg.pmml.rule_set with parameters of type Rule Modifier and Type Method Description CompoundRuleCompoundRule. addRules(Rule... rules)RuleSetRuleSet. addRules(Rule... rules)Constructor parameters in org.dmg.pmml.rule_set with type arguments of type Rule Constructor Description CompoundRule(Predicate predicate, java.util.List<Rule> rules) -
Uses of Rule in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Rule Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Rule rule)
-