Uses of Interface
ch.sahits.game.openpatrician.model.ship.IShip

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

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

Fields in ch.sahits.game.openpatrician.model with type parameters of type IShip
private  LinkedList<IShip> Player.fleet
           
 

Methods in ch.sahits.game.openpatrician.model that return types with arguments of type IShip
 List<IShip> IPlayer.getFleet()
          Get a list of all ships
 List<IShip> Player.getFleet()
           
 

Methods in ch.sahits.game.openpatrician.model with parameters of type IShip
 void IPlayer.addShip(IShip ship)
          Add a new ship for the player
 void Player.addShip(IShip ship)
           
 void IPlayer.removeShip(IShip ship)
          Remove a ship for the player
 void Player.removeShip(IShip ship)
           
 

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

Subinterfaces of IShip in ch.sahits.game.openpatrician.model.ship
 interface ICog
          Interface defining a cog
 interface IConvoy
          A convoy is a special representation of a ship.
 interface ICrayer
          This interface marks a ship as a crayer.
 interface IHolk
          Interface defining a holk.
 interface ISnaikka
          This interface defines a snaikka.
 

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

Classes in ch.sahits.game.openpatrician.model.ship.impl that implement IShip
 class Cog
           
 class Crayer
          This model represents a crayer.
 class Holk
           
(package private)  class Ship
           
 class Snaikka
           
 



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