org.archive.wayback.query.resultspartitioner
Class ResultsPartition

java.lang.Object
  extended by org.archive.wayback.query.resultspartitioner.ResultsPartition

Deprecated. use org.archive.wayback.util.parition.*

public class ResultsPartition
extends Object

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Constructor Summary
ResultsPartition(String startDateStr, String endDateStr, String title)
          Deprecated. Construct a ResultsPartition with the provided range and title
 
Method Summary
 void filter(CaptureSearchResults results)
          Deprecated. add all SearchResult objects from the SearchResults which fall within the time range of this partition into this partition.
 ArrayList<CaptureSearchResult> getMatches()
          Deprecated.  
 String getTitle()
          Deprecated.  
 int resultsCount()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsPartition

public ResultsPartition(String startDateStr,
                        String endDateStr,
                        String title)
Deprecated. 
Construct a ResultsPartition with the provided range and title

Parameters:
startDateStr -
endDateStr -
title -
Method Detail

resultsCount

public int resultsCount()
Deprecated. 
Returns:
number of SearchResult objects in this partition

filter

public void filter(CaptureSearchResults results)
Deprecated. 
add all SearchResult objects from the SearchResults which fall within the time range of this partition into this partition.

Parameters:
results -

getTitle

public String getTitle()
Deprecated. 
Returns:
Returns the title.

getMatches

public ArrayList<CaptureSearchResult> getMatches()
Deprecated. 
Returns:
Returns the matches.


Copyright © 2005-2011 Internet Archive. All Rights Reserved.