Package org.openl.rules.cmatch.matcher
Class NumberMatchBuilder
- java.lang.Object
-
- org.openl.rules.cmatch.matcher.AMatcherMapBuilder<NumberMatchMatcher>
-
- org.openl.rules.cmatch.matcher.NumberMatchBuilder
-
- All Implemented Interfaces:
IMatcherBuilder
public class NumberMatchBuilder extends AMatcherMapBuilder<NumberMatchMatcher>
-
-
Field Summary
-
Fields inherited from interface org.openl.rules.cmatch.matcher.IMatcherBuilder
OP_MATCH, OP_MAX, OP_MIN
-
-
Constructor Summary
Constructors Constructor Description NumberMatchBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadd(NumberMatchMatcher matcher, Class<?> primitiveClass)StringgetName()Get name of match operation.-
Methods inherited from class org.openl.rules.cmatch.matcher.AMatcherMapBuilder
getInstanceIfSupports, put
-
-
-
-
Method Detail
-
add
protected void add(NumberMatchMatcher matcher, Class<?> primitiveClass)
-
getName
public String getName()
Description copied from interface:IMatcherBuilderGet name of match operation.- Returns:
- name of operation
-
-