Constructor
An object with all the attributes of the cases that will be presented in the table
The similarity function that will be presented. It can be null.
The attribute employed as unique id.
Update the similarity value between two cases. It changes the global similarity value on the header and the local similarity values
An object that contains the similarity value (with global and local similarity values)
The color employed for the global similarity value
The class that represents the case comparator pane. In this panel user can inspect global and local similarities and compare the attributes employed to compute this similarities, to compare and analyze them. It delegates the way that the case comparator is rendered to a
TabulatorRenderer
.