Uses of Interface
ch.sahits.game.openpatrician.model.ship.IConvoy
-
-
Uses of IConvoy in ch.sahits.game.openpatrician.model.sea
Methods in ch.sahits.game.openpatrician.model.sea that return IConvoy Modifier and Type Method Description IConvoyIBlockade. getBlockadeConvoy()Retrieve the blockade convoyMethods in ch.sahits.game.openpatrician.model.sea with parameters of type IConvoy Modifier and Type Method Description voidIBlockade. setConvoy(IConvoy convoy)Set the convoy. -
Uses of IConvoy in ch.sahits.game.openpatrician.model.sea.impl
Methods in ch.sahits.game.openpatrician.model.sea.impl that return IConvoy Modifier and Type Method Description IConvoyBlockade. getBlockadeConvoy() -
Uses of IConvoy in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return IConvoy Modifier and Type Method Description IConvoyConvoyList. findConvoyOfOrleg(IShip orleg)Find the convoy of anorlegship.Methods in ch.sahits.game.openpatrician.model.ship that return types with arguments of type IConvoy Modifier and Type Method Description java.util.List<IConvoy>ConvoyList. findConvoy(ICity city)Find all convois in town.java.util.Iterator<IConvoy>ConvoyList. iterator()Methods in ch.sahits.game.openpatrician.model.ship with parameters of type IConvoy Modifier and Type Method Description booleanConvoyList. add(IConvoy iConvoy) -
Uses of IConvoy in ch.sahits.game.openpatrician.model.ship.impl
Classes in ch.sahits.game.openpatrician.model.ship.impl that implement IConvoy Modifier and Type Class Description classConvoyImplementation of the Convoy.
-