To develop a new similarity measure, you have to implement one of the following interfaces.
ResourceSimilarity
ValueSimilarity
ListSimilarity
You have to define the method getId(),
this method allows you to have a unique hash value for the similarity.
Generally it's the concatenation between the name of the class and its parameters.