CABOfferingPolicy ================= .. currentmodule:: negmas.gb .. autoclass:: CABOfferingPolicy :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~CABOfferingPolicy.negotiator ~CABOfferingPolicy.next_indx ~CABOfferingPolicy.sorter .. rubric:: Methods Summary .. autosummary:: ~CABOfferingPolicy.__call__ ~CABOfferingPolicy.after_join ~CABOfferingPolicy.after_proposing ~CABOfferingPolicy.after_responding ~CABOfferingPolicy.before_proposing ~CABOfferingPolicy.before_responding ~CABOfferingPolicy.can_join ~CABOfferingPolicy.on_leave ~CABOfferingPolicy.on_mechanism_error ~CABOfferingPolicy.on_negotiation_end ~CABOfferingPolicy.on_negotiation_start ~CABOfferingPolicy.on_partner_ended ~CABOfferingPolicy.on_partner_joined ~CABOfferingPolicy.on_partner_left ~CABOfferingPolicy.on_partner_proposal ~CABOfferingPolicy.on_partner_refused_to_propose ~CABOfferingPolicy.on_partner_response ~CABOfferingPolicy.on_preferences_changed ~CABOfferingPolicy.on_round_end ~CABOfferingPolicy.on_round_start ~CABOfferingPolicy.propose ~CABOfferingPolicy.set_negotiator .. rubric:: Attributes Documentation .. autoattribute:: negotiator .. autoattribute:: next_indx .. autoattribute:: sorter .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: after_join .. automethod:: after_proposing .. automethod:: after_responding .. automethod:: before_proposing .. automethod:: before_responding .. automethod:: can_join .. automethod:: on_leave .. automethod:: on_mechanism_error .. automethod:: on_negotiation_end .. automethod:: on_negotiation_start .. automethod:: on_partner_ended .. automethod:: on_partner_joined .. automethod:: on_partner_left .. automethod:: on_partner_proposal .. automethod:: on_partner_refused_to_propose .. automethod:: on_partner_response .. automethod:: on_preferences_changed .. automethod:: on_round_end .. automethod:: on_round_start .. automethod:: propose .. automethod:: set_negotiator