| Package | Description |
|---|---|
| org.protempa | |
| org.protempa.backend | |
| org.protempa.valueset |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSourceId |
class |
NotRecordedSourceId |
| Modifier and Type | Method and Description |
|---|---|
SourceId |
SourceIdBuilder.build() |
SourceId |
NotRecordedSourceIdBuilder.build() |
SourceId |
DefaultSourceIdBuilder.build() |
SourceId |
SourceIdFactory.getInstance(E obj) |
SourceId |
DefaultSourceIdFactory.getInstance(String str) |
SourceId |
PropositionDefinition.getSourceId() |
SourceId |
AbstractPropositionDefinition.getSourceId() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPropositionDefinition.setSourceId(SourceId sourceId) |
| Modifier and Type | Method and Description |
|---|---|
SourceId |
BackendSourceIdFactory.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
SourceId |
ValueSet.getSourceId()
Returns the source of this value set.
|
| Constructor and Description |
|---|
ValueSet(String id,
String displayName,
OrderedValue lowerBound,
OrderedValue upperBound,
SourceId sourceId) |
ValueSet(String id,
String displayName,
ValueSetElement[] valueSetElements,
boolean ordered,
SourceId sourceId)
Instantiates a new value set with the specified values (value set
elements).
|
ValueSet(String id,
String displayName,
ValueSetElement[] valueSetElements,
SourceId sourceId) |
Copyright © 2012–2016 Emory University. All rights reserved.