|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AdLink | |
|---|---|
| edu.umich.eecs.tac.props | |
| Uses of AdLink in edu.umich.eecs.tac.props |
|---|
| Methods in edu.umich.eecs.tac.props that return AdLink | |
|---|---|
AdLink |
Ranking.get(int position)
Returns the ad link at the slot position. |
AdLink |
Ranking.Slot.getAdLink()
Returns the ad link. |
| Methods in edu.umich.eecs.tac.props that return types with arguments of type AdLink | |
|---|---|
java.util.Set<AdLink> |
Pricing.adLinks()
Returns the set of ad links priced. |
| Methods in edu.umich.eecs.tac.props with parameters of type AdLink | |
|---|---|
void |
Ranking.add(AdLink adLink)
Adds the ad link to the alots and set its promoted status to false. |
void |
Ranking.add(AdLink adLink,
boolean promoted)
Adds the ad link to the alots and set its promoted status. |
double |
Pricing.getPrice(AdLink ad)
Returns the CPC of the AdLink. |
int |
Ranking.positionForAd(AdLink adLink)
Returns the slot position for the ad link in question and -1 if the
ad link is not in the ranking. |
void |
Ranking.set(int position,
AdLink adLink,
boolean promoted)
Set the ad link and promoted status for the slot. |
void |
Ranking.Slot.setAdLink(AdLink adLink)
Sets the ad link. |
void |
Pricing.setPrice(AdLink ad,
double price)
Sets the price of the AdLink. |
protected void |
Pricing.writePriceEntry(se.sics.isl.transport.TransportWriter writer,
java.lang.Double price,
AdLink adLink)
Writes the price entry to the writer. |
| Constructors in edu.umich.eecs.tac.props with parameters of type AdLink | |
|---|---|
Ranking.Slot(AdLink adLink,
boolean promoted)
Creates a slot with an ad link and promoted status. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||