Uses of Class
ch.sahits.game.openpatrician.model.ship.EShipUpgrade

Packages that use EShipUpgrade
ch.sahits.game.openpatrician.model.ship   
ch.sahits.game.openpatrician.model.ship.impl   
 

Uses of EShipUpgrade in ch.sahits.game.openpatrician.model.ship
 

Methods in ch.sahits.game.openpatrician.model.ship that return EShipUpgrade
static EShipUpgrade EShipUpgrade.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EShipUpgrade[] EShipUpgrade.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.sahits.game.openpatrician.model.ship with parameters of type EShipUpgrade
static ICog ShipFactory.createCog(String name, EShipUpgrade upgradeLevel, int value)
          Create a cog with the given name.
static ICrayer ShipFactory.createCrayer(String name, EShipUpgrade upgradeLevel, int value)
          Create a crayer with the given name.
static IHolk ShipFactory.createHolk(String name, EShipUpgrade upgradeLevel, int value)
          Create a holk with the given name.
static ISnaikka ShipFactory.createSnaikka(String name, EShipUpgrade upgradeLevel, int value)
          Create a snaikka with the given name.
 

Uses of EShipUpgrade in ch.sahits.game.openpatrician.model.ship.impl
 

Fields in ch.sahits.game.openpatrician.model.ship.impl declared as EShipUpgrade
protected  EShipUpgrade Ship.upgradeLevel
          State of the design standard level
 

Constructors in ch.sahits.game.openpatrician.model.ship.impl with parameters of type EShipUpgrade
Cog(EShipUpgrade upgradeLevel, String name, int value)
          Constructor initializing the name and the upgrade level
Crayer(EShipUpgrade upgradeLevel, String name, int value)
          Constructor initializing the name and the upgrade level
Holk(EShipUpgrade upgradeLevel, String name, int value)
          Constructor initializing the name and the upgrade level
Snaikka(EShipUpgrade upgradeLevel, String name, int value)
          Constructor initializing the name and the upgrade level
 



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