Interface StochasticDeterministicFiniteAutomaton.EdgeIterable

    • Method Detail

      • hasNext

        boolean hasNext()
      • next

        void next()
      • getSource

        int getSource()
      • getTarget

        int getTarget()
      • getActivity

        short getActivity()
      • getProbability

        double getProbability()
      • remove

        void remove()