source: src/main/java/onetomany/bargainingchipsgame/ChipParameter.java@ 280

Last change on this file since 280 was 278, checked in by Tim Baarslag, 5 years ago

BlockingQueue<CoordinationMessage> and BlockingQueue<NegotiationStatusMessage>

File size: 181 bytes
Line 
1package onetomany.bargainingchipsgame;
2
3/**
4 * Represents a function from Chips to Double;
5 * such as quantity, price bounds, etc.
6 */
7public class ChipParameter
8{
9
10
11}
Note: See TracBrowser for help on using the repository browser.