Uses of Class
be.ugent.rml.functions.FunctionLoader
-
Packages that use FunctionLoader Package Description be.ugent.rml be.ugent.rml.functions -
-
Uses of FunctionLoader in be.ugent.rml
Methods in be.ugent.rml that return FunctionLoader Modifier and Type Method Description FunctionLoaderExecutor. getFunctionLoader()FunctionLoaderInitializer. getFunctionLoader()Constructors in be.ugent.rml with parameters of type FunctionLoader Constructor Description Executor(QuadStore rmlStore, RecordsFactory recordsFactory, FunctionLoader functionLoader, QuadStore resultingQuads, String baseIRI)Executor(QuadStore rmlStore, RecordsFactory recordsFactory, FunctionLoader functionLoader, String baseIRI)Initializer(QuadStore rmlStore, FunctionLoader functionLoader)MappingFactory(FunctionLoader functionLoader) -
Uses of FunctionLoader in be.ugent.rml.functions
Constructors in be.ugent.rml.functions with parameters of type FunctionLoader Constructor Description DynamicMultipleRecordsFunctionExecutor(List<ParameterValueOriginPair> parameterValuePairs, FunctionLoader functionLoader)DynamicSingleRecordFunctionExecutor(List<ParameterValuePair> parameterValuePairs, FunctionLoader functionLoader)
-