com.sun.labs.minion.retrieval
Class Sequence

java.lang.Object
  extended by com.sun.labs.minion.retrieval.QueryElement
      extended by com.sun.labs.minion.retrieval.Operator
          extended by com.sun.labs.minion.retrieval.UnaryOperator
              extended by com.sun.labs.minion.retrieval.Sequence
All Implemented Interfaces:
java.lang.Comparable

public class Sequence
extends UnaryOperator


Field Summary
 
Fields inherited from class com.sun.labs.minion.retrieval.Operator
log, logTag, operands
 
Fields inherited from class com.sun.labs.minion.retrieval.QueryElement
estSize, fieldMultipliers, inOrder, keepPositions, order, part, qc, searchFieldNames, searchFields, strictEval, wc, wf
 
Constructor Summary
Sequence(QueryElement operand)
           
 
Method Summary
 ArrayGroup eval(ArrayGroup ag)
          Evaluates this operator, returning the results.
 
Methods inherited from class com.sun.labs.minion.retrieval.UnaryOperator
calculateEstimatedSize
 
Methods inherited from class com.sun.labs.minion.retrieval.Operator
addSearchFieldName, getOperands, getQueryTerms, setOperands, setPartition, setQueryConfig, setWeightingComponents, setWeightingFunction, toString, toString, toStringMod
 
Methods inherited from class com.sun.labs.minion.retrieval.QueryElement
compareTo, dump, estimateSize, getInOrder, getOrder, getQueryTerms, getSearchFieldNames, setInOrder, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sequence

public Sequence(QueryElement operand)
Method Detail

eval

public ArrayGroup eval(ArrayGroup ag)
Evaluates this operator, returning the results.

Overrides:
eval in class QueryElement