net.semanticmetadata.lire
Interface ImageDuplicates

All Known Implementing Classes:
SimpleImageDuplicates

public interface ImageDuplicates

This interface specifies the format for returning found duplicates.

This file is part of the Caliph and Emir project: http://www.SemanticMetadata.net
Date: 04.08.2006
Time: 10:20:20

Author:
Mathias Lux, mathias@juggle.at

Method Summary
 java.util.List<java.lang.String> getDuplicate(int position)
          Returns the list of duplicates at given position
 int length()
          Returns the size of the result list.
 

Method Detail

length

int length()
Returns the size of the result list.

Returns:
the size of the result list.

getDuplicate

java.util.List<java.lang.String> getDuplicate(int position)
Returns the list of duplicates at given position

Parameters:
position - defines the position.
Returns:
the list of document identifiers at given position.