public abstract class PatternCondition
extends java.lang.Object
implements java.io.Serializable
PatternCondition
stores the function to decide whether a row is a match of a single
pattern.Modifier and Type | Method and Description |
---|---|
abstract boolean |
eval(Row eleRow) |
public abstract boolean eval(Row eleRow)