public static interface StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
Modifier and Type | Method and Description |
---|---|
short |
getActivity() |
double |
getProbability() |
int |
getTarget() |
boolean |
hasNext() |
short |
nextActivity() |
int |
nextEdge() |
double |
nextProbability() |
int |
nextTarget() |
void |
remove() |
void |
reset(int source)
Sets the iterator to the beginning of the edges of source.
|
void |
setProbability(double probability) |
void reset(int source)
source
- boolean hasNext()
int getTarget()
short getActivity()
double getProbability()
int nextEdge()
void remove()
int nextTarget()
short nextActivity()
double nextProbability()
void setProbability(double probability)