Uses of Interface
be.ugent.rml.extractor.Extractor
-
Packages that use Extractor Package Description be.ugent.rml be.ugent.rml.extractor be.ugent.rml.functions -
-
Uses of Extractor in be.ugent.rml
Methods in be.ugent.rml that return types with arguments of type Extractor Modifier and Type Method Description static List<Extractor>Utils. parseTemplate(String template, boolean ignoreDoubleQuotes)This method parse the generic template and returns a list of Extractors that can later be used by the executor to get the data values from the records. -
Uses of Extractor in be.ugent.rml.extractor
Classes in be.ugent.rml.extractor that implement Extractor Modifier and Type Class Description classConstantExtractorclassReferenceExtractor -
Uses of Extractor in be.ugent.rml.functions
Constructor parameters in be.ugent.rml.functions with type arguments of type Extractor Constructor Description ConcatFunction(List<Extractor> extractors)ConcatFunction(List<Extractor> extractors, boolean encodeURI)
-