Uses of Class
edu.stanford.smi.protegex.owl.model.query.SPARQLQueryResults

Packages that use SPARQLQueryResults
edu.stanford.smi.protegex.owl.model.query   
 

Uses of SPARQLQueryResults in edu.stanford.smi.protegex.owl.model.query
 

Methods in edu.stanford.smi.protegex.owl.model.query that return SPARQLQueryResults
static SPARQLQueryResults SPARQLQueryResults.create(OWLModel owlModel, String queryString)
          Creates QueryResults from a given query string (which should already include prefix declarations).