Uses of Class
rdr.core.Operator

Packages that use Operator
rdr.core   
 

Uses of Operator in rdr.core
 

Methods in rdr.core that return Operator
static Operator Operator.findOperator(java.lang.String str)
          Returns an Operator object in response to a string representation of one.
 Operator Condition.getOperator()
           
 

Constructors in rdr.core with parameters of type Operator
Condition(Attribute attr, Operator op, int valueType, java.lang.Object value)
          Constructor.
Condition(Attribute attr, Operator op, Value value)
          Constructor.