public final class DFSATransition<T,S> extends Object implements Scored
Constructor and Description |
---|
DFSATransition(Object transitionID,
DFSAState<T,S> source,
DFSAState<T,S> target,
T input,
Object output,
double score) |
Modifier and Type | Method and Description |
---|---|
Object |
getID() |
T |
getInput() |
Object |
getOutput() |
DFSAState<T,S> |
getSource() |
DFSAState<T,S> |
getTarget() |
T |
input() |
Object |
output() |
double |
score() |
DFSAState<T,S> |
source() |
DFSAState<T,S> |
target() |
String |
toString() |