Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

G

game - Variable in class edu.usc.ict.iago.utils.GeneralNegotiator
 
GameBridge - Class in edu.usc.ict.iago.views
This the GameBridge, the connector between the web hosting front end of IAGO and the back end.
GameBridge() - Constructor for class edu.usc.ict.iago.views.GameBridge
Constructor for the GameBridge.
GameBridgeUtils - Class in edu.usc.ict.iago.utils
 
GameBridgeUtils(GameSpec) - Constructor for class edu.usc.ict.iago.utils.GameBridgeUtils
Constructor for GameBridgeUtils.
GameBridgeUtils.AcceptanceState - Enum in edu.usc.ict.iago.utils
 
GameBridgeUtils.NegotiationMode - Enum in edu.usc.ict.iago.utils
 
GameBridgeUtils.QuitState - Enum in edu.usc.ict.iago.utils
 
gameInProgress - Variable in class edu.usc.ict.iago.utils.Mediator
 
GameSpec - Class in edu.usc.ict.iago.utils
This abstract class describes the publicly available information that must be made available to Users.
GameSpec() - Constructor for class edu.usc.ict.iago.utils.GameSpec
 
gbu1 - Variable in class edu.usc.ict.iago.utils.NegotiationRoom
 
gbu2 - Variable in class edu.usc.ict.iago.utils.NegotiationRoom
 
GeneralNegotiator - Class in edu.usc.ict.iago.utils
 
GeneralNegotiator(String, GameSpec, Session) - Constructor for class edu.usc.ict.iago.utils.GeneralNegotiator
Constructor for GeneralUser
GeneralVH - Class in edu.usc.ict.iago.utils
 
GeneralVH(String, GameSpec, Session) - Constructor for class edu.usc.ict.iago.utils.GeneralVH
Creates a generic agent, which must pass through its username, associated game, and session.
getAcceptLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getAcceptLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getAcceptLang(History, GameSpec) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Returns the language to use when the VH offer is accepted, given a history.
getAcceptMargin() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getAcceptMargin() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getAcceptMargin() - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getAcceptMargin() - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Gets the amount of points that the agent requires to be ahead of its opponent before accepting.
getAcceptMargin() - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getAcceptOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getAcceptOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getAcceptOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getAcceptOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Gets the offer that comes after the agent's adversary accepts an offer.
getAcceptOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getAdvancedOpponentPoints() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of issues to points for the opponent VH.
getAdvancedPoints(int) - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of issues to points for the player matching the input ID.
getAdvancedUserPoints() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of issues to points for the user or the user's VH.
getAdversary() - Method in class edu.usc.ict.iago.utils.GeneralNegotiator
returns the negotiator's adversary
getAdversary(HttpSession, Session) - Method in class edu.usc.ict.iago.utils.NegotiationRoom
 
getAdversary(HttpSession) - Method in class edu.usc.ict.iago.utils.NegotiationRoom
 
getAdversaryValue(Offer) - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Helper to easily return expected/predicted value of an offer for an agent's adversary
getAgentBelief() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getAgentBelief() - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Returns the value of the agent belief, true if fixed pie, false if integrative
getAgentVsAgent() - Method in class edu.usc.ict.iago.utils.GeneralVH
 
getAllocated() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getAllocated() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getAllocated() - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getAllocated() - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Retrieves the internal representation of what offers are considered "firm" currently.
getAllocated() - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getArtName() - Method in class edu.usc.ict.iago.agent.IAGOCoreVH
Every agent needs a name to select the art that will be used.
getArtName() - Method in class edu.usc.ict.iago.agent.IAGOGastonFavorVH
 
getArtName() - Method in class edu.usc.ict.iago.agent.IAGOGothelFavorVH
 
getArtName() - Method in class edu.usc.ict.iago.agent.IAGOJiminyFavorVH
 
