|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.soda.MatchRecognizeRegExRepeat
public class MatchRecognizeRegExRepeat
Match-recognize pattern descriptor for repetition
Constructor Summary | |
---|---|
MatchRecognizeRegExRepeat()
Ctor. |
|
MatchRecognizeRegExRepeat(Expression low,
Expression high,
Expression single)
Ctor. |
Method Summary | |
---|---|
Expression |
getHigh()
Returns the high endpoint. |
Expression |
getLow()
Returns the low endpoint. |
Expression |
getSingle()
Returns the exact-num-matches endpoint. |
void |
setHigh(Expression high)
Sets the high endpoint. |
void |
setLow(Expression low)
Sets the low endpoint. |
void |
setSingle(Expression single)
Sets the exact-num-matches endpoint. |
void |
writeEPL(java.io.StringWriter writer)
Render as EPL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchRecognizeRegExRepeat()
public MatchRecognizeRegExRepeat(Expression low, Expression high, Expression single)
low
- low endpoint or nullhigh
- high endpoint or nullsingle
- exact-matches repetition, should be null if low or high is providedMethod Detail |
---|
public Expression getLow()
public void setLow(Expression low)
low
- low endpointpublic Expression getHigh()
public void setHigh(Expression high)
high
- high endpointpublic Expression getSingle()
public void setSingle(Expression single)
single
- exact-num-matches endpointpublic void writeEPL(java.io.StringWriter writer)
writer
- to write to
|
© 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 |