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.

Constructors

Methods

  • Update the case that represents a column on the heatmap

    Parameters

    • id: string

      Case unique id

    • item: null | Object

      Case content

    Returns void

  • Update the case that represents a row on the heatmap

    Parameters

    • id: string

      Case unique id

    • item: null | Object

      Case content

    Returns void

  • Update the similarity value between two cases. It changes the global similarity value on the header and the local similarity values

    Parameters

    • newSimValue: null | SimilarityValue

      An object that contains the similarity value (with global and local similarity values)

    • color: null | string

      The color employed for the global similarity value

    Returns void