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

O

Objective - Class in genius.core.issue
Objective is superclass of issues and can be configured in a parent-child tree-like construction.
Objective() - Constructor for class genius.core.issue.Objective
 
Objective(Objective) - Constructor for class genius.core.issue.Objective
 
Objective(Objective, String, int) - Constructor for class genius.core.issue.Objective
 
ObjectiveValuePanel - Class in genius.gui.tree
 
ObjectiveValuePanel(NegotiatorTreeTableModel, Objective) - Constructor for class genius.gui.tree.ObjectiveValuePanel
 
Offer - Class in genius.core.actions
Symbolizes an offer of an agent for the opponent.
Offer(AgentID, Bid) - Constructor for class genius.core.actions.Offer
 
OfferForFeedback - Class in genius.core.actions
immutable.
OfferForFeedback(AgentID, Bid) - Constructor for class genius.core.actions.OfferForFeedback
Creates a new instance of SendBid
OfferForFeedback(Agent, Bid) - Constructor for class genius.core.actions.OfferForFeedback
Creates a new instance of SendBid
OfferForVoting - Class in genius.core.actions
immutable
OfferForVoting(AgentID, Bid) - Constructor for class genius.core.actions.OfferForVoting
Creates a new instance of SendBid
OfferForVoting(Agent, Bid) - Constructor for class genius.core.actions.OfferForVoting
Creates a new instance of SendBid
offeringStrategy - Variable in class genius.core.boaframework.AcceptanceStrategy
Reference to the offering strategy.
offeringStrategy - Variable in class genius.core.boaframework.BOAagentBilateral
Deprecated.
Decides what to offer
offeringStrategy - Variable in class genius.core.boaframework.BoaParty
Decides what to offer
OfferingStrategy - Class in genius.core.boaframework
Describes a bidding strategy of an agent of the BOA framework.
OfferingStrategy() - Constructor for class genius.core.boaframework.OfferingStrategy
 
ok() - Method in class genius.gui.panels.DefaultOKCancelDialog
this function computes the result of the dialog.
ok() - Method in class genius.gui.tournamentvars.ParameterValueUI
 
ok() - Method in class genius.gui.tournamentvars.ParameterVarUI
 
ok() - Method in class genius.gui.tournamentvars.ProtocolVarUI
 
ok() - Method in class genius.gui.tournamentvars.SingleStringVarUI
 
ok() - Method in class genius.gui.tournamentvars.SingleValueVarUI
 
okButton - Variable in class genius.gui.dialogs.NewObjectiveDialog
 
omMeasuresResults - Variable in class genius.core.protocol.BilateralAtomicNegotiationSession
 
omStrategy - Variable in class genius.core.boaframework.BOAagentBilateral
Deprecated.
Selects which bid to send when using an opponent model
omStrategy - Variable in class genius.core.boaframework.BoaParty
Selects which bid to send when using an opponent model
omStrategy - Variable in class genius.core.boaframework.OfferingStrategy
Reference to the opponent model strategy
OMStrategy - Class in genius.core.boaframework
This is the abstract class which determines when the opponent model may be updated, and how it used to select a bid for the opponent.
OMStrategy() - Constructor for class genius.core.boaframework.OMStrategy
 
OpenManual - Class in genius.gui.actions
 
OpenManual() - Constructor for class genius.gui.actions.OpenManual
 
opponentBidHistory - Variable in class genius.core.boaframework.NegotiationSession
Deprecated.
History of bids made by the opponent.
opponentModel - Variable in class genius.core.boaframework.AcceptanceStrategy
Reference to opponnent model of agent.
opponentModel - Variable in class genius.core.boaframework.BOAagentBilateral
Deprecated.
Approximates the utility of a bid for the opponent
opponentModel - Variable in class genius.core.boaframework.BoaParty
Approximates the utility of a bid for the opponent
opponentModel - Variable in class genius.core.boaframework.OfferingStrategy
Reference to the opponent model
OpponentModel - Class in genius.core.boaframework
Describes an opponent model of an agent of the BOA framework.
OpponentModel() - Constructor for class genius.core.boaframework.OpponentModel
 
OpponentModelMeasuresResults - Class in genius.core.qualitymeasures
Simple class to hold the results of the opponent model measures.
OpponentModelMeasuresResults() - Constructor for class genius.core.qualitymeasures.OpponentModelMeasuresResults
 
opponentUtilitySpace - Variable in class genius.core.boaframework.OpponentModel
Reference to the estimated opponent's utility state
OrderedSimpleElement - Class in genius.core.xml
Orders the attributes
OrderedSimpleElement(String) - Constructor for class genius.core.xml.OrderedSimpleElement
 
ourUtilityOnPareto(double) - Method in class genius.core.analysis.BidSpace
Returns the nearest Pareto-optimal bid given the opponent's utility (agent B).
Outcome - Class in genius.gui.progress.session
One outcome in a negotiation
Outcome(Bid, int, int, List<? extends PartyWithUtility>, boolean, AgentID, double) - Constructor for class genius.gui.progress.session.Outcome
Create new outcome.
OutcomeComparison - Class in genius.core.uncertainty
 
OutcomeComparison(BidDetails, BidDetails) - Constructor for class genius.core.uncertainty.OutcomeComparison
 
OutcomeComparison(Bid, Bid, int) - Constructor for class genius.core.uncertainty.OutcomeComparison
 
outcomes - Variable in class genius.core.boaframework.Multi_AcceptanceCondition
 
OutcomesListModel - Class in genius.gui.progress.session
Outcomes model.
OutcomesListModel(List<? extends PartyWithUtility>) - Constructor for class genius.gui.progress.session.OutcomesListModel
 
OutcomesModelToTableModelAdapter - Class in genius.gui.progress.session
Adapts the OutcomesModel to a table
OutcomesModelToTableModelAdapter(OutcomesListModel) - Constructor for class genius.gui.progress.session.OutcomesModelToTableModelAdapter
 
outcomeSpace - Variable in class genius.core.boaframework.BOAagentBilateral
Deprecated.
Contains the space of possible bids
outcomeSpace - Variable in class genius.core.boaframework.BoaParty
Contains the space of possible bids
outcomeSpace - Variable in class genius.core.boaframework.NegotiationSession
Deprecated.
Optional outcomespace which should be set manually.
OutcomeSpace - Class in genius.core.boaframework
This class generates the complete outcome space and is therefore useful if someone wants to quickly implement an agent.
OutcomeSpace(AbstractUtilitySpace) - Constructor for class genius.core.boaframework.OutcomeSpace
Creates an unsorted outcome space.
OutcomeTuple - Class in genius.core.boaframework
This class is a container which holds the necessary information so that a particular NegotiationOutcome of the multi-acceptance criteria (MAC) can be reconstructed given a full negotiation outcome.
OutcomeTuple(Bid, String, double, int, int, String, String) - Constructor for class genius.core.boaframework.OutcomeTuple
 
Outer<T> - Class in genius.core.list
creates all possible combinations of one element from each of the provided lists
Outer(ImmutableList<T>...) - Constructor for class genius.core.list.Outer
 
outputFile - Variable in class genius.core.misc.CommandLineOptions
Option "f", specify the output file for the commandline runner.
over(int, int) - Static method in class genius.core.list.MathTools
 
ownBidHistory - Variable in class genius.core.boaframework.NegotiationSession
Deprecated.
History of bids made by the agent.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links