ants.p2p.query
Class QueryStringItem

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

public class QueryStringItem
extends QueryItem

See Also:
Serialized Form

Constructor Summary
QueryStringItem(QueryNode father, java.lang.String item, boolean content)
           
 
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

QueryStringItem

public QueryStringItem(QueryNode father,
                       java.lang.String item,
                       boolean content)