public class RDFMultipleReader extends AbstractRDFReader implements RDFReader
RDFMultipleReader class.
| Constructor and Description |
|---|
RDFMultipleReader(Collection<RDFReader> readers)
Constructor for RDFMultipleReader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
read(com.hp.hpl.jena.rdf.model.Model model)
Reads RDF and writes the data in the Model provided by the user
|
void |
readDataset(com.hp.hpl.jena.query.Dataset dataset)
readDataset.
|
String |
toString() |
read, readDatasetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitread, readDatasetpublic RDFMultipleReader(Collection<RDFReader> readers)
Constructor for RDFMultipleReader.
readers - a Collection object.public void read(com.hp.hpl.jena.rdf.model.Model model)
throws RDFReaderException
read in interface RDFReadermodel - the model we want to write our data intoRDFReaderException - if any.public void readDataset(com.hp.hpl.jena.query.Dataset dataset)
throws RDFReaderException
readDataset.
readDataset in interface RDFReaderdataset - a Dataset object.RDFReaderException - if any.Copyright © 2015. All rights reserved.