java.lang.Object
com.espertech.esper.common.internal.epl.rowrecog.core.RowRecogNFAStrand

public class RowRecogNFAStrand extends Object
A strand of one or more NFA states that has a list of start states, end states and a list of all states in the strand.
  • Constructor Details

  • Method Details

    • getStartStates

      public List<RowRecogNFAStateForgeBase> getStartStates()
      Returns the start states.
      Returns:
      start states
    • getEndStates

      public List<RowRecogNFAStateForgeBase> getEndStates()
      Returns the end states.
      Returns:
      end states
    • getAllStates

      public List<RowRecogNFAStateForgeBase> getAllStates()
      Returns all states.
      Returns:
      all states
    • isPassthrough

      public boolean isPassthrough()
      Returns indicator if passing-through (zero-or-more multiplicity for all NFA states in strand).
      Returns:
      pass-through