Last change
on this file since 162 was 160, checked in by Tim Baarslag, 6 years ago |
Cleanup of agent names to improve the readability of the party repository
|
File size:
307 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 | */
|
---|
[160] | 8 | public class RandomParty2 extends RandomCounterOfferNegotiationParty
|
---|
| 9 | {
|
---|
| 10 | @Override
|
---|
| 11 | public String getDescription()
|
---|
| 12 | {
|
---|
| 13 | return super.getDescription() + " (copy 2)";
|
---|
| 14 | }
|
---|
[1] | 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.