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)
QueryGenerationFactorygetSparqlQueryAsString in interface QueryGenerationFactorytestCase - the test casepublic com.hp.hpl.jena.query.Query getSparqlQuery(TestCase testCase)
QueryGenerationFactorygetSparqlQuery in interface QueryGenerationFactorytestCase - the test caseCopyright © 2014. All rights reserved.