package onetomany.bargainingchipsgame; /** * Represents a function from Chips to Double; * such as quantity, price bounds, etc. */ public class ChipParameter { }