Class AbstractBlueFringePTA<S extends AbstractBlueFringePTAState<S,​SP,​TP>,​SP,​TP>

  • All Implemented Interfaces:
    Iterable<S>, net.automatalib.automaton.Automaton<S,​Integer,​PTATransition<S>>, net.automatalib.automaton.concept.FiniteRepresentation, net.automatalib.automaton.concept.InputAlphabetHolder<Integer>, net.automatalib.automaton.DeterministicAutomaton<S,​Integer,​PTATransition<S>>, net.automatalib.automaton.FiniteAlphabetAutomaton<S,​Integer,​PTATransition<S>>, net.automatalib.automaton.simple.SimpleAutomaton<S,​Integer>, net.automatalib.automaton.simple.SimpleDeterministicAutomaton<S,​Integer>, net.automatalib.automaton.UniversalAutomaton<S,​Integer,​PTATransition<S>,​SP,​TP>, net.automatalib.automaton.UniversalDeterministicAutomaton<S,​Integer,​PTATransition<S>,​SP,​TP>, net.automatalib.graph.concept.GraphViewable, net.automatalib.ts.DeterministicTransitionSystem<S,​Integer,​PTATransition<S>>, net.automatalib.ts.simple.SimpleDTS<S,​Integer>, net.automatalib.ts.simple.SimpleTS<S,​Integer>, net.automatalib.ts.TransitionSystem<S,​Integer,​PTATransition<S>>, net.automatalib.ts.UniversalDTS<S,​Integer,​PTATransition<S>,​SP,​TP>, net.automatalib.ts.UniversalTransitionSystem<S,​Integer,​PTATransition<S>,​SP,​TP>
    Direct Known Subclasses:
    BlueFringePTA

    public abstract class AbstractBlueFringePTA<S extends AbstractBlueFringePTAState<S,​SP,​TP>,​SP,​TP>
    extends BasePTA<S,​SP,​TP>