Interface StateMachineInstance

    • Method Detail

      • transit

        boolean transit​(int symIdx)
        invoke transition from current state indicated by Symbol represented by symbol index.
        Parameters:
        symIdx - alphabet index of the symbol encountered.
        Returns:
        true if the symbol is valid and this state machine should continue to receive input.