| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.query | |
| org.protempa.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AlgorithmSourceImpl
A read-only "interface" to an externally maintained set of pattern detection
algorithm implementations.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSource |
Protempa.getAlgorithmSource()
Gets the algorithm source.
|
AlgorithmSource |
AlgorithmSourceUpdatedEvent.getProtempaSource() |
AlgorithmSource |
SourceFactory.newAlgorithmSourceInstance() |
| Constructor and Description |
|---|
AlgorithmSourceUpdatedEvent(AlgorithmSource algorithmSource)
Constructs an event with the source
AlgorithmSource that generated the event. |
Protempa(DataSource dataSource,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource,
TermSource termSource)
Constructor that configures PROTEMPA not to cache found abstract
parameters.
|
Protempa(DataSource dataSource,
KnowledgeSource knowledgeSource,
AlgorithmSource algorithmSource,
TermSource termSource,
boolean cacheFoundAbstractParameters)
Constructor that lets the user specify whether or not to cache found
abstract parameters.
|
| 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.
|
Copyright © 2012–2016 Emory University. All rights reserved.