public class EndpointTestSource extends TestSource
CACHE_TTL, cacheTTL, pagination, PAGINATION, QUERY_DELAY, QUERY_LIMIT, queryDelay, queryLimit| Constructor and Description |
|---|
EndpointTestSource(EndpointTestSource source)
Constructor for EndpointTestSource.
|
EndpointTestSource(EndpointTestSource source,
Collection<SchemaSource> referencesSchemata)
Instantiates a new Test source along with a collection os schemata.
|
EndpointTestSource(String prefix,
String uri)
Constructor for EndpointTestSource.
|
EndpointTestSource(String prefix,
String uri,
String sparqlEndpoint,
Collection<String> sparqlGraph,
Collection<SchemaSource> schemata)
Constructor for EndpointTestSource.
|
| Modifier and Type | Method and Description |
|---|---|
TestAppliesTo |
getSourceType()
getSourceType.
|
String |
getSparqlEndpoint()
Getter for the field
sparqlEndpoint. |
Collection<String> |
getSparqlGraphs()
getSparqlGraphs.
|
protected org.aksw.jena_sparql_api.core.QueryExecutionFactory |
initQueryFactory()
initQueryFactory.
|
getCacheTTL, getPagination, getQueryDelay, getQueryLimit, masqueradeQEF, setCacheTTL, setPagination, setQueryDelay, setQueryLimitaddReferencesSchemata, compareTo, equals, getExecutionFactory, getPrefix, getReferencesSchemata, getUri, hashCode, toStringpublic EndpointTestSource(String prefix, String uri)
Constructor for EndpointTestSource.
public EndpointTestSource(String prefix, String uri, String sparqlEndpoint, Collection<String> sparqlGraph, Collection<SchemaSource> schemata)
Constructor for EndpointTestSource.
prefix - a String object.uri - a String object.sparqlEndpoint - a String object.sparqlGraph - a Collection object.schemata - a Collection object.public EndpointTestSource(EndpointTestSource source)
Constructor for EndpointTestSource.
source - a EndpointTestSource object.public EndpointTestSource(EndpointTestSource source, Collection<SchemaSource> referencesSchemata)
source - the sourcereferencesSchemata - the references schematapublic TestAppliesTo getSourceType()
getSourceType.
getSourceType in class SourceTestAppliesTo object.protected org.aksw.jena_sparql_api.core.QueryExecutionFactory initQueryFactory()
initQueryFactory.
initQueryFactory in class SourceQueryExecutionFactory object.public String getSparqlEndpoint()
Getter for the field sparqlEndpoint.
String object.public Collection<String> getSparqlGraphs()
getSparqlGraphs.
Collection object.Copyright © 2015. All rights reserved.