source:
src/main/java/negotiator/parties/BoulwareNegotiationParty.java
Last change on this file was 127, checked in by , 6 years ago | |
---|---|
File size: 265 bytes |
Line | |
---|---|
1 | package negotiator.parties; |
2 | |
3 | public class BoulwareNegotiationParty |
4 | extends AbstractTimeDependentNegotiationParty { |
5 | |
6 | @Override |
7 | public double getE() { |
8 | return 0.2; |
9 | } |
10 | |
11 | @Override |
12 | public String getDescription() { |
13 | return "Time-based agent"; |
14 | } |
15 | } |
Note:
See TracBrowser
for help on using the repository browser.