| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate |
| Modifier and Type | Method and Description |
|---|---|
static Pool.Feature |
Pool.Feature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pool.Feature[] |
Pool.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Pool.getFeature(Pool.Feature feature,
int defaultValue)
Retrieves a feature from this pool.
|
void |
Pool.setFeature(Pool.Feature feature,
int value)
Sets a feature for this pool.
|