Last change
on this file since 162 was 127, checked in by Wouter Pasman, 6 years ago |
#41 ROLL BACK of rev.126 . So this version is equal to rev. 125
|
File size:
266 bytes
|
Rev | Line | |
---|
[127] | 1 | package negotiator.parties;
|
---|
| 2 |
|
---|
| 3 | public class ConcederNegotiationParty
|
---|
| 4 | extends AbstractTimeDependentNegotiationParty {
|
---|
| 5 |
|
---|
| 6 | @Override
|
---|
| 7 | public double getE() {
|
---|
| 8 | return 2;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | @Override
|
---|
| 12 | public String getDescription() {
|
---|
| 13 | return "Time-based conceder";
|
---|
| 14 | }
|
---|
| 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.