- p(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.TimeDependentFunction
-
Makes sure the target utility with in the acceptable range according to the domain
- p(double) - Method in class agents.TimeDependentAgent
-
- p(double) - Method in class negotiator.boaframework.offeringstrategy.other.GeniusTimeDependent_Offering
-
Makes sure the target utility with in the acceptable range according to
the domain
- p(double) - Method in class negotiator.boaframework.offeringstrategy.other.TimeDependent_Offering
-
Makes sure the target utility with in the acceptable range according to
the domain Goes from Pmax to Pmin!
- Paccept(double, double) - Static method in class agents.anac.y2010.Yushu.Utility
-
This function determines the accept probability for an offer.
- Paccept(double, double) - Method in class agents.BayesianAgentForAuction
-
This function determines the accept probability for an offer.
- paint(Graphics) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI.ScrollableTabButton
-
- paint(Graphics, JComponent) - Method in class negotiator.gui.tab.CloseTabPaneUI
-
- paintActionButton(Graphics, int, int, int, boolean, JButton, BufferedImage) - Method in class negotiator.gui.tab.CloseTabPaneUI
-
- paintCloseIcon(Graphics, int, int, boolean) - Method in class negotiator.gui.tab.CloseTabPaneUI
-
- paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintFocusIndicator(Graphics, int, Rectangle[], int, Rectangle, Rectangle, boolean) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintTab(Graphics, int, Rectangle[], int, Rectangle, Rectangle) - Method in class negotiator.gui.tab.CloseTabPaneUI
-
- paintTabBackground(Graphics, int, int, int, int, int, int, boolean) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
Wouter: hacked, we don't need the fancy but nonstandard backgnd
- paintTabBackgroundOld(Graphics, int, int, int, int, int, int, boolean) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintTabBorder(Graphics, int, int, int, int, int, int, boolean) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- paintText(Graphics, int, Font, FontMetrics, int, String, Rectangle, boolean) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
-
- Pair<A,B> - Class in agents.anac.y2010.Southampton.utils
-
- Pair(A, B) - Constructor for class agents.anac.y2010.Southampton.utils.Pair
-
- Pair<A,B> - Class in agents.anac.y2011.IAMhaggler2011
-
- Pair(A, B) - Constructor for class agents.anac.y2011.IAMhaggler2011.Pair
-
- Pair<A,B> - Class in agents.anac.y2011.TheNegotiator
-
A simple tuple class.
- Pair(A, B) - Constructor for class agents.anac.y2011.TheNegotiator.Pair
-
- Pair<A,B> - Class in agents.anac.y2012.IAMhaggler2012.agents2011.southampton.utils
-
- Pair(A, B) - Constructor for class agents.anac.y2012.IAMhaggler2012.agents2011.southampton.utils.Pair
-
- Pair<A,B> - Class in agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.southampton.utils
-
- Pair(A, B) - Constructor for class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.southampton.utils.Pair
-
- Pair<A,B> - Class in agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded
-
A simple tuple class.
- Pair(A, B) - Constructor for class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.Pair
-
- Pair<A,B> - Class in misc
-
A simple tuple class.
- Pair(A, B) - Constructor for class misc.Pair
-
Create a pair from the given two objects.
- Pair<A,B> - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
-
- Pair(A, B) - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.Pair
-
- parameter - Variable in class negotiator.tournament.VariablesAndValues.AssignedParameterVariable
-
- ParameterFrame - Class in negotiator.gui.boaframework
-
- ParameterFrame(Frame) - Constructor for class negotiator.gui.boaframework.ParameterFrame
-
- ParameterUI - Class in negotiator.gui.tournamentvars
-
- ParameterUI() - Constructor for class negotiator.gui.tournamentvars.ParameterUI
-
Creates new form ParameterUI
- parametervalues - Variable in class negotiator.Agent
-
Deprecated.
- parametervalues - Variable in class negotiator.Party
-
- ParameterValueUI - Class in negotiator.gui.tournamentvars
-
this shows a dialog where the user can enter the parameter values
These should be comma-separated doubles.
- ParameterVarUI - Class in negotiator.gui.tournamentvars
-
this shows a dialog where the user can select the parameter name
- ParetoFrontier - Class in negotiator.analysis
-
Class which stores the Pareto-frontier.
- ParetoFrontier() - Constructor for class negotiator.analysis.ParetoFrontier
-
Create an empty list to store the Pareto-frontier.
- ParetoTest - Class in negotiator.analysis
-
This class can be used to test if the implementation of the Pareto frontier
algorithm in BidSpace returns the correct results on each domain.
- ParetoTest() - Constructor for class negotiator.analysis.ParetoTest
-
- Parse() - Method in class agents.anac.y2013.MetaAgent.parser.cart.TreeParser
-
- parse(String[]) - Method in class misc.CommandLineOptions
-
Method used to parse the commandline options.
- parse(Reader) - Method in class negotiator.xml.SimpleDOMParser
-
- parseLog(String) - Static method in class negotiator.qualitymeasures.logmanipulation.NegotiationLogParser
-
- parseMessage(String) - Method in class agents.qoagent.AutomatedAgentMessages
-
Parses messages from the server.
- parseMessage(String) - Method in class agents.qoagent2.QMessages
-
Parses messages from the server.
- parseObs(String, String) - Static method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- parsePrimarySplits(String[]) - Static method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- Parser - Class in agents.anac.y2013.MetaAgent
-
- Parser() - Constructor for class agents.anac.y2013.MetaAgent.Parser
-
- Parser.Type - Enum in agents.anac.y2013.MetaAgent
-
- parseStrategyParameters(String) - Method in class negotiator.Agent
-
Used to parse parameters presented in the agent repository.
- parseStrategyParameters(String) - Method in class negotiator.boaframework.agent.TheBOAagent
-
Loads the BOA agent information object created by using the GUI.
- parseSurrogateSplits(String[]) - Static method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- PartialPreferenceModels - Class in negotiator.parties.partialopponentmodel
-
- PartialPreferenceModels(Bid, int) - Constructor for class negotiator.parties.partialopponentmodel.PartialPreferenceModels
-
- partitions - Static variable in class agents.OptimalBidder
-
- partitions - Static variable in class agents.OptimalBidderU
-
- Party - Class in negotiator
-
- Party() - Constructor for class negotiator.Party
-
- partyId - Variable in class negotiator.parties.AbstractNegotiationParty
-
The id used to identify this agent (if set to null, a default identifier will be used).
- partyID - Variable in class negotiator.Party
-
- partyIDList - Variable in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- partyListenerIndices - Variable in class negotiator.Party
-
- partyParams - Variable in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- PartyRepItem - Class in negotiator.repository
-
This repository item contains all info about an agent that can be loaded.
- PartyRepItem() - Constructor for class negotiator.repository.PartyRepItem
-
- PartyRepItem(String, String, String, List<String>) - Constructor for class negotiator.repository.PartyRepItem
-
- partyRepItems - Variable in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- partyUtilitySpaces - Variable in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- PausableContinuousTimeline - Class in negotiator
-
- PausableContinuousTimeline(int) - Constructor for class negotiator.PausableContinuousTimeline
-
- pause() - Method in class negotiator.DiscreteTimeline
-
The DiscreteTimeline does not have to be paused/resumed, as time does not
pass within a round.
- pause() - Method in class negotiator.PausableContinuousTimeline
-
- pause() - Method in class negotiator.Timeline
-
Method used to pause the timeline.
- paused - Variable in class negotiator.Timeline
-
- percentage(double) - Static method in class agents.anac.y2011.Nice_Tit_for_Tat.NiceTitForTat
-
- PerfectBayesianOpponentModelScalable - Class in agents.bayesianopponentmodel
-
Version of the standard Scalable Bayesian Model which uses the opponent's utilityspace
to calculate the real utility of the opponent's bid.
- PerfectBayesianOpponentModelScalable(UtilitySpace) - Constructor for class agents.bayesianopponentmodel.PerfectBayesianOpponentModelScalable
-
- PerfectIAMhagglerBayesianModel - Class in negotiator.boaframework.opponentmodel
-
IAMhagglerModel by Colin Williams, adapted for the BOA framework.
- PerfectIAMhagglerBayesianModel() - Constructor for class negotiator.boaframework.opponentmodel.PerfectIAMhagglerBayesianModel
-
- PerfectIAMhagglerBayesianModel.Extreme - Enum in negotiator.boaframework.opponentmodel
-
- PerfectModel - Class in negotiator.boaframework.opponentmodel
-
An opponent model symbolizing perfect knowledge about the opponent's preferences.
- PerfectModel() - Constructor for class negotiator.boaframework.opponentmodel.PerfectModel
-
- PerfectScalableBayesianModel - Class in negotiator.boaframework.opponentmodel
-
Adapter for BayesianOpponentModelScalable for the BOA framework.
- PerfectScalableBayesianModel() - Constructor for class negotiator.boaframework.opponentmodel.PerfectScalableBayesianModel
-
- pickBidOfUtility(double) - Method in class agents.TimeDependentAgent
-
Does not care about opponent's utility!
- pie - Static variable in class agents.OptimalBidder
-
- pie - Static variable in class agents.OptimalBidderU
-
- pMaxIndex - Variable in class agents.anac.y2012.OMACagent.TimeBidHistory
-
- pMaxIndex - Variable in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.TimeBidHistory
-
- PocketNegotiatorAgent - Interface in negotiator
-
#915 Agents of this type are compatible with the PocketNegotiator.
- popupMediatorParams() - Method in class negotiator.gui.negosession.MultiNegoSessionUI
-
- PopupOutsideListener - Interface in negotiator.gui.tab
-
- popupOutsideOperation(MouseEvent) - Method in interface negotiator.gui.tab.PopupOutsideListener
-
- popupPartyParams() - Method in class negotiator.gui.negosession.MultiNegoSessionUI
-
- postProposeNextBid(SouthamptonAgent, Bid, UtilitySpace, OpponentModel, Bid) - Method in interface agents.anac.y2010.Southampton.SouthamptonAgentExtrasInterface
-
- postProposeNextBid(SouthamptonAgent, Bid, UtilitySpace, OpponentModel, Bid) - Method in class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
-
- postReceiveAccept(SouthamptonAgent, Bid, UtilitySpace, OpponentModel) - Method in interface agents.anac.y2010.Southampton.SouthamptonAgentExtrasInterface
-
- postReceiveAccept(SouthamptonAgent, Bid, UtilitySpace, OpponentModel) - Method in class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
-
- postSendAccept(SouthamptonAgent, Bid, UtilitySpace, OpponentModel, Bid) - Method in interface agents.anac.y2010.Southampton.SouthamptonAgentExtrasInterface
-
- postSendAccept(SouthamptonAgent, Bid, UtilitySpace, OpponentModel, Bid) - Method in class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
-
- PRECISION_VALUE - Static variable in class agents.qoagent2.QAgentType
-
- PreferenceProfileManager - Class in agents.anac.y2010.AgentSmith
-
- PreferenceProfileManager(BidHistory, UtilitySpace) - Constructor for class agents.anac.y2010.AgentSmith.PreferenceProfileManager
-
- prepareAction(int, String) - Method in class agents.QOAgent
-
- prepareOpponentModel() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.NiceTitForTat
-
- prepareOpponentModel() - Method in class agents.BayesianAgent
-
- prepareOpponentModel() - Method in class agents.BayesianAgentForAuction
-
- prepareOpponentModel() - Method in class agents.BayesianAgentNS
-
- preProposeNextBid(SouthamptonAgent, Bid, UtilitySpace, OpponentModel, Bid) - Method in interface agents.anac.y2010.Southampton.SouthamptonAgentExtrasInterface
-
- preProposeNextBid(SouthamptonAgent, Bid, UtilitySpace, OpponentModel, Bid) - Method in class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
-
- previousTournament - Static variable in class negotiator.gui.tournamentvars.TournamentUI
-
- PrimarySplit - Class in agents.anac.y2013.MetaAgent.parser.cart.tree
-
- printBestHypothesis() - Method in class agents.anac.y2010.Southampton.utils.OpponentModel
-
Print the best hypothesis.
- printBestHypothesis() - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.OpponentModel
-
Print the best hypothesis.
- printElapsedSeconds() - Method in class negotiator.ContinuousTimeline
-
Prints time in seconds
- printHypotheses() - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.OpponentModel
-
Print the details of all of the hypotheses.
- printMessageToServer(String) - Method in class agents.qoagent.AutomatedAgent
-
Used to send a message back to the server/opponent
- printMessageToServer(String) - Method in class agents.qoagent2.QOAgent
-
- printParameters() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.AC_TheNegotiatorReloaded
-
String representation of the acceptance condition used by the decoupled framework.
- printParameters() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.AcceptanceStrategy
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.anac2012.AC_TheNegotiatorReloaded
-
String representation of the acceptance condition used by the decoupled
framework.
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_Combi
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiAvg
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiBestAvg
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiBestAvgDiscounted
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiMax
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiMaxInWindow
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiMaxInWindowDiscounted
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiProb
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiProbDiscounted
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiV2
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiV3
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_CombiV4
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_Const
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_ConstDiscounted
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_Gap
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_Next
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_Previous
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.AC_Time
-
- printParameters(AcceptanceStrategy) - Method in class negotiator.boaframework.acceptanceconditions.other.Multi_AcceptanceCondition
-
- printParameters() - Method in class negotiator.boaframework.acceptanceconditions.other.Multi_AcceptanceCondition
-
- printParameters() - Method in class negotiator.boaframework.AcceptanceStrategy
-
- printRankings() - Method in class agents.qoagent2.QAgentType
-
- printRoundElapsed() - Method in class negotiator.DiscreteTimeline
-
Prints time in seconds
- printTime() - Method in class negotiator.ContinuousTimeline
-
Prints time, running from t = 0 (start) to t = 1 (deadline).
- printTime() - Method in class negotiator.DiscreteTimeline
-
Prints time, running from t = 0 (start) to t = 1 (deadline).
- printTime() - Method in class negotiator.Timeline
-
Print the current time.
- printUtilityFunction() - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.opponentOffers
-
printing the utility function of the opponent
- printValuesToFile(String) - Method in class agents.qoagent2.QAgentType
-
- Probability - Class in agents.anac.y2013.GAgent
-
- Probability(double) - Constructor for class agents.anac.y2013.GAgent.Probability
-
- process(String) - Static method in class negotiator.analysis.ParetoTest
-
Simple method to compare if the algorithm for calculating the Pareto-bids in the
BidSpace class returns the right results.
- process(String) - Static method in class negotiator.qualitymeasures.ScenarioMeasures
-
Calculates all metrics and saves the results.
- process(String, String) - Method in class negotiator.qualitymeasures.TraceLoader
-
- processCommandLineOptions() - Method in class negotiator.gui.NegoGUIView
-
- ProcessOpponentBid(Bid) - Method in class agents.anac.y2011.Gahboninho.IssueManager
-
- ProcessOpponentBid(Bid) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- processWindowEvent(WindowEvent) - Method in class negotiator.gui.boaframework.BOAagentsFrame
-
- ProfileRepItem - Class in negotiator.repository
-
ProfileRepItem is a profile, as an item to put in the registry.
- ProfileRepItem() - Constructor for class negotiator.repository.ProfileRepItem
-
This creator is not for public use, only to keep XML parser happy...
- ProfileRepItem(URL, DomainRepItem) - Constructor for class negotiator.repository.ProfileRepItem
-
- profiles - Variable in class misc.CommandLineOptions
-
Option "p", specify a list of profiles for the commandline runner.
- ProfileValue - Class in negotiator.tournament.VariablesAndValues
-
- ProfileValue(ProfileRepItem) - Constructor for class negotiator.tournament.VariablesAndValues.ProfileValue
-
- ProfileVariable - Class in negotiator.tournament.VariablesAndValues
-
ProfileVariable is a variable for a tournament,
indicating that the profile is to be manipulated.
- ProfileVariable() - Constructor for class negotiator.tournament.VariablesAndValues.ProfileVariable
-
- ProgressUI1(String, BidChart, JTable) - Method in class negotiator.gui.progress.ProgressUI2
-
- ProgressUI2 - Class in negotiator.gui.progress
-
- ProgressUI2() - Constructor for class negotiator.gui.progress.ProgressUI2
-
Creates new form ProgressUI2
- ProgressUI2(boolean, boolean) - Constructor for class negotiator.gui.progress.ProgressUI2
-
- Project(double[], double, int, UtilitySpace, OpponentModel) - Method in class agents.anac.y2010.Southampton.analysis.BidSpace
-
Project a point onto an iso-utility space.
- Project(double[], double, int, UtilitySpace, OpponentModel) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.BidSpace
-
Project a point onto an iso-utility space.
- PROMISE - Static variable in class agents.qoagent.AutomatedAgentMessages
-
- PROMISE - Static variable in class agents.qoagent2.QMessages
-
- Property - Class in negotiator.repository
-
Created by dfesten on 6-8-2014.
- Property() - Constructor for class negotiator.repository.Property
-
- proposeInitialBid() - Method in class agents.anac.y2010.Southampton.IAMcrazyHaggler
-
- proposeInitialBid() - Method in class agents.anac.y2010.Southampton.similarity.SimilarityAgent
-
- proposeInitialBid() - Method in class agents.anac.y2010.Southampton.SouthamptonAgent
-
Propose the initial bid.
- proposeInitialBid() - Method in class agents.anac.y2011.IAMhaggler2011.IAMhaggler2011
-
- proposeInitialBid() - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.IAMhaggler2011
-
- proposeInitialBid() - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.SouthamptonAgent
-
Propose the initial bid.
- proposeInitialBid() - Method in class agents.anac.y2012.IAMhaggler2012.IAMhaggler2012
-
- proposeInitialBid() - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.IAMhaggler2011
-
- proposeInitialBid() - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.SouthamptonAgent
-
Propose the initial bid.
- proposeInitialBid() - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.IAMhaggler2012
-
- proposeInitialBid() - Method in class agents.BayesianAgentForAuction
-
- proposeInitialBid() - Method in class agents.BayesianAgentForAuctionMultiPhase
-
- proposeInitialBid() - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010_Offering
-
- proposeInitialBid() - Method in class negotiator.boaframework.offeringstrategy.anac2011.IAMhaggler2011_Offering
-
- proposeNextBid(Bid) - Method in class agents.anac.y2010.Southampton.IAMcrazyHaggler
-
- proposeNextBid(Bid) - Method in class agents.anac.y2010.Southampton.similarity.SimilarityAgent
-
- proposeNextBid(Bid) - Method in class agents.anac.y2010.Southampton.SouthamptonAgent
-
Propose the next bid.
- proposeNextBid(Bid) - Method in class agents.anac.y2011.IAMhaggler2011.IAMhaggler2011
-
- proposeNextBid(Bid) - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.IAMhaggler2011
-
- proposeNextBid(Bid) - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.SouthamptonAgent
-
Propose the next bid.
- proposeNextBid(Bid) - Method in class agents.anac.y2012.IAMhaggler2012.IAMhaggler2012
-
- proposeNextBid(Bid) - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.IAMhaggler2011
-
- proposeNextBid(Bid) - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.SouthamptonAgent
-
Propose the next bid.
- proposeNextBid(Bid) - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.IAMhaggler2012
-
- proposeNextBid(Bid) - Method in class agents.BayesianAgentForAuction
-
- proposeNextBid(Bid) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010_Offering
-
- proposeNextBid(Bid) - Method in class negotiator.boaframework.offeringstrategy.anac2011.IAMhaggler2011_Offering
-
- proposeNextBid(Bid) - Method in class negotiator.boaframework.offeringstrategy.anac2012.IAMHaggler2012_Offering
-
- protocol - Variable in class misc.CommandLineOptions
-
Option "r", specify a protocol for the commandline runner.
- Protocol - Interface in negotiator.protocol
-
This interface defines a protocol that should be executed by the
SessionManager
.
- PROTOCOL_NO - Static variable in class negotiator.gui.negosession.MultiNegoSessionUI
-
- PROTOCOL_REPOSITORY - Static variable in class negotiator.Global
-
Path to protocol repository
- ProtocolAdapter - Class in negotiator.protocol
-
An adapter for the protocol class.
- ProtocolAdapter() - Constructor for class negotiator.protocol.ProtocolAdapter
-
- ProtocolRepItem - Class in negotiator.repository
-
- ProtocolRepItem() - Constructor for class negotiator.repository.ProtocolRepItem
-
description of this agent
- ProtocolRepItem(String, String, String) - Constructor for class negotiator.repository.ProtocolRepItem
-
- ProtocolValue - Class in negotiator.tournament.VariablesAndValues
-
- ProtocolValue(ProtocolRepItem) - Constructor for class negotiator.tournament.VariablesAndValues.ProtocolValue
-
- ProtocolVariable - Class in negotiator.tournament.VariablesAndValues
-
- ProtocolVariable() - Constructor for class negotiator.tournament.VariablesAndValues.ProtocolVariable
-
- ProtocolVarUI - Class in negotiator.gui.tournamentvars
-
Open a UI and negotiate with user about which agents to use in tournament.
- ProtocolVarUI(Frame) - Constructor for class negotiator.gui.tournamentvars.ProtocolVarUI
-