See: Description
Interface | Description |
---|---|
Fleet |
Represents a fleet in the battlefield.
|
FleetFactory |
Represents a Fleet Factory.
|
Ship |
Represents a Ship which can have a direction,
a size, and it can be sunk.
|
ShipFactory |
Represents a Ship factory.
|
Class | Description |
---|---|
AbstractShip |
This abstract class is to represent a Ship.
|
Enum | Description |
---|---|
FleetFactoryImpl |
Implementation of a Fleet Factory
|
ShipDirection |
Represents the direction for a ship placement.
|
ShipFactoryImpl |
Implementation of a
ShipFactory . |