source: src/main/java/onetomany/etc/OtherOperators.java@ 257

Last change on this file since 257 was 257, checked in by Faria Nassiri Mofakham, 5 years ago

1) BilateralNegotiation which extends Thread added to onetomany. According to BCG protocol this creates two threads, one for a buyer and one for a seller (it now generates null agents). 2) An ActionListener added to close button in onetomany.etc.GUI.

File size: 223 bytes
Line 
1/**
2 * OtherOperators class
3 */
4package onetomany.etc;
5
6/**
7 * This package is devoted to several other operators
8 *
9 *
10 * @author Faria Nassiri-Mofakham
11 *
12 */
13public class OtherOperators
14{
15
16
17
18}
Note: See TracBrowser for help on using the repository browser.