Package jadex.bdi.shop
Class ShopCapa
java.lang.Object
jadex.bdi.shop.ShopCapa
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the catalog.double
getMoney()
Get the shop name.void
sell
(ShopCapa.SellGoal goal) Plan for handling a sell goal.void
setMoney
(double money)
-
Field Details
-
shopname
The shop name. -
catalog
The shop catalog.
-
-
Constructor Details
-
ShopCapa
Create a shop capability.
-
-
Method Details
-
getMoney
public double getMoney() -
setMoney
public void setMoney(double money) -
getShopname
Get the shop name. -
getCatalog
Get the catalog. -
sell
Plan for handling a sell goal.- Parameters:
goal
- The goal.
-