source: src/main/java/onetomany/etc/package-info.java@ 256

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

Commit #1 of:
+ negotiator.onetomany package refactored into onetomany package.
+ info created for all contained the packages.
+ current work defined under onetomany.bargainingchipsgame.
+ in this package, onetomany.bargainingchipsgame.players package includes packages for utility function, coordinator, negotiatior, and buyer and seller.
+ negotiator.onetomany package now contains nothing, can be deleted.
+ Interaction thread

File size: 294 bytes
Line 
1/**
2 * package onetomany.etc;
3 */
4/**
5 * This package contains early classes in one-to-many negotiation, previously in negotiator.onetomany package.
6 * The classes also includes those for GUI and drawings.
7 *
8 *
9 *
10 * @author Faria Nassiri-Mofakham
11 *
12 */
13package onetomany.etc;
Note: See TracBrowser for help on using the repository browser.