Interface StateMachineInstance


public interface StateMachineInstance
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    boolean
    transit(int symIdx)
    invoke transition from current state indicated by Symbol represented by symbol index.
  • Method Details

    • 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.
    • parent

    • getStart

      int getStart()