Interface StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing

    • Method Detail

      • reset

        void reset​(int source)
        Sets the iterator to the beginning of the edges of source. If source is -1, the iterator will be empty.
        Parameters:
        source -
      • hasNext

        boolean hasNext()
      • getTarget

        int getTarget()
      • getActivity

        short getActivity()
      • getProbability

        double getProbability()
      • nextEdge

        int nextEdge()
      • remove

        void remove()
      • nextTarget

        int nextTarget()
      • nextActivity

        short nextActivity()
      • nextProbability

        double nextProbability()
      • setProbability

        void setProbability​(double probability)