org.jrdf.gui.model
Class JRDFModelImpl

java.lang.Object
  extended by org.jrdf.gui.model.JRDFModelImpl
All Implemented Interfaces:
JRDFModel

public class JRDFModelImpl
extends Object
implements JRDFModel


Constructor Summary
JRDFModelImpl(GraphFactory graphFactory, SparqlConnection connection)
           
 
Method Summary
 Graph loadModel(URL url)
           
 Answer performQuery(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRDFModelImpl

public JRDFModelImpl(GraphFactory graphFactory,
                     SparqlConnection connection)
Method Detail

loadModel

public Graph loadModel(URL url)
Specified by:
loadModel in interface JRDFModel

performQuery

public Answer performQuery(String query)
                    throws GraphException,
                           InvalidQuerySyntaxException
Specified by:
performQuery in interface JRDFModel
Throws:
GraphException
InvalidQuerySyntaxException