|
|||||||||
| Home >> All >> recoin >> [ container overview ] | PREV NEXT | ||||||||
A
- addComponentSupport(ComponentSupport) - Method in class recoin.container.RetrievalContainer
- Adds the specified ComponentSupport to this RetrievalContainer.
- addComponentSupports(Vector) - Method in class recoin.container.RetrievalContainer
- Adds the specified Vector of ComponentSupport objects to this RetrievalContainer.
- addException(ComponentException) - Method in class recoin.container.RetrievalContainer
- Adds the specified ComponentException to this RetrievalContainer.
- addException(ComponentRunnableException) - Method in class recoin.container.RetrievalContainer
- Adds the specified ComponentRunnableException to this RetrievalContainer.
- addResult(RetrievalResult, float) - Method in class recoin.container.MergedResult
- Adds the specified RetrievalResult to this MergedResult using the specified influence.
- addResult(RetrievalResult, float) - Method in class recoin.container.MergedResultList
- Adds the specified RetrievalResult to this MergedResultList and sets the
result's ResultList field to this MergedResultList.
If there already exists a MergedResult that equals the RetrievalResult, it is added to the existing MergedResult, otherwise a new MergedResult is created using the specified RetrievalResult and weight. - addResult(Result) - Method in class recoin.container.ResultList
- Adds the specified Result to this ResultList and sets the Result's ResultList field to this ResultList.
- addRunnable(ComponentRunnable) - Method in class recoin.container.RetrievalContainer
- Adds the specified ComponentRunnable to this RetrievalContainer.
- addRunnables(Vector) - Method in class recoin.container.RetrievalContainer
- Adds the ComponentRunnable objects inside the specified Vector to this RetrievalContainer.
C
- checkFinished() - Method in class recoin.container.RetrievalContainer
- This method checks if there are any more active threads working on this RetrievalContainer.
- childResults - Variable in class recoin.container.MergedResult
- The different RetrievalResult objects that make up this MergedResult are stored in this Hashtable as keys.
- componentChain - Variable in class recoin.container.RetrievalContainer
- A ComponentChain object that can be used to distribute the container to a predefined number Component objects.
- componentSupport - Variable in class recoin.container.RetrievalContainer
- The ComponentSupport objects used in the retrieval process.
- cutOff - Variable in class recoin.container.Query
- The cut-off value of this Query.
D
- docNo - Variable in class recoin.container.RetrievalResult
- The document number.
E
- equals(Result) - Method in class recoin.container.Result
- Returns 'true' if the specified object is of type Result and is equal to this Result.
- equals(Result) - Method in class recoin.container.RetrievalResult
- Compares this RetrievalResult to the specified Result object.
- exceptions - Variable in class recoin.container.RetrievalContainer
- A special Vector that stores exceptions there was a problem inside a Component that processed this RetrievalContainer.
F
- finished - Variable in class recoin.container.RetrievalContainer
- The flag to signal the end of processing this RetrievalContainer.
G
- getChildResults() - Method in class recoin.container.MergedResult
- Returns the child results.
- getComponentChain() - Method in class recoin.container.RetrievalContainer
- Returns the ComponentChain of this RetrievalContainer.
- getComponentSupport() - Method in class recoin.container.RetrievalContainer
- Returns all ComponentSupport objects currently contained in this RetrievalContainer.
- getComponentSupport(String) - Method in class recoin.container.RetrievalContainer
- Returns the ComponentSupport that has the specified chain ID.
- getCutOff() - Method in class recoin.container.Query
- Returns the cut-off value for this Query.
- getExceptions() - Method in class recoin.container.RetrievalContainer
- Returns the exceptions that are currently contained in this RetrievalContainer.
- getResultCount() - Method in class recoin.container.ResultList
- Returns the number of Result objects contained in this ResultList.
- getResultList() - Method in class recoin.container.Result
- Returns the ResultList of this Result.
- getResultLists() - Method in class recoin.container.RetrievalContainer
- Returns all ComponentSupport objects in this RetrievalContainer that are instances of the ResultList class.
- getResults() - Method in class recoin.container.ResultList
- Returns all Results contained in this ResultList.
- getScore() - Method in class recoin.container.RetrievalResult
- Returns the score (RSV) of this RetrievalResult.
- getTimeLog() - Method in class recoin.container.RetrievalContainer
- Returns the TimeLog of the RetrievalContainer.
- getUniqueIdentifier() - Method in class recoin.container.Result
- Returns the unique identifier of this Result as an Object.
- getUniqueIdentifier() - Method in class recoin.container.RetrievalResult
- Returns the unique identifier of this RetrievalResult which coincides with its document number.
L
- list - Variable in class recoin.container.Result
- The ResultList in which this Result is contained.
- logger - Static variable in class recoin.container.ResultList
- The logger for this class.
- logger - Static variable in class recoin.container.RetrievalContainer
- The logger for this class
- logger - Static variable in class recoin.container.RetrievalResult
- The logger of this class.
M
- MergedResult - class recoin.container.MergedResult.
- A MergedResult is an element of a MergedResultList and represents the aggregated form of multiple RetrievalResult objects.
- MergedResult() - Constructor for class recoin.container.MergedResult
- Creates a new MergedResult.
- MergedResult(RetrievalResult, float) - Constructor for class recoin.container.MergedResult
- Creates a new MergedResult with the specified RetrievalResult and weight.
The new MergedResult will have an overall score of the result's score multiplied with the weight. - MergedResultList - class recoin.container.MergedResultList.
- A special type of ResultList containing MergedResult objects.
- MergedResultList() - Constructor for class recoin.container.MergedResultList
Q
- Query - class recoin.container.Query.
- A basic class representing a query with an optional cut-off value.
- Query() - Constructor for class recoin.container.Query
- Creates a new Query.
- Query(int) - Constructor for class recoin.container.Query
- Creates a new Query with the specified cut-off.
R
- Result - class recoin.container.Result.
- Abstract superclass for all Result types.
- Result() - Constructor for class recoin.container.Result
- Creates a new Result.
- ResultList - class recoin.container.ResultList.
- The ResultList represents a collection of Result objects.
It extends the simple class ComponentSupportImpl in order for it to be passed to and processed by Component objects. - ResultList() - Constructor for class recoin.container.ResultList
- Creates an empty ResultList.
- RetrievalContainer - class recoin.container.RetrievalContainer.
- A RetrievalContainer is a very simple container object that can be used in a RetrievalCycle to store data that is used during retrieval.
- RetrievalContainer() - Constructor for class recoin.container.RetrievalContainer
- Creates a new RetrievalContainer.
The TimeLog of the RetrievalContainer is initiated with a new DurationStamp. - RetrievalResult - class recoin.container.RetrievalResult.
- The RetrievalResult is an implementation of the abstract Result class providing fields for a document number and a score.
- RetrievalResult() - Constructor for class recoin.container.RetrievalResult
- Creates a new RetrievalResult.
- RetrievalResult(String, float) - Constructor for class recoin.container.RetrievalResult
- Creates a new RetrievalResult with the specified docNo and score.
- RetrievalResult(ResultList, String, float) - Constructor for class recoin.container.RetrievalResult
- Creates a new RetrievalResult connected to the specified ResultList with the specified docNo and score.
- recoin.container - package recoin.container
- resultClass - Variable in class recoin.container.ResultList
- The Class of the Result objects of this ResultList.
- results - Variable in class recoin.container.ResultList
- The Result objects.
- runnables - Variable in class recoin.container.RetrievalContainer
- The ComponentRunnable objects that process this RetrievalContainer.
S
- score - Variable in class recoin.container.RetrievalResult
- The retrieval score (RSV = Retrieval Status Value)
- setChildResults(Hashtable) - Method in class recoin.container.MergedResult
- Sets the child results.
- setComponentChain(ComponentChain) - Method in class recoin.container.RetrievalContainer
- Sets the ComponentChain of this RetrievalContainer.
- setCutOff(int) - Method in class recoin.container.Query
- Sets the cut-off value of this Query to the specified int.
- setFinished(boolean) - Method in class recoin.container.RetrievalContainer
- Sets the field
finishedto the specified value. - setResultClass(Class) - Method in class recoin.container.ResultList
- Sets the Class for the Result objects in this ResultList to the specified one.
- setResultList(ResultList) - Method in class recoin.container.Result
- Sets the ResultList of this Result to the specified one.
- setResults(Vector) - Method in class recoin.container.ResultList
- Sets the Result objects of this ResultList to the ones specified in the Vector.
- setScore(float) - Method in class recoin.container.RetrievalResult
- Sets the score (RSV) of this RetrievalResult.
- startRunnables() - Method in class recoin.container.RetrievalContainer
- Starts all ComponentRunnables currently contained in this RetrievalContainer.
T
- threadGroup - Variable in class recoin.container.RetrievalContainer
- The ThreadGroup to group the threads working on this RetrievalContainer.
- timeLog - Variable in class recoin.container.RetrievalContainer
- The timelog to protocol the time needed for the RetrievalCycle and by individual components.
- toString() - Method in class recoin.container.MergedResult
- Returns a string representation of the MergedResult.
- toString() - Method in class recoin.container.Result
- Returns a String representation of this Result.
- toString() - Method in class recoin.container.RetrievalResult
- Returns a String representation of this RetrievalResult.
- toXML() - Method in class recoin.container.MergedResult
- Returns a XML representation of this MergedResult.
- toXML() - Method in class recoin.container.Result
- Returns a XML representation of the Result.
- toXML() - Method in class recoin.container.RetrievalResult
- Returns a XML representation of this RetrievalResult.
W
- waitForFinished() - Method in class recoin.container.RetrievalContainer
- Adds the calling thread to the wait set of this RetrievalContainer object.
A C D E F G L M Q R S T W
|
|||||||||
| Home >> All >> recoin >> [ container overview ] | PREV NEXT | ||||||||