source: ai2020/group6/IOptInStrategy.java@ 4

Last change on this file since 4 was 3, checked in by wouter, 3 years ago

#1925 added group6 code.

File size: 193 bytes
Line 
1package ai2020.group6;
2
3import java.util.List;
4
5import geniusweb.actions.Votes;
6
7public interface IOptInStrategy {
8
9 public Votes optInVote ( MAState state, List<Votes> votes );
10
11}
Note: See TracBrowser for help on using the repository browser.