Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

recoinx.clef
Class CLEFCollectionMerger  view CLEFCollectionMerger download CLEFCollectionMerger.java

java.lang.Object
  extended byrecoin.group.ComponentWorker
      extended byrecoinx.clef.CLEFCollectionMerger

public class CLEFCollectionMerger
extends recoin.group.ComponentWorker

Class not implemented yet!

Version:
0.2.9

Nested Class Summary
protected  class CLEFCollectionMerger.CollectionMergerRunnable
          The GIRTAdapterRunnable class implements the special behavior to query the database using KeywordQuery objects and ThesaurusExpansionSupport objects.
 
Field Summary
(package private) static org.apache.log4j.Logger logger
          The logger of this class.
 
Fields inherited from class recoin.group.ComponentWorker
component
 
Constructor Summary
CLEFCollectionMerger()
          Creates a new CLEFCollectionMerger.
 
Method Summary
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
          Creates and returns a new ComponentRunnable using the specified RetrievalContainer.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports)
          Creates and returns a new ComponentRunnable using the specified RetrievalContainer and ComponentSupport objects.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports, recoin.group.ComponentRunnable runnable)
          Creates and returns a new ComponentRunnable using the specified RetrievalContainer, ComponentSupport objects and ComponentRunnable.
 void initiate(recoin.group.Component c)
          Initiates this CLEFCollectionMerger by calling the superclasses' initiate() methods to set the attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
The logger of this class.

Constructor Detail

CLEFCollectionMerger

public CLEFCollectionMerger()
Creates a new CLEFCollectionMerger.

Method Detail

initiate

public void initiate(recoin.group.Component c)
              throws recoin.exception.InitiationException
Initiates this CLEFCollectionMerger by calling the superclasses' initiate() methods to set the attributes.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
Description copied from class: recoin.group.ComponentWorker
Creates and returns a new ComponentRunnable using the specified RetrievalContainer.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports)
Description copied from class: recoin.group.ComponentWorker
Creates and returns a new ComponentRunnable using the specified RetrievalContainer and ComponentSupport objects.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports,
                                                              recoin.group.ComponentRunnable runnable)
Description copied from class: recoin.group.ComponentWorker
Creates and returns a new ComponentRunnable using the specified RetrievalContainer, ComponentSupport objects and ComponentRunnable.