Class AMatchingExpression
- java.lang.Object
-
- org.openl.rules.table.properties.expressions.match.AMatchingExpression
-
- All Implemented Interfaces:
IMatchingExpression
- Direct Known Subclasses:
ContainsMatchingExpression,EQMatchingExpression,GEMatchingExpression,GTMatchingExpression,LEMatchingExpression,LTMatchingExpression
public abstract class AMatchingExpression extends Object implements IMatchingExpression
-
-
Constructor Summary
Constructors Constructor Description AMatchingExpression(String contextAttribute)AMatchingExpression(String operationName, String operation, String contextAttribute)AMatchingExpression(String operationName, IMatchingExpression matchingExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCodeExpression(String param)StringgetContextAttribute()IMatchingExpressiongetContextAttributeExpression()StringgetOperation()StringgetOperationName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openl.rules.table.properties.expressions.match.IMatchingExpression
isContextAttributeExpression
-
-
-
-
Constructor Detail
-
AMatchingExpression
public AMatchingExpression(String operationName, IMatchingExpression matchingExpression)
-
AMatchingExpression
public AMatchingExpression(String operationName, String operation, String contextAttribute)
-
AMatchingExpression
public AMatchingExpression(String contextAttribute)
-
-
Method Detail
-
getContextAttributeExpression
public IMatchingExpression getContextAttributeExpression()
- Specified by:
getContextAttributeExpressionin interfaceIMatchingExpression
-
getCodeExpression
public String getCodeExpression(String param)
- Specified by:
getCodeExpressionin interfaceIMatchingExpression
-
getContextAttribute
public String getContextAttribute()
- Specified by:
getContextAttributein interfaceIMatchingExpression
-
getOperation
public String getOperation()
-
getOperationName
public String getOperationName()
- Specified by:
getOperationNamein interfaceIMatchingExpression
-
-