|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TopicIndexIF
EXPERIMENTAL: An index through which information about topics with a particular subject can be located, irrespective of where these topics happen to be stored.
Method Summary | |
---|---|
void |
close()
Lets go of any underlying resources used by the index. |
Collection |
getTopicPages(Collection indicators,
Collection sources,
Collection subjects)
Returns all known topic pages for the topics whose identity matches one of the locators passed as arguments. |
TopicPages |
getTopicPages2(Collection indicators,
Collection sources,
Collection subjects)
Returns all known topic pages for the topics whose identity matches one of the locators passed as arguments. |
Collection |
getTopics(Collection indicators,
Collection sources,
Collection subjects)
Returns all topics the index knows about whose identity matches one the of the locators passed as arguments. |
Collection |
loadRelatedTopics(Collection indicators,
Collection sources,
Collection subjects,
boolean two_steps)
|
Method Detail |
---|
Collection getTopics(Collection indicators, Collection sources, Collection subjects)
indicators
- A collection of subject identifiers as
LocatorIF objects.sources
- A collection of source locators as LocatorIF objects.subjects
- A colleciton of subject locators as LocatorIF objects.
Collection loadRelatedTopics(Collection indicators, Collection sources, Collection subjects, boolean two_steps)
Collection getTopicPages(Collection indicators, Collection sources, Collection subjects)
indicators
- A collection of subject identifiers as
LocatorIF objects.sources
- A collection of source locators as LocatorIF objects.subjects
- A colleciton of subject locators as LocatorIF objects.
TopicPages getTopicPages2(Collection indicators, Collection sources, Collection subjects)
indicators
- A collection of subject identifiers as
LocatorIF objects.sources
- A collection of source locators as LocatorIF objects.subjects
- A colleciton of subject locators as LocatorIF objects.
void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |