Uses of Interface
net.sf.freecol.common.model.Named

Packages that use Named
net.sf.freecol.common.model Contains the game model. 
net.sf.freecol.server.model Contains model classes with server specific information. 
 

Uses of Named in net.sf.freecol.common.model
 

Subinterfaces of Named in net.sf.freecol.common.model
 interface Nameable
          An object with a name that can be changed.
 

Classes in net.sf.freecol.common.model that implement Named
 class Colony
          Represents a colony.
 class Europe
          Represents Europe in the game.
 class IndianSettlement
          Represents an Indian settlement.
 class LostCityRumour
          Represents a lost city rumour.
 class Player
          Represents a player.
 class Region
          A named region on the map.
 class Settlement
          The super class of all settlements on the map (that is colonies and indian settlements).
 class Unit
          Represents all pieces that can be moved on the map-board.
 

Uses of Named in net.sf.freecol.server.model
 

Classes in net.sf.freecol.server.model that implement Named
 class ServerPlayer
          A Player with additional (server specific) information.
 class ServerRegion