- ICard - Interface in se.chalmers.dat255.risk.model
-
- ICard.CardType - Enum in se.chalmers.dat255.risk.model
-
An enum describing the different card types in the game
- IGame - Interface in se.chalmers.dat255.risk.model
-
Interface for top class in the game risk
- IGame.GameMode - Enum in se.chalmers.dat255.risk.model
-
- IPlayer - Interface in se.chalmers.dat255.risk.model
-
Interface for a player class
- IProvince - Interface in se.chalmers.dat255.risk.model
-
Interface for provinces.
- isActive() - Method in class se.chalmers.dat255.risk.model.Card
-
- isActive() - Method in interface se.chalmers.dat255.risk.model.ICard
-
Checks if the card is active
- isActive() - Method in interface se.chalmers.dat255.risk.model.IProvince
-
Checks if the province is in an active state.
- isActive() - Method in class se.chalmers.dat255.risk.model.Province
-
- isNeighbours(String, String) - Method in class se.chalmers.dat255.risk.model.WorldHandler
-
checks if two provinces are neighbours
- isNeighbours(String, String) - Method in class se.chalmers.dat255.risk.model.WorldMap
-
Checks if two territories are adjacent.