| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.cli |
| Modifier and Type | Method and Description |
|---|---|
static Protempa |
Protempa.newInstance(SourceFactory sourceFactory) |
static Protempa |
Protempa.newInstance(SourceFactory sourceFactory,
boolean useCache) |
static Protempa |
Protempa.newInstance(String configurationId) |
static Protempa |
Protempa.newInstance(String configurationsId,
boolean useCache) |
| Constructor and Description |
|---|
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 |
|---|---|
void |
CLI.initialize()
Initializes PROTEMPA with the specified configuration.
|
Copyright © 2012–2016 Emory University. All rights reserved.