NegotiatorInfo

class negmas.negotiators.NegotiatorInfo(negotiator, context)

Bases: tuple

The return type of negotiators member of Controller.

Attributes Summary

context

Alias for field number 1

negotiator

Alias for field number 0

Methods Summary

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes Documentation

context

Alias for field number 1

negotiator

Alias for field number 0

Methods Documentation

count(value, /)

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.