public class DumpTestSource extends TestSource
CACHE_TTL, cacheTTL, pagination, PAGINATION, QUERY_DELAY, QUERY_LIMIT, queryDelay, queryLimit| Constructor and Description |
|---|
DumpTestSource(DumpTestSource source,
Collection<SchemaSource> referencesSchemata)
Instantiates a new Test source along with a collection os schemata.
|
DumpTestSource(String prefix,
String uri)
Constructor for DumpTestSource.
|
DumpTestSource(String prefix,
String uri,
RDFReader dumpReader,
Collection<SchemaSource> schemata)
Constructor for DumpTestSource.
|
DumpTestSource(String prefix,
String uri,
RDFReader dumpReader,
Collection<SchemaSource> schemata,
com.hp.hpl.jena.ontology.OntModelSpec ontoSpec) |
DumpTestSource(String prefix,
String uri,
String location)
Constructor for DumpTestSource.
|
DumpTestSource(String prefix,
String uri,
String location,
Collection<SchemaSource> schemata)
Constructor for DumpTestSource.
|
| Modifier and Type | Method and Description |
|---|---|
TestAppliesTo |
getSourceType()
getSourceType.
|
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 DumpTestSource(String prefix, String uri, String location)
Constructor for DumpTestSource.
public DumpTestSource(String prefix, String uri, String location, Collection<SchemaSource> schemata)
Constructor for DumpTestSource.
prefix - a String object.uri - a String object.location - a String object.schemata - a Collection object.public DumpTestSource(DumpTestSource source, Collection<SchemaSource> referencesSchemata)
source - the sourcereferencesSchemata - the references schematapublic DumpTestSource(String prefix, String uri, RDFReader dumpReader, Collection<SchemaSource> schemata)
Constructor for DumpTestSource.
prefix - a String object.uri - a String object.dumpReader - a RDFReader object.schemata - a Collection object.public DumpTestSource(String prefix, String uri, RDFReader dumpReader, Collection<SchemaSource> schemata, com.hp.hpl.jena.ontology.OntModelSpec ontoSpec)
public TestAppliesTo getSourceType()
getSourceType.
getSourceType in class SourceTestAppliesTo object.protected org.aksw.jena_sparql_api.core.QueryExecutionFactory initQueryFactory()
initQueryFactory.
initQueryFactory in class SourceQueryExecutionFactory object.Copyright © 2015. All rights reserved.