| Package | Description |
|---|---|
| edu.utah.bmi.nlp |
| Modifier and Type | Field and Description |
|---|---|
DeterminantValueSet.Determinants |
Rule.type |
| Modifier and Type | Method and Description |
|---|---|
static DeterminantValueSet.Determinants |
DeterminantValueSet.Determinants.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeterminantValueSet.Determinants[] |
DeterminantValueSet.Determinants.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Rule(int id,
String rule,
String ruleName,
DeterminantValueSet.Determinants type) |
Rule(int id,
String rule,
String ruleName,
double score,
DeterminantValueSet.Determinants type) |
Copyright © 2017 The Department of Biomedical Informatics, University of Utah. All rights reserved.