Uses of Interface
org.openl.rules.cmatch.matcher.IMatcher
-
Packages that use IMatcher Package Description org.openl.rules.cmatch org.openl.rules.cmatch.matcher -
-
Uses of IMatcher in org.openl.rules.cmatch
Methods in org.openl.rules.cmatch that return IMatcher Modifier and Type Method Description IMatcherMatchNode. getMatcher()Methods in org.openl.rules.cmatch with parameters of type IMatcher Modifier and Type Method Description voidMatchNode. setMatcher(IMatcher matcher) -
Uses of IMatcher in org.openl.rules.cmatch.matcher
Classes in org.openl.rules.cmatch.matcher with type parameters of type IMatcher Modifier and Type Class Description classAMatcherMapBuilder<M extends IMatcher>Classes in org.openl.rules.cmatch.matcher that implement IMatcher Modifier and Type Class Description classBooleanPrimitiveMatchclassClassMatchMatcherclassClassMinMaxMatcher<T extends Comparable<? super T>>classEnumMatchMatcherclassNumberMatchMatcherMethods in org.openl.rules.cmatch.matcher that return IMatcher Modifier and Type Method Description IMatcherAMatcherMapBuilder. getInstanceIfSupports(IOpenClass type)IMatcherBooleanPrimitiveMatch. getInstanceIfSupports(IOpenClass type)IMatcherClassMatchBuilder. getInstanceIfSupports(IOpenClass type)IMatcherClassMinMaxBuilder. getInstanceIfSupports(IOpenClass type)IMatcherEnumMatchBuilder. getInstanceIfSupports(IOpenClass type)IMatcherIMatcherBuilder. getInstanceIfSupports(IOpenClass type)Get instance of matcher for a given type.static IMatcherMatcherFactory. getMatcher(String operationName, IOpenClass type)
-