ants.p2p.query
Class QueryRandomItem

java.lang.Object
  extended by ants.p2p.query.QueryNode
      extended by ants.p2p.query.QueryItem
          extended by ants.p2p.query.QueryRandomItem
All Implemented Interfaces:
java.io.Serializable

public class QueryRandomItem
extends QueryItem

See Also:
Serialized Form

Constructor Summary
QueryRandomItem(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

QueryRandomItem

public QueryRandomItem(QueryNode father)