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

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

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

Fields in edu.umich.eecs.tac.props declared as Ad
static Ad BidBundle.PERSISTENT_AD
          The persistent value for ad.
 

Methods in edu.umich.eecs.tac.props that return Ad
 Ad QueryReport.QueryReportEntry.getAd()
          Returns the shown ad.
 Ad QueryReport.DisplayReportEntry.getAd()
          Returns the shown ad.
 Ad BidBundle.BidEntry.getAd()
          Returns the ad for display for the query class.
 Ad AdLink.getAd()
          Returns the ad backing the ad link.
 Ad QueryReport.getAd(int index)
          Returns the shown ad for the associated query.
 Ad QueryReport.DisplayReport.getAd(int index)
          Returns the shown ad for the advertiser.
 Ad BidBundle.getAd(int index)
          Returns the ad for the associated query.
 Ad QueryReport.getAd(int index, java.lang.String advertiser)
          Returns the shown ad for the associated query and advertiser.
 Ad QueryReport.getAd(Query query)
          Returns the shown ad for the associated query.
 Ad BidBundle.getAd(Query query)
          Returns the ad for the associated query.
 Ad QueryReport.getAd(Query query, java.lang.String advertiser)
          Returns the shown ad for the associated query and advertiser.
 Ad QueryReport.QueryReportEntry.getAd(java.lang.String advertiser)
          Returns the ad shown by an advertiser.
 Ad QueryReport.DisplayReport.getAd(java.lang.String advertiser)
          Returns the shown ad for the advertiser.
 

Methods in edu.umich.eecs.tac.props with parameters of type Ad
 void QueryReport.addImpressions(int index, int regular, int promoted, Ad ad, double positionSum)
          Adds the impressions associated with the query.
 void QueryReport.addImpressions(Query query, int regular, int promoted, Ad ad, double positionSum)
          Adds the impressions associated with the query.
 void BidBundle.addQuery(Query query, double bid, Ad ad)
          Adds a BidBundle.BidEntry keyed with the specified query and the given bid and Ad.
 void BidBundle.addQuery(Query query, double bid, Ad ad, double dailyLimit)
          Adds a BidBundle.BidEntry keyed with the specified query and the given bid and Ad.
 void QueryReport.QueryReportEntry.setAd(Ad ad)
          Sets the shown ad.
 void QueryReport.DisplayReportEntry.setAd(Ad ad)
          Sets the shown ad.
 void BidBundle.BidEntry.setAd(Ad ad)
          Sets the ad for the query class.
 void AdLink.setAd(Ad ad)
          Sets the ad backing the ad link.
 void QueryReport.setAd(int index, Ad ad)
          Sets the shown ad for the associated query.
 void QueryReport.DisplayReport.setAd(int index, Ad ad)
          Sets the shown ad for the advertiser.
 void BidBundle.setAd(int index, Ad ad)
          Sets the ad for a query.
 void QueryReport.setAd(int index, java.lang.String advertiser, Ad ad)
          Sets the shown ad for the associated query and advertiser.
 void QueryReport.setAd(Query query, Ad ad)
          Sets the shown ad for the associated query.
 void BidBundle.setAd(Query query, Ad ad)
          Sets the ad for a query.
 void QueryReport.setAd(Query query, java.lang.String advertiser, Ad ad)
          Sets the shown ad for the associated query and advertiser.
 void QueryReport.QueryReportEntry.setAd(java.lang.String advertiser, Ad ad)
          Sets the ad shown by an advertiser.
 void QueryReport.DisplayReport.setAd(java.lang.String advertiser, Ad ad)
          Sets the shown ad for the advertiser.
 void QueryReport.DisplayReportEntry.setAdAndPosition(Ad ad, double position)
          Sets the shown ad and the average position.
 void QueryReport.DisplayReport.setAdAndPosition(int index, Ad ad, double position)
          Sets the shown ad and the average position for the advertiser.
 void QueryReport.setAdAndPosition(int index, java.lang.String advertiser, Ad ad, double position)
          Sets the shown ad and average position for the associated query and advertiser.
 void QueryReport.setAdAndPosition(Query query, java.lang.String advertiser, Ad ad, double position)
          Sets the shown ad and average position for the associated query and advertiser.
 void QueryReport.QueryReportEntry.setAdAndPosition(java.lang.String advertiser, Ad ad, double position)
          Sets the average position and the ad shown by an advertiser.
 void QueryReport.DisplayReport.setAdAndPosition(java.lang.String advertiser, Ad ad, double position)
          Sets the shown ad and the average position for the advertiser.
 void BidBundle.setBidAndAd(int index, double bid, Ad ad)
          Sets the bid and ad for a query.
 void BidBundle.setBidAndAd(Query query, double bid, Ad ad)
          Sets the bid and ad for a query.
 void QueryReport.setImpressions(int index, int regular, int promoted, Ad ad, double positionSum)
          Sets the impressions associated with the query.
 void QueryReport.setImpressions(Query query, int regularImpressions, int promotedImpressions, Ad ad, double positionSum)
          Sets the impressions associated with the query.
 

Constructors in edu.umich.eecs.tac.props with parameters of type Ad
AdLink(Ad ad, java.lang.String advertiser)
          Creates an ad link from a given ad and advertiser.
 



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