edu.umich.eecs.tac.props
Interface QueryEntry

All Superinterfaces:
KeyedEntry<Query>, java.io.Serializable, se.sics.isl.transport.Transportable
All Known Implementing Classes:
AbstractQueryEntry, BidBundle.BidEntry, QueryReport.QueryReportEntry, SalesReport.SalesReportEntry

public interface QueryEntry
extends KeyedEntry<Query>

This interface designates a keyed entry whose key is a query.

Author:
Patrick Jordan

Method Summary
 Query getQuery()
          Returns the query for the entry.
 
Methods inherited from interface edu.umich.eecs.tac.props.KeyedEntry
getKey
 
Methods inherited from interface se.sics.isl.transport.Transportable
getTransportName, read, write
 

Method Detail

getQuery

Query getQuery()
Returns the query for the entry.

Returns:
the query for the entry.


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