Line | |
---|
1 | /**
|
---|
2 | * package onetomany;
|
---|
3 | */
|
---|
4 | /**
|
---|
5 | *
|
---|
6 | * One-to-Many package is dedicated to one-to-many negotiation which is a kind of negotiation different from bilateral and multilateral settings.
|
---|
7 | * It is between a party which, in parallel, negotiates with many counter parties, opponents, on multiple multi-issue items.
|
---|
8 | * Of course each opponent, in turn, could be in one-to-many negotiation with its own opponents including this party.
|
---|
9 | *
|
---|
10 | * Each of these individual negotiations is itself a bilateral negotiation over multiple items and multiple issues, a multi-issue multi-item thread. Each thread could reach a deal.
|
---|
11 | * So, the whole negotiation could reach multiple deals.
|
---|
12 | *
|
---|
13 | * Negotiating in this atmosphere needs some coordination efforts to synchronize threads according to the progress of each individual negotiation as well as the multiple deals compared with the party's preference.
|
---|
14 | *
|
---|
15 | * Bargaining Chips Game, is a testbed dealing with these complexities.
|
---|
16 | * The fundamental elements of its domain is in a package with this name (bargainingchipsname).
|
---|
17 | * The players and the rules for their interactions are in packages `players' and 'interactions', respectively.
|
---|
18 | *
|
---|
19 | *
|
---|
20 | * @author Faria Nassiri-Mofakham
|
---|
21 | *
|
---|
22 | */
|
---|
23 | package onetomany; |
---|
Note:
See
TracBrowser
for help on using the repository browser.