- Warning - Class in negotiator.exceptions
-
Warning objects handle warning messages.
- Warning(String) - Constructor for class negotiator.exceptions.Warning
-
Default warning: Print warning message at most 5 times.
- Warning(String, boolean, int) - Constructor for class negotiator.exceptions.Warning
-
if you set showstack to true, stack dump will be made for location where WARNING occurs.
- Warning(String, Exception) - Constructor for class negotiator.exceptions.Warning
-
- Warning(String, Exception, boolean, int) - Constructor for class negotiator.exceptions.Warning
-
if you set showstack to true, stack dump will be made for location where WARNING occurs.
- Warning.MyWarningException - Exception in negotiator.exceptions
-
- Warning.MyWarningException() - Constructor for exception negotiator.exceptions.Warning.MyWarningException
-
- weAreStalling() - Method in class agents.anac.y2012.MetaAgent.agents.MrFriendly.BidTable
-
Returns true if we are stalling (ie 10 consecutive non-unique bids)
- weHaveOfferedThisBefore(Bid) - Method in class agents.anac.y2012.MetaAgent.agents.MrFriendly.BidTable
-
Returns true iff we have offered the given bid before
- weight - Variable in class agents.anac.y2010.Southampton.analysis.ContinuousEvaluationFunction
-
- weight() - Method in class agents.anac.y2011.ValueModelAgent.IssuesDecreases
-
- weight - Variable in class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.ContinuousEvaluationFunction
-
- weight() - Method in class negotiator.boaframework.offeringstrategy.anac2011.valuemodelagent.IssuesDecreases
-
- weight - Variable in class negotiator.utility.Constraint
-
- WeightHypothesis - Class in agents.anac.y2010.AgentFSEGA
-
- WeightHypothesis(Domain) - Constructor for class agents.anac.y2010.AgentFSEGA.WeightHypothesis
-
- WeightHypothesis - Class in agents.anac.y2010.Southampton.utils
-
- WeightHypothesis() - Constructor for class agents.anac.y2010.Southampton.utils.WeightHypothesis
-
- WeightHypothesis - Class in agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded
-
- WeightHypothesis() - Constructor for class agents.anac.y2013.MetaAgent.portfolio.thenegotiatorreloaded.WeightHypothesis
-
- WeightHypothesis - Class in agents.bayesianopponentmodel
-
- WeightHypothesis(Domain) - Constructor for class agents.bayesianopponentmodel.WeightHypothesis
-
- WeightHypothesis - Class in negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010
-
- WeightHypothesis() - Constructor for class negotiator.boaframework.offeringstrategy.anac2010.IAMhaggler2010.WeightHypothesis
-
- WeightHypothesis - Class in negotiator.boaframework.opponentmodel.iamhaggler
-
- WeightHypothesis() - Constructor for class negotiator.boaframework.opponentmodel.iamhaggler.WeightHypothesis
-
- WeightHypothesis2 - Class in agents.bayesianopponentmodel
-
- WeightHypothesis2(Domain) - Constructor for class agents.bayesianopponentmodel.WeightHypothesis2
-
- weightLocked() - Method in interface negotiator.utility.Evaluator
-
- weightLocked() - Method in class negotiator.utility.EvaluatorDiscrete
-
- weightLocked() - Method in class negotiator.utility.EvaluatorInteger
-
- weightLocked() - Method in class negotiator.utility.EvaluatorObjective
-
- weightLocked() - Method in class negotiator.utility.EvaluatorReal
-
- WeightSlider - Class in negotiator.gui.tree
-
- WeightSlider(NegotiatorTreeTableModel, Objective) - Constructor for class negotiator.gui.tree.WeightSlider
-
- WeightSliderCellEditor - Class in negotiator.gui.tree
-
- WeightSliderCellEditor(NegotiatorTreeTableModel) - Constructor for class negotiator.gui.tree.WeightSliderCellEditor
-
- WIDTHDELTA - Static variable in class negotiator.gui.tab.CloseTabPaneUI
-
- widthUtil - Variable in class agents.anac.y2013.GAgent.Probability
-
- willGetZeroOutcomeUtility(Bid) - Method in class negotiator.utility.ConditionalZeroOutcomeConstraint
-
- willGetZeroOutcomeUtility(Bid) - Method in class negotiator.utility.ExclusiveZeroOutcomeConstraint
-
- willGetZeroOutcomeUtility(Bid) - Method in class negotiator.utility.InclusiveZeroOutcomeConstraint
-
- willGetZeroOutcomeUtility(Bid) - Method in class negotiator.utility.ZeroOutcomeContraint
-
- willZeroUtility(Bid) - Method in class negotiator.utility.ConditionalZeroConstraint
-
- willZeroUtility(Bid) - Method in class negotiator.utility.ExclusiveZeroConstraint
-
- willZeroUtility(Bid) - Method in class negotiator.utility.RConstraint
-
- willZeroUtility(Bid) - Method in class negotiator.utility.SumZeroConstraint
-
- willZeroUtility(Bid) - Method in class negotiator.utility.SumZeroConstraintList
-
- willZeroUtility(Bid) - Method in class negotiator.utility.SumZeroNotConstraint
-
- willZeroUtility(Bid) - Method in class negotiator.utility.ZeroConstraint
-
- WinnerAgent2 - Class in agents.anac.y2012.MetaAgent.agents.WinnerAgent
-
- WinnerAgent2() - Constructor for class agents.anac.y2012.MetaAgent.agents.WinnerAgent.WinnerAgent2
-
- withinBounds(double) - Method in class negotiator.boaframework.opponentmodel.nash.Range
-
This method specifies whether or not the given value falls within the boundaries
of this range.
- WorstModel - Class in negotiator.boaframework.opponentmodel
-
The theoretically worst opponent model.
- WorstModel() - Constructor for class negotiator.boaframework.opponentmodel.WorstModel
-
- writeFileStream - Variable in class negotiator.multipartyprotocol.MultiPartyProtocol
-
- writeToDisc(Serializable, String) - Static method in class negotiator.SerializeHandling
-
Writes the data into disc, in a new file under the path given.
- writeToDisk(A) - Method in class misc.Serializer
-
Serializes an object to the specified file.
- writeToFileCompact(double, boolean, int) - Method in class negotiator.qualitymeasures.CSVlogger
-
Writes the quality measures to a compact log.
- writeToFilePivotCompatible(int, double, boolean) - Method in class negotiator.qualitymeasures.CSVlogger
-
Writes the quality measures to a pivot-table compatible log.
- writeToString(A) - Method in class misc.Serializer
-
Serializes an object to a string encoded by using Base64 to
avoid characterset problems.