Package | Description |
---|---|
casa.auction.ui | |
casa.transaction | |
casa.transaction.ui |
Modifier and Type | Field and Description |
---|---|
private Inventory |
AuctionPanel.AuctionTableModel.inventory |
private Inventory |
AuctionPanel.productsOfInterest
The products this agent is interested in buying or selling
|
Modifier and Type | Method and Description |
---|---|
Inventory |
AuctionPanel.getProductsOfInterest() |
Constructor and Description |
---|
AuctionTableModel(Object[][] data,
String[] header,
Inventory inventory) |
Modifier and Type | Field and Description |
---|---|
private Inventory |
AbstractTransactionAgent.desiredProducts
Products this agent wishes to possess
|
private Inventory |
AbstractTransactionAgent.inventory
Products this agent physically possesses and may want to sell
|
Modifier and Type | Field and Description |
---|---|
private HashMap<URLDescriptor,Inventory> |
MarketProfile.profile |
Modifier and Type | Method and Description |
---|---|
Inventory |
MarketProfile.getAgentInventory(URLDescriptor url)
Retrieve the inventory of the interesting agent
|
Inventory |
Inventory.getCollectables()
Retrieve inventory items that are not for sale
|
Inventory |
AbstractTransactionAgent.getDesiredProducts()
Retrieve the inventory
|
Inventory |
AbstractTransactionAgent.getInventory()
Retrieve the inventory
|
Inventory |
Inventory.getSellables()
Retrieve inventory items that are for sale
|
Modifier and Type | Method and Description |
---|---|
HashMap<URLDescriptor,Inventory> |
MarketProfile.getProfile() |
Modifier and Type | Field and Description |
---|---|
private Inventory |
TransactionPanel.TransactionTableModel.inventory |
private Inventory |
TransactionPanel.productsOfInterest
The products this agent is interested in buying or selling
|
Modifier and Type | Method and Description |
---|---|
Inventory |
TransactionPanel.getProductsOfInterest() |
Constructor and Description |
---|
TransactionTableModel(Object[][] data,
String[] header,
Inventory inventory) |