Uses of Interface
ch.sahits.game.openpatrician.model.personal.IReputation

Packages that use IReputation
ch.sahits.game.openpatrician.model.city   
ch.sahits.game.openpatrician.model.city.impl   
ch.sahits.game.openpatrician.model.personal.impl   
 

Uses of IReputation in ch.sahits.game.openpatrician.model.city
 

Methods in ch.sahits.game.openpatrician.model.city that return IReputation
 IReputation ICity.getReputation(IPlayer player)
          Retrieve the reputation of the player in the city
 

Uses of IReputation in ch.sahits.game.openpatrician.model.city.impl
 

Fields in ch.sahits.game.openpatrician.model.city.impl with type parameters of type IReputation
private  Map<IPlayer,IReputation> City.reputation
          Map holding the reputation of the different players
 

Methods in ch.sahits.game.openpatrician.model.city.impl that return IReputation
 IReputation City.getReputation(IPlayer player)
           
 

Uses of IReputation in ch.sahits.game.openpatrician.model.personal.impl
 

Classes in ch.sahits.game.openpatrician.model.personal.impl that implement IReputation
 class Reputation
          Implementation of the reputation.
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.