recoinx.clef
Class CLEFCollectionMerger

java.lang.Object
recoin.group.ComponentWorker
recoinx.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
- The logger of this class.
CLEFCollectionMerger
public CLEFCollectionMerger()
- Creates a new CLEFCollectionMerger.
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.