| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend.tsb |
| Modifier and Type | Method and Description |
|---|---|
static Term |
Term.fromTerminologyAndCode(String terminology,
String code) |
Term |
TermSourceImpl.readTerm(String id) |
Term |
TermSource.readTerm(String id) |
static Term |
Term.withId(String id)
Creates and returns a new
Term with the given identifier |
| Modifier and Type | Method and Description |
|---|---|
Term |
TermSourceBackend.readTerm(String id)
Reads a term from the given terminology
|
Term |
AbstractTermSourceBackend.readTerm(String id)
A default implementation that returns null
|
| Modifier and Type | Method and Description |
|---|---|
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.