NegotiationInfo

class negmas.situated.NegotiationInfo(mechanism, partners, annotation, issues, requested_at, rejectors=None, caller=None, group=None)[source]

Bases: object

Saves information about a negotiation

Attributes Summary

annotation

caller

group

issues

mechanism

partners

rejectors

requested_at

Attributes Documentation

annotation: dict[str, Any]
caller: Agent | None
group: str | None
issues: list[Issue]
mechanism: Mechanism | None
partners: list[Agent]
rejectors: list[Agent] | None
requested_at: int