Uses of Class
org.dmg.pmml.rule_set.CompoundRule
-
Packages that use CompoundRule Package Description org.dmg.pmml org.dmg.pmml.rule_set org.jpmml.model.visitors -
-
Uses of CompoundRule in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type CompoundRule Modifier and Type Method Description VisitorActionVisitor. visit(CompoundRule compoundRule) -
Uses of CompoundRule in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return CompoundRule Modifier and Type Method Description CompoundRuleCompoundRule. addExtensions(Extension... extensions)CompoundRuleCompoundRule. addRules(Rule... rules)CompoundRuleObjectFactory. createCompoundRule()Create an instance ofCompoundRuleCompoundRuleCompoundRule. setPredicate(Predicate predicate) -
Uses of CompoundRule in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type CompoundRule Modifier and Type Method Description VisitorActionAbstractVisitor. visit(CompoundRule compoundRule)
-