NegotiatorInfo

class negmas.common.NegotiatorInfo(name, id, type)[source]

Bases: object

Keeps information about a negotiator. Mostly for use with controllers.

Attributes Summary

id

ID unique to this negotiator

name

Name of this negotiator

type

Type of the negotiator as a string

Attributes Documentation

id: str

ID unique to this negotiator

name: str

Name of this negotiator

type: str

Type of the negotiator as a string