| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model | |
| ch.sahits.game.openpatrician.model.city.guild.impl |
| Modifier and Type | Method | Description |
|---|---|---|
IShipAuction |
ModelFactory.createAnonymousShipAuction(java.time.LocalDateTime auctionDate,
int startingBid,
IShip ship) |
Retrieve an auction instance for a
ship, that has no previous owner, e.g. |
IShipAuction |
ModelFactory.createShipAuction(java.time.LocalDateTime auctionDate,
int startingBid,
IPlayer owner,
IShip ship) |
Retrieve an auction instance for the
ship owned by owner, which
will be auctioned on auctionDate starting with startingBid |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ShipAuction |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.