public class RDFFirstSuccessReader extends AbstractRDFReader implements RDFReader
RDFFirstSuccessReader class.
| Constructor and Description |
|---|
RDFFirstSuccessReader(Collection<RDFReader> readers)
Constructor for RDFFirstSuccessReader.
|
| 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
|
readpublic RDFFirstSuccessReader(Collection<RDFReader> readers)
Constructor for RDFFirstSuccessReader.
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.Copyright © 2015. All rights reserved.