| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.ksb | |
| org.protempa.query |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
KnowledgeSource.getPropositionDefinitionsByTerm(And<TermSubsumption> termSubsumptionClause)
Gets the mappings from term IDs to proposition IDs for each backend.
|
List<String> |
KnowledgeSourceImpl.getPropositionDefinitionsByTerm(And<TermSubsumption> termSubsumptionClause)
Gets the mappings from term IDs to proposition IDs for each backend.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AbstractKnowledgeSourceBackend.getPropositionsByTermSubsumption(And<TermSubsumption> termId)
A default implementation that returns an empty List.
|
List<String> |
KnowledgeSourceBackend.getPropositionsByTermSubsumption(And<TermSubsumption> termSubsumptions)
Gets the proposition definitions that are associated with the given AND
clause of term subsumptions.
|
| Modifier and Type | Method and Description |
|---|---|
And<E> |
And.clone() |
And<String>[] |
DefaultQueryBuilder.getTermIds()
Gets the term ids to be queried in disjunctive normal form.
|
And<String>[] |
Query.getTermIds()
Gets the term ids to be queried in disjunctive normal form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultQueryBuilder.setTermIds(And<String>[] termIds)
Sets the term ids to be queried in disjunctive normal form.
|
| Constructor and Description |
|---|
Query(String[] keyIds,
Filter filters,
String[] propIds,
And<String>[] termIds,
PropositionDefinition[] propDefs,
QueryMode queryMode)
Creates new Query instance with a default identifier.
|
Query(String id,
String[] keyIds,
Filter filters,
String[] propIds,
And<String>[] termIds,
PropositionDefinition[] propDefs,
QueryMode queryMode)
Creates new Query instance.
|
Query(String id,
String username,
String[] keyIds,
Filter filters,
String[] propIds,
And<String>[] termIds,
PropositionDefinition[] propDefs,
QueryMode queryMode) |
Copyright © 2012–2018 Emory University. All rights reserved.