Uses of Interface
edu.umich.eecs.tac.props.KeyedEntry

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

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

Classes in edu.umich.eecs.tac.props with type parameters of type KeyedEntry
 class AbstractKeyedEntryList<T,S extends KeyedEntry<T>>
          This class provides a skeletal implementation of a list containing keyed entries with supporting methods for interacting entries specified by a given key.
 

Subinterfaces of KeyedEntry in edu.umich.eecs.tac.props
 interface AdvertiserEntry
          This interface designates a keyed entry whose key is an advertiser.
 interface QueryEntry
          This interface designates a keyed entry whose key is a query.
 

Classes in edu.umich.eecs.tac.props that implement KeyedEntry
 class AbstractAdvertiserEntry
          This class provides a skeletal implementation of the AdvertiserEntry interface.
 class AbstractKeyedEntry<T>
          This class provides a skeletal implementation of the KeyedEntry interface.
 class AbstractQueryEntry
          This class provides a skeletal implementation of the QueryEntry interface.
 class AbstractStringEntry
          This class provides a skeletal implementation of the AbstractKeyedEntry abstract class, where the key is a Transportable object.
 class AbstractTransportableEntry<T extends Transportable>
          This class provides a skeletal implementation of the AbstractKeyedEntry abstract class, where the key is a Transportable object.
static class BidBundle.BidEntry
          Each BidEntry contains: Ad - The ad to be used for the given query. Bid - The given bid to be used for the given query. Daily Limit - The daily spend limit to be used for the given query
static class QueryReport.DisplayReportEntry
          Display report entry contains the positions and displayed ads of the advertiser during the period.
static class QueryReport.QueryReportEntry
          Query report entry holds the impressions, clicks, cost, average position, and ad displayed by the advertiser for each query class during the period as well as the positions and displayed ads of all advertisers during the period.
static class RetailCatalog.RetailCatalogEntry
          The retail catalog entry holds the sales profit for a Product.
static class SalesReport.SalesReportEntry
          Sales report entry holds the conversions and revenue for a query class.
static class UserPopulationState.UserPopulationEntry
           
 

Constructor parameters in edu.umich.eecs.tac.props with type arguments of type KeyedEntry
KeyIterator(java.util.Iterator<? extends KeyedEntry<? extends T>> delegateIterator)
          Create a new key iterator that delegates to the supplied iterator.
 



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