lemurproject.indri.ui
Class RetUI.UIQueryNode

java.lang.Object
  extended by lemurproject.indri.ui.RetUI.UIQueryNode
Enclosing class:
RetUI

private class RetUI.UIQueryNode
extends java.lang.Object

Adapter for QueryAnnotationNode for populating the query tree display.

Author:
David Fisher

Field Summary
(package private)  QueryAnnotationNode node
           
 
Constructor Summary
RetUI.UIQueryNode(QueryAnnotationNode n)
          Wrap a node.
 
Method Summary
 QueryAnnotationNode getNode()
          Unwrap the node
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

QueryAnnotationNode node
Constructor Detail

RetUI.UIQueryNode

public RetUI.UIQueryNode(QueryAnnotationNode n)
Wrap a node.

Parameters:
n - The node to wrap.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getNode

public QueryAnnotationNode getNode()
Unwrap the node

Returns:
the wrapped QueryAnnotationNode.