- RadioButtonPanel - Class in genius.gui.panels
-
Panel showing a checkbox with a title and value.
- RadioButtonPanel(String, BooleanModel) - Constructor for class genius.gui.panels.RadioButtonPanel
-
- rand - Variable in class genius.core.parties.AbstractNegotiationParty
-
Random seed used by this party.
- RandomCollection<E> - Class in genius.core.representative
-
- RandomCollection() - Constructor for class genius.core.representative.RandomCollection
-
- RandomCollection(Random) - Constructor for class genius.core.representative.RandomCollection
-
- RandomFlatteningStrategy - Class in genius.core.representative
-
- RandomFlatteningStrategy(UncertainUtilitySpace) - Constructor for class genius.core.representative.RandomFlatteningStrategy
-
- Range - Class in genius.core.misc
-
This is a tuple class which is used to pass on a double range.
- Range(double, double) - Constructor for class genius.core.misc.Range
-
Specifies a continuous range.
- RangeInt - Class in genius.core.misc
-
This is a tuple class which is used to pass on an integer range.
- RangeInt(int, int) - Constructor for class genius.core.misc.RangeInt
-
Specifies a discrete range.
- Rank - Class in genius.core.utility
-
- Rank(int) - Constructor for class genius.core.utility.Rank
-
- Rank(int, HashMap<String, Integer>) - Constructor for class genius.core.utility.Rank
-
- RConstraint - Class in genius.core.utility
-
- RConstraint() - Constructor for class genius.core.utility.RConstraint
-
- readFromDisc(String) - Static method in class genius.core.SerializeHandling
-
Reads an Object from the "path" in the disc.
- ReadonlyList<E> - Class in genius.core.list
-
A read-only version of a List
.
- ReadonlyList(List<E>) - Constructor for class genius.core.list.ReadonlyList
-
- REAL - Static variable in class genius.gui.dialogs.NewIssueDialog
-
- realLinearField - Variable in class genius.gui.dialogs.NewIssueDialog
-
- realMaxField - Variable in class genius.gui.dialogs.NewIssueDialog
-
- realMinField - Variable in class genius.gui.dialogs.NewIssueDialog
-
- realOtherField - Variable in class genius.gui.dialogs.NewIssueDialog
-
- realPanel - Variable in class genius.gui.dialogs.NewIssueDialog
-
- realParameterField - Variable in class genius.gui.dialogs.NewIssueDialog
-
- ReceiveMessage(Action) - Method in class genius.core.Agent
-
Deprecated.
informs you which action the opponent did
- receiveMessage(AgentID, Action) - Method in class genius.core.AgentAdapter
-
- ReceiveMessage(Action) - Method in class genius.core.boaframework.BOAagentBilateral
-
Deprecated.
- receiveMessage(AgentID, Action) - Method in class genius.core.boaframework.BoaParty
-
- receiveMessage(AgentID, Action) - Method in class genius.core.parties.AbstractNegotiationParty
-
- receiveMessage(AgentID, Action) - Method in interface genius.core.parties.NegotiationParty
-
- RecoverableSessionErrorEvent - Class in genius.core.events
-
This exception indicates that something went wrong but we did an automatic
recovery.
- RecoverableSessionErrorEvent(Session, NegotiationPartyInternal, Exception) - Constructor for class genius.core.events.RecoverableSessionErrorEvent
-
- Reject - Class in genius.core.actions
-
This class is used to createFrom an action which symbolizes that an agent
rejects an offer.
- Reject(AgentID, Bid) - Constructor for class genius.core.actions.Reject
-
Action to accept an opponent's bid.
- relatedIssues - Variable in class genius.core.utility.SumZeroConstraint
-
- relatedIssues - Variable in class genius.core.utility.SumZeroConstraintList
-
- remainingAC(String) - Method in class genius.core.boaframework.Multi_AcceptanceCondition
-
- remainingACAccept(Bid, double, ArrayList<BidPointTime>, ArrayList<BidPointTime>, String) - Method in class genius.core.boaframework.Multi_AcceptanceCondition
-
- remove() - Method in class genius.core.BidIterator
-
- remove(int) - Method in class genius.core.issue.Objective
-
Removes the child at the given index, setting it's parent to null.
- remove(MutableTreeNode) - Method in class genius.core.issue.Objective
-
Removes node from the receiver's children, and sets it's parent to null.
- remove(BigInteger) - Method in class genius.core.list.ListWithRemove
-
Remove item at index n
- remove(Object) - Method in class genius.core.list.ReadonlyList
-
- remove(int) - Method in class genius.core.list.ReadonlyList
-
- remove(BoaPartyRepItem) - Method in class genius.core.repository.BoaPartiesList
-
- remove(BoaPartyRepItem) - Method in class genius.core.repository.BoaPartyRepository
-
Remove boa party from the list
- remove(List<ItemType>) - Method in class genius.gui.panels.SubsetSelectionModel
-
Remove items from the selection
- removeAction() - Method in class genius.gui.agentrepository.AgentRepositoryUI
-
- removeAction() - Method in class genius.gui.boaframework.BOARepositoryUI
-
- removeAction() - Method in class genius.gui.repository.PartyRepositoryUI
-
- removeActionTeminateSessionWithFailure(Class) - Method in class genius.core.NegoRound
-
- removeActionTeminateSessionWithSuccess(Class) - Method in class genius.core.NegoRound
-
- removeAll(Collection<?>) - Method in class genius.core.list.ReadonlyList
-
- removeCellEditorListener(CellEditorListener) - Method in class genius.core.jtreetable.AbstractCellEditor
-
- removeChangeListener(ChangeListener) - Method in class genius.gui.panels.IntegerToBoundeRangeAdapter
-
- removeCloseListener(CloseListener) - Method in class genius.gui.panels.tab.CloseTabbedPane
-
Removes a CloseListener
from this tabbedPane.
- removeComponent(BOArepItem) - Method in class genius.core.boaframework.repository.BOAagentRepository
-
- removeComponent(BoaRepItem) - Method in class genius.core.repository.boa.BoaRepository
-
- removeDoubleClickListener(DoubleClickListener) - Method in class genius.gui.panels.tab.CloseTabbedPane
-
Removes a DoubleClickListener
from this tabbedPane.
- removeElementAt(int) - Method in class genius.gui.panels.ExtendedComboBoxModel
-
- removeElementAt(int) - Method in class genius.gui.panels.ExtendedListModel
-
- removeFromParent() - Method in class genius.core.issue.Objective
-
Removes the subtree rooted at this node from the tree, giving this node a
null parent.
- removeIndexInterval(int, int) - Method in class genius.gui.panels.SelectionModelAdapter
-
- removeLastRound() - Method in class genius.core.session.Session
-
Removes the last (supposedly incomplete) round, if there is a last round
- removeListDataListener(ListDataListener) - Method in class genius.gui.panels.ListModelAdapter
-
- removeListener(Listener<TYPE>) - Method in class genius.core.listener.DefaultListenable
-
- removeListener(Listener<TYPE>) - Method in interface genius.core.listener.Listenable
-
Remove listener for this observable
- removeListener(Listener<NegotiationEvent>) - Method in class genius.core.session.TournamentManager
-
- removeListSelectionListener(ListSelectionListener) - Method in class genius.gui.panels.SelectionModelAdapter
-
- removeMaxListener(MaxListener) - Method in class genius.gui.panels.tab.CloseTabbedPane
-
Removes a MaxListener
from this tabbedPane.
- removeNegotiationEventListener(NegotiationEventListener) - Method in class genius.core.protocol.BilateralAtomicNegotiationSession
-
- removeNegotiationEventListener(NegotiationEventListener) - Method in class genius.core.protocol.Protocol
-
- removePopupOutsideListener(PopupOutsideListener) - Method in class genius.gui.panels.tab.CloseTabbedPane
-
Removes a PopupOutsideListener
from this tabbedPane.
- removeProfileRepItem(ProfileRepItem) - Method in class genius.core.repository.Repository
-
- removeSelectionInterval(int, int) - Method in class genius.gui.panels.SelectionModelAdapter
-
- removeTableModelListener(TableModelListener) - Method in class genius.gui.boaparties.BoaParametersModel
-
- removeTableModelListener(TableModelListener) - Method in class genius.gui.boaparties.BoaPartiesModel
-
- removeTableModelListener(TableModelListener) - Method in class genius.gui.progress.session.OutcomesModelToTableModelAdapter
-
- removeTreeModelListener(TreeModelListener) - Method in class genius.core.jtreetable.AbstractTreeTableModel
-
- removeValidAction(Class) - Method in class genius.core.NegoTurn
-
- RepItem - Interface in genius.core.repository
-
- RepItemListCellRenderer - Class in genius.gui.renderer
-
- RepItemListCellRenderer() - Constructor for class genius.gui.renderer.RepItemListCellRenderer
-
- RepItemTableCellRenderer - Class in genius.gui.renderer
-
- RepItemTableCellRenderer() - Constructor for class genius.gui.renderer.RepItemTableCellRenderer
-
- RepItemVarUI<A> - Class in genius.gui.panels
-
Improved version of the ProfileVarUI and AgentVarUI classes.
- RepItemVarUI(Frame, String) - Constructor for class genius.gui.panels.RepItemVarUI
-
Creates the RepItem Selector.
- Repository<T extends RepItem> - Class in genius.core.repository
-
Repository contains a set of known files This can be agent files or
domain+profile files.
- RepositoryException - Exception in genius.core.session
-
Error that will be thrown when we fail to fetch data from repository XML
files.
- RepositoryException(String, Throwable) - Constructor for exception genius.core.session.RepositoryException
-
- RepositoryFactory - Class in genius.core.repository
-
Factory for Repositories.
- RepositoryFactory() - Constructor for class genius.core.repository.RepositoryFactory
-
- RepositoryItemType - Class in genius.core.repository
-
- RepositoryItemType() - Constructor for class genius.core.repository.RepositoryItemType
-
- RepositoryItemType(ArrayList<AgentRepItem>, ArrayList<PartyRepItem>, ArrayList<DomainRepItem>, ArrayList<ProtocolRepItem>, ArrayList<MultiPartyProtocolRepItem>) - Constructor for class genius.core.repository.RepositoryItemType
-
- RepositoryItemTypeAdapter - Class in genius.core.repository
-
- RepositoryItemTypeAdapter() - Constructor for class genius.core.repository.RepositoryItemTypeAdapter
-
- RESERVATION - Static variable in class genius.core.utility.AbstractUtilitySpace
-
- reset() - Method in class genius.core.timeline.ContinuousTimeline
-
- restartFolder() - Method in class genius.core.utility.DataObjects
-
Restarts the folder "theFolder", meaning it deletes all files in it and
then creates a new empty folder with the same name.
- resume() - Method in class genius.core.PausableContinuousTimeline
-
- retainAll(Collection<?>) - Method in class genius.core.list.ReadonlyList
-
- root - Variable in class genius.core.jtreetable.AbstractTreeTableModel
-
- Round - Class in genius.core.session
-
Represents a single round in a negotiation session.
- Round() - Constructor for class genius.core.session.Round
-
Creates a new instance of the
Round
object.
- Round(Round) - Constructor for class genius.core.session.Round
-
Creates a new instance of the
Round
object.
- run() - Static method in class genius.AgentsInstaller
-
Installs the agent xml files for use in Genius.
- run() - Method in class genius.core.session.SessionManager
-
Run and wait for completion.
- run() - Method in class genius.core.session.TournamentManager
-
Runnable implementation for thread
- run() - Static method in class genius.domains.DomainInstaller
-
Installs the domain files for use in Genius.
- run() - Static method in class genius.ProtocolsInstaller
-
run the installer
- runAndWait() - Method in class genius.core.session.SessionManager
-
Runs the negotiation session and wait for it to complete.
- Runner - Class in genius.cli
-
- Runner() - Constructor for class genius.cli.Runner
-