| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.tsb |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TermSourceImpl.getTermSubsumption(String termId)
Gets the term subsumption for the given term ID.
|
List<String> |
TermSource.getTermSubsumption(String termId)
Gets the term subsumption for the given term ID.
|
Term |
TermSourceImpl.readTerm(String id) |
Term |
TermSource.readTerm(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TermSourceBackend.getSubsumption(String id)
Retrieves all of the descendants of the term specified by the given ID.
|
List<String> |
AbstractTermSourceBackend.getSubsumption(String id)
A default implementation that returns null
|
Term |
TermSourceBackend.readTerm(String id)
Reads a term from the given terminology
|
Term |
AbstractTermSourceBackend.readTerm(String id)
A default implementation that returns null
|
Map<String,Term> |
TermSourceBackend.readTerms(String[] ids)
Reads an array of terms from the given terminology
|
Map<String,Term> |
AbstractTermSourceBackend.readTerms(String[] ids)
A default implementation that returns null
|
Copyright © 2012–2016 Emory University. All rights reserved.