Interface StochasticTransition


  • public interface StochasticTransition
    • 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).