Class GenericQueryRunnerOnModel
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.visutils.GenericQueryRunnerOnModel
-
- All Implemented Interfaces:
QueryRunner<org.apache.jena.query.ResultSet>
public class GenericQueryRunnerOnModel extends Object implements QueryRunner<org.apache.jena.query.ResultSet>
This query runner is used to run a generic sparql query based on the "select", "where" & "filter" rules provided to it.- Author:
- cdtank
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.jena.query.SyntaxSYNTAX
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.query.ResultSetgetQueryResult()
-
-
-
Method Detail
-
getQueryResult
public org.apache.jena.query.ResultSet getQueryResult() throws MalformedQueryParametersException- Specified by:
getQueryResultin interfaceQueryRunner<org.apache.jena.query.ResultSet>- Throws:
MalformedQueryParametersException
-
-