source: src/main/java/negotiator/parties/RandomParty2.java@ 84

Last change on this file since 84 was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 210 bytes
RevLine 
[1]1package negotiator.parties;
2
3/**
4 * Copies of the random party , needed for assignment to have 2 random agents in
5 * tournament.
6 *
7 */
8public class RandomParty2 extends RandomCounterOfferNegotiationParty {
9
10}
Note: See TracBrowser for help on using the repository browser.