Hierarchy For Package de.learnlib.datastructure.pta.wrapper

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • de.learnlib.datastructure.pta.wrapper.DFAWrapper<S,​I> (implements net.automatalib.automaton.fsa.DFA<S,​I>, net.automatalib.automaton.FiniteAlphabetAutomaton<S,​I,​T>)
    • de.learnlib.datastructure.pta.wrapper.MealyWrapper<S,​I,​O> (implements net.automatalib.automaton.FiniteAlphabetAutomaton<S,​I,​T>, net.automatalib.automaton.transducer.MealyMachine<S,​I,​T,​O>)
    • de.learnlib.datastructure.pta.wrapper.MooreWrapper<S,​I,​O> (implements net.automatalib.automaton.FiniteAlphabetAutomaton<S,​I,​T>, net.automatalib.automaton.transducer.MooreMachine<S,​I,​T,​O>)