$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

C

CALC_NASH_AGREEMENT_VAR - Static variable in class agents.qoagent2.QAgentsCore.QGenerateAgreement
 
calcReg(HashMap<String, Double>) - Method in class agents.anac.y2013.MetaAgent.parser.reg.RegParser
 
calcRejectionProbabilities(String, int) - Method in class agents.qoagent2.QAgentType
 
calculateAcceptProbability() - Method in class negotiator.boaframework.sharedagentstate.anac2010.AgentKSAS
 
calculateAcceptProbability() - Method in class negotiator.boaframework.sharedagentstate.anac2011.AgentK2SAS
 
calculateAgreement() - Method in class agents.qoagent.AutomatedAgent
 
calculateAgreement(AutomatedAgentType, int, boolean) - Method in class agents.qoagent.AutomatedAgentsCore.AutomatedAgentGenerateAgreement
Calculate agreement to send for the opponent for a given agent and a given turn
calculateAgreement(AutomatedAgentType, int) - Method in class agents.qoagent.AutomatedAgentsCore
Calculate agreement to send for the opponent for a given agent and a given turn
calculateAgreement(QAgentType, int) - Method in class agents.qoagent2.QAgentsCore
 
calculateAgreement(QAgentType, int, boolean) - Method in class agents.qoagent2.QAgentsCore.QGenerateAgreement
 
calculateAvgDiffBetweenBids(OpponentModel) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
 
calculateAvgDiffBetweenIssueWeights(OpponentModel) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
 
