anl.aida.query
Class TriggerOp

java.lang.Object
  extended by anl.aida.query.TriggerOp

public class TriggerOp
extends java.lang.Object


Field Summary
private  Query lhs
           
private  BooleanOp op
           
private  Query rhs
           
 
Constructor Summary
TriggerOp(BooleanOp op, Query rhs, Query lhs)
           
 
Method Summary
(package private)  boolean execute(anl.aida.core.ScoredTermsCollection stc)
          Executes this operation against the two queries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

op

private BooleanOp op

rhs

private Query rhs

lhs

private Query lhs
Constructor Detail

TriggerOp

public TriggerOp(BooleanOp op,
                 Query rhs,
                 Query lhs)
Method Detail

execute

boolean execute(anl.aida.core.ScoredTermsCollection stc)
Executes this operation against the two queries.

Parameters:
rhs - the right hand side of the operation
lhs - the left hand side of the operation
Returns:
the result of the operation.