RunningNegotiationInfo

class negmas.situated.RunningNegotiationInfo(negotiator, annotation, uuid, extra, my_request)

Bases: tuple

Keeps track of running negotiations for an agent

Attributes Summary

annotation

Alias for field number 1

extra

Alias for field number 3

my_request

Alias for field number 4

negotiator

Alias for field number 0

uuid

Alias for field number 2

Methods Summary

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes Documentation

annotation

Alias for field number 1

extra

Alias for field number 3

my_request

Alias for field number 4

negotiator

Alias for field number 0

uuid

Alias for field number 2

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.