|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.rowregex.RegexNFAStrandResult
public class RegexNFAStrandResult
A result of computing a strand of one or more NFA states that has a list of start states and a list of all states in the strand.
Constructor Summary | |
---|---|
RegexNFAStrandResult(java.util.List<RegexNFAState> startStates,
java.util.List<RegexNFAStateBase> allStates)
Ctor. |
Method Summary | |
---|---|
java.util.List<RegexNFAStateBase> |
getAllStates()
Returns all states. |
java.util.List<RegexNFAState> |
getStartStates()
Returns start states. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegexNFAStrandResult(java.util.List<RegexNFAState> startStates, java.util.List<RegexNFAStateBase> allStates)
startStates
- NFA start statesallStates
- all statesMethod Detail |
---|
public java.util.List<RegexNFAState> getStartStates()
public java.util.List<RegexNFAStateBase> getAllStates()
|
© 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 |