org.carrot2.input.odp.mixer
Class AllKnownTopicMixers

java.lang.Object
  extended by org.carrot2.input.odp.mixer.AllKnownTopicMixers

public class AllKnownTopicMixers
extends Object

Stores references to all TopicMixers available in the framework.

Version:
$Revision: 2122 $
Author:
Stanislaw Osinski

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

getTopicMixer

public static TopicMixer getTopicMixer(String name)
Returns a TopicIndexfor given name or null if no topic is associated with given name.

Parameters:
name -

getAllTopicMixerNames

public static Iterator getAllTopicMixerNames()
Returns an iterator of Strings representing the names of all available topic mixers.



Copyright (c) Dawid Weiss, Stanislaw Osinski