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

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

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

Methods in edu.umich.eecs.tac.props that return QueryType
 QueryType Query.getType()
          Returns the query type of the query.
static QueryType QueryType.value(Query query)
          Returns the query type of the given query.
static QueryType QueryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryType[] QueryType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.umich.eecs.tac.props with parameters of type QueryType
 double AdvertiserInfo.getFocusEffects(QueryType queryType)
          Returns the focus effect for the given query type.
 void AdvertiserInfo.setFocusEffects(QueryType queryType, double focusEffect)
          Sets the focus effect for the given query type.
 



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