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