Class TTTStateMoore<I,​O>

  • Type Parameters:
    I - input symbol type
    O - output symbols type
    All Implemented Interfaces:
    AccessSequenceProvider<I>

    public class TTTStateMoore<I,​O>
    extends TTTState<I,​net.automatalib.word.Word<O>>
    A MooreMachine-specific state of the TTTHypothesisMoore class.
    • Constructor Detail

      • TTTStateMoore

        public TTTStateMoore​(int initialAlphabetSize,
                             TTTTransition<I,​net.automatalib.word.Word<O>> parentTransition,
                             int id)
    • Method Detail

      • getOutput

        public O getOutput()
      • setOutput

        public void setOutput​(O output)