| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.query |
| 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) |
Copyright © 2012–2017 Emory University. All rights reserved.