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

mml-compiler-commons.7.63.0.Final.source-code.KiePMMLLocalTransformationsTemplate.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.transformations.KiePMMLLocalTransformations;

public class KiePMMLLocalTransformationsTemplate {


    private KiePMMLLocalTransformations getKiePMMLLocalTransformations() {
        KiePMMLLocalTransformations localTransformations = KiePMMLLocalTransformations.builder("localTransformations", Collections.emptyList())
                                                    .withDerivedFields(null)
                                                    .build();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy