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

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

Go to download

The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.

There is a newer version: 7.2.0
Show newest version
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