| Interface | Description |
|---|---|
| IPriceCalculation |
This interface defines the price calculation algorithm.
|
| IWare |
Interface defining a ware.
|
| Class | Description |
|---|---|
| AmountablePrice<T extends IAmountable> |
This class defines the amounted price of an
IWare object. |
| ComputablePrice |
Ecapsulate the price computation.
|
| LinearPriceCalculation |
The most simple form of the price calculation algorithm.
|
| SimplePriceCalculation |
This is a very simple implementation of the price calculation algorithm.
|
| WareAmountCalculator |
Service for calculating amounts that might be bought for a certain price.
|
| Enum | Description |
|---|---|
| ETransferAmount |
Enumeration over the transferable amount
|
| EWare |
Define the different type of wares that are produced and can be traded.
|
| EWareSize |
Measurement applied to wares.
|
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.