source:
ai2020/group6/IAcceptanceStrategy.java@
5
Last change on this file since 5 was 3, checked in by , 4 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | package ai2020.group6; |
2 | |
3 | import java.util.List; |
4 | |
5 | import geniusweb.actions.Offer; |
6 | import geniusweb.actions.Votes; |
7 | |
8 | public interface IAcceptanceStrategy { |
9 | |
10 | public Votes acceptanceVote ( MAState state, List<Offer> offers ); |
11 | |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.