Interface NumberOfPlayersStrategy
- All Known Implementing Classes:
ExpertFourPlayerStrategy,ExpertThreePlayerStrategy,ExpertTwoPlayerStrategy,FourPlayerStrategy,ThreePlayerStrategy,TwoPlayerStrategy
public interface NumberOfPlayersStrategy
-
Method Summary
Modifier and TypeMethodDescriptiongetInfluence(List<SchoolBoard> schoolBoards, Archipelago archipelago) intintintinitializeSchoolBoards(StudentFactory studentFactory)
-
Method Details
-
getNumberOfStudentsInEachCloud
int getNumberOfStudentsInEachCloud() -
getNumberOfStudentsInTheEntrance
int getNumberOfStudentsInTheEntrance() -
getNumberOfTowers
int getNumberOfTowers() -
initializeSchoolBoards
List<SchoolBoard> initializeSchoolBoards(StudentFactory studentFactory) throws EmptyStudentSupplyException - Throws:
EmptyStudentSupplyException
-
getInfluence
-