NoResponsesMixin
- class negmas.situated.NoResponsesMixin[source]
Bases:
objectA mixin that can be added to Agent to minimize the number of abstract methods
Methods Summary
on_contract_breached(contract, breaches, ...)- rtype:
on_contract_cancelled(contract, rejectors)- rtype:
on_contract_executed(contract)- rtype:
on_contract_signed(contract)- rtype:
on_neg_request_accepted(req_id, mechanism)on_neg_request_rejected(req_id, by)on_negotiation_failure(partners, annotation, ...)- rtype:
on_negotiation_success(contract, mechanism)- rtype:
respond_to_renegotiation_request(contract, ...)- rtype:
set_renegotiation_agenda(contract, breaches)- rtype:
Methods Documentation