Interface ParticipantCandidate<P extends ParticipantPool,​F extends Feature>

    • Method Detail

      • getParentPool

        P getParentPool()
        The participant pool parent with which the candidate is involved. It can be null if the participant candidate is not part of any participant pool. It can happen if the participant candidate has been removed from a participant pool and is now invalid.
        Returns:
        the participant pool parent
      • setParentPool

        void setParentPool​(P pool)
        Sets the participant pool parent.
        Parameters:
        pool - : participant pool