| Package | Description |
|---|---|
| edu.cmu.sphinx.fst | |
| edu.cmu.sphinx.fst.operations | |
| edu.cmu.sphinx.fst.sequitur |
| Modifier and Type | Method and Description |
|---|---|
Arc |
State.deleteArc(int index)
Delete an arc based on its index
|
Arc |
ImmutableState.deleteArc(int index) |
Arc |
State.getArc(int index)
Get an arc based on it's index the arcs ArrayList
|
Arc |
ImmutableState.getArc(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.addArc(Arc arc)
Add an outgoing arc to the state
|
void |
ImmutableState.addArc(Arc arc) |
void |
State.setArc(int index,
Arc arc)
Set an arc at the specified position in the arcs' ArrayList.
|
void |
ImmutableState.setArc(int index,
Arc arc)
Set an arc at the specified position in the arcs' array.
|
void |
ImmutableState.setArcs(Arc[] arcs)
Set the state's arcs array
|
| Modifier and Type | Method and Description |
|---|---|
void |
State.arcSort(java.util.Comparator<Arc> cmp)
Shorts the arc's ArrayList based on the provided Comparator
|
void |
ImmutableState.arcSort(java.util.Comparator<Arc> cmp) |
void |
State.setArcs(java.util.ArrayList<Arc> arcs)
Set the state's arcs ArrayList
|
| Modifier and Type | Method and Description |
|---|---|
int |
OLabelCompare.compare(Arc o1,
Arc o2) |
int |
ILabelCompare.compare(Arc o1,
Arc o2) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ArcSort.apply(Fst fst,
java.util.Comparator<Arc> cmp)
Applies the ArcSort on the provided fst.
|
| Modifier and Type | Method and Description |
|---|---|
Arc |
SequiturImport.Arc.toOpenFstArc(java.util.List<State> openFstStates) |