ants.p2p.query
Class QueryItem

java.lang.Object
  extended by ants.p2p.query.QueryNode
      extended by ants.p2p.query.QueryItem
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
QueryFileListItem, QueryHashItem, QueryHttpServerItem, QueryInetAddressItem, QueryRandomItem, QueryStringItem, QuerySupernodeItem

public abstract class QueryItem
extends QueryNode

See Also:
Serialized Form

Constructor Summary
QueryItem(QueryNode father)
           
 
Method Summary
 
Methods inherited from class ants.p2p.query.QueryNode
accept, getQueryNodeFather
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryItem

public QueryItem(QueryNode father)