org.wso2.siddhi.query.api.query.input.pattern.element
Class CountElement
java.lang.Object
org.wso2.siddhi.query.api.query.input.pattern.element.CountElement
- All Implemented Interfaces:
- PatternElement
public class CountElement
- extends Object
- implements PatternElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountElement
public CountElement(TransformedStream transformedStream,
int minCount,
int maxCount)
getMinCount
public int getMinCount()
getMaxCount
public int getMaxCount()
getTransformedStream
public TransformedStream getTransformedStream()
Copyright © 2014. All rights reserved.