anl.aida.algo
Class SVConceptGeneratorProducer

java.lang.Object
  extended by anl.aida.algo.SVConceptGeneratorProducer
All Implemented Interfaces:
ConceptGeneratorProducer

public class SVConceptGeneratorProducer
extends java.lang.Object
implements ConceptGeneratorProducer

Produces SVConceptGenerator.

See Also:
SVConceptGenerator

Constructor Summary
SVConceptGeneratorProducer()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVConceptGeneratorProducer

public SVConceptGeneratorProducer()
Method Detail

createGenerator

public ConceptGenerator createGenerator(CacheElement element)
Description copied from interface: ConceptGeneratorProducer
Creates a concept generator, optionally using the cache element.

Specified by:
createGenerator in interface ConceptGeneratorProducer
Parameters:
element - the CacheElement to use
Returns:
the created ConceptGenerator

getName

public java.lang.String getName()
Description copied from interface: ConceptGeneratorProducer
Gets a descriptive name for this producer.

Specified by:
getName in interface ConceptGeneratorProducer
Returns:
a descriptive name for this producer.