Uses of Class
edu.umich.eecs.tac.props.Product

Packages that use Product
edu.umich.eecs.tac.props   
 

Uses of Product in edu.umich.eecs.tac.props
 

Methods in edu.umich.eecs.tac.props that return Product
 Product UserPopulationState.UserPopulationEntry.getProduct()
          Returns the product.
 Product RetailCatalog.RetailCatalogEntry.getProduct()
          Returns the product.
 Product Ad.getProduct()
          Returns the product the ad is targeting.
 

Methods in edu.umich.eecs.tac.props with parameters of type Product
 int UserPopulationState.addProduct(Product product)
           
 int RetailCatalog.addProduct(Product product)
          Adds the product to the retail catalog.
protected  UserPopulationState.UserPopulationEntry UserPopulationState.createEntry(Product key)
           
protected  RetailCatalog.RetailCatalogEntry RetailCatalog.createEntry(Product key)
          Creates a retail catalog entry for a product.
 int[] UserPopulationState.getDistribution(Product product)
          Returns the advertiser sales profit for the product.
 double RetailCatalog.getSalesProfit(Product product)
          Returns the advertiser sales profit for the product.
 void UserPopulationState.setDistribution(Product product, int[] distribution)
           
protected  void UserPopulationState.UserPopulationEntry.setProduct(Product product)
          Sets the product.
protected  void RetailCatalog.RetailCatalogEntry.setProduct(Product product)
          Sets the product.
 void Ad.setProduct(Product product)
          Sets the product for the ad.
 void RetailCatalog.setSalesProfit(Product product, double salesProfit)
          Sets the sales profit for the product.
 

Constructors in edu.umich.eecs.tac.props with parameters of type Product
Ad(Product product)
          Creates a targeted ad if product is not null.
AdLink(Product product, java.lang.String advertiser)
          Creates an ad link with the supplied Product and advertiser.
RetailCatalog.RetailCatalogEntry(Product product)
          Creates a retail catalog entry for a product.
UserPopulationState.UserPopulationEntry(Product key)
           
 



Copyright © 2007-2009 Association for Trading Agent Research. All Rights Reserved.