|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.query.TriggerOp
public class TriggerOp
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 |
---|
private BooleanOp op
private Query rhs
private Query lhs
Constructor Detail |
---|
public TriggerOp(BooleanOp op, Query rhs, Query lhs)
Method Detail |
---|
boolean execute(anl.aida.core.ScoredTermsCollection stc)
rhs
- the right hand side of the operationlhs
- the left hand side of the operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |