public abstract class Source extends Object implements Comparable<Source>
Abstract Source class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log
Constant
log |
| Constructor and Description |
|---|
Source(Source source)
Constructor for Source.
|
Source(String prefix,
String uri)
Constructor for Source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReferencesSchemata(Collection<SchemaSource> schemata)
addReferencesSchemata.
|
int |
compareTo(Source o) |
boolean |
equals(Object o) |
org.aksw.jena_sparql_api.core.QueryExecutionFactory |
getExecutionFactory()
getExecutionFactory.
|
String |
getPrefix()
Getter for the field
prefix. |
Collection<SchemaSource> |
getReferencesSchemata()
Getter for the field
referencesSchemata. |
abstract TestAppliesTo |
getSourceType()
getSourceType.
|
String |
getUri()
Getter for the field
uri. |
int |
hashCode() |
protected abstract org.aksw.jena_sparql_api.core.QueryExecutionFactory |
initQueryFactory()
initQueryFactory.
|
String |
toString() |
public abstract TestAppliesTo getSourceType()
getSourceType.
TestAppliesTo object.protected abstract org.aksw.jena_sparql_api.core.QueryExecutionFactory initQueryFactory()
initQueryFactory.
QueryExecutionFactory object.public org.aksw.jena_sparql_api.core.QueryExecutionFactory getExecutionFactory()
getExecutionFactory.
QueryExecutionFactory object.public Collection<SchemaSource> getReferencesSchemata()
Getter for the field referencesSchemata.
Collection object.public void addReferencesSchemata(Collection<SchemaSource> schemata)
addReferencesSchemata.
schemata - a Collection object.public int compareTo(Source o)
compareTo in interface Comparable<Source>Copyright © 2015. All rights reserved.