Uses of Class
fipaos.tutorial.emarkets.agent.seller.SellerAgent

Packages that use SellerAgent
fipaos.tutorial.emarkets.agent.seller.component 
fipaos.tutorial.emarkets.agent.seller.manufacturer 
fipaos.tutorial.emarkets.agent.seller.offer 

Uses of SellerAgent in fipaos.tutorial.emarkets.agent.seller.component
 

Subclasses of SellerAgent in fipaos.tutorial.emarkets.agent.seller.component
class ComponentSellerAgent
          This class represents an Component Seller that wishes to sell finished components to a Manufacturer Buyer
 

Uses of SellerAgent in fipaos.tutorial.emarkets.agent.seller.manufacturer
 

Subclasses of SellerAgent in fipaos.tutorial.emarkets.agent.seller.manufacturer
class ManufacturerSellerAgent
          This class represents a manufacturer that wishes to sell goods to a retail buyer
 

Uses of SellerAgent in fipaos.tutorial.emarkets.agent.seller.offer
 

Constructors in fipaos.tutorial.emarkets.agent.seller.offer with parameters of type SellerAgent
SimpleOfferEngine.SimpleOfferEngine(SellerAgent seller)
          This constructor creates an instance of the SimpleOfferEngine.