All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.ugent.rml.extractor.Extractor Maven / Gradle / Ivy

package be.ugent.rml.extractor;


import be.ugent.idlab.knows.dataio.record.Record;

import java.util.List;

public interface Extractor {

    List extract(Record record);
}