dragon.ir.query
Class QueryWriter

java.lang.Object
  |
  +--dragon.ir.query.QueryWriter

public class QueryWriter
extends java.lang.Object

Query writer which supports query related document sets indexing

Copyright: Copyright (c) 2005

Company: IST, Drexel University

Version:
1.0
Author:
Davis Zhou

Constructor Summary
QueryWriter(boolean relationSupported, boolean indexConceptEntry)
           
 
Method Summary
 boolean addSection(IRSection section)
           
 java.lang.String getQuery()
           
 void initNewQuery()
           
 void setSubTermWeight(double weight)
           
 boolean write(int section, java.util.ArrayList conceptList)
           
 boolean write(int section, java.util.ArrayList conceptList, java.util.ArrayList tripleList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryWriter

public QueryWriter(boolean relationSupported,
                   boolean indexConceptEntry)
Method Detail

initNewQuery

public void initNewQuery()

addSection

public boolean addSection(IRSection section)

write

public boolean write(int section,
                     java.util.ArrayList conceptList)

write

public boolean write(int section,
                     java.util.ArrayList conceptList,
                     java.util.ArrayList tripleList)

setSubTermWeight

public void setSubTermWeight(double weight)

getQuery

public java.lang.String getQuery()