|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.algo.KeywordsConceptGeneratorProducer
public class KeywordsConceptGeneratorProducer
ConceptGenerator producer that produces a ConceptGenerator that creates concepts from a list of keywords.
Field Summary | |
---|---|
private static java.lang.String |
ALL_KEYWORDS
|
private Keywords |
keywords
|
private java.lang.String |
keywordSet
|
Constructor Summary | |
---|---|
KeywordsConceptGeneratorProducer(Keywords keywords)
Creates a KeywordsConceptGeneratorProducer that will produce concepts from all the keywords in the keywords collection. |
|
KeywordsConceptGeneratorProducer(Keywords keywords,
java.lang.String keywordSet)
Creates a KeywordsConceptGeneratorProducer that will produce concepts from the specified keyword set. |
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 |
Field Detail |
---|
private static java.lang.String ALL_KEYWORDS
private Keywords keywords
private java.lang.String keywordSet
Constructor Detail |
---|
public KeywordsConceptGeneratorProducer(Keywords keywords, java.lang.String keywordSet)
keywords
- the keywords collection to usekeywordSet
- the name of the keyword set to usepublic KeywordsConceptGeneratorProducer(Keywords keywords)
keywords
- the keywords collection to useMethod Detail |
---|
public ConceptGenerator createGenerator(CacheElement element)
ConceptGeneratorProducer
createGenerator
in interface ConceptGeneratorProducer
element
- the CacheElement to use
public java.lang.String getName()
ConceptGeneratorProducer
getName
in interface ConceptGeneratorProducer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |