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:
PatternElement

public class CountElement
extends Object
implements PatternElement


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 © 2014. All rights reserved.