|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transition<S extends State,Y extends Symbol>
Note: this interface has a natural ordering that is inconsistent with equals.
| Method Summary | |
|---|---|
S |
getDestination()
Returns the destination State of this transition |
java.lang.String |
getName()
Returns the name of this transition. |
double |
getProbability()
Returns the logProb of this transition |
S |
getSource()
Returns the source State of this transition |
Y |
getSymbol()
Returns the emitted Symbol of this transition |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
S getSource()
State of this transition
State of this transitionS getDestination()
State of this transition
State of this transitionY getSymbol()
Symbol of this transition
Symbol of this transitiondouble getProbability()
logProb of this transition
logProb of this transitionjava.lang.String getName()
name of this transition. The name of a
transition will be used at decoding stage
name of this transition
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||