source:
src/main/java/negotiator/parties/RandomParty2.java@
84
Last change on this file since 84 was 1, checked in by , 7 years ago | |
---|---|
File size: 210 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | package negotiator.parties; |
2 | ||
3 | /** | |
4 | * Copies of the random party , needed for assignment to have 2 random agents in | |
5 | * tournament. | |
6 | * | |
7 | */ | |
8 | public class RandomParty2 extends RandomCounterOfferNegotiationParty { | |
9 | ||
10 | } |
Note:
See TracBrowser
for help on using the repository browser.