public class CombinedSource extends SourceBase implements Source
Source.ResultSetConsumer, Source.Util
Modifier and Type | Field and Description |
---|---|
protected List<String> |
constructs |
protected com.hp.hpl.jena.shared.Lock |
lock |
protected List<String> |
matches |
protected String |
name |
protected List<Source> |
sources |
Constructor and Description |
---|
CombinedSource(com.hp.hpl.jena.util.FileManager fm,
AuthMap am,
com.hp.hpl.jena.rdf.model.Resource ep)
ep is a resource of type Combiner.
|
Modifier and Type | Method and Description |
---|---|
void |
addMetadata(com.hp.hpl.jena.rdf.model.Resource meta)
Add metdata describing this source to a metdata model
|
com.hp.hpl.jena.query.QueryExecution |
execute(com.hp.hpl.jena.query.Query query)
Each SourceBase subclass must provide
execute . |
com.hp.hpl.jena.shared.Lock |
getLock()
Each SourceBase subclass must provide a Lock on demand.
|
boolean |
supportsNestedSelect()
Answer TRUE iff this source supports nested SELECT queries
(as specified by SPARQL 1.1).
|
String |
toString()
Return a name for this source, used for error reporting
|
executeConstruct, executeDescribe, executeSelect, getTextSearchConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
executeConstruct, executeDescribe, executeSelect, getTextSearchConfig
protected String name
protected final com.hp.hpl.jena.shared.Lock lock
public CombinedSource(com.hp.hpl.jena.util.FileManager fm, AuthMap am, com.hp.hpl.jena.rdf.model.Resource ep)
public com.hp.hpl.jena.shared.Lock getLock()
SourceBase
getLock
in class SourceBase
public com.hp.hpl.jena.query.QueryExecution execute(com.hp.hpl.jena.query.Query query)
SourceBase
execute
.execute
in class SourceBase
public String toString()
Source
public void addMetadata(com.hp.hpl.jena.rdf.model.Resource meta)
addMetadata
in interface Source
public boolean supportsNestedSelect()
Source
supportsNestedSelect
in interface Source
Copyright © 2014. All Rights Reserved.