- SAMPLE_EVERY_X_TIME - Static variable in class negotiator.qualitymeasures.TraceProcessor
-
- sAttributeName - Variable in class agents.qoagent.UtilityIssue
-
- sAttributeName - Variable in class agents.qoagent2.UtilityIssue
-
- save() - Method in class negotiator.repository.Repository
-
- saveAcceptedMsg(String) - Method in class agents.qoagent.AutomatedAgent
-
If an offer is accepted, need to save it for future
references and comparisons
- saveAcceptedMsg(String) - Method in class agents.qoagent2.QOAgent
-
- saveData(Serializable, String, String) - Method in class negotiator.utility.DataObjects
-
Saves dataToSave of the agent with class agentClassName for a preference
profile prefProfName.
- savedOutcomes - Variable in class negotiator.boaframework.agent.BOAagent
-
- SaveHelper - Class in negotiator.boaframework.offeringstrategy.anac2013.inoxAgent
-
Simple help class to facilitate saving and loading.
- SaveHelper(double, int) - Constructor for class negotiator.boaframework.offeringstrategy.anac2013.inoxAgent.SaveHelper
-
Constructor, sets the result and number of previous negotiations.
- saveRepository() - Method in class negotiator.boaframework.repository.BOAagentRepository
-
- saveSessionData(Serializable) - Method in class negotiator.Agent
-
Saves information (dataToSave) about the current session for future
loading by the agent, when negotiating again with the specific preference
profile referred by "filename".
- saveSetup() - Method in class negotiator.gui.tournamentvars.TournamentUI
-
- saveToFile(String) - Method in class negotiator.xml.SimpleElement
-
- ScalableBayesianModel - Class in negotiator.boaframework.opponentmodel
-
Adapter for BayesianOpponentModelScalable for the BOA framework.
- ScalableBayesianModel() - Constructor for class negotiator.boaframework.opponentmodel.ScalableBayesianModel
-
- ScenarioInfo - Class in negotiator.qualitymeasures
-
Simple object used to store the information of a scenario.
- ScenarioInfo(String) - Constructor for class negotiator.qualitymeasures.ScenarioInfo
-
- ScenarioLauncher - Class in misc
-
- ScenarioLauncher() - Constructor for class misc.ScenarioLauncher
-
- ScenarioMeasures - Class in negotiator.qualitymeasures
-
This class is an improved version of the SpaceDistance class by D.
- ScenarioMeasures() - Constructor for class negotiator.qualitymeasures.ScenarioMeasures
-
- ScenarioValidator - Class in negotiator
-
Class used to validate the domain, preference profile, and the consistency
between both.
- ScenarioValidator() - Constructor for class negotiator.ScenarioValidator
-
- score(A) - Method in class misc.ScoreKeeper
-
Adds one to the score of the given object.
- score(A, int) - Method in class misc.ScoreKeeper
-
Method used to add a given score to a given object.
- ScoreKeeper<A> - Class in misc
-
Simple class which can be used to keep track of the score of a set of objects.
- ScoreKeeper() - Constructor for class misc.ScoreKeeper
-
Creates a ScoreKeeper object by initializing the hashmap.
- ScoreKeeper(ScoreKeeper<A>) - Constructor for class misc.ScoreKeeper
-
Clones the given scorekeeper-object.
- scrollsForward() - Method in class negotiator.gui.tab.CloseTabPaneUI.ScrollableTabButton
-
- searchIndexWith(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.SortedOutcomeSpace
-
Binary search of a BidDetails with a particular value
if there is no BidDetails with the exact value gives the last index because this is the closest BidDetails to the value
- searchIndexWith(double) - Method in class negotiator.boaframework.SortedOutcomeSpace
-
Binary search of a BidDetails with a particular value
if there is no BidDetails with the exact value gives the last index because this is the closest BidDetails to the value
- searchRandomBidWithMinimalUtility(double) - Method in class agents.anac.y2012.MetaAgent.agents.Chameleon.Chameleon.BaseStrategy
-
- SECOND_EQUILIBRIUM - Static variable in class agents.qoagent2.QAgentsCore.QGenerateAgreement
-
- sections - Variable in class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationFunction
-
- sections - Variable in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousEvaluationFunction
-
- SelectBestAgent() - Method in class agents.anac.y2013.MetaAgent.AgentManager
-
- Seller(int) - Static method in class agents.FuzzyAgent
-
- sendBestAgreement() - Method in class agents.qoagent2.QOAgent
-
Sends the best agreeement for the agent at the current turn
- sendComment(String) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a comment
- sendCounterOffers(int[]) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a counter offer
- sendMessage(int, int[]) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a message of type offer, counter offer, promise or query
- sendMessage(int, String) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a message of type offer, counter offer, promise or query
- sendOffer(String) - Method in class agents.qoagent.AgentTools
-
Called when you want to send an offer
- sendPromise(int[]) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a promise
- sendQuery(int[]) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a query
- sendThreat(String) - Method in class agents.qoagent.AgentTools
-
Called when you want to send a threat
- sent(int) - Method in class agents.anac.y2011.ValueModelAgent.RealValuedecreaseProxy
-
- sent(int) - Method in class agents.anac.y2011.ValueModelAgent.ValueDecrease
-
- sent(int) - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.RealValuedecreaseProxy
-
- sent(int) - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.ValueDecrease
-
- sentByThem - Variable in class agents.anac.y2011.ValueModelAgent.BidWrapper
-
- sentByThem - Variable in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidWrapper
-
- sentByUs - Variable in class agents.anac.y2011.ValueModelAgent.BidWrapper
-
- sentByUs - Variable in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidWrapper
-
- SerializeHandling - Class in negotiator
-
This is a utility class to handle writing and
reading Serializable
objects into/from a file.
- SerializeHandling() - Constructor for class negotiator.SerializeHandling
-
- Serializer<A> - Class in misc
-
Series of methods to (un)serialize an object to a string
to store it as a file.
- Serializer(String) - Constructor for class misc.Serializer
-
Create an object to serialize a class.
- Serializer(String, boolean) - Constructor for class misc.Serializer
-
Create an object to serialize a class.
- session - Variable in class negotiator.gui.progress.ProgressUI2
-
- Session - Class in negotiator.session
-
Represents a negotiation session.
- Session(Map<DeadlineType, Object>) - Constructor for class negotiator.session.Session
-
Create a new instance of the session object.
- SessionData - Class in negotiator.boaframework
-
In a BOAagent each component should be able to store data to be used in the next
negotiation session.
- SessionData() - Constructor for class negotiator.boaframework.SessionData
-
- SessionLogger - Class in negotiator.logging
-
Logger class for the command line interface displayed in the gui during multilateral negotiation
sessions.
- SessionLogger(Object) - Constructor for class negotiator.logging.SessionLogger
-
Command line interface
- SessionManager - Class in negotiator.session
-
- SessionManager(List<NegotiationParty>, Protocol, Session) - Constructor for class negotiator.session.SessionManager
-
- sessionNr - Variable in class negotiator.Agent
-
A session can be repeated multiple times.
- sessionNr - Variable in class negotiator.protocol.OldProtocol
-
- sessionsTotal - Variable in class negotiator.Agent
-
Amount of repetitions of this session, how many times this session is
repeated in total.
- sessionTotalNumber - Variable in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- set_left(Node) - Method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- set_right(Node) - Method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- setAbstractAgent(AbstractAutomatedAgent) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setAC_CR_A(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setAC_CR_B(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setACbestDiscountedTheoreticalA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setACbestDiscountedTheoreticalB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setACbestTheoreticalA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setACbestTheoreticalB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setAcceptanceStrategyA(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setAcceptanceStrategyB(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setAcceptedBy(String) - Method in class negotiator.boaframework.OutcomeTuple
-
- setAcceptedBy(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAction(Action) - Method in class negotiator.session.Turn
-
Sets the action executed this turn.
- setActionsTerminateSessionWithFailure(ArrayList<Class>) - Method in class negotiator.NegoRound
-
- setActionsTerminateSessionWithSuccess(ArrayList<Class>) - Method in class negotiator.NegoRound
-
- setAgent(String) - Method in class negotiator.qualitymeasures.Trace
-
- setAgentAclass(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentAmaxUtil(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentAName(String) - Method in class negotiator.gui.chart.BidChart
-
- setAgentAname(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentASize(int) - Method in class negotiator.boaframework.OutcomeTuple
-
- setAgentAutility(Double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentAutilityDiscount(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentAutilSpaceName(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentBclass(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentBmaxUtil(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentBName(String) - Method in class negotiator.gui.chart.BidChart
-
- setAgentBname(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentBSize(int) - Method in class negotiator.boaframework.OutcomeTuple
-
- setAgentButility(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentButilityDiscount(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentButilSpaceName(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setAgentID(AgentID) - Method in class negotiator.Agent
-
- setAgentProfile(String) - Method in class negotiator.qualitymeasures.Trace
-
- setAgentTools(AgentTools) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setAgentType(String, int) - Method in class agents.qoagent.AutomatedAgent
-
- setAgentType(int) - Method in class agents.qoagent.AutomatedAgentType
-
Sets the agent type - either NO_TYPE,
SIDE_A_TYPE (Eng/Emp) or SIDE_B_TYPE (Zim/Job Can)
- setAgentType(int) - Method in class agents.qoagent2.QAgentType
-
Sets the agent type - either NO_TYPE, ENGLAND_TYPE or ZIMBABWE_TYPE
- setAggregationType(AGGREGATIONTYPE) - Method in class negotiator.utility.UtilityFunction
-
- setAgreement(boolean) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setAgreement(boolean) - Method in class negotiator.qualitymeasures.Trace
-
- setAgreementPoint(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setAgreementPoints(double[][]) - Method in class negotiator.gui.chart.MultipartyBidChart
-
- setAlpha(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setAlreadyOffered(boolean) - Method in class agents.anac.y2011.TheNegotiator.UTBid
-
sets the the bid as offered or not
- setAmtSteps(double) - Method in class agents.anac.y2010.AgentSmith.Bounds
-
set the number of steps to take
- setAmtSteps(double) - Method in class negotiator.boaframework.opponentmodel.agentsmith.Bounds
-
set the number of steps to take
- setAttribute(String, String) - Method in class negotiator.xml.OrderedSimpleElement
-
- setAttribute(String, String) - Method in class negotiator.xml.SimpleElement
-
- setAutomatedAgentType(String) - Method in class agents.qoagent.AgentTools
-
Set the automated agent type
Possible types: COMPROMISE_TYPE, SHORT_TERM_TYPE and LONG_TERM_TYPE
- setAveragePartnerUtility(double) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setAverageUtility(double) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- SetAvgUtil(double, double) - Method in class agents.anac.y2013.MetaAgent.AgentManager
-
- setBestAgreementIndices(AutomatedAgentType, int[]) - Method in class agents.qoagent.AgentTools
-
Sets the best agreement indices for a given agent
- setBestAgreementIndices(int[]) - Method in class agents.qoagent.AutomatedAgentType
-
- setBestAgreementValue(AutomatedAgentType, double) - Method in class agents.qoagent.AgentTools
-
Sets the best agreement value for a given agent
- setBestAgreementValue(double) - Method in class agents.qoagent.AutomatedAgentType
-
- setBid(Bid) - Method in class agents.anac.y2011.TheNegotiator.UTBid
-
Method which sets the bid.
- setBid(Bid) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidDetails
-
- setBid(Bid) - Method in class negotiator.bidding.BidDetails
-
Set the bid.
- setBidderAReservationValue(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setBidderBReservationValue(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setBiddingStrategyA(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setBiddingStrategyB(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setBidList(TreeMap<Double, Bid>) - Method in class negotiator.boaframework.offeringstrategy.anac2011.hardheaded.BidSelector
-
- setBidNumber(int) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setBidRunk(ArrayList<Bid>) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setBids(TreeMap<Double, Bid>) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setBids(int) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setBidsCreationTime(Double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setBidSeries(ArrayList<double[][]>) - Method in class negotiator.gui.chart.MultipartyBidChart
-
- setBidSeriesA(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setBidSeriesB(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setBOAagentA(ArrayList<BOAagentInfo>) - Method in class negotiator.tournament.Tournament
-
- setBOAagentB(ArrayList<BOAagentInfo>) - Method in class negotiator.tournament.Tournament
-
- setBoundList(ArrayList<Bound>) - Method in class negotiator.utility.ExclusiveHyperRectangle
-
- setBoundList(ArrayList<Bound>) - Method in class negotiator.utility.HyperRectangle
-
- setBoundList(ArrayList<Bound>) - Method in class negotiator.utility.InclusiveHyperRectangle
-
- setBS_CR_A(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setBS_CR_B(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setCalculateEquilibriumForAllAgents(boolean) - Method in class agents.qoagent2.QOAgent
-
- setCloseIcon(boolean) - Method in class negotiator.gui.tab.CloseTabbedPane
-
Sets whether the tabbedPane should have a close icon or not.
- setCloseIcon(boolean) - Method in class negotiator.gui.tab.CloseTabPaneUI
-
- setCoefficients(double...) - Method in class negotiator.boaframework.offeringstrategy.anac2013.TheFawkes.SmoothingPolynomial
-
Sets the array of coefficients of this polynomial to coeff.
- setConcedeToDiscountingFactor(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setConcedeToOpponent(boolean) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setConcessionMovesA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setConcessionMovesB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setConfiguration(HashMap<String, Integer>) - Static method in class negotiator.tournament.TournamentConfiguration
-
- setConstantParam(double) - Method in class negotiator.utility.EvaluatorInteger
-
Deprecated.
- setConstantParam(double) - Method in class negotiator.utility.EvaluatorReal
-
Sets the constant parameter for the evaluation function and changes the ftype of this
evaluator to "constant"
- setConstraints(ArrayList<Constraint>) - Method in class negotiator.utility.UtilityFunction
-
- setCurrentRoundNo(int) - Method in class negotiator.NegoRound
-
- setCurrentTime(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setCurrentTurn(int) - Method in class agents.qoagent.AutomatedAgent
-
Sets the current negotiation's turn
- setCurrentTurn(int) - Method in class agents.qoagent2.QOAgent
-
Sets the current negotiation's turn
- setCurrentTurnAgreementString(String) - Method in class agents.qoagent.AgentTools
-
Sets the String of the selected offer for the current turn
- setCurrentTurnAgreementString(String) - Method in class agents.qoagent.AutomatedAgent
-
- setCurrentTurnAgreementString(String) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setCurrentTurnAutomatedAgentValue(double) - Method in class agents.qoagent.AgentTools
-
Sets the value of the selected offer for the current turn
- setCurrentTurnAutomatedAgentValue(double) - Method in class agents.qoagent.AutomatedAgent
-
- setCurrentTurnAutomatedAgentValue(double) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setCurrentTurnOpponentSelectedValue(double) - Method in class agents.qoagent.AgentTools
-
Sets the value of the selected offer for the current turn
for the opponent
- setCurrentTurnOpponentSelectedValue(double) - Method in class agents.qoagent.AutomatedAgent
-
- setCurrentTurnOpponentSelectedValue(double) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setData(ComponentsEnum, Serializable) - Method in class negotiator.boaframework.NegotiationSession
-
Method used o store the data of a component.
- setData(ComponentsEnum, Serializable) - Method in class negotiator.boaframework.SessionData
-
Method used to set the data to be saved by a BOA component.
- setData(HashMap<String, ArrayList<Double>>) - Method in class negotiator.qualitymeasures.Trace
-
- setDeadlines(HashMap<DeadlineType, Object>) - Method in class negotiator.config.Configuration
-
Sets the deadline map
- setDeadlines(HashMap<DeadlineType, Object>) - Method in interface negotiator.config.GuiConfiguration
-
Sets the deadline map
- setDeadlines(HashMap<DeadlineType, Object>) - Method in class negotiator.session.Session
-
Sets the deadline constrains
- setDeadlineType(DeadlineType) - Method in class negotiator.Party
-
- setDecoupledComponents(AcceptanceStrategy, OfferingStrategy, OpponentModel, OMStrategy) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BOAagent
-
Set the components of the decoupled agent.
- setDecoupledComponents(AcceptanceStrategy, OfferingStrategy, OpponentModel, OMStrategy) - Method in class negotiator.boaframework.agent.BOAagent
-
Sets the components of the decoupled agent.
- setDepth(int) - Method in class negotiator.parties.partialopponentmodel.ValuePreferenceNode
-
- setDesc(String) - Method in class agents.anac.y2010.Southampton.utils.EvaluatorHypothesis
-
- setDesc(String) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.EvaluatorHypothesis
-
- setDesc(String) - Method in class agents.bayesianopponentmodel.EvaluatorHypothesis
-
- setDesc(String) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.EvaluatorHypothesis
-
- setDesc(ValueDiscrete, String) - Method in class negotiator.issue.IssueDiscrete
-
Sets the desc for value val
.
- setDescription(String) - Method in class negotiator.issue.Objective
-
Sets a new description for this node.
- setDiscount(double) - Method in class negotiator.utility.UtilitySpace
-
- setDomain(String) - Method in class negotiator.qualitymeasures.ScenarioInfo
-
- setDomain(String) - Method in class negotiator.qualitymeasures.Trace
-
- setDomainName(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setEndOfNegotiation(double) - Method in class negotiator.qualitymeasures.Trace
-
- setEquallyPreferredList(ArrayList<Value>) - Method in class negotiator.parties.partialopponentmodel.ValuePreferenceNode
-
- setEquilibriumAgent(boolean) - Method in class agents.qoagent2.QOAgent
-
Main function of the agent.
- setErrorRemarks(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- setEvaluation(Value, int) - Method in class negotiator.utility.EvaluatorDiscrete
-
Sets the evaluation for Value val
.
- setEvaluationDouble(ValueDiscrete, double) - Method in class negotiator.utility.EvaluatorDiscrete
-
- setExplorationA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setExplorationB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setFilename(String) - Method in class negotiator.repository.Repository
-
- setFirst(A) - Method in class agents.anac.y2011.TheNegotiator.Pair
-
- setFirst(A) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.Pair
-
- setFirst(A) - Method in class misc.Pair
-
Set the first object of the pair.
- setFirstOffereUtility(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setFortunateMovesA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setFortunateMovesB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setftype(String) - Method in class negotiator.utility.EvaluatorReal
-
Sets the evaluator function type.
- setFYUA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setFYUB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setHasOpponent(boolean, String) - Method in class agents.qoagent.AutomatedAgent
-
Sets whether the agent's opponent has registered yet
- setHasOpponent(boolean, String) - Method in class agents.qoagent2.QOAgent
-
Sets whether the agent has an opponent already or not
- setHasWeight(boolean) - Method in class negotiator.utility.EvaluatorObjective
-
- setIndexofIssue(int) - Method in class negotiator.utility.Rank
-
- setInFrenzy(boolean) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setInitialContent(ArrayList<A>) - Method in class negotiator.gui.ExtendedComboBoxModel
-
- setInitialContent(ArrayList<A>) - Method in class negotiator.gui.ExtendedListModel
-
- setIssue(Issue) - Method in class negotiator.parties.partialopponentmodel.ValuePreferenceGraph
-
- setIssueValuePanel(Objective, IssueValuePanel) - Method in class negotiator.gui.tree.NegotiatorTreeTableModel
-
- setJointExploration(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setKalai(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setKalaiDistanceA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setKalaiDistanceB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setKnownPoint1(double[], double) - Method in class agents.anac.y2010.Southampton.analysis.ContinuousSection
-
- setKnownPoint1(double[], double) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousSection
-
- setKnownPoint2(double[], double) - Method in class agents.anac.y2010.Southampton.analysis.ContinuousSection
-
- setKnownPoint2(double[], double) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousSection
-
- setLastAction(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setLastBid(Bid) - Method in class negotiator.boaframework.OutcomeTuple
-
- setLastBidAData(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setLastBidBData(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setLegend(HashMap<Integer, String>) - Method in class negotiator.qualitymeasures.Trace
-
- setLessPreferredList(ArrayList<Value>) - Method in class negotiator.parties.partialopponentmodel.ValuePreferenceNode
-
- setLinearFunction(double, double) - Method in class negotiator.utility.EvaluatorInteger
-
Specifies the linear utility function of the issue by giving the
utility of the lowest value and the highest value.
- setLinearParam(double) - Method in class negotiator.utility.EvaluatorInteger
-
Deprecated.
- setLinearParam(double) - Method in class negotiator.utility.EvaluatorReal
-
Sets the linear parameter for the evaluation function and changes the ftype of
this evaluator to "linear".
- setLog(String) - Method in class negotiator.protocol.BilateralAtomicNegotiationSession
-
- setLogText(String) - Method in class negotiator.gui.progress.ProgressUI2
-
- setLower(double) - Method in class agents.anac.y2010.AgentSmith.Bounds
-
sets the lower bound
- setLower(double) - Method in class negotiator.boaframework.opponentmodel.agentsmith.Bounds
-
sets the lower bound
- setLowerbound(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.Range
-
- setLowerbound(double) - Method in class misc.Range
-
Set the lowerbound of the range.
- setLowerbound(int) - Method in class misc.RangeInt
-
Set the upperbound of the range.
- setLowerBound(int) - Method in class negotiator.issue.IssueInteger
-
- setLowerBound(double) - Method in class negotiator.issue.IssueReal
-
- setLowerBound(int) - Method in class negotiator.utility.EvaluatorInteger
-
Sets the lower bound of this evaluator.
- setLowerBound(double) - Method in class negotiator.utility.EvaluatorReal
-
Sets the lower bound for this evaluator.
- setLowestApproved(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.ValueModelAgentSAS
-
- setLowestApprovedInitial(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.ValueModelAgentSAS
-
- setLowestYetUtility(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.HardHeadedSAS
-
- setMax(double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.DiscretisizedKey
-
- setMax(int) - Method in class negotiator.utility.SumZeroConstraint
-
- setMax(int) - Method in class negotiator.utility.SumZeroConstraintList
-
- setMax(int) - Method in class negotiator.utility.SumZeroNotConstraint
-
- setMaxBounds(double[]) - Method in class agents.anac.y2010.Southampton.analysis.ContinuousSection
-
- setMaxBounds(double[]) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousSection
-
- setMaxCompromiseUtility(double) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setMaximumRank(int) - Method in class negotiator.utility.Rank
-
- setMaximumTimeOfOpponent(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setMaximumTimeOfOwn(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setMaxRound(int) - Method in class negotiator.gui.chart.MultipartyBidChart
-
- setMaxTurns(int) - Method in class agents.qoagent.AutomatedAgent
-
- setMaxTurns(int) - Method in class agents.qoagent2.QOAgent
-
- setMaxUtilityPartnerBidDetails(BidDetails) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setMediatorIndex(int) - Method in class negotiator.config.Configuration
-
Sets the mediator index in the agent list
- setMediatorIndex(int) - Method in interface negotiator.config.GuiConfiguration
-
Sets the mediator index in the agent list
- setMediatorItem(PartyRepItem) - Method in class negotiator.config.Configuration
-
Sets the mediator item
- setMediatorItem(PartyRepItem) - Method in interface negotiator.config.GuiConfiguration
-
Sets the mediator item
- setMediatorProfile(ProfileRepItem) - Method in class negotiator.config.Configuration
-
- setMediatorProfile(ProfileRepItem) - Method in interface negotiator.config.GuiConfiguration
-
Sets the mediator profile
- setMin(double) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.DiscretisizedKey
-
- setMin(int) - Method in class negotiator.utility.SumZeroConstraint
-
- setMin(int) - Method in class negotiator.utility.SumZeroConstraintList
-
- setMin(int) - Method in class negotiator.utility.SumZeroNotConstraint
-
- setMinBounds(double[]) - Method in class agents.anac.y2010.Southampton.analysis.ContinuousSection
-
- setMinBounds(double[]) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousSection
-
- setMinDemandedUtilityA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setMinDemandedUtilityB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setMinimumBidUtility(double) - Method in class agents.anac.y2012.MetaAgent.agents.MrFriendly.BidTable
-
Sets the minimum bid utility
- setMinimumUtilForAcceptance(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setMorePreferredList(ArrayList<Value>) - Method in class negotiator.parties.partialopponentmodel.ValuePreferenceNode
-
- setMostProbableUSHypsOnly(boolean) - Method in class agents.bayesianopponentmodel.BayesianOpponentModel
-
- setMsgId(int) - Method in class agents.qoagent.AutomatedAgent
-
Sets a new message id
- setMsgId(int) - Method in class agents.qoagent2.QOAgent
-
Sets a new message id
- setMyUndiscountedUtil(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidDetails
-
- setMyUndiscountedUtil(double) - Method in class negotiator.bidding.BidDetails
-
Set the undiscounted utility of the bid.
- setMyUtilityOnOpponentBestBid(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setName(String) - Method in class agents.qoagent.AutomatedAgentType
-
Method name: setName()
Goal: Set the agent's name
Input: String - name.
- setName(String) - Method in class negotiator.actions.Inform
-
- setName(String) - Method in class negotiator.Agent
-
Sets the name of the agent to the given name.
- setName(String) - Method in class negotiator.boaframework.OutcomeTuple
-
- setName(String) - Method in class negotiator.issue.Objective
-
Sets a new name for this node.
- setNameField(Objective, JTextField) - Method in class negotiator.gui.tree.NegotiatorTreeTableModel
-
- setNash(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setNashDistanceA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNashDistanceB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNashSeries(double[][]) - Method in class negotiator.gui.chart.MultipartyBidChart
-
- setNegoRound() - Method in class negotiator.multipartyprotocol.MediatorFeedbackBasedProtocol
-
- setNegoRound() - Method in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- setNegoRound() - Method in class negotiator.multipartyprotocol.SimpleMediatorBasedProtocol
-
- setNegotiationOutcome(OpponentModelMeasuresResults) - Method in class negotiator.NegotiationOutcome
-
- setNegotiationSession(NegotiationSession) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setNegotiationSession(BilateralAtomicNegotiationSession) - Method in class negotiator.gui.progress.ProgressUI2
-
- setNext(Vector<T>) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.Loop
-
- setNextBid(BidDetails) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.OfferingStrategy
-
- setNextBid(BidDetails) - Method in class negotiator.boaframework.OfferingStrategy
-
Set the next bid of the agent.
- setNextTurn() - Method in class negotiator.NegoRound
-
- setNextTurnAgreementString(String) - Method in class agents.qoagent.AgentTools
-
Sets the String of the selected offer for the following turn
- setNextTurnAgreementString(String) - Method in class agents.qoagent.AutomatedAgent
-
- setNextTurnAgreementString(String) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setNextTurnAutomatedAgentSelectedValue(double) - Method in class agents.qoagent.AgentTools
-
Sets the value of the selected offer for the following turn
- setNextTurnAutomatedAgentSelectedValue(double) - Method in class agents.qoagent.AutomatedAgent
-
- setNextTurnAutomatedAgentSelectedValue(double) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setNextTurnAutomatedAgentValue(double) - Method in class agents.qoagent.AutomatedAgent
-
- setNextTurnAutomatedAgentValue(double) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setNextTurnOpponentSelectedValue(double) - Method in class agents.qoagent.AgentTools
-
Sets the value of the selected offer for the following turn
for the opponent
- setNextTurnOpponentSelectedValue(double) - Method in class agents.qoagent.AutomatedAgent
-
- setNextTurnOpponentSelectedValue(double) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setNextTurnOpponentType(int) - Method in class agents.qoagent.AgentTools
-
Sets the side of the opponent (Side A or B)
- setNextTurnOpponentType(int) - Method in class agents.qoagent.AutomatedAgent
-
- setNextTurnOpponentType(int) - Method in class agents.qoagent.AutomatedAgentsCore.AutomatedAgentGenerateAgreement
-
- setNextTurnOpponentType(int) - Method in class agents.qoagent.AutomatedAgentsCore
-
- setNiceMovesA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNiceMovesB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNoise(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setNormal(double[]) - Method in class agents.anac.y2010.Southampton.analysis.ContinuousSection
-
- setNormal(double[]) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousSection
-
- setNormalized_AC_CR_A(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNormalized_AC_CR_B(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNormalizedUtilityA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNormalizedUtilityB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setNumAgentsPerSession(int) - Method in class negotiator.config.Configuration
-
Sets the number of agents per session
- setNumAgentsPerSession(int) - Method in interface negotiator.config.GuiConfiguration
-
Sets the number of agents per session
- setNumber(int) - Method in class negotiator.issue.Objective
-
Sets the number of this Objective / Issue.
- setNumberField(Objective, JTextField) - Method in class negotiator.gui.tree.NegotiatorTreeTableModel
-
- setNumberOfDiscretizationSteps(int) - Method in class negotiator.issue.IssueReal
-
- setNumSessions(int) - Method in class negotiator.config.Configuration
-
Sets the number of negotiation sessions.
- setNumSessions(int) - Method in interface negotiator.config.GuiConfiguration
-
Sets the number of negotiation sessions.
- setObjectivesRoot(Objective) - Method in class negotiator.Domain
-
Sets a new domain root.
- setOfferedBids(ArrayList<Pair<Integer, BidDetails>>) - Method in class negotiator.qualitymeasures.Trace
-
- setOffset(double) - Method in class negotiator.utility.EvaluatorInteger
-
Sets the offset of the linear utility function.
- setOldProtocol(OldProtocol) - Method in class negotiator.gui.progress.ProgressUI2
-
only sets the nego session and connects to it.
- setOpponent(String) - Method in class negotiator.qualitymeasures.Trace
-
- setOpponentAgentId(String) - Method in class agents.qoagent.AutomatedAgent
-
Sets the opponent's id
- setOpponentAgentId(String) - Method in class agents.qoagent2.QOAgent
-
Sets the opponent's id
- setOpponentBestBid(Bid) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setOpponentMaxBidUtil(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.ValueModelAgentSAS
-
- setOpponentModel(IOpponentModel) - Method in class agents.anac.y2010.AgentSmith.PreferenceProfileManager
-
- setOpponentModel(OpponentModel) - Method in class negotiator.boaframework.OMStrategy
-
- setOpponentModelA(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setOpponentModelB(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setOpponentProfile(String) - Method in class negotiator.qualitymeasures.Trace
-
- setOpponentTime(long) - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.VersionIndependentAgent
-
- setOpponentTime(long) - Method in interface agents.anac.y2012.IAMhaggler2012.agents2011.VersionIndependentAgentInterface
-
- setOpponentTime(long) - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.VersionIndependentAgent
-
- setOpponentTime(long) - Method in interface agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.VersionIndependentAgentInterface
-
- setOpponentUtil(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.ValueModelAgentSAS
-
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.OpponentModel
-
- setOpponentUtilitySpace(UtilitySpace) - Method in class agents.bayesianopponentmodel.PerfectBayesianOpponentModelScalable
-
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class negotiator.boaframework.AcceptanceStrategy
-
Method which may be overwritten to get access to the opponent's
utilityspace in an experimental setup.
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class negotiator.boaframework.opponentmodel.PerfectIAMhagglerBayesianModel
-
- setOpponentUtilitySpace(UtilitySpace) - Method in class negotiator.boaframework.opponentmodel.PerfectIAMhagglerBayesianModel
-
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class negotiator.boaframework.opponentmodel.PerfectModel
-
- setOpponentUtilitySpace(UtilitySpace) - Method in class negotiator.boaframework.opponentmodel.PerfectModel
-
- setOpponentUtilitySpace(UtilitySpace) - Method in class negotiator.boaframework.opponentmodel.PerfectScalableBayesianModel
-
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class negotiator.boaframework.opponentmodel.PerfectScalableBayesianModel
-
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class negotiator.boaframework.OpponentModel
-
Method which may be overwritten by an opponent model to get access to the
opponent's utilityspace.
- setOpponentUtilitySpace(UtilitySpace) - Method in class negotiator.boaframework.OpponentModel
-
Method which may be overwritten by an opponent model to get access to the
opponent's utilityspace.
- setOpponentUtilitySpace(BilateralAtomicNegotiationSession) - Method in class negotiator.boaframework.opponentmodel.WorstModel
-
- setOpponentUtilitySpace(UtilitySpace) - Method in class negotiator.boaframework.opponentmodel.WorstModel
-
- setOurTime(long) - Method in class agents.anac.y2012.IAMhaggler2012.agents2011.VersionIndependentAgent
-
- setOurTime(long) - Method in interface agents.anac.y2012.IAMhaggler2012.agents2011.VersionIndependentAgentInterface
-
- setOurTime(long) - Method in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.VersionIndependentAgent
-
- setOurTime(long) - Method in interface agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.VersionIndependentAgentInterface
-
- setOutcomeSpace(OutcomeSpace) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.NegotiationSession
-
- setOutcomeSpace(OutcomeSpace) - Method in class negotiator.boaframework.NegotiationSession
-
Method used to set the outcomespace.
- setP(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setParametervalues(HashMap<AgentParameterVariable, AgentParamValue>) - Method in class negotiator.Party
-
- setParams(Set<BOAparameter>) - Method in class negotiator.gui.boaframework.BOATextField
-
- setParent(MutableTreeNode) - Method in class negotiator.issue.Objective
-
Sets this node's parent to newParent but does not change the parent's child array.
- setPareto(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setParetoDistanceA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setParetoDistanceB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setPartnerMove(Action) - Method in class agents.anac.y2011.TheNegotiator.Decider
-
Stores the bids of the partner in the history with the corresponding
utility.
- setPartsListener() - Method in class negotiator.multipartyprotocol.MediatorFeedbackBasedProtocol
-
- setPartsListener() - Method in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- setPartsListener() - Method in class negotiator.multipartyprotocol.SimpleMediatorBasedProtocol
-
- setPartyActionList(ArrayList<NegoTurn>) - Method in class negotiator.NegoRound
-
- setPartyId(AgentID) - Method in class negotiator.parties.AbstractNegotiationParty
-
Sets the party id
- setPartyId(AgentID) - Method in interface negotiator.parties.NegotiationParty
-
Sets the agent's unique id
Each agent should contain a (unique) id.
- setPartyID(AgentID) - Method in class negotiator.Party
-
- setPartyIndex(int) - Method in class negotiator.NegoTurn
-
- setPartyItems(List<PartyRepItem>) - Method in class negotiator.config.Configuration
-
Sets the list of chosen parties
- setPartyItems(List<PartyRepItem>) - Method in interface negotiator.config.GuiConfiguration
-
Sets the list of chosen parties
- setPartyListenerIndices(ArrayList<Integer>) - Method in class negotiator.Party
-
- setPartyProfileItems(List<ProfileRepItem>) - Method in class negotiator.config.Configuration
-
Sets the list of profiles used by the parties
- setPartyProfileItems(List<ProfileRepItem>) - Method in interface negotiator.config.GuiConfiguration
-
Sets the list of profiles used by the parties
- setPercent(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setPercParetoBidsA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setPercParetoBidsB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setPlanedThreshold(double) - Method in class negotiator.boaframework.sharedagentstate.anac2011.ValueModelAgentSAS
-
- setPossibleBids(double[][]) - Method in class negotiator.gui.chart.BidChart
-
- setPrefProfA(String) - Method in class negotiator.qualitymeasures.ScenarioInfo
-
- setPrefProfB(String) - Method in class negotiator.qualitymeasures.ScenarioInfo
-
- setPrevAverageUtility(double) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setPreviousTime(double) - Method in class negotiator.boaframework.sharedagentstate.anac2010.YushuSAS
-
- setProbability(double) - Method in class agents.anac.y2010.AgentFSEGA.Hypothesis
-
- setProbability(double) - Method in class agents.anac.y2010.Southampton.utils.Hypothesis
-
- setProbability(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.Hypothesis
-
- setProbability(double) - Method in class agents.bayesianopponentmodel.Hypothesis
-
- setProbability(double) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.Hypothesis
-
- setProtocolItem(MultiPartyProtocolRepItem) - Method in class negotiator.config.Configuration
-
Sets the protocol to run.
- setProtocolItem(MultiPartyProtocolRepItem) - Method in interface negotiator.config.GuiConfiguration
-
Sets the protocol to run.
- setRepetitionAllowed(boolean) - Method in class negotiator.config.Configuration
-
Sets whether repetition is allowed for generating sessions for the current agent
- setRepetitionAllowed(boolean) - Method in interface negotiator.config.GuiConfiguration
-
Sets whether repetition is allowed for generating sessions for the current agent
- setReservation(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setReservationValue(double) - Method in class negotiator.utility.UtilitySpace
-
- setRestoreBid(Bid) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setRound(int) - Method in class negotiator.Party
-
- setRowBackground(Objective, Color) - Method in class negotiator.gui.tree.TreeFrame
-
- setRun(boolean) - Method in class agents.qoagent.AutomatedAgentGameTime
-
- setRun(boolean) - Method in class agents.qoagent2.QGameTime
-
- setRunMethod(boolean) - Method in class agents.qoagent.AutomatedAgentGameTime
-
- setRunMethod(boolean) - Method in class agents.qoagent2.QGameTime
-
- setRunNr(int) - Method in class negotiator.NegotiationOutcome
-
- setRunNr(int) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setRunNumber(int) - Method in class negotiator.qualitymeasures.Trace
-
- setRuntimeInNanoSeconds(long) - Method in class negotiator.session.Session
-
- setRuntimeInSeconds(double) - Method in class negotiator.session.Session
-
- setSecond(B) - Method in class agents.anac.y2011.TheNegotiator.Pair
-
- setSecond(B) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.Pair
-
- setSecond(B) - Method in class misc.Pair
-
Set the second object of the pair.
- setSecondsForTurn(long) - Method in class agents.qoagent.AutomatedAgent
-
Sets the number of seconds for each turn
- setSecondsForTurn(long) - Method in class agents.qoagent2.QOAgent
-
Sets the number of seconds for each turn
- setSelectedItem(Object) - Method in class negotiator.gui.ExtendedComboBoxModel
-
- setSelectionInterval(int, int) - Method in class negotiator.gui.MultiListSelectionModel
-
- setSelfishMovesA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setSelfishMovesB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setSendOfferFlag(boolean) - Method in class agents.qoagent.AgentTools
-
Sets the boolean flag of sending offers/queries/promises
- setSendOfferFlag(boolean) - Method in class agents.qoagent.AutomatedAgent
-
- setSessionNo(int) - Method in class negotiator.Party
-
- setSide(String) - Method in class negotiator.tournament.VariablesAndValues.AgentVariable
-
- setSide(String) - Method in class negotiator.tournament.VariablesAndValues.BOAagentVariable
-
- setSide(String) - Method in class negotiator.tournament.VariablesAndValues.ExperimentalVariable
-
- setSigmoidGain(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setSigmoidX(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.AgentMRSAS
-
- setSilentMovesA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setSilentMovesB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setSlope(double) - Method in class negotiator.utility.EvaluatorInteger
-
Sets the slope of the linear utility function.
- setSocialWelfareA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setSocialWelfareB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setStartingAgent(String) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setStartingWithA(boolean) - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
- setTabLayoutPolicy(int) - Method in class negotiator.gui.tab.CloseTabbedPane
-
Override JTabbedPane method.
- setTabPlacement(int) - Method in class negotiator.gui.tab.CloseTabbedPane
-
Override JTabbedPane method.
- setTagName(String) - Method in class negotiator.xml.SimpleElement
-
- setText(String) - Method in class negotiator.xml.SimpleElement
-
- setTime(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidDetails
-
- SetTime(boolean, int, int, int, boolean) - Method in class agents.qoagent.AutomatedAgentGameTime
-
- SetTime(boolean, int, int, int, boolean) - Method in class agents.qoagent2.QGameTime
-
- setTime(double) - Method in class negotiator.analysis.BidPointTime
-
Sets the time at which the bid is offered.
- setTime(double) - Method in class negotiator.bidding.BidDetails
-
Set the time at which this bid was offered.
- setTime(double) - Method in class negotiator.boaframework.OutcomeTuple
-
- setTimeLeftAfter(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setTimeLeftBefore(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setTimeline(Timeline) - Method in class negotiator.Party
-
- setTimeOfAgreement(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfo
-
- SetTools - Class in misc
-
Class which generates the Cartesian product of a list of sets.
- SetTools() - Constructor for class misc.SetTools
-
- setTotal_CR_A(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setTotal_CR_B(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setTotalBiddingPossibilities(int) - Method in class negotiator.boaframework.sharedagentstate.anac2011.gahboninho.IssueManager
-
- setTotalRoundOrTime(int) - Method in class negotiator.Party
-
- setTotalTime(int) - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
- setToughAgent(boolean) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setTournamentRunner(TournamentRunner) - Method in class negotiator.protocol.OldProtocol
-
- setTournamentType(String) - Method in class negotiator.config.Configuration
-
Set the type of tournament
- setTournamentType(String) - Method in interface negotiator.config.GuiConfiguration
-
Set the type of tournament
- setTxtNegoResult(String) - Method in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- setType(EVALFUNCTYPE) - Method in class negotiator.utility.EvaluatorReal
-
- setTypeField(Objective, JTextField) - Method in class negotiator.gui.tree.NegotiatorTreeTableModel
-
- setTypeProbability(double) - Method in class agents.qoagent2.QAgentType
-
Sets the probability of the type
- setUI(TabbedPaneUI) - Method in class negotiator.gui.tab.CloseTabbedPane
-
Override JTabbedPane method.
- setUnfortunateMovesA(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setUnfortunateMovesB(double) - Method in class negotiator.qualitymeasures.logmanipulation.OutcomeInfoDerived
-
- setUpdateMaxPartnerUtility(boolean) - Method in class negotiator.boaframework.sharedagentstate.anac2010.NozomiSAS
-
- setUpper(double) - Method in class agents.anac.y2010.AgentSmith.Bounds
-
sets the upper bound
- setUpper(double) - Method in class negotiator.boaframework.opponentmodel.agentsmith.Bounds
-
sets the upper bound
- setUpperbound(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.Range
-
- setUpperbound(double) - Method in class misc.Range
-
Set the upperbound of the range.
- setUpperbound(int) - Method in class misc.RangeInt
-
Set the upperbound of the range.
- setUpperBound(int) - Method in class negotiator.issue.IssueInteger
-
- setUpperBound(double) - Method in class negotiator.issue.IssueReal
-
- setUpperBound(int) - Method in class negotiator.utility.EvaluatorInteger
-
Sets the upper bound of this evaluator.
- setUpperBound(double) - Method in class negotiator.utility.EvaluatorReal
-
Sets the upper bound for this evaluator
- setUserObject(Object) - Method in class negotiator.issue.Objective
-
Sets a user object associated with the receiving Objective.
- setUtility(double) - Method in class agents.anac.y2011.TheNegotiator.UTBid
-
Method which sets the utility.
- setUtilityFunctions(ArrayList<UtilityFunction>) - Method in class negotiator.utility.UtilityFunction
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialog
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialog2
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialogAcceptance
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialogAcceptReject
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialogExtended
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialogOffer
-
- setUtilitySpace(UtilitySpace) - Method in class agents.EnterBidDialogOfferForVoting
-
- setUtilitySpace(UtilitySpace) - Method in class negotiator.boaframework.offeringstrategy.anac2011.hardheaded.BidSelector
-
- setUtilitySpace(UtilitySpace) - Method in class negotiator.gui.tree.NegotiatorTreeTableModel
-
Sets this model's UtilitySpace.
- setUtilitySpace(UtilitySpace) - Method in class negotiator.Party
-
- setUtilityspaceType(UTILITYSPACETYPE) - Method in class negotiator.SupportedNegotiationSetting
-
- setUtilitythreshold(double) - Method in class negotiator.boaframework.sharedagentstate.anac2012.CUHKAgentSAS
-
- setUtilityValue(double) - Method in class negotiator.utility.ExclusiveHyperRectangle
-
- setUtilityValue(double) - Method in class negotiator.utility.HyperRectangle
-
- setUtilityValue(double) - Method in class negotiator.utility.InclusiveHyperRectangle
-
- setValidActions(ArrayList<Class>) - Method in class negotiator.NegoTurn
-
- setValue(Object) - Method in class negotiator.actions.Inform
-
- setValue(int, Value) - Method in class negotiator.Bid
-
Set the value of the issue with the given issueID to the given value.
- setValue(double) - Method in class negotiator.issue.ValueReal
-
- setValueAt(Object, int, int) - Method in class negotiator.gui.progress.NegoTableModel
-
- setValues(ArrayList<TournamentValue>) - Method in class negotiator.tournament.VariablesAndValues.TournamentVariable
-
- setValueToBeChecked(String) - Method in class negotiator.utility.SumZeroConstraint
-
- setValueToBeChecked(ArrayList<String>) - Method in class negotiator.utility.SumZeroConstraintList
-
- setValueToBeChecked(String) - Method in class negotiator.utility.SumZeroNotConstraint
-
- setVisible(boolean) - Method in class negotiator.gui.tree.WeightSlider
-
Sets this slider to be visible or invisible, dependent on whether there is an evaluator available.
- setWeight(int, double) - Method in class agents.anac.y2010.AgentFSEGA.WeightHypothesis
-
- setWeight(double) - Method in class agents.anac.y2010.Southampton.utils.WeightHypothesis
-
- setWeight(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.WeightHypothesis
-
- setWeight(int, double) - Method in class agents.bayesianopponentmodel.WeightHypothesis
-
- setWeight(double) - Method in class agents.bayesianopponentmodel.WeightHypothesis2
-
- setWeight(double) - Method in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.WeightHypothesis
-
- setWeight(double) - Method in class negotiator.boaframework.opponentmodel.iamhaggler.WeightHypothesis
-
- setWeight(double) - Method in class negotiator.gui.tree.WeightSlider
-
- setWeight(double) - Method in class negotiator.utility.Constraint
-
- setWeight(double) - Method in interface negotiator.utility.Evaluator
-
Sets the weigth with which an Objective or Issue is evaluated.
- setWeight(double) - Method in class negotiator.utility.EvaluatorDiscrete
-
- setWeight(double) - Method in class negotiator.utility.EvaluatorInteger
-
- setWeight(double) - Method in class negotiator.utility.EvaluatorObjective
-
- setWeight(double) - Method in class negotiator.utility.EvaluatorReal
-
- setWeight(double) - Method in class negotiator.utility.UtilityFunction
-
- setWeight(Objective, double) - Method in class negotiator.utility.UtilitySpace
-
Method used to set the weight of the given objective.
- setWeightSimple(UtilitySpace, Issue, double) - Static method in class misc.DomainGenerator
-
Method which sets the weight of an issue without checking
normalization.
- setWeightSlider(Objective, WeightSlider) - Method in class negotiator.gui.tree.NegotiatorTreeTableModel
-
Sets the WeightSlider object for the given Objective.
- setWorstAgreementIndices(AutomatedAgentType, int[]) - Method in class agents.qoagent.AgentTools
-
Sets the worst agreement indices for a given agent
- setWorstAgreementIndices(int[]) - Method in class agents.qoagent.AutomatedAgentType
-
- setWorstAgreementValue(AutomatedAgentType, double) - Method in class agents.qoagent.AgentTools
-
Sets the worst agreement value for a given agent
- setWorstAgreementValue(double) - Method in class agents.qoagent.AutomatedAgentType
-
- setXML(SimpleElement) - Method in class negotiator.utility.EvaluatorDiscrete
-
Sets weights and evaluator properties for the object in SimpleElement
representation that is passed to it.
- setXML(SimpleElement) - Method in class negotiator.utility.EvaluatorInteger
-
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
- setXML(SimpleElement) - Method in class negotiator.utility.EvaluatorObjective
-
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
- setXML(SimpleElement) - Method in class negotiator.utility.EvaluatorReal
-
Sets weights and evaluator properties for the object in SimpleElement representation that is passed to it.
- setZeroOutcomeConstraints(ArrayList<ZeroOutcomeContraint>) - Method in class negotiator.utility.ConstraintUtilitySpace
-
- sExplanation - Variable in class agents.qoagent.UtilityIssue
-
- sExplanation - Variable in class agents.qoagent2.UtilityIssue
-
- ShAgent - Class in agents.anac.y2012.MetaAgent.agents.ShAgent
-
- ShAgent() - Constructor for class agents.anac.y2012.MetaAgent.agents.ShAgent.ShAgent
-
- SharedAgentState - Class in agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded
-
When decoupling existing agents into their separate components, it often happens
that a component loosely depends on another component; for example an acceptance condition
can depend on a target utility calculated by the offering strategy.
- SharedAgentState() - Constructor for class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.SharedAgentState
-
- SharedAgentState - Class in negotiator.boaframework
-
When decoupling existing agents into their separate components, it often happens
that a component loosely depends on another component; for example an acceptance condition
can depend on a target utility calculated by the offering strategy.
- SharedAgentState() - Constructor for class negotiator.boaframework.SharedAgentState
-
- SHORT_TERM_TYPE_IDX - Static variable in class agents.qoagent.AutomatedAgentsCore
-
- SHORT_TERM_TYPE_IDX - Static variable in class agents.qoagent2.QAgentsCore
-
- shortfilename(String) - Method in class negotiator.gui.domainrepository.MyTreeNode
-
returns only the filename given a full path with separating '/'
- shouldSkipAcceptDueToCrash() - Method in class negotiator.boaframework.sharedagentstate.anac2011.ValueModelAgentSAS
-
- showLoadError(File, Throwable) - Static method in class negotiator.Global
-
Show a dialog to the user, explaining the exception that was raised while
loading file fc.
- showRepositoryItemInTab(RepItem, MyTreeNode) - Method in class negotiator.gui.NegoGUIView
-
- shuffle(Offer[]) - Method in class agents.anac.y2012.MetaAgent.agents.WinnerAgent.WinnerAgent2
-
Sort the offers in the array in random order.
- SIDE_A_NAME - Static variable in class agents.qoagent.AutomatedAgent
-
- SIDE_A_TYPE - Static variable in class agents.qoagent.AutomatedAgentType
-
- SIDE_B_NAME - Static variable in class agents.qoagent.AutomatedAgent
-
- SIDE_B_TYPE - Static variable in class agents.qoagent.AutomatedAgentType
-
- Similarity - Class in agents.similarity
-
- Similarity(Domain) - Constructor for class agents.similarity.Similarity
-
- SimilarityAgent - Class in agents.anac.y2010.Southampton.similarity
-
- SimilarityAgent() - Constructor for class agents.anac.y2010.Southampton.similarity.SimilarityAgent
-
- SimilarityAgent - Class in agents
-
- SimilarityAgent() - Constructor for class agents.SimilarityAgent
-
- SimilarityFunction - Class in agents.similarity
-
- SimilarityFunction(Domain) - Constructor for class agents.similarity.SimilarityFunction
-
- SIMILARITYTYPE - Enum in agents.similarity
-
- SimpleAgent - Class in agents
-
- SimpleAgent() - Constructor for class agents.SimpleAgent
-
- SimpleAgentNew - Class in agents.anac.y2012.MetaAgent.agents.SimpleAgentNew
-
Erez Shalom 27325372 Naseem Biadsy 037733029 Fridman Iliya 309411882
- SimpleAgentNew() - Constructor for class agents.anac.y2012.MetaAgent.agents.SimpleAgentNew.SimpleAgentNew
-
- SimpleAgentPN - Class in agents
-
- SimpleAgentPN() - Constructor for class agents.SimpleAgentPN
-
- SimpleAgentSavingBidHistory - Class in agents
-
- SimpleAgentSavingBidHistory() - Constructor for class agents.SimpleAgentSavingBidHistory
-
- SimpleAgt2 - Class in agents
-
- SimpleAgt2() - Constructor for class agents.SimpleAgt2
-
- SimpleANAC2013Agent - Class in agents
-
This agent is an example of how to createFrom an ANAC2013 agent which learns
during the tournament.
- SimpleANAC2013Agent() - Constructor for class agents.SimpleANAC2013Agent
-
- SimpleBOAagent - Class in negotiator.boaframework.agent
-
Simple adapter which can be used to convert a BOA Agent to a normal Agent.
- SimpleBOAagent() - Constructor for class negotiator.boaframework.agent.SimpleBOAagent
-
- SimpleDOMParser - Class in negotiator.xml
-
SimpleDOMParser
is a highly-simplified XML DOM
parser.
- SimpleDOMParser() - Constructor for class negotiator.xml.SimpleDOMParser
-
- SimpleElement - Class in negotiator.xml
-
SimpleElement
is the only node type for
simplified DOM model.
- SimpleElement(String) - Constructor for class negotiator.xml.SimpleElement
-
- SimpleMediatorBasedProtocol - Class in negotiator.multipartyprotocol
-
- SimpleMediatorBasedProtocol(ArrayList<PartyRepItem>, ArrayList<AgentID>, ArrayList<ProfileRepItem>, ArrayList<HashMap<AgentParameterVariable, AgentParamValue>>, DeadlineType, int) - Constructor for class negotiator.multipartyprotocol.SimpleMediatorBasedProtocol
-
- SimpleMediatorBasedProtocol - Class in negotiator.protocol
-
Basic implementation of a mediator based protocol.
- SimpleMediatorBasedProtocol() - Constructor for class negotiator.protocol.SimpleMediatorBasedProtocol
-
- SimpleTFTAgent - Class in agents
-
- SimpleTFTAgent() - Constructor for class agents.SimpleTFTAgent
-
- SimpleTitForTatPN - Class in agents
-
Very simplistic tit-for-tat.
- SimpleTitForTatPN() - Constructor for class agents.SimpleTitForTatPN
-
- Simulator - Class in misc
-
- Simulator() - Constructor for class misc.Simulator
-
- SIMULATOR_REPOSITORY - Static variable in class negotiator.Global
-
Path to simulator repository
- SimulatorConfiguration - Class in misc
-
- SingleStringVarUI - Class in negotiator.gui.tournamentvars
-
- SingleStringVarUI(Frame) - Constructor for class negotiator.gui.tournamentvars.SingleStringVarUI
-
- SingleValueVarUI - Class in negotiator.gui.tournamentvars
-
- SingleValueVarUI(Frame) - Constructor for class negotiator.gui.tournamentvars.SingleValueVarUI
-
- size() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.BidHistory
-
- size() - Method in class agents.anac.y2011.TheNegotiator.Queue
-
- size() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidHistory
-
- size() - Method in class misc.Queue
-
- size() - Method in class negotiator.BidHistory
-
- SlavaAgent - Class in agents.anac.y2013.SlavaAgent
-
- SlavaAgent() - Constructor for class agents.anac.y2013.SlavaAgent.SlavaAgent
-
- sleep(double) - Method in class negotiator.Agent
-
Let the agent wait in case of a time-based protocol.
- SLEEP_TIME_FACTOR - Static variable in class agents.qoagent.AutomatedAgentDelayedMessageThread
-
- SlowUIAgent - Class in agents
-
- SlowUIAgent() - Constructor for class agents.SlowUIAgent
-
- SmithBidComparator - Class in negotiator.boaframework.opponentmodel.agentsmith
-
- SmithBidComparator(UtilitySpace, UtilitySpace) - Constructor for class negotiator.boaframework.opponentmodel.agentsmith.SmithBidComparator
-
- SmithBidStrategy - Class in agents.anac.y2010.AgentSmith
-
The strategy that is used in our agent.
- SmithBidStrategy(BidHistory, UtilitySpace, PreferenceProfileManager, AgentID) - Constructor for class agents.anac.y2010.AgentSmith.SmithBidStrategy
-
Constructor
- SmithFrequencyModel - Class in negotiator.boaframework.opponentmodel
-
Adapter for the Frequency Model for the BOA framework.
- SmithFrequencyModel() - Constructor for class negotiator.boaframework.opponentmodel.SmithFrequencyModel
-
- SmithFrequencyModelV2 - Class in negotiator.boaframework.opponentmodel
-
Adapter for the optimized version of the Frequency Model of Agent Smith.
- SmithFrequencyModelV2() - Constructor for class negotiator.boaframework.opponentmodel.SmithFrequencyModelV2
-
- SmithModel - Class in negotiator.boaframework.opponentmodel.agentsmith
-
The OpponentModel.
- SmithModel(UtilitySpace) - Constructor for class negotiator.boaframework.opponentmodel.agentsmith.SmithModel
-
Constructor
- SmithModelV2 - Class in negotiator.boaframework.opponentmodel.agentsmithv2
-
Highly optimized version of the Smith Frequency Model.
- SmithModelV2(UtilitySpace) - Constructor for class negotiator.boaframework.opponentmodel.agentsmithv2.SmithModelV2
-
Creates a highly optimized version of the SmithFrequencyModel.
- SmoothingCubicSpline - Class in negotiator.boaframework.offeringstrategy.anac2013.TheFawkes
-
Represents a cubic spline with nodes at (xi, yi)
computed with the smoothing cubic spline algorithm of Schoenberg.
- SmoothingCubicSpline(double[], double[], double[], double) - Constructor for class negotiator.boaframework.offeringstrategy.anac2013.TheFawkes.SmoothingCubicSpline
-
Constructs a spline with nodes at (xi, yi), with
weights wi and smoothing factor ρ = rho.
- SmoothingCubicSpline(double[], double[], double) - Constructor for class negotiator.boaframework.offeringstrategy.anac2013.TheFawkes.SmoothingCubicSpline
-
Constructs a spline with nodes at (xi, yi), with
weights = 1 and smoothing factor ρ =
rho.
- SmoothingPolynomial - Class in negotiator.boaframework.offeringstrategy.anac2013.TheFawkes
-
Represents a polynomial of degree n in power form.
- SmoothingPolynomial(double...) - Constructor for class negotiator.boaframework.offeringstrategy.anac2013.TheFawkes.SmoothingPolynomial
-
Constructs a new polynomial with coefficients coeff.
- snd - Variable in class agents.anac.y2010.Southampton.utils.Pair
-
- snd - Variable in class agents.anac.y2011.IAMhaggler2011.Pair
-
- snd - Variable in class agents.anac.y2012.IAMhaggler2012.agents2011.southampton.utils.Pair
-
- snd - Variable in class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.southampton.utils.Pair
-
- snd - Variable in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.Pair
-
- sort() - Method in class negotiator.analysis.ParetoFrontier
-
Order the bids based on the utility for agent A.
- sortBidsWrtProductUtility(ArrayList<Bid>) - Method in class negotiator.parties.partialopponentmodel.PartialPreferenceModels
-
- sortBidsWrtSumUtility(ArrayList<Bid>) - Method in class negotiator.parties.partialopponentmodel.PartialPreferenceModels
-
- sortByOpponentUtil(ValueModeler) - Method in class agents.anac.y2011.ValueModelAgent.BidList
-
- sortByOpponentUtil(ValueModeler) - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidList
-
- sortByOurUtil() - Method in class agents.anac.y2011.ValueModelAgent.BidList
-
- sortByOurUtil() - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.BidList
-
- SortedOutcomeSpace - Class in agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded
-
This class is an OutcomeSpace but with a sorted list of BidDetails based on the utility
Methods have been optimized to work with a sorted list.
- SortedOutcomeSpace(UtilitySpace) - Constructor for class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.SortedOutcomeSpace
-
- SortedOutcomeSpace - Class in negotiator.boaframework
-
This class is an OutcomeSpace but with a sorted list of BidDetails based on the utility
Methods have been optimized to work with a sorted list.
- SortedOutcomeSpace(UtilitySpace) - Constructor for class negotiator.boaframework.SortedOutcomeSpace
-
Instantiates a SortedOutcomeSpace: an enumeration of all possible bids in the domain
which can be efficiently searched using the provided methods.
- sortPossibleBids() - Method in class agents.anac.y2011.TheNegotiator.BidsCollection
-
Sorts all possible bids in reverse natural order.
- sortToTime() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidHistory
-
- sortToTime() - Method in class negotiator.BidHistory
-
Sorts the bids contained in this BidHistory object on time.
- sortToUtility() - Method in class agents.anac.y2011.Nice_Tit_for_Tat.BidHistory
-
- sortToUtility() - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidHistory
-
- sortToUtility() - Method in class negotiator.BidHistory
-
Sorts the bids contained in this BidHistory object on utility.
- SouthamptonAgent - Class in agents.anac.y2010.Southampton
-
- SouthamptonAgent() - Constructor for class agents.anac.y2010.Southampton.SouthamptonAgent
-
- SouthamptonAgent - Class in agents.anac.y2012.IAMhaggler2012.agents2011
-
- SouthamptonAgent() - Constructor for class agents.anac.y2012.IAMhaggler2012.agents2011.SouthamptonAgent
-
- SouthamptonAgent - Class in agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011
-
- SouthamptonAgent() - Constructor for class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.agents2011.SouthamptonAgent
-
- SouthamptonAgentExtrasInterface - Interface in agents.anac.y2010.Southampton
-
- SouthamptonAgentNoExtras - Class in agents.anac.y2010.Southampton
-
- SouthamptonAgentNoExtras() - Constructor for class agents.anac.y2010.Southampton.SouthamptonAgentNoExtras
-
- SouthamptonUtilitySpace - Class in agents.anac.y2012.IAMhaggler2012.utility
-
- SouthamptonUtilitySpace(UtilitySpace) - Constructor for class agents.anac.y2012.IAMhaggler2012.utility.SouthamptonUtilitySpace
-
- SouthamptonUtilitySpace - Class in agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.utility
-
- SouthamptonUtilitySpace(UtilitySpace) - Constructor for class agents.anac.y2013.MetaAgent.portfolio.IAMhaggler2012.utility.SouthamptonUtilitySpace
-
- spaceA - Variable in class negotiator.protocol.BilateralAtomicNegotiationSession
-
- spaceB - Variable in class negotiator.protocol.BilateralAtomicNegotiationSession
-
- spaceType - Variable in class negotiator.utility.UtilitySpace
-
- SpecialTimeConcessionFunction - Class in agents.anac.y2010.Southampton.utils.concession
-
- SpecialTimeConcessionFunction(double, double, double) - Constructor for class agents.anac.y2010.Southampton.utils.concession.SpecialTimeConcessionFunction
-
- SpecialTimeConcessionFunction - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
-
- SpecialTimeConcessionFunction(double, double, double) - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.SpecialTimeConcessionFunction
-
- Split - Class in agents.anac.y2013.MetaAgent.parser.cart.tree
-
- Split(String, double, Split.Direction) - Constructor for class agents.anac.y2013.MetaAgent.parser.cart.tree.Split
-
- Split.Direction - Enum in agents.anac.y2013.MetaAgent.parser.cart.tree
-
- sq(double) - Static method in class agents.anac.y2010.Yushu.Utility
-
- sq(double) - Method in class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.BidSpace
-
- sSide - Variable in class agents.qoagent.UtilityIssue
-
- sSide - Variable in class agents.qoagent2.UtilityIssue
-
- start() - Method in class negotiator.gui.negosession.MultiNegoSessionUI
-
TODO use the parameters.
- start() - Method in class negotiator.gui.negosession.NegoSessionUI2
-
Start the session TODO use the parameters.
- start(boolean, String) - Method in class negotiator.gui.tournamentvars.TournamentUI
-
start negotiation.
- startDistributedTournament() - Method in class negotiator.gui.tournamentvars.TournamentUI
-
Start a distributed tournament by storing the tournament and its jobs in
the database.
- startDTournament(boolean) - Method in class negotiator.gui.tournamentvars.TournamentUI
-
Starts a distributed tournament.
- startingAgent - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
- startingAgent - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersOldProtocol
-
- startingWithA - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
- startMultiSession() - Method in class negotiator.gui.negosession.MultiNegoSessionUI
-
- startNegotiation() - Method in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- startNegotiation() - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersOldProtocol
-
this runs sessionTotalNumber of sessions with the provided settings
- startNewRound(Round) - Method in class negotiator.session.Session
-
Add a round to this session.
- startSession() - Method in class negotiator.gui.negosession.NegoSessionUI2
-
- startSession() - Method in class negotiator.protocol.OldProtocol
-
- startTime - Variable in class negotiator.Agent
-
Deprecated.
- startTime - Variable in class negotiator.ContinuousTimeline
-
- startTime - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
- startTimeMillies - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
- startTimer() - Method in class negotiator.session.Session
-
Updates the timestamp of this
Session
.
- startTournament - Variable in class misc.CommandLineOptions
-
Option "t", automatically start tournament on start up.
- startTournament() - Method in class negotiator.gui.tournamentvars.TournamentUI
-
- startup() - Method in class negotiator.gui.NegoGUIApp
-
At startup createFrom and show the main frame of the application.
- stateChanged(ChangeEvent) - Method in class negotiator.gui.tab.CloseTabPaneUI.TabSelectionHandler
-
- stateChanged(ChangeEvent) - Method in class negotiator.gui.tree.WeightSlider
-
- StatisticsUtil - Class in negotiator.boaframework.opponentmodel.nash
-
This class contains methods that can be used for statistical measurements on lists.
- StatisticsUtil() - Constructor for class negotiator.boaframework.opponentmodel.nash.StatisticsUtil
-
- STATUS_QUO_IND - Static variable in class agents.qoagent.AutomatedAgentsCore
-
- STATUS_QUO_IND - Static variable in class agents.qoagent2.QAgentsCore
-
- STATUS_QUO_STR - Static variable in class agents.qoagent.AutomatedAgentsCore
-
- STATUS_QUO_STR - Static variable in class agents.qoagent2.QAgentsCore
-
- std(double[]) - Static method in class agents.anac.y2012.OMACagent.OMACagent
-
- std(double[]) - Static method in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.OMACagent
-
- std(double[]) - Static method in class negotiator.boaframework.offeringstrategy.anac2012.OMACagent_Offering
-
- sTitle - Variable in class agents.qoagent.UtilityDetails
-
- sTitle - Variable in class agents.qoagent2.UtilityDetails
-
- stopNegotiation - Variable in class negotiator.protocol.alternatingoffers.AlternatingOffersBilateralAtomicNegoSession
-
stopNegotiation indicates that the session has now ended.
- stopNegotiation() - Method in class negotiator.protocol.alternatingoffers.AlternatingOffersOldProtocol
-
- stopNegotiation - Variable in class negotiator.protocol.OldProtocol
-
stopNegotiation indicates that the session has now ended.
- stopNegotiation() - Method in class negotiator.protocol.OldProtocol
-
- stopRunning() - Method in class agents.qoagent.AutomatedAgentGameTime
-
Method name: stopRunning()
Goal: Stop the stop-watch.
- stopRunning() - Method in class agents.qoagent2.QGameTime
-
Method name: stopRunning()
Goal: Stop the stop-watch.
- stopTimer() - Method in class negotiator.session.Session
-
Updates the timestamp of this
Session
.
- storeData(Serializable) - Method in class negotiator.boaframework.AcceptanceStrategy
-
- storeData(Serializable) - Method in class negotiator.boaframework.BOA
-
Method used to store data that should be accessible in the next
negotiation session on the same scenario.
- storeData(Serializable) - Method in class negotiator.boaframework.OfferingStrategy
-
- storeData(Serializable) - Method in class negotiator.boaframework.OMStrategy
-
- storeData(Serializable) - Method in class negotiator.boaframework.OpponentModel
-
- storeResult(int, String) - Method in class negotiator.distributedtournament.DBController
-
Store the result of the group of sessions in the DB.
- strategyParam - Variable in class negotiator.StrategyParameters
-
Parameters as specified in the agent repository.
- strategyParameters - Variable in class negotiator.Agent
-
Parameters given to the agent which may be specified in the agent
repository.
- StrategyParameters - Class in negotiator
-
Simple class which stores the parameters given to a negotiation
strategy, for example an concession factor.
- StrategyParameters() - Constructor for class negotiator.StrategyParameters
-
Create an empty hashmap of parameters.
- StrategyTypes - Enum in agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded
-
- StrategyTypes - Enum in negotiator.boaframework.offeringstrategy.anac2012.TheNegotiatorReloaded
-
Types of the opponent's strategy.
- StripExtension(String) - Method in class negotiator.gui.NegoGUIView
-
- substring(String, String, String) - Static method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- substring(String, String, int) - Static method in class agents.anac.y2013.MetaAgent.parser.cart.tree.Node
-
- sum(double[]) - Static method in class agents.anac.y2012.OMACagent.OMACagent
-
- sum(double[]) - Static method in class agents.anac.y2013.MetaAgent.portfolio.OMACagent.OMACagent
-
- sum(double[]) - Static method in class negotiator.boaframework.offeringstrategy.anac2012.OMACagent_Offering
-
- SumZeroConstraint - Class in negotiator.utility
-
- SumZeroConstraint(int) - Constructor for class negotiator.utility.SumZeroConstraint
-
- SumZeroConstraintList - Class in negotiator.utility
-
- SumZeroConstraintList(int) - Constructor for class negotiator.utility.SumZeroConstraintList
-
- SumZeroNotConstraint - Class in negotiator.utility
-
- SumZeroNotConstraint(int) - Constructor for class negotiator.utility.SumZeroNotConstraint
-
- SupportedNegotiationSetting - Class in negotiator
-
Indicates what negotiation settings are supported by an agent.
- SupportedNegotiationSetting() - Constructor for class negotiator.SupportedNegotiationSetting
-
- SurrogateSplit - Class in agents.anac.y2013.MetaAgent.parser.cart.tree
-
- sValue - Variable in class agents.qoagent.UtilityValue
-
- sValue - Variable in class agents.qoagent2.UtilityValue
-