public class QueryGenerationAskFactory extends Object implements QueryGenerationFactory
| Constructor and Description |
|---|
QueryGenerationAskFactory() |
| 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
|
public String getSparqlQueryAsString(TestCase testCase)
getSparqlQueryAsString in interface QueryGenerationFactorytestCase - the test casepublic com.hp.hpl.jena.query.Query getSparqlQuery(TestCase testCase)
getSparqlQuery in interface QueryGenerationFactorytestCase - the test caseCopyright © 2015. All rights reserved.