public interface UtilitySpace
extends java.io.Serializable
#equals(Object)
and #hashCode()
.Modifier and Type | Method and Description |
---|---|
UtilitySpace |
copy() |
java.lang.Double |
discount(double util,
double time)
Computes the discounted utility of a bid.
|
Domain |
getDomain() |
java.lang.String |
getName() |
java.lang.Double |
getReservationValue()
The reservation value is the least favourable point at which one will
accept a negotiated agreement.
|
double |
getUtility(Bid bid) |
java.lang.String |
isComplete()
Check if this utility space is complete and ready for negotiation.
|
SimpleElement |
toXML()
Creates an xml representation (in the form of a SimpleElements) of the
utilityspace.
|
Domain getDomain()
double getUtility(Bid bid)
bid
- of which we are interested in its utility.discount(double, double)
.java.lang.Double discount(double util, double time)
util
- the undiscounted utility as coming from
getUtility(Bid)
.time
- a real number in the range [0,1] where 0 is the start of the
negotiation and 1 the end. See also TimeLineInfo
.UtilitySpace copy()
java.lang.String isComplete()
SimpleElement toXML() throws java.io.IOException
null
when
there was an error.java.io.IOException
java.lang.Double getReservationValue()
This is value remains constant during the negotiation. However, by
default, the reservation value descreases with time. Refer to
discount(double, double)
or use support functions.
java.lang.String getName()