public interface QueryGenerationFactory
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Query |
getSparqlQuery(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as Jena Query
|
String |
getSparqlQueryAsString(TestCase testCase)
Gets a TestCase and returns an appropriate sparql query as String
|
String getSparqlQueryAsString(TestCase testCase)
testCase - the test casecom.hp.hpl.jena.query.Query getSparqlQuery(TestCase testCase)
testCase - the test caseCopyright © 2014. All rights reserved.