Interface LabelProvider

  • All Known Implementing Classes:
    AbstractLabelProvider, LabelProviderBuilder

    public interface LabelProvider
    An instance of LabelProvider should represent a single 'LabelSet'. A 'LabelSet' is composed by 'Metadata' and 'Data'; 'Metadata' represents information about the 'LabelSet' like ID, and description; 'Data' represents the information inside a 'LabelSet', for instance the list of all Labels inside the current 'LabelSet'.
    Author:
    Carlos Feria