public class KiePMMLPredicateFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate |
getKiePMMLCompoundPredicate(org.dmg.pmml.CompoundPredicate predicate,
org.dmg.pmml.DataDictionary dataDictionary) |
static org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate |
getKiePMMLFalsePredicate() |
static org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate |
getKiePMMLSimplePredicate(org.dmg.pmml.SimplePredicate predicate,
org.dmg.pmml.DataType dataType) |
static org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate |
getKiePMMLSimpleSetPredicate(org.dmg.pmml.SimpleSetPredicate predicate) |
static org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate |
getKiePMMLTruePredicate() |
static org.kie.pmml.commons.model.predicates.KiePMMLPredicate |
getPredicate(org.dmg.pmml.Predicate predicate,
org.dmg.pmml.DataDictionary dataDictionary) |
static List<org.kie.pmml.commons.model.predicates.KiePMMLPredicate> |
getPredicates(List<org.dmg.pmml.Predicate> predicates,
org.dmg.pmml.DataDictionary dataDictionary) |
static Map<String,String> |
getPredicateSourcesMap(org.kie.pmml.commons.model.predicates.KiePMMLPredicate kiePMMLPredicate,
String packageName) |
public static List<org.kie.pmml.commons.model.predicates.KiePMMLPredicate> getPredicates(List<org.dmg.pmml.Predicate> predicates, org.dmg.pmml.DataDictionary dataDictionary)
public static org.kie.pmml.commons.model.predicates.KiePMMLPredicate getPredicate(org.dmg.pmml.Predicate predicate,
org.dmg.pmml.DataDictionary dataDictionary)
public static org.kie.pmml.commons.model.predicates.KiePMMLSimplePredicate getKiePMMLSimplePredicate(org.dmg.pmml.SimplePredicate predicate,
org.dmg.pmml.DataType dataType)
public static org.kie.pmml.commons.model.predicates.KiePMMLSimpleSetPredicate getKiePMMLSimpleSetPredicate(org.dmg.pmml.SimpleSetPredicate predicate)
public static org.kie.pmml.commons.model.predicates.KiePMMLCompoundPredicate getKiePMMLCompoundPredicate(org.dmg.pmml.CompoundPredicate predicate,
org.dmg.pmml.DataDictionary dataDictionary)
public static org.kie.pmml.commons.model.predicates.KiePMMLTruePredicate getKiePMMLTruePredicate()
public static org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate getKiePMMLFalsePredicate()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.