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 AbstractLStarState<I,D>
AbstractAutomatonLStar learner and its
DFA and Mealy implementations.| Constructor and Description |
|---|
AutomatonLStarState(GenericObservationTable<I,D> observationTable,
AI hypothesis,
List<de.learnlib.algorithms.lstar.AbstractAutomatonLStar.StateInfo<S,I>> stateInfos) |
Copyright © 2018. All rights reserved.