data
Interface  StoringStock
- All Known Implementing Classes: 
 - StoringStockFilter, StoringStockImpl
 
- public interface StoringStock
- extends Stock
  
Tag interface that identifies StoringStocks.
 
StoringStocks are Stocks that, in contrast to CountingStocks, actually store a
 record for each object in the Stock. An example of an application of StoringStock might be a car vendor.
 For each red Porsche on sale there will be a distinct record in the car vendor's Stock, denoting, e.g.,
 the car's chassis number, etc.
 StoringStocks are also needed when building nested Stocks.
- Hooks:
 - Define StoringStock Filter
 - Since:
 - v0.5
 
- Version:
 - 2.0 18/08/1999
 
- Author:
 - Steffen Zschaler
 
 
| Methods inherited from interface data.Stock | 
add, 
addStock, 
contains, 
contains, 
containsStock, 
countItems, 
fillStockWithValue, 
get, 
getCatalog, 
iterator, 
keySet, 
remove, 
remove, 
size, 
sumStock |