Package | Description |
---|---|
misc | |
negotiator.config | |
negotiator.session | |
negotiator.tournament |
Modifier and Type | Class and Description |
---|---|
class |
AutomatedTournamentConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
GuiConfiguration
Stores the configuration variables for the
MultilateralUI user interface. |
Modifier and Type | Method and Description |
---|---|
static MultilateralTournamentConfiguration |
MultilateralTournamentConfiguration.load(java.io.File file)
Load a new
MultilateralTournamentConfiguration from file. |
Modifier and Type | Method and Description |
---|---|
java.util.List<MultilateralTournamentConfiguration> |
MultilateralTournamentsConfiguration.getTournaments() |
Constructor and Description |
---|
MultilateralTournamentsConfiguration(java.util.List<MultilateralTournamentConfiguration> tours)
Create tournaments with given set
|
Constructor and Description |
---|
TournamentManager(MultilateralTournamentConfiguration config)
Initializes a new instance of the
TournamentManager class. |
Constructor and Description |
---|
TournamentGenerator(MultilateralTournamentConfiguration configuration,
TournamentIndicesGenerator indicesGenerator)
Creates a new instance of the
TournamentGenerator class. |