Interface StochasticTransition
-
public interface StochasticTransition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()java.lang.StringgetLabel()booleanisInvisible()
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
- Returns:
- the label of this transition, or null if the transition is unlabelled
-
isInvisible
boolean isInvisible()
-
getIndex
int getIndex()
- Returns:
- a number that is unique for this transition. This number must be between 0 (inclusive) and the number of transitions in consideration (exclusive).
-
-