| Package | Description |
|---|---|
| edu.cmu.sphinx.trainer |
| Modifier and Type | Method and Description |
|---|---|
Edge |
TrainerLink.getTransition() |
Edge |
Graph.linkNodes(Node sourceNode,
Node destinationNode)
Link two nodes.
|
Edge |
Graph.nextEdge() |
Edge |
Node.nextIncomingEdge()
Returns the next incoming edge to this node.
|
Edge |
Node.nextOutgoingEdge()
Returns the next outgoing edge from this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graph.addEdge(Edge edge)
Add edge to list of nodes.
|
void |
Node.addIncomingEdge(Edge edge)
Method to add an incoming edge.
|
void |
Node.addOutgoingEdge(Edge edge)
Method to add an outgoing edge.
|
| Constructor and Description |
|---|
TrainerLink(Edge transition,
TrainerToken source,
TrainerToken destination) |