Uses of Interface
be.ugent.rml.functions.SingleRecordFunctionExecutor
-
Packages that use SingleRecordFunctionExecutor Package Description be.ugent.rml be.ugent.rml.extractor be.ugent.rml.functions be.ugent.rml.termgenerator -
-
Uses of SingleRecordFunctionExecutor in be.ugent.rml
Methods in be.ugent.rml that return SingleRecordFunctionExecutor Modifier and Type Method Description static SingleRecordFunctionExecutorRecordFunctionExecutorFactory. generate(QuadStore store, Term termMap, boolean encodeURI, boolean ignoreDoubleQuotes) -
Uses of SingleRecordFunctionExecutor in be.ugent.rml.extractor
Classes in be.ugent.rml.extractor that implement SingleRecordFunctionExecutor Modifier and Type Class Description classConstantExtractorclassReferenceExtractor -
Uses of SingleRecordFunctionExecutor in be.ugent.rml.functions
Classes in be.ugent.rml.functions that implement SingleRecordFunctionExecutor Modifier and Type Class Description classAbstractSingleRecordFunctionExecutorclassConcatFunctionclassDynamicSingleRecordFunctionExecutorclassStaticSingleRecordFunctionExecutor -
Uses of SingleRecordFunctionExecutor in be.ugent.rml.termgenerator
Constructors in be.ugent.rml.termgenerator with parameters of type SingleRecordFunctionExecutor Constructor Description BlankNodeGenerator(SingleRecordFunctionExecutor functionExecutor)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, SingleRecordFunctionExecutor languageExecutor)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, Term datatype)LiteralGenerator(SingleRecordFunctionExecutor functionExecutor, String language)NamedNodeGenerator(SingleRecordFunctionExecutor functionExecutor)TermGenerator(SingleRecordFunctionExecutor functionExecutor)
-