Package de.learnlib

Interface AccessSequenceProvider<I>

  • Type Parameters:
    I - input symbol type

    public interface AccessSequenceProvider<I>
    Common interface for objects that have an access sequence associated with them (e.g., states and transitions of a hypotheses).
    • Method Detail

      • getAccessSequence

        Word<I> getAccessSequence()
        Retrieves the access sequence of this object.
        Returns:
        the access sequence