public class RDFModelReader extends AbstractRDFReader implements RDFReader
RDFModelReader class.
| Constructor and Description |
|---|
RDFModelReader(com.hp.hpl.jena.rdf.model.Model model)
Constructor for RDFModelReader.
|
public RDFModelReader(com.hp.hpl.jena.rdf.model.Model model)
Constructor for RDFModelReader.
model - a Model object.public com.hp.hpl.jena.rdf.model.Model read()
throws RDFReaderException
RDFReaderModelread in interface RDFReaderread in class AbstractRDFReaderModel with the data readRDFReaderException - if any.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.