Class InputModelData<I,​M extends SimpleTS<?,​I>>

  • Type Parameters:
    I - the input symbol type
    M - the model type
    Direct Known Subclasses:
    DOTInputModelData

    public class InputModelData<I,​M extends SimpleTS<?,​I>>
    extends Object
    A utility data class, that allows to pair a model that can react to input symbols with a corresponding alphabet.
    • Field Detail

      • model

        public final M extends SimpleTS<?,​I> model
      • alphabet

        public final Alphabet<I> alphabet
    • Constructor Detail

      • InputModelData

        public InputModelData​(M model,
                              Alphabet<I> alphabet)