anl.aida.algo
Interface ConceptGeneratorProducer

All Known Implementing Classes:
KeywordsConceptGeneratorProducer, SVConceptGeneratorProducer

public interface ConceptGeneratorProducer

Interface for classes that can produce concept generators. This can be used as the elements in a combo box, for example, to select which concepts will be created.


Method Summary
 ConceptGenerator createGenerator(CacheElement element)
          Creates a concept generator, optionally using the cache element.
 java.lang.String getName()
          Gets a descriptive name for this producer.
 

Method Detail

createGenerator

ConceptGenerator createGenerator(CacheElement element)
Creates a concept generator, optionally using the cache element.

Parameters:
element - the CacheElement to use
Returns:
the created ConceptGenerator

getName

java.lang.String getName()
Gets a descriptive name for this producer.

Returns:
a descriptive name for this producer.