Package | Description |
---|---|
edu.usc.ict.iago.agent | |
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RepeatedFavorMessage.getAcceptLang(History history,
GameSpec game) |
java.lang.String |
IAGODefaultMessage.getAcceptLang(History history,
GameSpec game)
Deprecated.
|
protected Offer |
IAGOBuildingBehavior.getAcceptOfferFollowup(History history) |
protected Offer |
IAGOBuildingBehaviorPlusPlus.getAcceptOfferFollowup(History history) |
protected Offer |
RepeatedFavorBehavior.getAcceptOfferFollowup(History history) |
protected abstract Offer |
IAGOCoreBehavior.getAcceptOfferFollowup(History history)
Gets the offer that comes after the agent's adversary accepts an offer.
|
protected Offer |
IAGOCompetitiveBehavior.getAcceptOfferFollowup(History history) |
java.lang.String |
RepeatedFavorExpression.getExpression(History history) |
protected Event |
RepeatedFavorMessage.getFavorBehavior(History history,
GameSpec game,
Event e) |
protected Event |
IAGOCoreMessage.getFavorBehavior(History history,
GameSpec game,
Event e) |
protected Offer |
IAGOBuildingBehavior.getFinalOffer(History history) |
protected Offer |
IAGOBuildingBehaviorPlusPlus.getFinalOffer(History history) |
protected Offer |
RepeatedFavorBehavior.getFinalOffer(History history) |
protected abstract Offer |
IAGOCoreBehavior.getFinalOffer(History history)
Gets the offer that comes when you're nearly out of time.
|
protected Offer |
IAGOCompetitiveBehavior.getFinalOffer(History history) |
protected Offer |
IAGOBuildingBehavior.getFirstOffer(History history) |
protected Offer |
IAGOBuildingBehaviorPlusPlus.getFirstOffer(History history) |
protected Offer |
RepeatedFavorBehavior.getFirstOffer(History history) |
protected abstract Offer |
IAGOCoreBehavior.getFirstOffer(History history)
Gets that is proposed immediately once the game starts.
|
protected Offer |
IAGOCompetitiveBehavior.getFirstOffer(History history) |
java.lang.String |
RepeatedFavorMessage.getMessageResponse(History history,
GameSpec game) |
java.lang.String |
IAGODefaultMessage.getMessageResponse(History history,
GameSpec game)
Deprecated.
|
Offer |
IAGOBuildingBehavior.getNextOffer(History history) |
Offer |
IAGOBuildingBehaviorPlusPlus.getNextOffer(History history) |
Offer |
RepeatedFavorBehavior.getNextOffer(History history) |
Offer |
IAGODefaultBehavior.getNextOffer(History history)
Deprecated.
|
Offer |
IAGOCompetitiveBehavior.getNextOffer(History history) |
java.lang.String |
RepeatedFavorMessage.getProposalLang(History history,
GameSpec game) |
java.lang.String |
IAGODefaultMessage.getProposalLang(History history,
GameSpec game)
Deprecated.
|
java.lang.String |
RepeatedFavorMessage.getRejectLang(History history,
GameSpec game) |
java.lang.String |
IAGODefaultMessage.getRejectLang(History history,
GameSpec game)
Deprecated.
|
protected Offer |
IAGOBuildingBehavior.getRejectOfferFollowup(History history) |
protected Offer |
IAGOBuildingBehaviorPlusPlus.getRejectOfferFollowup(History history) |
protected Offer |
RepeatedFavorBehavior.getRejectOfferFollowup(History history) |
protected abstract Offer |
IAGOCoreBehavior.getRejectOfferFollowup(History history)
Gets that is proposed after the agent's adversary rejects an offer.
|
protected Offer |
IAGOCompetitiveBehavior.getRejectOfferFollowup(History history) |
protected Offer |
IAGOBuildingBehavior.getTimingOffer(History history) |
protected Offer |
IAGOBuildingBehaviorPlusPlus.getTimingOffer(History history) |
protected Offer |
RepeatedFavorBehavior.getTimingOffer(History history) |
protected abstract Offer |
IAGOCoreBehavior.getTimingOffer(History history)
Gets the offer that comes when you've been idle.
|
protected Offer |
IAGOCompetitiveBehavior.getTimingOffer(History history) |
Event |
RepeatedFavorMessage.getVerboseMessageResponse(History history,
GameSpec game,
Event ePrime) |
Event |
IAGODefaultMessage.getVerboseMessageResponse(History history,
GameSpec game,
Event e)
Deprecated.
|
java.lang.String |
RepeatedFavorMessage.getVHAcceptLang(History history,
GameSpec game) |
java.lang.String |
IAGODefaultMessage.getVHAcceptLang(History history,
GameSpec game)
Deprecated.
|
java.lang.String |
RepeatedFavorMessage.getVHRejectLang(History history,
GameSpec game) |
java.lang.String |
IAGODefaultMessage.getVHRejectLang(History history,
GameSpec game)
Deprecated.
|
java.lang.String |
RepeatedFavorMessage.getWaitingLang(History history,
GameSpec game) |
protected java.lang.String |
IAGOCoreMessage.getWaitingLang(History history,
GameSpec game) |
Modifier and Type | Method and Description |
---|---|
History |
GeneralNegotiator.getHistory()
returns this negotiator's history.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MessagePolicy.getAcceptLang(History history,
GameSpec game)
Returns the language to use when the VH offer is accepted, given a history.
|
java.lang.String |
ExpressionPolicy.getExpression(History history)
Causes the VH to show an expression when a triggering event occurs, given a history.
|
java.lang.String |
MessagePolicy.getMessageResponse(History history,
GameSpec game)
Deprecated.
|
Offer |
BehaviorPolicy.getNextOffer(History history)
Generates the next offer the VH will make, given a history.
|
java.lang.String |
MessagePolicy.getProposalLang(History history,
GameSpec game)
Returns the language to use when making a proposal, given a history.
|
java.lang.String |
MessagePolicy.getRejectLang(History history,
GameSpec game)
Returns the language to use when the VH offer is rejected, given a history.
|
Event |
MessagePolicy.getVerboseMessageResponse(History history,
GameSpec game,
Event e)
Gives the message response to a particular event in a history in the form of an event
|
java.lang.String |
MessagePolicy.getVHAcceptLang(History history,
GameSpec game)
Returns the language to use when the Player offer is accepted, given a history.
|
java.lang.String |
MessagePolicy.getVHRejectLang(History history,
GameSpec game)
Returns the language to use when the Player offer is rejected, given a history.
|
protected void |
GeneralNegotiator.setHistory(History history)
replaces this negotiator's history with a new history
|