Package | Description |
---|---|
listener | |
negotiator.gui.deadline | |
negotiator.gui.session | |
negotiator.gui.tournament | |
negotiator.repository | |
negotiator.session | |
negotiator.xml.multipartyrunner | |
panels |
Modifier and Type | Class and Description |
---|---|
class |
DefaultListenable<TYPE>
a default implementation for Listenable.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadlineModel
Stores the selected deadline type and can notify about changes.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionModel
Model that stores single session info for MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
BilateralOptionsModel
Stores special options that apply when there are exactly 2 agents per
session.
|
class |
MultiTournamentModel
Contains the basic elements of MultilateralTournamentConfiguration, but
mutable and the subcomponents are listenable so that we can use it for the
MVC pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
BoaPartyRepository
A list of
BoaPartyRepItem s. |
class |
Repository<T extends RepItem>
Repository contains a set of known files This can be agent files or
domain+profile files.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionManager
|
class |
TournamentManager
Manages a multi-lateral tournament and makes sure that the
SessionManager are instantiated. |
Modifier and Type | Class and Description |
---|---|
class |
XmlRunner
Runs a single or multiple negotiations from an xml file.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanModel
Stores a listen-able boolean value.
|
class |
SubsetSelectionModel<ItemType>
A model for a list of Objects of given ItemType where the user can select a
subset.
|
class |
TextModel
Model behind a text field.
|