source:
src/main/java/onetomany/bargainingchipsgame/players/utilityfunction/Utility_Function.java@
262
Last change on this file since 262 was 254, checked in by , 5 years ago | |
---|---|
File size: 285 bytes |
Line | |
---|---|
1 | /** |
2 | * UtilityFunction interface |
3 | */ |
4 | package onetomany.bargainingchipsgame.players.utilityfunction; |
5 | |
6 | import onetomany.bargainingchipsgame.Bundle; |
7 | |
8 | /** |
9 | * @author Faria Nassiri-Mofakham |
10 | * |
11 | */ |
12 | public interface Utility_Function |
13 | { |
14 | public Double getUtility(Bundle b); |
15 | } |
16 |
Note:
See TracBrowser
for help on using the repository browser.