getArtName() - Method in class edu.usc.ict.iago.utils.GeneralVH
Returns the name of the art that should be used for this character.
getAstate() - Method in class edu.usc.ict.iago.utils.GameBridgeUtils
This method allows other classes in Core (namely the Mediator and VHRunner) to know whether or not the game is over due to mutual acceptance.
getBATNA(int) - Method in class edu.usc.ict.iago.utils.GameSpec
Returns the caller's BATNA (determined by the player's ID as input)
getConceded() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getConceded() - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getConceded() - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getConceded() - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Retrieves the internal representation of what the agent is maintaining as its heuristic currently.
getConceded() - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getContradictionResponse(String) - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getContradictionResponse(String) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getDelay() - Method in class edu.usc.ict.iago.utils.Event
Provides the length of time to wait before executing the Event, in milliseconds.
getDuration() - Method in class edu.usc.ict.iago.utils.Event
Provides the length of time an Event will be displayed, in milliseconds.
getEndgameMessage() - Method in class edu.usc.ict.iago.utils.GameSpec
Provides a description for the system endgame message.
getEndgameMessage() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getEndgameMessage() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getEndOfTimeResponse() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getEndOfTimeResponse() - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getEventResponse(Event) - Method in class edu.usc.ict.iago.agent.IAGOCoreVH
Agents work by responding to various events.
getEventResponse(Event) - Method in class edu.usc.ict.iago.utils.GeneralVH
Returns a list of all Events that the VH decides to enact in response to the incoming Event.
getExpression(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorExpression
 
getExpression(History) - Method in interface edu.usc.ict.iago.utils.ExpressionPolicy
Causes the VH to show an expression when a triggering event occurs, given a history.
getFairEmotion() - Method in class edu.usc.ict.iago.agent.IAGOCoreExpression
 
getFairEmotion() - Method in class edu.usc.ict.iago.agent.RepeatedFavorExpression
 
getFavorBehavior(History, GameSpec, Event) - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getFavorBehavior(History, GameSpec, Event) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getFinalOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getFinalOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getFinalOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getFinalOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Gets the offer that comes when you're nearly out of time.
getFinalOffer(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getFirstOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getFirstOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getFirstOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getFirstOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Gets that is proposed immediately once the game starts.
getFirstOffer(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getGameCount() - Method in class edu.usc.ict.iago.agent.IAGOCoreVH
Returns a simple int representing the current game count.
getHistory() - Method in class edu.usc.ict.iago.utils.GeneralNegotiator
returns this negotiator's history.
getHistory() - Method in class edu.usc.ict.iago.utils.History
Returns a LinkedList of events that either negotiator has caused (i.e., the total history).
getHttpSession() - Method in class edu.usc.ict.iago.utils.GameBridgeUtils
 
getHttpSession() - Method in class edu.usc.ict.iago.utils.NegotiationRoom.UserSession
 
GetHttpSessionConfigurator - Class in edu.usc.ict.iago.utils
This class ensures that the HttpSession will be available to the main GameBridgeUtils.
GetHttpSessionConfigurator() - Constructor for class edu.usc.ict.iago.utils.GetHttpSessionConfigurator
 
getID() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Getter for the agent's ID (0 for user, 1 for computer agent)
getID() - Method in class edu.usc.ict.iago.utils.GeneralVH
Returns ID of agent (0 for user agent, 1 for opponent)
getIssue1() - Method in class edu.usc.ict.iago.utils.Preference
returns the first issue of the Preference.
getIssue2() - Method in class edu.usc.ict.iago.utils.Preference
returns the second issue of the preference.
getIssueCount() - Method in class edu.usc.ict.iago.utils.Offer
Returns the number of issues in this offer.
getIssueNames() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns an array, of length equal to the number of issues, of the natural language names of the issues in singular form
getIssueNames() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getIssueNames() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getIssueNames() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getIssueNames() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getIssuePluralNames() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns an array, of length equal to the number of issues, of the natural language names of the issues in plural form
getIssuePluralNames() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getIssuePluralNames() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getIssuePluralNames() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getIssuePluralNames() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getIssueQuants() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns an array, of length equal to the number of issues, that describes how many items are involved in each issue of the multi-issue-bargaining task
getIssueQuants() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getIssueQuants() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getIssueQuants() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getIssueQuants() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getItem(int) - Method in class edu.usc.ict.iago.utils.Offer
Returns an array of integers representing the distribution detailed for the item matched by index.
getLedger() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Returns a simple int representing the internal "ledger" of favors done for the agent.
getLedger() - Method in class edu.usc.ict.iago.agent.IAGOCoreVH
Returns a simple int representing the internal "ledger" of favors done for the agent.
getLying(GameSpec) - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getLying(GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getLyingBATNA(GameSpec, double, boolean) - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Finds the BATNA of an agent, takes into consideration whether it's lying or not
getMaxPossiblePoints() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Finds the maximum amount of total points to be had in a certain game (i.e., agent's score if they received every item).
getMenu() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of menu titles to a secondary mapping of sub menus.
getMessage() - Method in class edu.usc.ict.iago.utils.Event
Provides the message stored in the Event that calls the method.
getMessageCode() - Method in class edu.usc.ict.iago.utils.Event
Deprecated.
MessageCode have been replaced with the SubClass system.
getMessageResponse(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getMessageResponse(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getMessageResponse(History, GameSpec) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Deprecated.
getMinimaxOrdering() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Finds the ordering among possible orderings that is most/least different than the VH's ordering, based on the value of isFixedPie (set by separate method).
getMultiplier() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns the multiplier for delays in agent responses.
getMyOrdering() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Returns the normalized ordering of VH preferences (e.g., a point value of {3, 7, 2} would return {2, 1, 3}), with 1 being the highest
getName() - Method in class edu.usc.ict.iago.utils.GeneralNegotiator
returns the negotiator's name.
getNewgameMessage() - Method in class edu.usc.ict.iago.utils.GameSpec
Provides a description for the system newgame message.
getNewgameMessage() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getNewgameMessage() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getNewgameMessage() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getNextOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getNextOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getNextOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getNextOffer(History) - Method in class edu.usc.ict.iago.agent.IAGODefaultBehavior
Deprecated.
 
getNextOffer(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getNextOffer(History) - Method in interface edu.usc.ict.iago.utils.BehaviorPolicy
Generates the next offer the VH will make, given a history.
getNMode() - Method in class edu.usc.ict.iago.utils.GameBridgeUtils
 
getNumIssues() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a single integer describing how many issues are involved in the multi-issue-bargaining task.
getNumIssues() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getNumIssues() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getNumIssues() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getNumIssues() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getOffer() - Method in class edu.usc.ict.iago.utils.Event
Provides the Offer stored in the Event that calls the method.
getOpponentBATNA() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns the opponent VH's BATNA
getOpponentHistory() - Method in class edu.usc.ict.iago.utils.History
Returns a LinkedList of events that the opponent VH has caused (i.e., the opponent history).
getOpponentHistory(int) - Method in class edu.usc.ict.iago.utils.History
This method is to be called by an agent to determine its adversary's history of events.
getOverflowSize() - Method in class edu.usc.ict.iago.utils.GameSpec
Deprecated.
getOwner() - Method in class edu.usc.ict.iago.utils.Event
Provides the owner of the event that calls the method.
getPermutations(int) - Static method in class edu.usc.ict.iago.utils.MathUtils
getPermutations(int, int) - Static method in class edu.usc.ict.iago.utils.MathUtils
getPlayerBATNA() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns the user's BATNA Should return null if access to this information is denied.
getPreference() - Method in class edu.usc.ict.iago.utils.Event
Provides the preference stored in the Event that calls the method.
getPreference(int, int, int) - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a preference relationship between input items for a specified player
getProposalLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getProposalLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getProposalLang(History, GameSpec) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Returns the language to use when making a proposal, given a history.
getProposalLangChange() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getProposalLangFirst() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getProposalLangOneOffer() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getProposalLangRej() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getProposalLangRepeat() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getQstate() - Method in class edu.usc.ict.iago.utils.GameBridgeUtils
This method allows other classes in Core (namely the Mediator and VHRunner) to know whether or not the game is over due to mutual quitting.
getRandomPermutation(int) - Static method in class edu.usc.ict.iago.utils.MathUtils
Returns a permutation of n elements in random order.
getRedirectLink() - Method in class edu.usc.ict.iago.utils.GameSpec
This function will automatically provide a link to the redirect link (e.g.
getRejectLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getRejectLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getRejectLang(History, GameSpec) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Returns the language to use when the VH offer is rejected, given a history.
getRejectOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getRejectOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getRejectOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getRejectOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Gets that is proposed after the agent's adversary rejects an offer.
getRejectOfferFollowup(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getRelation() - Method in class edu.usc.ict.iago.utils.Preference
returns the relation of the Preference.
getSemiFairEmotion() - Method in class edu.usc.ict.iago.agent.IAGOCoreExpression
 
getSemiFairEmotion() - Method in class edu.usc.ict.iago.agent.RepeatedFavorExpression
 
getSemiFairResponse() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getSemiFairResponse() - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getSession() - Method in class edu.usc.ict.iago.utils.GeneralNegotiator
returns the web session that's currently running.
getSessionState(HttpSession) - Static method in class edu.usc.ict.iago.utils.Governor
 
getSimpleOpponentPoints() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of issue names to point values for the opponent VH.
getSimplePoints(int) - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of issue names to point values for the player matching the input ID.
getSimpleUserPoints() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns a mapping of issue names to point values for the user or the user's VH.
getSpec() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
returns the GameSpec being used in the current game.
getStudyName() - Method in class edu.usc.ict.iago.utils.GameSpec
This returns the user-readable name of the study, which helps to collate results for analysis.
getStudyName() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getStudyName() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getStudyName() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getStudyName() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getSubClass() - Method in class edu.usc.ict.iago.utils.Event
Provides the type of the event that calls the method.
getSurvey() - Method in class edu.usc.ict.iago.utils.GameSpec
This returns the URL for the between-game survey
getSurvey() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getSurvey() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getTargetEmail() - Method in class edu.usc.ict.iago.utils.GameSpec
Gets the target email for sending data to.
getTargetEmail() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getTargetEmail() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getTargetEmail() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getTargetEmail() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getTimingOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehavior
 
getTimingOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOBuildingBehaviorPlusPlus
 
getTimingOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCompetitiveBehavior
 
getTimingOffer(History) - Method in class edu.usc.ict.iago.agent.IAGOCoreBehavior
Gets the offer that comes when you've been idle.
getTimingOffer(History) - Method in class edu.usc.ict.iago.agent.RepeatedFavorBehavior
 
getTotalLedger() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Returns a simple int representing the internal "ledger" of favors done for the agent, including all pending values.
getTotalLedger() - Method in class edu.usc.ict.iago.agent.IAGOCoreVH
Returns a simple int representing the internal "ledger" of favors done for the agent, including all pending values.
getTotalTime() - Method in class edu.usc.ict.iago.utils.GameSpec
Returns the total time of the negotiation, in seconds.
getTotalTime() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart1
 
getTotalTime() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart2
 
getTotalTime() - Method in class edu.usc.ict.iago.views.Competition2018GameSpecPart3
 
getTotalTime() - Method in class edu.usc.ict.iago.views.ResourceGameSpec
 
getType() - Method in class edu.usc.ict.iago.utils.Event
Provides the type of the event that calls the method.
getUID() - Method in class edu.usc.ict.iago.utils.NegotiationRoom
 
getUnfairEmotion() - Method in class edu.usc.ict.iago.agent.IAGOCoreExpression
 
getUnfairEmotion() - Method in class edu.usc.ict.iago.agent.RepeatedFavorExpression
 
getUser(Session) - Static method in class edu.usc.ict.iago.utils.WebSocketUtils
 
getUserHistory() - Method in class edu.usc.ict.iago.utils.History
Returns a LinkedList of events that the user or the user's VH has caused (i.e., the user history).
getUserString() - Method in class edu.usc.ict.iago.utils.NegotiationRoom
 
getValue() - Method in class edu.usc.ict.iago.utils.Event
Provides the value in the Event, such as a BATNA value included with a message.
getVerbalLedger() - Method in class edu.usc.ict.iago.agent.AgentUtilsExtension
Returns a simple int representing the potential "ledger" of favors verbally agreed to.
getVerbalLedger() - Method in class edu.usc.ict.iago.agent.IAGOCoreVH
Returns a simple int representing the potential "ledger" of favors verbally agreed to.
getVerboseMessageResponse(History, GameSpec, Event) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getVerboseMessageResponse(History, GameSpec, Event) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getVerboseMessageResponse(History, GameSpec, Event) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Gives the message response to a particular event in a history in the form of an event
getVH(Session) - Static method in class edu.usc.ict.iago.utils.WebSocketUtils
 
getVHAcceptLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getVHAcceptLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getVHAcceptLang(History, GameSpec) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Returns the language to use when the Player offer is accepted, given a history.
getVHEqualLang() - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getVHRejectLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGODefaultMessage
Deprecated.
 
getVHRejectLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getVHRejectLang(History, GameSpec) - Method in interface edu.usc.ict.iago.utils.MessagePolicy
Returns the language to use when the Player offer is rejected, given a history.
getWaitingLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.IAGOCoreMessage
 
getWaitingLang(History, GameSpec) - Method in class edu.usc.ict.iago.agent.RepeatedFavorMessage
 
getWsSession() - Method in class edu.usc.ict.iago.utils.NegotiationRoom.UserSession
 
Governor - Class in edu.usc.ict.iago.utils
A static class that is used for matching two users
Governor() - Constructor for class edu.usc.ict.iago.utils.Governor
 
Governor.SessionState - Enum in edu.usc.ict.iago.utils
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links