org.wso2.siddhi.query.api.query.input.sequence.element
Class RegexElement

java.lang.Object
  extended by org.wso2.siddhi.query.api.query.input.sequence.element.RegexElement
All Implemented Interfaces:
SequenceElement

public class RegexElement
extends Object
implements SequenceElement


Constructor Summary
RegexElement(TransformedStream transformedStream, int minCount, int maxCount)
           
 
Method Summary
 int getMaxCount()
           
 int getMinCount()
           
 TransformedStream getTransformedStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexElement

public RegexElement(TransformedStream transformedStream,
                    int minCount,
                    int maxCount)
Method Detail

getMinCount

public int getMinCount()

getMaxCount

public int getMaxCount()

getTransformedStream

public TransformedStream getTransformedStream()


Copyright © 2014. All rights reserved.