Interface IOutriggerContract
-
- All Known Implementing Classes:
OutriggerContract
public interface IOutriggerContractContract for an outrigger.- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Mar 21, 2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMinWeaponsStrength()Retrieve the minimum weapons strength agreed upon.IShipgetOutrigger()Get the outrigger ship.intgetWeeklyRefund()Retrieve the amount that is payed weekly for the service.
-
-
-
Method Detail
-
getOutrigger
IShip getOutrigger()
Get the outrigger ship.- Returns:
- ship that is the current outrigger.
-
getMinWeaponsStrength
int getMinWeaponsStrength()
Retrieve the minimum weapons strength agreed upon.- Returns:
- minimal weapon strength standard.
-
getWeeklyRefund
int getWeeklyRefund()
Retrieve the amount that is payed weekly for the service.- Returns:
- weekly refund for the outrigger.
-
-