
be.ugent.rml.records.Record Maven / Gradle / Ivy
package be.ugent.rml.records;
import java.util.List;
/**
* This class represents a generic record in a data source.
*/
public abstract class Record {
/**
* This method returns the objects for a reference in the record.
* @param value the reference for which objects need to be returned.
* @return a list of objects for the reference.
*/
public abstract List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy