be.unamur.inference.ngram
Interface ObjectKeyGenerator<T>

Type Parameters:
T - The type of the object to identify.
All Known Implementing Classes:
UserRequesRRKeyGenerator, UserRequesRRNKeyGenerator, UserRequesRRNVKeyGenerator

public interface ObjectKeyGenerator<T>

Defines methods to uniquely identify a given object.

Author:
Xavier Devroey - xavier.devroey@unamur.be

Method Summary
 String generateKey(T object)
          Generates a unique key for the given T object.
 

Method Detail

generateKey

String generateKey(T object)
Generates a unique key for the given T object.

Parameters:
object - The T object to identify.
Returns:
A unique String for the given object.


Copyright © 2014 PReCISE, University of Namur. All rights reserved.