Class AutomatonLStarState<I,D,AI,S>

java.lang.Object
de.learnlib.algorithm.lstar.AutomatonLStarState<I,D,AI,S>
Type Parameters:
I - The input alphabet type.
D - The output domain type.
AI - The hypothesis type.
S - The hypothesis state type.

public class AutomatonLStarState<I,D,AI,S> extends Object
Class that contains all data that represent the internal state of the AbstractAutomatonLStar learner and its DFA and Mealy implementations.