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

Quick Search    Search Deep

Package recoin.group

Interface Summary
Component A Component represents an object that takes part in and contributes to the information retrieval process.
ComponentSupport The ComponentSupport interface forms the superclass for all support interfaces in RECOIN.
Module A Module represents a simple container that is used to group a number of Component objects together.
 

Class Summary
ComponentImpl A ComponentImpl represents a simple implementation of the Component interface.
ComponentRunnable Abstract superclass for Runnables in Component objects.
ComponentSupportImpl This class is a simple implementation of the ComponentSupport interface.
ComponentSupportView A ComponentSupportView is an implementation of the ComponentSupport interface.
ComponentTest A TestCase to test the functionality of a Component.
ComponentView A ComponentView is used to encapsulate and transport data about a Component over a network.
ComponentWorker The ComponentWorker is the abstract super class for all classes that need to be loaded into a component.
InOutSupport The class InOutSupport describes the behavior of a Component in terms of what ComponentSupport objects it can process and what the resulting outcome is.
This class is used, for example, in the hasSupportFor 55 method to determine the Component's capabilities.
ModuleGroup The ModuleGroup class provides basic functionality to add and remove Module objects.
It also provides means to accept and distribute a RetrievalContainer to the Module objects contained in it.
ModuleImpl The ModuleImpl class is a simple implementation of the Module interface.
ModuleTest A TestCase to test the functionality of a Module.
ModuleView A ModuleView implements the Module interface, but doesn't implement the runtime methods like prepareContainer 55 .