com.k_int.IR
Class ResultCountCondition

java.lang.Object
com.k_int.IR.ResultCountCondition
- All Implemented Interfaces:
- Condition
- public class ResultCountCondition
- extends java.lang.Object
- implements Condition
A condition which must evaluate to true or false.
- Version:
- $Id: ResultCountCondition.java,v 1.1 2002/10/20 13:30:08 ianibbo Exp $
|
Method Summary |
boolean |
evaluate()
Evaluate the condition. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
base_task
SearchTask base_task
target_result_count
int target_result_count
status
int status
ResultCountCondition
public ResultCountCondition(SearchTask base_task,
int target_result_count)
evaluate
public boolean evaluate()
- Evaluate the condition.
- Specified by:
evaluate in interface Condition