Interface ISelector

  • All Known Implementing Classes:
    Selector

    public interface ISelector
    Interface for checking the acceptance of proposals.
    • Method Detail

      • select

        java.lang.Object[] select​(java.lang.Object[] proposals)
        Select winner proposals.
        Parameters:
        proposals - All available proposals.
        Returns:
        The selected winner proposal(s) or none.