|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RegexNFAStrand
public class RegexNFAStrand
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 Summary | |
---|---|
RegexNFAStrand(java.util.List<RegexNFAStateBase> startStates,
java.util.List<RegexNFAStateBase> endStates,
java.util.List<RegexNFAStateBase> allStates,
boolean passthrough)
Ctor. |
Method Summary | |
---|---|
java.util.List<RegexNFAStateBase> |
getAllStates()
Returns all states. |
java.util.List<RegexNFAStateBase> |
getEndStates()
Returns the end states. |
java.util.List<RegexNFAStateBase> |
getStartStates()
Returns the start states. |
boolean |
isPassthrough()
Returns indicator if passing-through (zero-or-more multiplicity for all NFA states in strand). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexNFAStrand(java.util.List<RegexNFAStateBase> startStates, java.util.List<RegexNFAStateBase> endStates, java.util.List<RegexNFAStateBase> allStates, boolean passthrough)
startStates
- start statesendStates
- end statesallStates
- all statespassthrough
- true if this strand passes through (zero-or-more multiplicity for all NFA in strand)Method Detail |
---|
public java.util.List<RegexNFAStateBase> getStartStates()
public java.util.List<RegexNFAStateBase> getEndStates()
public java.util.List<RegexNFAStateBase> getAllStates()
public boolean isPassthrough()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |