Uses of Interface
ch.sahits.game.openpatrician.model.city.ICreditor
-
Packages that use ICreditor Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl ch.sahits.game.openpatrician.model.impl -
-
Uses of ICreditor in ch.sahits.game.openpatrician.model
Subinterfaces of ICreditor in ch.sahits.game.openpatrician.model Modifier and Type Interface Description interfaceIAIPlayerPlayer interface defining an artificial player.interfaceICitizeninterfaceIHumanPlayerThis player represents a human player.interfaceIPlayerBase player in the game. -
Uses of ICreditor in ch.sahits.game.openpatrician.model.city
Classes in ch.sahits.game.openpatrician.model.city that implement ICreditor Modifier and Type Class Description classCityCreditorFor debts at the loaner that arice from fines, the city is the creditor of that debt. -
Uses of ICreditor in ch.sahits.game.openpatrician.model.city.impl
Classes in ch.sahits.game.openpatrician.model.city.impl that implement ICreditor Modifier and Type Class Description classDefaultCreditorDefault implementation of a creditor, which does nothing with the recieved money.Methods in ch.sahits.game.openpatrician.model.city.impl that return ICreditor Modifier and Type Method Description ICreditorIDebt. getCreditor()Retrieve the citizen that owns the debt. -
Uses of ICreditor in ch.sahits.game.openpatrician.model.impl
Classes in ch.sahits.game.openpatrician.model.impl that implement ICreditor Modifier and Type Class Description classAIPlayerImplementation of an artificial intelligence player.classCitizenA citizen is an inhabitatant of a town, who does not directly partake in the game play.classHumanPlayerclassPlayer
-