Package de.learnlib

Interface Resumable<T>

    • Method Detail

      • suspend

        T suspend()
        Expose the state object.
        Returns:
        The state.
      • resume

        void resume​(T state)
        Resume the datastructure from a previously suspended point in time.
        Parameters:
        state - The learner state.