Class OPLearnerState<I,​D,​SP,​TP>

  • Type Parameters:
    I - The input alphabet type.
    D - The output domain type.
    SP - The state property type.
    TP - The transition property type.

    public class OPLearnerState<I,​D,​SP,​TP>
    extends Object
    Class that contains all data that represent the internal state of the OPLearnerState learner and its DFA and Mealy implementations.