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

be.ugent.rml.functions.StaticSingleRecordFunctionExecutor Maven / Gradle / Ivy

package be.ugent.rml.functions;

import be.ugent.rml.Template;

import java.util.HashMap;
import java.util.List;
import java.util.Map;

public class StaticSingleRecordFunctionExecutor extends AbstractSingleRecordFunctionExecutor {

    public StaticSingleRecordFunctionExecutor(FunctionModel model, Map> parameters) {
        HashMap parametersForOtherExecutor = new HashMap<>();

        parameters.keySet().forEach(parameter -> {
           List