Package Monopoly

Interface Summary
Collectable This is the interface of all the instances that can be collected.
Interactive This interface has the characteristicts of all the cells or cards of Monopoly which can perform an action.
 

Class Summary
Card Abstract class Card.
Cell This class represents one cell on the board of Monopoly.
Company This class represents the company cells.
Dice This class represents the dices in the game of Monopoly.
GetFromEveryPlayer This is the class GetFromEveryPlayer.
GetMoneyCard This is the class GetMoneyCard.
GetOutOfJailCard This is the class GetOutOfJailCard.
GoToJail This class represents the cell of Monopoly which sent the player to the Jail.
GoToJailCard This is the class GoToJailCard.
Main Write a description of class Main here.
MoneyCard This is the abstract class MoneyCard.
Monopoly Invariant: Once created and until destroyed, this instance represents a Monopoly game with its grafical representation.
MoveBackCard This is the class MoveBackCard.
MoveToCard This is the class MoveToCard.
NearestCompanyCard This is the class NearestCompanyCard.
NearestTrainStationCard This is the class NearestTrainStationCard.
PayForEveryBuilding This is the class PayForEveryBuilding.
PayMoneyCard This is the class PayMoneyCard.
PayToEveryPlayer This is the class PayToEveryPlayer.
PickCard This class represents the cell which makes the player to pick a card.
Player This is the class Player.
Property This abstract class represents any cell which can be owned by a player of Monopoly
Street This class represents the Street cells on the Monopoly board.
Taxes This class represents the cells which make a player who lands on them to pay a tax.
TrainStation This class represents the TrainStation cells.