org.wso2.siddhi.query.api.query.input.pattern
Class Pattern
java.lang.Object
org.wso2.siddhi.query.api.query.input.pattern.Pattern
- All Implemented Interfaces:
- Serializable
public class Pattern
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pattern
public Pattern()
every
public static PatternStream every(PatternElement patternElement)
logical
public static PatternElement logical(TransformedStream transformedStream1,
LogicalElement.Type type,
TransformedStream transformedStream2)
followedBy
public static PatternElement followedBy(PatternElement patternElement,
PatternElement followedByPatternElement)
count
public static PatternElement count(TransformedStream transformedStream,
int min,
int max)
Copyright © 2015 WSO2. All Rights Reserved.