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