Uses of Interface
anl.aida.query.BooleanOp

Packages that use BooleanOp
anl.aida.query   
 

Uses of BooleanOp in anl.aida.query
 

Classes in anl.aida.query that implement BooleanOp
 class GreaterThan
          Evaluates whether the rhs is greater than the lhs.
 class LessThan
          Evaluates whether the rhs is less than the lhs.
 

Fields in anl.aida.query declared as BooleanOp
private  BooleanOp TriggerOp.op
           
 

Constructors in anl.aida.query with parameters of type BooleanOp
TriggerOp(BooleanOp op, Query rhs, Query lhs)