org.wso2.siddhi.query.api.query.input.pattern.element
Class CountElement

java.lang.Object
  extended by org.wso2.siddhi.query.api.query.input.pattern.element.CountElement
All Implemented Interfaces:
Serializable, PatternElement

public class CountElement
extends Object
implements PatternElement

See Also:
Serialized Form

Constructor Summary
CountElement(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

CountElement

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

getMinCount

public int getMinCount()

getMaxCount

public int getMaxCount()

getTransformedStream

public TransformedStream getTransformedStream()


Copyright © 2015 WSO2. All Rights Reserved.