|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.input.odp.mixer.AllKnownTopicMixers
public class AllKnownTopicMixers
Stores references to all TopicMixers
available in the framework.
| Method Summary | |
|---|---|
static Iterator |
getAllTopicMixerNames()
Returns an iterator of Strings representing the names of all
available topic mixers. |
static TopicMixer |
getTopicMixer(String name)
Returns a TopicIndexfor given
name or null if no topic is associated with given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TopicMixer getTopicMixer(String name)
TopicIndexfor given
name or null if no topic is associated with given name.
name - public static Iterator getAllTopicMixerNames()
Strings representing the names of all
available topic mixers.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||