public abstract class AbstractRDFReader extends Object implements RDFReader
| Constructor and Description |
|---|
AbstractRDFReader() |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
read()
Reads RDF and returns a
Model |
com.hp.hpl.jena.query.Dataset |
readDataset()
readDataset.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readDatasetpublic com.hp.hpl.jena.rdf.model.Model read()
throws RDFReaderException
Modelread in interface RDFReaderModel with the data readRDFReaderException - if any.public com.hp.hpl.jena.query.Dataset readDataset()
throws RDFReaderException
readDataset.
readDataset in interface RDFReaderDataset object.RDFReaderException - if any.Copyright © 2015. All rights reserved.