All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mml-compiler-commons.7.63.0.Final.source-code.KiePMMLFalsePredicateConstructorTemplate.tmpl Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package org.kie.pmml.compiler.commons;

import java.util.Collections;

import org.kie.pmml.commons.model.predicates.KiePMMLFalsePredicate;

public class KiePMMLFalsePredicateConstructorTemplate extends KiePMMLFalsePredicate {

    public KiePMMLFalsePredicateConstructorTemplate() {
        super(name, Collections.emptyList());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy