Class FastMooreState<O>

    • Constructor Detail

      • FastMooreState

        public FastMooreState​(int numInputs,
                              O output)
        Constructor.
        Parameters:
        numInputs - number of input symbols.
        output - output symbol.
    • Method Detail

      • getOutput

        public O getOutput()
        Retrieves the output symbol generated by this state.
        Returns:
        the output symbol.
      • setOutput

        public void setOutput​(O output)
        Sets the output symbol generated by this state.
        Parameters:
        output - the output symbol.