source:
ai2020/group6/IBiddingStrategy.java@
3
Last change on this file since 3 was 3, checked in by , 4 years ago | |
---|---|
File size: 148 bytes |
Rev | Line | |
---|---|---|
[3] | 1 | package ai2020.group6; |
2 | ||
3 | import geniusweb.issuevalue.Bid; | |
4 | ||
5 | public interface IBiddingStrategy { | |
6 | ||
7 | public Bid generateBid(MAState state); | |
8 | ||
9 | } |
Note:
See TracBrowser
for help on using the repository browser.