calculateAvgDiffParetoBidToEstimate(UtilitySpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculates the average difference between the real estimated pareto bids and their estimated utility for the opponent.
calculateBehaviorSensitvity() - Method in class negotiator.qualitymeasures.TrajectoryMeasures
 
CalculateCost(double, int) - Static method in class agents.FuzzyAgent
 
calculateCurrentPhase(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.TheNegotiatorSAS
Returns the current phase of the negotiation.
calculateDistances(OrderedSimpleElement, UtilitySpace, UtilitySpace) - Static method in class negotiator.qualitymeasures.ScenarioMeasures
Calculate all metrics.
calculateEndPhases() - Method in class agents.anac.y2011.TheNegotiator.TimeManager
Calculates the time which should be spend on each phase based on the distribution of the utilities of the bids.
calculateEndPhases() - Method in class negotiator.boaframework.sharedagentstate.anac2011.TheNegotiatorSAS
Calculates the time which should be spend on each phase based on the distribution of the utilities of the bids.
calculateEndPhaseThresholds() - Method in class negotiator.boaframework.sharedagentstate.anac2011.TheNegotiatorSAS
 
calculateEquilibrium(QAgentType, int, boolean, boolean, int) - Method in class agents.qoagent2.QAgentsCore.QGenerateAgreement
 
calculateEquilibrium(QAgentType, boolean, int, int, int, boolean, boolean, int) - Method in class agents.qoagent2.QAgentsCore.QGenerateAgreement
 
calculateEquilibriumAgreement(QAgentType, int, boolean, int) - Method in class agents.qoagent2.QAgentsCore
 
calculateEquilibriumResponse(int, int[], String) - Method in class agents.qoagent2.QOAgent
 
calculateFirstOffer() - Method in class agents.qoagent2.QOAgent
 
calculateFirstOffereUtility() - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
 
calculateKalaiDiff(BidSpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculates the absolute difference between the estimated Kalai point and the real Kalai point.
calculateKalaiPoint() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.DomainAnalyzer
Calculates the Kalai point by optionally using an opponent model.
calculateKalaiPoint() - Method in class negotiator.boaframework.offeringstrategy.anac2012.TheNegotiatorReloaded.DomainAnalyzer
Calculates the Kalai point by optionally using an opponent model.
calculateMeasures(ArrayList<OutcomeInfoDerived>, ArrayList<ArrayList<OutcomeInfoDerived>>, HashSet<String>) - Static method in class negotiator.qualitymeasures.logmanipulation.TournamentMeasures
Calculates all quality measures and return an XML-object with the results.
calculateMeasures(double, double) - Method in class negotiator.qualitymeasures.logmanipulation.UtilityMeasures
Returns an XML representation of all utility based quality measures.
calculateMeasures() - Method in class negotiator.qualitymeasures.TrajectoryMeasures
Returns an XML representation of all trajectory based quality measures.
calculateMovesLeft() - Method in class negotiator.boaframework.sharedagentstate.anac2011.TheNegotiatorSAS
 
calculateNashDiff(BidSpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculates the absolute difference between the estimated Nash point and the real Nash point.
calculateNextTurnAgreement(AutomatedAgentType, int) - Method in class agents.qoagent.AutomatedAgentsCore
Calculate agreement for a given agent for the following turn
calculateNextTurnAgreement(QAgentType, int) - Method in class agents.qoagent2.QAgentsCore
 
calculateNextTurnEquilibriumAgreement(QAgentType, int, boolean, int) - Method in class agents.qoagent2.QAgentsCore
 
calculateNextTurnOffer() - Method in class agents.qoagent.AgentTools
calculate the selected offer the agent will propose in the following turn
calculateNextTurnOffer() - Method in class agents.qoagent.AutomatedAgent
 
calculateOfferAgainstOpponent(AutomatedAgentType, String, int) - Method in class agents.qoagent.AbstractAutomatedAgent
called to decide which offer to propose the opponent at a given turn This method is always called when beginning a new turn You can also call it during the turn if needed
calculateOfferAgainstOpponent(String, int, boolean) - Method in class agents.qoagent.AutomatedAgentsCore.AutomatedAgentGenerateAgreement
This is where the real logic is done to calculate agreement to send for the opponent for a given agent and a given turn
calculateOfferAgainstOpponent(String, int, boolean) - Method in class agents.qoagent2.QAgentsCore.QGenerateAgreement
 
calculateOpponentStrategy() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BSPredictor
Predict the strategy of the opponent.
calculateOpponentStrategy() - Method in class negotiator.boaframework.offeringstrategy.anac2012.TheNegotiatorReloaded.BSPredictor
Predict the strategy of the opponent.
calculateParetoFrontierDistance(BidSpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
This methods calculates the Pareto frontier distance using the following steps: 1.
calculatePearsonCorrelationCoefficient(double[], double[]) - Static method in class negotiator.qualitymeasures.UtilspaceTools
Calculate the Pearson distance between two sets.
calculatePearsonCorrelationCoefficientBids(UtilitySpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculates the Pearson correlation coefficient by comparing the utility of each bid estimated by the real and estimated opponent's utility space.
calculatePercCorrectlyEstimatedParetoBids(BidSpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculate the amount of real Pareto bids which have been found by the opponent model.
calculatePercIncorrectlyEstimatedParetoBids(BidSpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculate the percentage of bids in the estimated Pareto bids which is really Pareto optimal.
calculatePropArray() - Method in class agents.anac.y2011.TheNegotiator.TimeManager
Calculate how many possible bids are within a certain threshold interval.
calculatePropArray() - Method in class negotiator.boaframework.sharedagentstate.anac2011.TheNegotiatorSAS
Calculate how many possible bids are within a certain threshold interval.
calculateRankingDistance(double[], double[]) - Static method in class negotiator.qualitymeasures.UtilspaceTools
Calculate the ranking distance between two sets.
calculateRankingDistanceBids(UtilitySpace) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculates the ranking distance by comparing the utility of each bid estimated by the real and estimated opponent's utility space.
calculateRankingDistanceWeights(OpponentModel) - Method in class negotiator.qualitymeasures.OpponentModelMeasures
Calculates the ranking distance by comparing the utility of each weight estimated by the real and estimated opponent's utility space.
calculateResponse(int, int[], String) - Method in class agents.qoagent.AbstractAutomatedAgent
Called when a message of type: QUERY, COUNTER_OFFER, OFFER or PROMISE is received Note that if you accept a message, the accepted message is saved in the appropriate structure, so no need to add logic for this.
calculateResponse(int, int[], String) - Method in class agents.qoagent.AgentTools
Calculating the response to a given proposal.
calculateResponse(int, int[], String) - Method in class agents.qoagent.AutomatedAgent
Decide regarding a received message For example, decide whether to accept or reject it, or receiveMessage other agent's data
calculateResponse(int, int[], String) - Method in class agents.qoagent2.QOAgent
Update opponent's probability given the message received and devicde whether to accept the message or reject it
calculateTabHeight(int, int, int) - Method in class negotiator.gui.tab.CloseTabPaneUI
 
calculateTabWidth(int, int, FontMetrics) - Method in class negotiator.gui.tab.CloseTabPaneUI
 
calculateTargetUtility() - Method in class negotiator.boaframework.sharedagentstate.anac2010.YushuSAS
 
calculateTheoreticalOutcome() - Method in class negotiator.protocol.auction.AuctionOldProtocol
 
calculateThreshold(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.TheNegotiatorSAS
Returns the time dependent threshold which specifies how good a bid of an opponent should be to be accepted.
calculateTimeSensitvity() - Method in class negotiator.qualitymeasures.TrajectoryMeasures
 
calculateValues(AutomatedAgentType, int) - Method in class agents.qoagent.AbstractAutomatedAgent
called to calculate the values of the different possible agreements for the agent
calculateValues(AbstractAutomatedAgent, int) - Method in class agents.qoagent.AutomatedAgentType
Calculate utility value, best agreement and worse agreement at time nTimePeriod.
calculateValues(int) - Method in class agents.qoagent2.QAgentType
Calculate luce numbers, best agreement and worse agreement at time nTimePeriod.
callStaticPartyFunction(String, Object[]) - Method in class negotiator.repository.PartyRepItem
callAgentFunction can call a Static agent function without instantiating the agent.
cancelButton - Variable in class negotiator.gui.dialogs.NewObjectiveDialog
 
canUpdateOM() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.NullStrategy
 
canUpdateOM() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.OMStrategy
 
canUpdateOM() - Method in class negotiator.boaframework.omstrategy.BestBid
The opponent model may be updated, unless the time is higher than a given constant.
canUpdateOM() - Method in class negotiator.boaframework.OMStrategy
 
canUpdateOM() - Method in class negotiator.boaframework.omstrategy.NTFTstrategy
Method which specifies when the opponent model may be updated.
canUpdateOM() - Method in class negotiator.boaframework.omstrategy.NullStrategy
Returns true if the opponent model be updated, which is in this case if the time is lower than the given threshold.
canUpdateOM() - Method in class negotiator.boaframework.omstrategy.OfferBestN
Specifies that the opponent model may be updated when the current time is smaller than the deadline.
canUpdateOM() - Method in class negotiator.boaframework.omstrategy.TheFawkes_OMS
 
cartesianProduct(Set<A>...) - Static method in class misc.SetTools
Given a list of sets, this method returns the Cartesian product of the given sets.
centerMaxOffer - Variable in class agents.BayesianAgentForAuctionMultiPhase
 
cf - Variable in class agents.anac.y2010.Southampton.similarity.VariableConcessionSimilarityAgent
 
cf - Variable in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010_Offering
 
Chameleon - Class in agents.anac.y2012.MetaAgent.agents.Chameleon
 
Chameleon() - Constructor for class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon
 
Chameleon.BaseStrategy - Class in agents.anac.y2012.MetaAgent.agents.Chameleon
 
Chameleon.BaseStrategy() - Constructor for class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon.BaseStrategy
 
Chameleon.MirrorStrategy - Class in agents.anac.y2012.MetaAgent.agents.Chameleon
 
Chameleon.MirrorStrategy() - Constructor for class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon.MirrorStrategy
 
Chameleon.PiggyBackStrategy - Class in agents.anac.y2012.MetaAgent.agents.Chameleon
 
Chameleon.PiggyBackStrategy() - Constructor for class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon.PiggyBackStrategy
 
Chameleon.Strategy - Interface in agents.anac.y2012.MetaAgent.agents.Chameleon
 
Chameleon.StubbornStrategy - Class in agents.anac.y2012.MetaAgent.agents.Chameleon
 
Chameleon.StubbornStrategy() - Constructor for class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon.StubbornStrategy
 
changesCommitted() - Method in class negotiator.boaframework.SessionData
Sets that all changes have been processed.
changeThreshold(double) - Method in class agents.anac.y2013.GAgent.AgentI
 
changeWeight(double) - Method in class negotiator.gui.tree.WeightSlider
Tries to set the new weight, and signals the NegotiatorTreeTableModel that weights are updated.
checkAgentActivity(Agent) - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
This is the running method of the negotiation thread.
checkCompromise(double) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
 
checkEndOfWindow() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.TimeManager
 
checkEndOfWindow() - Method in class negotiator.boaframework.offeringstrategy.anac2012.TheNegotiatorReloaded.TimeManager
 
checkInRange(Value) - Method in class negotiator.issue.Issue
Method to check if the given value is in the range specified by the issue.
checkInRange(Value) - Method in class negotiator.issue.IssueDiscrete
 
checkInRange(Value) - Method in class negotiator.issue.IssueInteger
 
checkInRange(Value) - Method in class negotiator.issue.IssueReal
 
checkReadyForNegotiation(Domain) - Method in class negotiator.utility.ConstraintUtilitySpace
 
checkReadyForNegotiation(Domain) - Method in class negotiator.utility.NonlinearUtilitySpace
 
checkReadyForNegotiation(Domain) - Method in class negotiator.utility.UtilitySpace
Check if this utility space is ready for negotiation.
chi - Variable in class negotiator.boaframework.opponentmodel.TheFawkes_OM
 
chickenGame(double, double, double) - Method in class agents.anac.y2011.ValueModelAgent.ValueModelAgent
 
childElements - Variable in class negotiator.xml.SimpleElement
 
children() - Method in class negotiator.issue.Objective
 
chooseAction() - Method in class agents.ABMPAgent
 
chooseAction() - Method in class agents.ABMPAgent2
 
chooseAction() - Method in class agents.ABMPExactAgent
 
chooseAction() - Method in class agents.anac.y2010.AgentFSEGA.AgentFSEGA
Choose action to present to the opponent.
chooseAction() - Method in class agents.anac.y2010.AgentK.Agent_K
 
chooseAction() - Method in class agents.anac.y2010.AgentSmith.AgentSmith
When we take turn, this function is invoked.
chooseAction() - Method in class agents.anac.y2010.Nozomi.Nozomi
 
chooseAction() - Method in class agents.anac.y2010.Southampton.SouthamptonAgent
 
chooseAction(SouthamptonAgent, long) - Method in interface agents.anac.y2010.Southampton.SouthamptonAgentExtrasInterface
 
chooseAction() - Method in interface agents.anac.y2010.Southampton.SouthamptonAgentExtrasInterface
 
chooseAction(SouthamptonAgent, long) - Method in class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
 
chooseAction() - Method in class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
 
chooseAction() - Method in class agents.anac.y2010.Yushu.Yushu
 
chooseAction() - Method in class agents.anac.y2011.AgentK2.Agent_K2
 
chooseAction() - Method in class agents.anac.y2011.BramAgent.BRAMAgent
 
chooseAction() - Method in class agents.anac.y2011.Gahboninho.Gahboninho
 
chooseAction() - Method in class agents.anac.y2011.HardHeaded.KLH
This is the main strategy of that determines the behavior of the agent.
chooseAction() - Method in class agents.anac.y2011.IAMhaggler2011.IAMhaggler2011
 
chooseAction() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.BilateralAgent
 
chooseAction() - Method in class agents.anac.y2011.TheNegotiator.TheNegotiator
Choose an action to perform.
chooseAction() - Method in class agents.anac.y2011.ValueModelAgent.ValueModelAgent
 
chooseAction() - Method in class agents.anac.y2012.AgentLG.AgentLG
 
chooseAction() - Method in class agents.anac.y2012.AgentMR.AgentMR
 
chooseAction() - Method in class agents.anac.y2012.BRAMAgent2.BRAMAgent2
 
chooseAction() - Method in class agents.anac.y2012.CUHKAgent.CUHKAgent
 
chooseAction(long, long) - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.SouthamptonAgent
 
chooseAction() - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.SouthamptonAgent
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.DNAgent.DNAgent
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.GYRL.GYRL
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.LYY.LYYAgent
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.MrFriendly.MrFriendly
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.ShAgent.ShAgent
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.SimpleAgentNew.SimpleAgentNew
 
chooseAction() - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.WinnerAgent2
Choose the next action.
chooseAction() - Method in class agents.anac.y2012.MetaAgent.MetaAgent
 
chooseAction() - Method in class agents.anac.y2012.OMACagent.OMACagent
 
chooseAction() - Method in class agents.anac.y2013.AgentKF.AgentKF
 
chooseAction() - Method in class agents.anac.y2013.GAgent.AgentI
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.MetaAgent
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.AgentLG.AgentLG
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.AgentMR.AgentMR
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.BRAMAgent2.BRAMAgent2
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.CUHKAgent.CUHKAgent
 
chooseAction(long, long) - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.SouthamptonAgent
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.SouthamptonAgent
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.OMACagent
 
chooseAction() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BOAagent
Choose an action to perform.
chooseAction() - Method in class agents.anac.y2013.SlavaAgent.SlavaAgent
Choose the next action to make for agent.
chooseAction() - Method in class agents.anac.y2013.TMFAgent.TMFAgent
 
chooseAction() - Method in class agents.BayesianAgent
 
chooseAction() - Method in class agents.BayesianAgentForAuction
 
chooseAction() - Method in class agents.BayesianAgentForAuctionMultiPhase
 
chooseAction() - Method in class agents.DecUtilAgent
 
chooseAction() - Method in class agents.FuzzyAgent
 
chooseAction() - Method in class agents.OptimalBidder
 
chooseAction() - Method in class agents.OptimalBidderU
 
chooseAction() - Method in class agents.QOAgent
 
chooseAction() - Method in class agents.RandomIncreasingUtilAgent
 
chooseAction() - Method in class agents.RandomWalkABMPAgent
 
chooseAction() - Method in class agents.SimilarityAgent
 
chooseAction() - Method in class agents.SimpleAgent
 
chooseAction() - Method in class agents.SimpleAgentSavingBidHistory
 
chooseAction() - Method in class agents.SimpleAgt2
 
chooseAction() - Method in class agents.SimpleANAC2013Agent
Accept if the utility of the opponent's is higher than the target utility; else return a random bid with a utility at least equal to the target utility.
chooseAction() - Method in class agents.SimpleTFTAgent
 
chooseAction() - Method in class agents.SimpleTitForTatPN
 
chooseAction() - Method in class agents.SlowUIAgent
 
chooseAction() - Method in class agents.TAgent
 
chooseAction() - Method in class agents.TestAgent
 
chooseAction() - Method in class agents.TestingAgent
 
chooseAction() - Method in class agents.UIAgent
 
chooseAction() - Method in class agents.UIAgentExtended
 
chooseAction() - Method in class negotiator.Agent
this function is called after ReceiveMessage, with an Offer-action.
chooseAction() - Method in class negotiator.boaframework.agent.BOAagent
Chooses an action to perform.
chooseAction() - Method in class negotiator.boaframework.offeringstrategy.anac2011.IAMhaggler2011_Offering
 
chooseAction(List<Class>) - Method in class negotiator.parties.AcceptingNegotiationParty
If offer was proposed: Accept offer, otherwise: Propose random offer
chooseAction(List<Class>) - Method in class negotiator.parties.Annealer
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.ConcederNegotiationParty
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.ConsensusVotingHumanAgent
 
chooseAction(List<Class>) - Method in class negotiator.parties.CounterOfferHumanNegotiationParty
 
chooseAction(List<Class>) - Method in class negotiator.parties.FeedbackHillClimber
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.FeedbackMediator
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.HillClimber
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.MediatorHumanNegotiationParty
 
chooseAction(List<Class>) - Method in interface negotiator.parties.NegotiationParty
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.RandomCounterOfferNegotiationParty
If placing offers: do random offer if voting: accept/reject with a 50% chance on both
chooseAction(List<Class>) - Method in class negotiator.parties.RandomFiftyFiftyNegotiationParty
If placing offers: do random offer if voting: accept/reject with a 50% chance on both
chooseAction(List<Class>) - Method in class negotiator.parties.RandomFlippingMediator
When this class is called, it is expected that the Party chooses one of the actions from the possible action list and returns an instance of the chosen action.
chooseAction(List<Class>) - Method in class negotiator.parties.UINegotiationParty
 
chooseAction(ArrayList<Class>) - Method in class negotiator.Party
 
chooseBestFromHistory(UtilitySpace) - Method in class agents.anac.y2012.CUHKAgent.OpponentBidHistory
 
chooseBestFromHistory(UtilitySpace) - Method in class agents.anac.y2013.MetaAgent.portfolio.CUHKAgent.OpponentBidHistory
 
chooseBestFromHistory(UtilitySpace) - Method in class negotiator.boaframework.offeringstrategy.anac2012.CUHKAgent.OpponentBidHistory
 
ChooseBid(List<Bid>, Domain) - Method in class agents.anac.y2012.CUHKAgent.OpponentBidHistory
 
ChooseBid(List<Bid>, Domain) - Method in class agents.anac.y2013.MetaAgent.portfolio.CUHKAgent.OpponentBidHistory
 
ChooseBid(List<Bid>, Domain) - Method in class negotiator.boaframework.offeringstrategy.anac2012.CUHKAgent.OpponentBidHistory
 
chooseCounterBid() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.BilateralAgent
The opponent has already made a bid.
chooseCounterBid() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.NiceTitForTat
 
chooseCounterBid() - Method in class agents.TimeDependentAgent
 
chooseFirstCounterBid() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.BilateralAgent
Use this method to make the first counter-bid.
chooseFirstCounterBid() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.NiceTitForTat
 
chooseFirstCounterBid() - Method in class agents.TimeDependentAgent
 
chooseLowestBidInHistory(UtilitySpace) - Method in class agents.anac.y2012.CUHKAgent.OwnBidHistory
 
chooseLowestBidInHistory(UtilitySpace) - Method in class agents.anac.y2013.MetaAgent.portfolio.CUHKAgent.OwnBidHistory
 
chooseOpeningBid() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.BilateralAgent
Use this method to make an opening bid.
chooseOpeningBid() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.NiceTitForTat
 
chooseOpeningBid() - Method in class agents.TimeDependentAgent
 
chooseRandomBidAction(Agent) - Static method in class agents.anac.y2010.Yushu.Utility
Wrapper for getRandomBid, for convenience.
ChoosingAllBids - Class in negotiator.boaframework.offeringstrategy.other
This class implements an offering strategy which creates a list of possible bids and then offers them in descending order.
ChoosingAllBids() - Constructor for class negotiator.boaframework.offeringstrategy.other.ChoosingAllBids
Empty constructor used for reflexion.
ChoosingAllBids(NegotiationSession, OpponentModel) - Constructor for class negotiator.boaframework.offeringstrategy.other.ChoosingAllBids
Constructor which can be used to createFrom the agent without the GUI.
cleanUp() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BOAagent
Clear the agent's variables.
cleanUp() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.IAMhagglerModel
 
cleanUp() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.OpponentModel
 
cleanUp() - Method in class agents.SlowUIAgent
 
cleanUp() - Method in class negotiator.boaframework.agent.BOAagent
Clears the agent's variables.
cleanUp() - Method in class negotiator.boaframework.agent.TheBOAagent
Removes the references to all components such that the garbage collector can remove them.
cleanUp() - Method in class negotiator.boaframework.opponentmodel.AgentLGModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.BayesianModel
 
cleanUp() - Method in class negotiator.boaframework.OpponentModel
Removes references to the objects used by the opponent model.
cleanUp() - Method in class negotiator.boaframework.opponentmodel.FSEGABayesianModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.IAMhagglerBayesianModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.PerfectIAMhagglerBayesianModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.PerfectScalableBayesianModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.ScalableBayesianModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.SmithFrequencyModel
 
cleanUp() - Method in class negotiator.boaframework.opponentmodel.SmithFrequencyModelV2
 
cleanUp() - Method in class negotiator.Party
This function cleans up the remainders of the agent: open windows etc.
clear() - Method in class agents.anac.y2011.ValueModelAgent.ValueSeperatedBids
 
clear() - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.ValueSeperatedBids
 
clear() - Method in class negotiator.issue.IssueDiscrete
Removes all values from this Issue.
clear() - Method in class negotiator.utility.EvaluatorDiscrete
wipe evaluation values.
clearActionsTerminateSessionWithFailure() - Method in class negotiator.NegoRound
 
clearActionsTerminateSessionWithSuccess() - Method in class negotiator.NegoRound
 
clearListeners() - Method in class negotiator.logging.SessionLogger
Removes all listeners
clearTreeTable(Domain, UtilitySpace) - Method in class negotiator.gui.tree.TreeFrame
 
clearValidActions() - Method in class negotiator.NegoTurn
 
clearValidActions() - Method in class negotiator.session.Turn
Removes all valid actions from this class.
clone() - Method in class negotiator.boaframework.offeringstrategy.anac2013.TheFawkes.SmoothingPolynomial
 
clone() - Method in class negotiator.boaframework.repository.BOAagentRepository
Override of clone method to enforce singleton pattern.
clone() - Method in class negotiator.distributedtournament.DBController
 
clone() - Method in interface negotiator.utility.Evaluator
 
clone() - Method in class negotiator.utility.EvaluatorDiscrete
 
clone() - Method in class negotiator.utility.EvaluatorInteger
 
clone() - Method in class negotiator.utility.EvaluatorObjective
 
clone() - Method in class negotiator.utility.EvaluatorReal
 
close() - Method in class negotiator.gui.progress.ProgressUI2
This is called when the parent closes this component.
close() - Method in class negotiator.gui.progress.TournamentProgressUI2
Called when user closes the GUI.
close() - Method in class negotiator.logging.CsvLogger
Closes this stream and releases any system resources associated with it.
close() - Method in class negotiator.logging.FileLogger
 
closeItem - Variable in class negotiator.gui.tab.CloseTabPaneUI
 
CloseListener - Interface in negotiator.gui.tab
 
closeLog(boolean) - Static method in class negotiator.protocol.alternatingoffers.AlternatingOffersOldProtocol
 
closeOperation(MouseEvent, int) - Method in interface negotiator.gui.tab.CloseListener
 
CloseTabbedPane - Class in negotiator.gui.tab
A JTabbedPane with some added UI functionalities.
CloseTabbedPane() - Constructor for class negotiator.gui.tab.CloseTabbedPane
Creates the CloseAndMaxTabbedPane with an enhanced UI if enhancedUI parameter is set to true.
CloseTabPaneEnhancedUI - Class in negotiator.gui.tab
This UI displays a different interface, which is independent from the look and feel.
CloseTabPaneEnhancedUI() - Constructor for class negotiator.gui.tab.CloseTabPaneEnhancedUI
 
CloseTabPaneEnhancedUI.ScrollableTabButton - Class in negotiator.gui.tab
 
CloseTabPaneEnhancedUI.ScrollableTabButton(int) - Constructor for class negotiator.gui.tab.CloseTabPaneEnhancedUI.ScrollableTabButton
 
CloseTabPaneUI - Class in negotiator.gui.tab
UI for CloseAndMaxTabbedPane.
CloseTabPaneUI() - Constructor for class negotiator.gui.tab.CloseTabPaneUI
 
CloseTabPaneUI.ScrollableTabButton - Class in negotiator.gui.tab
 
CloseTabPaneUI.ScrollableTabButton(int) - Constructor for class negotiator.gui.tab.CloseTabPaneUI.ScrollableTabButton
 
CloseTabPaneUI.TabSelectionHandler - Class in negotiator.gui.tab
This inner class is marked "public" due to a compiler bug.
CloseTabPaneUI.TabSelectionHandler() - Constructor for class negotiator.gui.tab.CloseTabPaneUI.TabSelectionHandler
 
com.intellij.uiDesigner - package com.intellij.uiDesigner
 
com.intellij.uiDesigner.core - package com.intellij.uiDesigner.core
 
com.mysql.jdbc - package com.mysql.jdbc
 
com.mysql.jdbc.log - package com.mysql.jdbc.log
 
com.sun.media.jfxmediaimpl - package com.sun.media.jfxmediaimpl
 
comb(int, int) - Method in class negotiator.utility.TournamentIndicesGenerator
 
combineLists(HashMap<String, String>) - Method in class negotiator.xml.SimpleElement
 
CommandLineOptions - Class in misc
This class is used to interpret commandline parameters specified when starting Genius.
CommandLineOptions() - Constructor for class misc.CommandLineOptions
 
CommandLineRunner - Class in misc
Class to allow Negotiations to be run from the command line, without the use of a GUI.
CommandLineRunner() - Constructor for class misc.CommandLineRunner
 
COMMENT - Static variable in class agents.qoagent.AutomatedAgentMessages
 
COMMENT - Static variable in class agents.qoagent2.QMessages
 
COMMENT_CHAR_STR - Static variable in class agents.qoagent.AutomatedAgentsCore
 
COMMENT_CHAR_STR - Static variable in class agents.qoagent2.QAgentsCore
 
commentReceived(String) - Method in class agents.qoagent.AbstractAutomatedAgent
called whenever we get a comment from the opponent You can add logic to receiveMessage your agent
ComparableBid - Class in agents.anac.y2013.TMFAgent
 
ComparableBid(Bid, double) - Constructor for class agents.anac.y2013.TMFAgent.ComparableBid
 
compare(Bid, Bid) - Method in class agents.anac.y2010.AgentFSEGA.ReverseBidComparator
 
compare(Bid, Bid) - Method in class agents.anac.y2010.AgentSmith.BidComparator
 
compare(BidWrapper, BidWrapper) - Method in class agents.anac.y2011.ValueModelAgent.BidWrapper.OpponentUtilityComperator
 
compare(BidWrapper, BidWrapper) - Method in class agents.anac.y2011.ValueModelAgent.BidWrapper.OurUtilityComperator
 
compare(Bid, Bid) - Method in class agents.anac.y2012.AgentLG.BidsComparator
 
compare(Bid, Bid) - Method in class agents.anac.y2013.MetaAgent.portfolio.AgentLG.BidsComparator
 
compare(BidDetails, BidDetails) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidDetailsSorterTime
 
compare(BidDetails, BidDetails) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidDetailsSorterUtility
 
compare(Object, Object) - Method in class agents.bayesianopponentmodel.BayesianOpponentModel.HypsComparator
 
compare(A, A) - Method in class misc.ScoreKeeper
Comparator to compare the score of two objects.
compare(BidPoint, BidPoint) - Method in class negotiator.analysis.BidPointSorterA
Comperator.
compare(BidPoint, BidPoint) - Method in class negotiator.analysis.BidPointSorterB
Comperator.
compare(BidDetails, BidDetails) - Method in class negotiator.bidding.BidDetailsSorterTime
Comperator.
compare(BidDetails, BidDetails) - Method in class negotiator.bidding.BidDetailsSorterUtility
Comperator.
compare(BidDetails, BidDetails) - Method in class negotiator.bidding.BidDetailsStrictSorterUtility
Comperator.
compare(Bid, Bid) - Method in class negotiator.bidding.BidStrictSorterUtility
Comperator.
compare(Bid, Bid) - Method in class negotiator.boaframework.offeringstrategy.anac2010.AgentSmith_Offering.BidComparator
 
compare(BidWrapper, BidWrapper) - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidWrapper.OpponentUtilityComperator
 
compare(BidWrapper, BidWrapper) - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidWrapper.OurUtilityComperator
 
compare(BidDetails, BidDetails) - Method in class negotiator.boaframework.opponentmodel.agentsmith.SmithBidComparator
 
compare(Hypothesis, Hypothesis) - Method in class negotiator.boaframework.opponentmodel.fsegaagent.HypothesisComperator
 
compare(Bid, Bid) - Method in class negotiator.boaframework.opponentmodel.fsegaagent.ReverseBidComparator
 
compareTo(Hypothesis) - Method in class agents.anac.y2010.AgentFSEGA.Hypothesis
 
compareTo(BidSpace.EvaluatedDiscreteCombination) - Method in class agents.anac.y2010.Southampton.analysis.BidSpace.EvaluatedDiscreteCombination
 
compareTo(UTBid) - Method in class agents.anac.y2011.TheNegotiator.UTBid
compareTo is used to compare UTbids.
compareTo(BidDetails) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidDetails
A comperator for BidDetails which order the bids in reverse natural order of utility.
compareTo(ComparableBid) - Method in class agents.anac.y2013.TMFAgent.ComparableBid
 
compareTo(BidDetails) - Method in class negotiator.bidding.BidDetails
A comparator for BidDetails which order the bids in reverse natural order of utility.
compareTo(BidSpace.EvaluatedDiscreteCombination) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.BidSpace.EvaluatedDiscreteCombination
 
compareTo(BOArepItem) - Method in class negotiator.boaframework.repository.BOArepItem
 
ComponentsEnum - Enum in negotiator.boaframework
 
compressBytes(String) - Static method in class negotiator.distributedtournament.DBController
Compresses the data to be stored in the database.
COMPROMISE_TYPE_IDX - Static variable in class agents.qoagent.AutomatedAgentsCore
 
COMPROMISE_TYPE_IDX - Static variable in class agents.qoagent2.QAgentsCore
 
CompromosingFactor - Variable in class agents.anac.y2011.Gahboninho.IssueManager
 
CompromosingFactor - Variable in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
 
concedeDegree(UtilitySpace) - Method in class agents.anac.y2012.CUHKAgent.OpponentBidHistory
 
concedeDegree(UtilitySpace) - Method in class agents.anac.y2013.MetaAgent.portfolio.CUHKAgent.OpponentBidHistory
 
concedeDegree(UtilitySpace) - Method in class negotiator.boaframework.offeringstrategy.anac2012.CUHKAgent.OpponentBidHistory
 
CONCEDER - Static variable in class agents.anac.y2010.Southampton.utils.concession.TimeConcessionFunction.Beta
 
CONCEDER - Static variable in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.TimeConcessionFunction.Beta
 
CONCEDER - Static variable in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.TimeConcessionFunction.Beta
 
CONCEDER - Static variable in class negotiator.boaframework.opponentmodel.iamhaggler.TimeConcessionFunction.Beta
 
CONCEDER_EXTREME - Static variable in class agents.anac.y2010.Southampton.utils.concession.TimeConcessionFunction.Beta
 
CONCEDER_EXTREME - Static variable in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.TimeConcessionFunction.Beta
 
CONCEDER_EXTREME - Static variable in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.TimeConcessionFunction.Beta
 
CONCEDER_EXTREME - Static variable in class negotiator.boaframework.opponentmodel.iamhaggler.TimeConcessionFunction.Beta
 
ConcederNegotiationParty - Class in negotiator.parties
 
ConcederNegotiationParty(UtilitySpace, Map<DeadlineType, Object>, Timeline, long) - Constructor for class negotiator.parties.ConcederNegotiationParty
 
CONCESSIONFACTOR - Variable in class agents.BayesianAgentForAuction
 
ConcessionFunction - Class in agents.anac.y2010.Southampton.utils.concession
 
ConcessionFunction() - Constructor for class agents.anac.y2010.Southampton.utils.concession.ConcessionFunction
 
ConcessionFunction - Class in agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded
 
ConcessionFunction() - Constructor for class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.ConcessionFunction
 
ConcessionFunction - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 
ConcessionFunction() - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ConcessionFunction
 
ConcessionFunction - Class in negotiator.boaframework.opponentmodel.iamhaggler
 
ConcessionFunction() - Constructor for class negotiator.boaframework.opponentmodel.iamhaggler.ConcessionFunction
 
ConcessionUtils - Class in agents.anac.y2010.Southampton.utils.concession
 
ConcessionUtils() - Constructor for class agents.anac.y2010.Southampton.utils.concession.ConcessionUtils
 
ConcessionUtils - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 
ConcessionUtils() - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ConcessionUtils
 
ConditionalZeroConstraint - Class in negotiator.utility
 
ConditionalZeroConstraint(int, String) - Constructor for class negotiator.utility.ConditionalZeroConstraint
 
ConditionalZeroOutcomeConstraint - Class in negotiator.utility
 
ConditionalZeroOutcomeConstraint() - Constructor for class negotiator.utility.ConditionalZeroOutcomeConstraint
 
Configuration - Class in negotiator.config
Stores the configuration variables for the MultilateralUI user interface.
Configuration() - Constructor for class negotiator.config.Configuration
Initializes a new instance of the configuration class.
Configuration(Configuration) - Constructor for class negotiator.config.Configuration
Initializes a new instance of the configuration class by using existing config.
ConfigurationException - Exception in negotiator.config
Represents an exception in the configuration file
ConfigurationException() - Constructor for exception negotiator.config.ConfigurationException
Constructs a new exception with null as its detail message.
ConfigurationException(String) - Constructor for exception negotiator.config.ConfigurationException
Constructs a new exception with the specified detail message.
ConfigurationException(String, Throwable) - Constructor for exception negotiator.config.ConfigurationException
Constructs a new exception with the specified detail message and cause.
ConfigurationException(Throwable) - Constructor for exception negotiator.config.ConfigurationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
configureWindow(Window) - Method in class negotiator.gui.NegoGUIApp
This method is to initialize the specified window by injecting resources.
connect(String, String, String) - Static method in class negotiator.distributedtournament.DBController
Connect to the database.
ConsensusVotingHumanAgent - Class in negotiator.parties
 
ConsensusVotingHumanAgent(UtilitySpace, Map<DeadlineType, Object>, Timeline, long) - Constructor for class negotiator.parties.ConsensusVotingHumanAgent
One agent will be kept alive over multiple sessions.
Constraint - Class in negotiator.utility
Specifies an area that has a utility.
Constraint() - Constructor for class negotiator.utility.Constraint
 
ConstraintUtility - Class in negotiator.utility
 
ConstraintUtility() - Constructor for class negotiator.utility.ConstraintUtility
 
ConstraintUtilitySpace - Class in negotiator.utility
 
ConstraintUtilitySpace() - Constructor for class negotiator.utility.ConstraintUtilitySpace
 
ConstraintUtilitySpace(Domain) - Constructor for class negotiator.utility.ConstraintUtilitySpace
 
ConstraintUtilitySpace(Domain, String) - Constructor for class negotiator.utility.ConstraintUtilitySpace
 
ConstraintUtilitySpace(UtilitySpace) - Constructor for class negotiator.utility.ConstraintUtilitySpace
 
constructIssue() - Method in class negotiator.gui.dialogs.NewIssueDialog
 
constructObjective() - Method in class negotiator.gui.dialogs.NewObjectiveDialog
 
contains(Object) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.DiscreteKey
 
contains(Object) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.DiscretisizedKey
 
contains(Object) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.Key
 
containsIssueValue(Value) - Method in class negotiator.parties.partialopponentmodel.ValuePreferenceGraph
 
ContentProxy - Class in negotiator.gui.negosession
Proxy service to the Repository.
ContentProxy() - Constructor for class negotiator.gui.negosession.ContentProxy
 
ContinuousEvaluationFunction<T extends ContinuousEvaluationSection> - Class in agents.anac.y2010.Southampton.analysis
 
ContinuousEvaluationFunction(ArrayList<T>, double) - Constructor for class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationFunction
 
ContinuousEvaluationFunction<T extends ContinuousEvaluationSection> - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 
ContinuousEvaluationFunction(ArrayList<T>, double) - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousEvaluationFunction
 
ContinuousEvaluationSection - Class in agents.anac.y2010.Southampton.analysis
 
ContinuousEvaluationSection() - Constructor for class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationSection
 
ContinuousEvaluationSection - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 
ContinuousEvaluationSection() - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousEvaluationSection
 
ContinuousSection - Class in agents.anac.y2010.Southampton.analysis
 
ContinuousSection() - Constructor for class agents.anac.y2010.Southampton.analysis.ContinuousSection
 
ContinuousSection - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
 
ContinuousSection() - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousSection
 
ContinuousTimeline - Class in negotiator
A time line, running from t = 0 (start) to t = 1 (deadline).
ContinuousTimeline(int) - Constructor for class negotiator.ContinuousTimeline
Creates a timeline with a deadline of ContinuousTimeline.totalSeconds number of seconds.
convertToString() - Method in class negotiator.issue.Issue
 
convertToString() - Method in class negotiator.issue.IssueDiscrete
 
convertToString() - Method in class negotiator.issue.IssueInteger
 
convertToString() - Method in class negotiator.issue.IssueReal
 
convertToType(String) - Static method in enum agents.similarity.SIMILARITYTYPE
 
convertToType(String) - Static method in enum negotiator.issue.ISSUETYPE
 
convertToType(String) - Static method in enum negotiator.utility.EVALFUNCTYPE
Method which convert a string type to an object.
convertToType(String) - Static method in enum negotiator.utility.EVALUATORTYPE
 
copy() - Method in class negotiator.session.Round
Create a shallow copy of the Round.
copyFrom(Repository) - Method in class negotiator.repository.Repository
 
COUNTER_OFFER - Static variable in class agents.qoagent.AutomatedAgentMessages
 
COUNTER_OFFER - Static variable in class agents.qoagent2.QMessages
 
CounterOfferHumanNegotiationParty - Class in negotiator.parties
 
CounterOfferHumanNegotiationParty(UtilitySpace, Map<DeadlineType, Object>, Timeline, long) - Constructor for class negotiator.parties.CounterOfferHumanNegotiationParty
One agent will be kept alive over multiple sessions.
createAccept(Agent) - Static method in class agents.anac.y2010.Southampton.utils.ActionCreator
 
createAccept(Agent) - Static method in class agents.anac.y2012.IAMhaggler2012.agents2011.southampton.utils.ActionCreator
Create an accept message.
createAccept(Agent) - Static method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.southampton.utils.ActionCreator
Create an accept message.
createBadMACOutcomes() - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
 
createBins(double, double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.BinCreator
 
createBins(double, double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.IntBinCreator
 
createBins(double, double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.RealBinCreator
 
createChangeListener() - Method in class negotiator.gui.tab.CloseTabPaneUI
 
createEndNegotiation(Agent) - Static method in class agents.anac.y2012.IAMhaggler2012.agents2011.southampton.utils.ActionCreator
Create an endnegotiation message.
createEndNegotiation(Agent) - Static method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.southampton.utils.ActionCreator
Create an endnegotiation message.
createExtraLogData() - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersOldProtocol
Append quality measure information to the additional AlternatingOffersOldProtocol.outcome field.
createFrom(PartyRepItem, ProfileRepItem) - Static method in class negotiator.config.Configuration
Creates a new Party from repository items
createFrom(PartyRepItem, Domain) - Static method in class negotiator.config.Configuration
Creates a new Party from repository items
createFrom(MultiPartyProtocolRepItem) - Static method in class negotiator.config.Configuration
Create a new instance of the Protocol object from a MultiPartyProtocolRepItem
createFrom(ProfileRepItem) - Static method in class negotiator.config.Configuration
Create a new UtilitySpace from a ProfileRepItem.
createFrom(PartyRepItem, ProfileRepItem, Map<DeadlineType, Object>) - Static method in class negotiator.tournament.TournamentGenerator
Creates a new Party from repository items
createFrom(MultiPartyProtocolRepItem) - Static method in class negotiator.tournament.TournamentGenerator
Create a new instance of the Protocol object from a MultiPartyProtocolRepItem
createFrom(ProfileRepItem) - Static method in class negotiator.tournament.TournamentGenerator
Create a new UtilitySpace from a ProfileRepItem.
createFrom(PartyRepItem, Domain, UTILITYSPACETYPE, Map<DeadlineType, Object>) - Static method in class negotiator.tournament.TournamentGenerator
Creates a new Party from repository items
createJob(String, Tournament) - Method in class negotiator.distributedtournament.DBController
Creates a job by storing the tournament in the database, and splitting all sessions into smaller groups.
createLayoutManager() - Method in class negotiator.gui.tab.CloseTabPaneUI
Invoked by installUI to createFrom a layout manager object to manage the JTabbedPane.
createMACOutcomes(double) - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
Creates the different outcomes for an agent that is using a MAC Calls createOutcome which actually creates the outcome to be logged.
createMouseListener() - Method in class negotiator.gui.tab.CloseTabPaneUI
 
createMultiPartyProtocolInstance(MultiPartyProtocolRepItem, ArrayList<PartyRepItem>, ArrayList<AgentID>, ArrayList<ProfileRepItem>, ArrayList<HashMap<AgentParameterVariable, AgentParamValue>>, DeadlineType, int) - Static method in class negotiator.Global
 
CreateNewDomain - Class in negotiator.gui.domainrepository
GUI used to createFrom a new domain.
CreateNewDomain(Frame) - Constructor for class negotiator.gui.domainrepository.CreateNewDomain
Creates new form DomainCreationUI
createNewFolder(File) - Method in class negotiator.gui.DirectoryRestrictedFileSystemView
 
createOffer(Agent, Bid) - Static method in class agents.anac.y2010.Southampton.utils.ActionCreator
 
createOffer(Agent, Bid) - Static method in class agents.anac.y2012.IAMhaggler2012.agents2011.southampton.utils.ActionCreator
Create an offer message.
createOffer(Agent, Bid) - Static method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.southampton.utils.ActionCreator
Create an offer message.
createOutcome(Bid, double, boolean, OutcomeTuple, String) - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
Creates an actual outcome object that can be logged
createProtocolInstance(ProtocolRepItem, AgentRepItem[], ProfileRepItem[], HashMap<AgentParameterVariable, AgentParamValue>[]) - Static method in class negotiator.Global
 
createProtocolInstance(ProtocolRepItem, AgentRepItem[], ProfileRepItem[], HashMap<AgentParameterVariable, AgentParamValue>[], ClassLoader) - Static method in class negotiator.Global
 
createScrollableTabButton(int) - Method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
 
createScrollableTabButton(int) - Method in class negotiator.gui.tab.CloseTabPaneUI
 
createSession(Tournament, ProfileRepItem, ProfileRepItem, ProfileRepItem) - Static method in class negotiator.protocol.auction.AuctionOldProtocol
 
createSession(Tournament, ProfileRepItem, ProfileRepItem, ProfileRepItem) - Static method in class negotiator.protocol.auction.MultiPhaseAuctionOldProtocol
 
createUI(JComponent) - Static method in class negotiator.gui.tab.CloseTabPaneEnhancedUI
 
createUI(JComponent) - Static method in class negotiator.gui.tab.CloseTabPaneUI
 
createValuesVector(double, double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.BinCreator
 
createValuesVector(double, double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.IntBinCreator
 
createValuesVector(double, double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.RealBinCreator
 
Criteria - Interface in agents.similarity
 
CriteriaDiscrete - Class in agents.similarity
 
CriteriaDiscrete(int) - Constructor for class agents.similarity.CriteriaDiscrete
 
CriteriaInteger - Class in agents.similarity
 
CriteriaInteger() - Constructor for class agents.similarity.CriteriaInteger
 
CriteriaReal - Class in agents.similarity
 
CriteriaReal(Domain, int) - Constructor for class agents.similarity.CriteriaReal
 
cRound - Variable in class negotiator.DiscreteTimeline
E.g.
CSVLoader - Class in negotiator
 
CSVLoader(String) - Constructor for class negotiator.CSVLoader
 
CsvLogger - Class in negotiator.logging
Logger interface that writes the log to a comma separated value file (.csv file) File is created upon logger interface creation and logger class should be released (i.e.
CsvLogger(String) - Constructor for class negotiator.logging.CsvLogger
Initializes a new instance of the CsvLogger class.
CSVlogger - Class in negotiator.qualitymeasures
Class used to write the results of quality measures to a csv- formatted file.
CSVlogger(String, String, String, String, String, String) - Constructor for class negotiator.qualitymeasures.CSVlogger
Creates a CSV logger
CSVlogger(String, Trace) - Constructor for class negotiator.qualitymeasures.CSVlogger
 
cTime - Variable in class agents.anac.y2012.OMACagent.OMACagent
 
cTime - Variable in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.OMACagent
 
CUHKAgent - Class in agents.anac.y2012.CUHKAgent
 
CUHKAgent() - Constructor for class agents.anac.y2012.CUHKAgent.CUHKAgent
 
CUHKAgent - Class in agents.anac.y2013.MetaAgent.portfolio.CUHKAgent
 
CUHKAgent() - Constructor for class agents.anac.y2013.MetaAgent.portfolio.CUHKAgent.CUHKAgent
 
CUHKAgent_Offering - Class in negotiator.boaframework.offeringstrategy.anac2012
This is the decoupled Bidding Strategy of CUHKAgent Note that the Opponent Model was not decoupled and thus is integrated into this strategy As well due to the strong coupling with the AC there is not AC_CUHKAgent and thus it is not proven equivalent with the original This is the offering and does not simulate the stopping situation of CUHKAgent The AC and reservation value code was removed
CUHKAgent_Offering() - Constructor for class negotiator.boaframework.offeringstrategy.anac2012.CUHKAgent_Offering
 
CUHKAgent_Offering(NegotiationSession, OpponentModel, OMStrategy) - Constructor for class negotiator.boaframework.offeringstrategy.anac2012.CUHKAgent_Offering
 
CUHKAgentSAS - Class in negotiator.boaframework.sharedagentstate.anac2012
 
CUHKAgentSAS(NegotiationSession) - Constructor for class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
 
CUHKFrequencyModelV2 - Class in negotiator.boaframework.opponentmodel
Optimized version of the ANAC2012 CUKHAgent opponent model.
CUHKFrequencyModelV2() - Constructor for class negotiator.boaframework.opponentmodel.CUHKFrequencyModelV2
 
curIndex - Variable in class agents.anac.y2012.OMACagent.TimeBidHistory
 
curIndex - Variable in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.TimeBidHistory
 
curLength - Variable in class agents.anac.y2012.OMACagent.TimeBidHistory
 
curLength - Variable in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.TimeBidHistory
 
currentAgent - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _