mml-commons.8.44.0.Final.source-code.KiePMMLCompoundPredicateEvaluateMethodTemplate.tmpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-pmml-commons Show documentation
Show all versions of kie-pmml-commons Show documentation
Common code for PMML module
package org.kie.pmml.commons.model.predicates;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicReference;
public class KiePMMLCompoundPredicateEvaluateMethodTemplate {
public boolean evaluate(Map stringObjectMap) {
Boolean toReturn = null;
final List, Boolean>> functions = new LinkedList();
for (Function
© 2015 - 2024 Weber Informatics LLC | Privacy Policy