Uses of Class
be.ugent.rml.records.Record
-
Packages that use Record Package Description be.ugent.rml.extractor be.ugent.rml.functions be.ugent.rml.records be.ugent.rml.termgenerator -
-
Uses of Record in be.ugent.rml.extractor
Methods in be.ugent.rml.extractor with parameters of type Record Modifier and Type Method Description ObjectConstantExtractor. execute(Record record)ObjectReferenceExtractor. execute(Record record)List<Object>ConstantExtractor. extract(Record record)List<Object>Extractor. extract(Record record)List<Object>ReferenceExtractor. extract(Record record) -
Uses of Record in be.ugent.rml.functions
Methods in be.ugent.rml.functions with parameters of type Record Modifier and Type Method Description ObjectAbstractSingleRecordFunctionExecutor. execute(Record record)List<?>ConcatFunction. execute(Record record)ObjectSingleRecordFunctionExecutor. execute(Record record)Method parameters in be.ugent.rml.functions with type arguments of type Record Modifier and Type Method Description ObjectDynamicMultipleRecordsFunctionExecutor. execute(Map<String,Record> records)ObjectMultipleRecordsFunctionExecutor. execute(Map<String,Record> records)ObjectStaticMultipleRecordsFunctionExecutor. execute(Map<String,Record> records) -
Uses of Record in be.ugent.rml.records
Subclasses of Record in be.ugent.rml.records Modifier and Type Class Description classCSVRecordThis class is a specific implementation of a record for CSV.classJSONRecordThis class is a specific implementation of a record for JSON.classXMLRecordThis class is a specific implementation of a record for XML.Methods in be.ugent.rml.records that return types with arguments of type Record Modifier and Type Method Description List<Record>RecordsFactory. createRecords(Term triplesMap, QuadStore rmlStore)This method creates and returns records for a given Triples Map and set of RML rules.List<Record>CSVRecordFactory. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of CSV records for a data source.List<Record>IteratorFormat. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of records for a data source.List<Record>ReferenceFormulationRecordFactory. getRecords(Access access, Term logicalSource, QuadStore rmlStore)This method returns a list of records for a data source. -
Uses of Record in be.ugent.rml.termgenerator
Methods in be.ugent.rml.termgenerator with parameters of type Record Modifier and Type Method Description List<Term>BlankNodeGenerator. generate(Record record)List<Term>LiteralGenerator. generate(Record record)List<Term>NamedNodeGenerator. generate(Record record)abstract List<Term>TermGenerator. generate(Record record)
-