Uses of Interface
org.openl.rules.table.properties.expressions.match.IMatchingExpression
-
Packages that use IMatchingExpression Package Description org.openl.rules.table.properties.expressions.match -
-
Uses of IMatchingExpression in org.openl.rules.table.properties.expressions.match
Classes in org.openl.rules.table.properties.expressions.match that implement IMatchingExpression Modifier and Type Class Description classAMatchingExpressionclassContainsMatchingExpressionclassEQMatchingExpressionclassGEMatchingExpressionclassGTMatchingExpressionclassLEMatchingExpressionclassLTMatchingExpressionMethods in org.openl.rules.table.properties.expressions.match that return IMatchingExpression Modifier and Type Method Description IMatchingExpressionAMatchingExpression. getContextAttributeExpression()IMatchingExpressionIMatchingExpression. getContextAttributeExpression()IMatchingExpressionMatchingExpression. getMatchExpression()static IMatchingExpressionMatchingExpressionFactory. getMatchingExpression(String operationName, String contextAttribute)static IMatchingExpressionMatchingExpressionsParser. parse(String matchingExpressionStr)Methods in org.openl.rules.table.properties.expressions.match with parameters of type IMatchingExpression Modifier and Type Method Description voidMatchingExpression. setMatchExpression(IMatchingExpression matchExpression)Constructors in org.openl.rules.table.properties.expressions.match with parameters of type IMatchingExpression Constructor Description AMatchingExpression(String operationName, IMatchingExpression matchingExpression)
-