org.egothor.duplicity.util
Interface UIDProducer

All Known Implementing Classes:
Hasher

public interface UIDProducer

Interface provides method for producing UID of String values. Intended for use on the text property of class Token, especially on N-grams (tokens od type "<NGRAM>") produced by WordNGrammer filter.

Author:
Kate�ina Dufkov�

Method Summary
 long getUID(java.lang.String tokenText)
          Get the UID for given String value.
 

Method Detail

getUID

long getUID(java.lang.String tokenText)
Get the UID for given String value.

Parameters:
tokenText - String value of the token
Returns:
UID