Uses of Interface
ch.sahits.game.openpatrician.model.IAmountable

Packages that use IAmountable
ch.sahits.game.openpatrician.model   
ch.sahits.game.openpatrician.model.product   
ch.sahits.game.openpatrician.model.weapon   
 

Uses of IAmountable in ch.sahits.game.openpatrician.model
 

Classes in ch.sahits.game.openpatrician.model with type parameters of type IAmountable
 class BaseAmountable<T extends IAmountable>
          This base class for amountable items provides a count of the items.
 

Uses of IAmountable in ch.sahits.game.openpatrician.model.product
 

Subinterfaces of IAmountable in ch.sahits.game.openpatrician.model.product
 interface IWare
          Interface defining a ware.
 

Classes in ch.sahits.game.openpatrician.model.product that implement IAmountable
 class EWare
          Define the different type of wares that are produced and can be traded.
 

Uses of IAmountable in ch.sahits.game.openpatrician.model.weapon
 

Subinterfaces of IAmountable in ch.sahits.game.openpatrician.model.weapon
 interface IWeapon
          This interface defines a weapon.
 

Classes in ch.sahits.game.openpatrician.model.weapon that implement IAmountable
 class EWeapon
          Enumeration defining all weapons
 



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