anl.aida.sv
Class SemanticVectorStore.IdMatcher

java.lang.Object
  extended by anl.aida.sv.SemanticVectorStore.IdMatcher
All Implemented Interfaces:
DocumentIDMatcher
Enclosing class:
SemanticVectorStore

private static class SemanticVectorStore.IdMatcher
extends java.lang.Object
implements DocumentIDMatcher


Field Summary
(package private)  int id
           
 
Constructor Summary
private SemanticVectorStore.IdMatcher()
           
 
Method Summary
 boolean match(int id, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

int id
Constructor Detail

SemanticVectorStore.IdMatcher

private SemanticVectorStore.IdMatcher()
Method Detail

match

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