Interface StateIndex<S>

All Known Implementing Classes:
DFANodeSplit, GlobalSubTreeIndex, GroupsWithGuardsIndex, NFA, PureNFA, RegexAST, SimpleStateIndex, SubTreeIndex

public interface StateIndex<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getId(S state)
     
    int
     
    getState(int id)
     
    default boolean
     
  • Method Details

    • getNumberOfStates

      int getNumberOfStates()
    • getId

      int getId(S state)
    • getState

      S getState(int id)
    • isEmpty

      default boolean isEmpty()