Package org.openl.rules.cmatch.matcher
Interface IMatcher
-
- All Known Implementing Classes:
BooleanPrimitiveMatch,ClassMatchMatcher,ClassMinMaxMatcher,EnumMatchMatcher,NumberMatchMatcher
public interface IMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectfromString(String checkValue)Parse matching object from string.booleanmatch(Object var, Object checkValue)Check whether actual value and check value are match or satisfy matching operation.
-