anl.aida.core
Interface DocumentIDMatcher

All Known Implementing Classes:
SemanticVectorStore.IdMatcher, SemanticVectorStore.PathMatcher

public interface DocumentIDMatcher

Interface for classes that implement a match on a document id.


Method Summary
 boolean match(int id, java.lang.String path)
           
 

Method Detail

match

boolean match(int id,
              java.lang.String path)
Parameters:
id - the id of the document
path - the path of the documeny
Returns:
true if there is a match otherwise false.