| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.flat |
| Modifier and Type | Method and Description |
|---|---|
SentenceHMMState.Color |
SentenceHMMState.getColor()
Gets the color for this node
|
static SentenceHMMState.Color |
SentenceHMMState.Color.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SentenceHMMState.Color[] |
SentenceHMMState.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SentenceHMMState.setColor(SentenceHMMState.Color color)
Sets the color for this node
|