source:
src/main/java/onetomany/bargainingchipsgame/ChipParameter.java@
280
Last change on this file since 280 was 278, checked in by , 5 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | package onetomany.bargainingchipsgame; |
2 | |
3 | /** |
4 | * Represents a function from Chips to Double; |
5 | * such as quantity, price bounds, etc. |
6 | */ |
7 | public class ChipParameter |
8 | { |
9 | |
10 | |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.