Uses of Class
org.dmg.pmml.CompoundPredicate
-
Packages that use CompoundPredicate Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of CompoundPredicate in org.dmg.pmml
Methods in org.dmg.pmml that return CompoundPredicate Modifier and Type Method Description CompoundPredicateCompoundPredicate. addExtensions(Extension... extensions)CompoundPredicateCompoundPredicate. addPredicates(Predicate... predicates)CompoundPredicateObjectFactory. createCompoundPredicate()Create an instance ofCompoundPredicateCompoundPredicateCompoundPredicate. setBooleanOperator(CompoundPredicate.BooleanOperator booleanOperator)Methods in org.dmg.pmml with parameters of type CompoundPredicate Modifier and Type Method Description VisitorActionVisitor. visit(CompoundPredicate compoundPredicate) -
Uses of CompoundPredicate in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type CompoundPredicate Modifier and Type Method Description VisitorActionAbstractVisitor. visit(CompoundPredicate compoundPredicate)VisitorActionPredicateFilterer. visit(CompoundPredicate compoundPredicate)
-