TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.filtertype.extension.sample.filter.definitions
Class ExpressionUtil

java.lang.Object
  extended by org.eclipse.tptp.filtertype.extension.sample.filter.definitions.ExpressionUtil

public class ExpressionUtil
extends java.lang.Object


Constructor Summary
ExpressionUtil()
           
 
Method Summary
static BinaryExpression createBinaryExpression(org.eclipse.emf.ecore.EStructuralFeature feature, RelationalOperators operator, java.lang.String value, boolean caseInsensitive)
          This method creates a BinaryExpression for the given Binary expression attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionUtil

public ExpressionUtil()
Method Detail

createBinaryExpression

public static BinaryExpression createBinaryExpression(org.eclipse.emf.ecore.EStructuralFeature feature,
                                                      RelationalOperators operator,
                                                      java.lang.String value,
                                                      boolean caseInsensitive)
This method creates a BinaryExpression for the given Binary expression attributes.

Parameters:
feature -
operator -
value -
caseInsensitive -
Returns:

TPTP 4.6.0 Platform Project
Public API Specification