com.hp.hpl.jena.rdf.model
Interface ModelReader


public interface ModelReader

A component interface used by ModelGetter for reading models.

Author:
eh

Method Summary
 Model readModel(Model toRead, String URL)
          Read the contents of URL into toRead and answer toRead,
 

Method Detail

readModel

Model readModel(Model toRead,
                String URL)
Read the contents of URL into toRead and answer toRead,



Licenced under the Apache License, Version 2.0