| Modifier and Type | Method and Description |
|---|---|
Query |
Protempa.buildQuery(QueryBuilder queryBuilder)
Convenience method for calling
QueryBuilder.build(org.protempa.KnowledgeSource, org.protempa.AlgorithmSource)
with this Protempa instance's knowledge source and algorithm source. |
Query |
QuerySession.getQuery()
Gets the initial query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Protempa.execute(Query query,
Destination destination)
Executes a query.
|
QuerySession |
Protempa.prepare(Query query)
Create a QuerySession object, which can be used by the caller to further
filter or drill the results of the initial query that is passed in.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsHandler |
Destination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource)
Performs any initialization required for the query results handler's
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsHandler |
DeidentifiedDestination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsHandler |
KeyLoaderDestination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsHandler |
MapDestination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsHandler |
PropositionListDestination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource) |
| Modifier and Type | Method and Description |
|---|---|
TableQueryResultsHandler |
TableDestination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource) |
| Modifier and Type | Method and Description |
|---|---|
QueryResultsHandler |
XmlDestination.getQueryResultsHandler(Query query,
DataSource dataSource,
KnowledgeSource knowledgeSource) |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBuilder.build(KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource)
Builds a
Query. |
Query |
DefaultQueryBuilder.build(KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource) |
| Modifier and Type | Method and Description |
|---|---|
Query |
XMLConfiguration.build(KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource) |
static Query |
XMLConfiguration.readQueryAsXML(File file,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource)
Read XML from the specified file that describes a Protempa query and
create the query.
|
static Query |
XMLConfiguration.readQueryAsXML(InputStream inputStream,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource)
Read XML from the specified input stream that describes a Protempa query
and create the query.
|
static Query |
XMLConfiguration.readQueryAsXML(Reader reader,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource)
Read XML from the specified
Reader that describes a Protempa
query and create the query. |
static Query |
XMLConfiguration.readQueryAsXML(String str,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource)
Read XML from the specified string that describes a Protempa query and
create the query.
|
static Query |
XMLConfiguration.readQueryAsXML(URL url,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource)
Read XML from the specified URL that describes a Protempa query and
create the query.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLConfiguration.writeQueryAsXML(Query query,
File file)
Write the given Protempa query to the specified file.
|
static void |
XMLConfiguration.writeQueryAsXML(Query query,
File file,
boolean surpressSchemaReference)
Write the given protempa query to the specified file.
|
static void |
XMLConfiguration.writeQueryAsXML(Query query,
Writer writer,
boolean surpressSchemaReference)
Write the given protempa query to the specified file.
|
Copyright © 2012–2016 Emory University. All rights reserved.