public abstract class BaseMatch2 extends Object implements Matchable<SCell>, Serializable
Constructor and Description |
---|
BaseMatch2(Object b) |
BaseMatch2(RuleInfo ruleInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
match(SCell cell) |
protected abstract boolean |
matchDouble(Double num,
Double b) |
protected abstract boolean |
matchString(String text,
String b) |
Copyright © 2020. All rights reserved.