Uses of Class
org.kie.pmml.commons.model.predicates.KiePMMLPredicate
-
Packages that use KiePMMLPredicate Package Description org.kie.pmml.commons.model.predicates -
-
Uses of KiePMMLPredicate in org.kie.pmml.commons.model.predicates
Subclasses of KiePMMLPredicate in org.kie.pmml.commons.model.predicates Modifier and Type Class Description classKiePMMLCompoundPredicateclassKiePMMLFalsePredicateclassKiePMMLSimplePredicateclassKiePMMLSimpleSetPredicateclassKiePMMLTruePredicateFields in org.kie.pmml.commons.model.predicates with type parameters of type KiePMMLPredicate Modifier and Type Field Description protected List<KiePMMLPredicate>KiePMMLCompoundPredicate. kiePMMLPredicatesMethods in org.kie.pmml.commons.model.predicates that return types with arguments of type KiePMMLPredicate Modifier and Type Method Description List<KiePMMLPredicate>KiePMMLCompoundPredicate. getKiePMMLPredicates()Method parameters in org.kie.pmml.commons.model.predicates with type arguments of type KiePMMLPredicate Modifier and Type Method Description KiePMMLCompoundPredicate.BuilderKiePMMLCompoundPredicate.Builder. withKiePMMLPredicates(List<KiePMMLPredicate> kiePMMLPredicates)
-