source:
ai2020/group6/IBiddingStrategy.java@
4
Last change on this file since 4 was 3, checked in by , 4 years ago | |
---|---|
File size: 148 bytes |
Line | |
---|---|
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.