Package cdc.applic.factorization
Interface DefinitionAnalyzer<T>
-
public interface DefinitionAnalyzer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDefinitionHash(T object)Returns a hash of the definition of an object.booleanhaveSameDefinition(T object1, T object2)Returnstrueif 2 objects have the same definition.
-
-
-
Method Detail
-
getDefinitionHash
int getDefinitionHash(T object)
Returns a hash of the definition of an object.- Parameters:
object- The object.- Returns:
- A hash of the definition of
object.
-
-