Interface IShipBuildTask
-
public interface IShipBuildTask- Author:
- Andi Hotz, (c) Sahits GmbH, 2014 Created on Feb 23, 2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IShipgetShipToBeBuilt()Retrieve the ship that is to be built.
-
-
-
Method Detail
-
getShipToBeBuilt
IShip getShipToBeBuilt()
Retrieve the ship that is to be built.- Returns:
- ship to be built.
-
-