source:
src/main/java/negotiator/parties/RandomParty.java@
1
Last change on this file since 1 was 1, checked in by , 7 years ago | |
---|---|
File size: 209 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 RandomParty extends RandomCounterOfferNegotiationParty { |
9 | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.