edu.umich.eecs.tac
Class TACAAConstants

java.lang.Object
  extended by edu.umich.eecs.tac.TACAAConstants

public final class TACAAConstants
extends java.lang.Object

TACAAConstants will be used to define any constants used by the TAC AA Simulations.

Author:
SICS, Patrick Jordan, Lee Callender

Field Summary
static int ADVERTISER
          The TAC AA Advertiser role.
static int DU_ADVERTISER_INFO
          The slot information for an advertiser.
static int DU_BANK_ACCOUNT
          The bank account status for a specific agent (int or long or double).
static int DU_BIDS
          The bid of an advertiser.
static int DU_CLICKS
          The clicks an advertiser receives.
static int DU_CONVERSIONS
          The conversions an advertiser receives.
static int DU_FOCUS_LEVEL_ONE
          The number of focus level one users.
static int DU_FOCUS_LEVEL_TWO
          The number of focus level two users.
static int DU_FOCUS_LEVEL_ZERO
          The number of focus level zero users.
static int DU_IMPRESSIONS
          The impressions an advertiser receives.
static int DU_INFORMATIONAL_SEARCH
          The number of informational-search users.
static int DU_NETWORK_AVG_RESPONSE
          The average network response time for a specific agent (int).
static int DU_NETWORK_LAST_RESPONSE
          The last network response time for a specific agent (int).
static int DU_NON_SEARCHING
          The number of non-searching users.
static int DU_PUBLISHER_INFO
          The publisher information for an advertiser.
static int DU_QUERY_REPORT
          The query report for an advertiser.
static int DU_SALES_REPORT
          The sales report for an advertiser.
static int DU_TRANSACTED
          The number of transacted users.
static int PUBLISHER
          The TAC AA Publisher role.
static java.lang.String[] ROLE_NAME
          The TAC AA participant roles as human readable names.
static java.lang.String[] SUPPORTED_TYPES
          The simulation supported types.
static int TYPE_MESSAGE
          Human readable message.
static int TYPE_NONE
          Human readable message.
static int TYPE_WARNING
          Human readable warning.
static int USERS
          The TAC AA User role.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUPPORTED_TYPES

public static final java.lang.String[] SUPPORTED_TYPES
The simulation supported types.


TYPE_NONE

public static final int TYPE_NONE
Human readable message.

See Also:
Constant Field Values

TYPE_MESSAGE

public static final int TYPE_MESSAGE
Human readable message.

See Also:
Constant Field Values

TYPE_WARNING

public static final int TYPE_WARNING
Human readable warning.

See Also:
Constant Field Values

DU_NETWORK_AVG_RESPONSE

public static final int DU_NETWORK_AVG_RESPONSE
The average network response time for a specific agent (int).

See Also:
Constant Field Values

DU_NETWORK_LAST_RESPONSE

public static final int DU_NETWORK_LAST_RESPONSE
The last network response time for a specific agent (int).

See Also:
Constant Field Values

DU_BANK_ACCOUNT

public static final int DU_BANK_ACCOUNT
The bank account status for a specific agent (int or long or double).

See Also:
Constant Field Values

DU_NON_SEARCHING

public static final int DU_NON_SEARCHING
The number of non-searching users.

See Also:
Constant Field Values

DU_INFORMATIONAL_SEARCH

public static final int DU_INFORMATIONAL_SEARCH
The number of informational-search users.

See Also:
Constant Field Values

DU_FOCUS_LEVEL_ZERO

public static final int DU_FOCUS_LEVEL_ZERO
The number of focus level zero users.

See Also:
Constant Field Values

DU_FOCUS_LEVEL_ONE

public static final int DU_FOCUS_LEVEL_ONE
The number of focus level one users.

See Also:
Constant Field Values

DU_FOCUS_LEVEL_TWO

public static final int DU_FOCUS_LEVEL_TWO
The number of focus level two users.

See Also:
Constant Field Values

DU_TRANSACTED

public static final int DU_TRANSACTED
The number of transacted users.

See Also:
Constant Field Values

DU_BIDS

public static final int DU_BIDS
The bid of an advertiser.

See Also:
Constant Field Values

DU_IMPRESSIONS

public static final int DU_IMPRESSIONS
The impressions an advertiser receives.

See Also:
Constant Field Values

DU_CLICKS

public static final int DU_CLICKS
The clicks an advertiser receives.

See Also:
Constant Field Values

DU_CONVERSIONS

public static final int DU_CONVERSIONS
The conversions an advertiser receives.

See Also:
Constant Field Values

DU_QUERY_REPORT

public static final int DU_QUERY_REPORT
The query report for an advertiser.

See Also:
Constant Field Values

DU_SALES_REPORT

public static final int DU_SALES_REPORT
The sales report for an advertiser.

See Also:
Constant Field Values

DU_PUBLISHER_INFO

public static final int DU_PUBLISHER_INFO
The publisher information for an advertiser.

See Also:
Constant Field Values

DU_ADVERTISER_INFO

public static final int DU_ADVERTISER_INFO
The slot information for an advertiser.

See Also:
Constant Field Values

PUBLISHER

public static final int PUBLISHER
The TAC AA Publisher role.

See Also:
Constant Field Values

ADVERTISER

public static final int ADVERTISER
The TAC AA Advertiser role.

See Also:
Constant Field Values

USERS

public static final int USERS
The TAC AA User role.

See Also:
Constant Field Values

ROLE_NAME

public static final java.lang.String[] ROLE_NAME
The TAC AA participant roles as human readable names.



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