public static interface StochasticDeterministicFiniteAutomaton.EdgeIterable
Modifier and Type | Method and Description |
---|---|
short |
getActivity() |
double |
getProbability() |
int |
getSource() |
int |
getTarget() |
boolean |
hasNext() |
void |
next() |
void |
remove() |