IBuildingIGabledHouse, IHalfTimberedHouse, IMerchantHousepublic interface ITownHouse extends IBuilding
| Modifier and Type | Method | Description |
|---|---|---|
int |
computeRentalIncome() |
Compute the rental income for one day
|
int |
getCapacity() |
retrieve the capacity of the house
|
int |
getOccupancy() |
Retrieve the occupancy of the house
|
void |
getRentPerTenant() |
Retrieve the rent a tenant has to pay per month
|
int getCapacity()
int getOccupancy()
int computeRentalIncome()
void getRentPerTenant()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.