source: src/main/java/onetomany/bargainingchipsgame/players/utilityfunction/Utility_Function.java@ 262

Last change on this file since 262 was 254, checked in by Faria Nassiri Mofakham, 5 years ago

Commit #2:
Fixed errors

File size: 285 bytes
Line 
1/**
2 * UtilityFunction interface
3 */
4package onetomany.bargainingchipsgame.players.utilityfunction;
5
6import onetomany.bargainingchipsgame.Bundle;
7
8/**
9 * @author Faria Nassiri-Mofakham
10 *
11 */
12public interface Utility_Function
13{
14 public Double getUtility(Bundle b);
15}
16
Note: See TracBrowser for help on using the repository browser.