source:
src/main/java/negotiator/parties/RandomParty2.java@
126
Last change on this file since 126 was 1, checked in by , 6 years ago | |
---|---|
File size: 210 bytes |
Line | |
---|---|
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.