Interface ITablePropertiesSorter

  • All Known Implementing Classes:
    DefaultTablePropertiesSorter

    public interface ITablePropertiesSorter
    Sorts tables candidates in dispatcher to determine the most suitable table to invoke. It is related with DecisionTable concept that defines: The first rule that satisfies conditions will be fired.

    So if we have several tables that corresponds current context dispatcher will select the first(sequence defined by the sorter).

    Author:
    PUdalau