Package net.ontopia.topicmaps.classify
Class TopicMapClassification
- java.lang.Object
-
- net.ontopia.topicmaps.classify.TopicMapClassification
-
public class TopicMapClassification extends Object
INTERNAL:
-
-
Constructor Summary
Constructors Constructor Description TopicMapClassification()
TopicMapClassification(TopicMapIF topicmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
classify(ClassifiableContentIF cc)
Collection<TopicMapAnalyzer.AssociationType>
getAssociationTypes()
Collection<TopicIF>
getCandidateTypes()
TermDatabase
getTermDatabase()
Collection<TopicIF>
getTopics(Variant variant)
INTERNAL: Returns the topics that matches the given variant.void
setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer)
-
-
-
Constructor Detail
-
TopicMapClassification
public TopicMapClassification()
-
TopicMapClassification
public TopicMapClassification(TopicMapIF topicmap)
-
-
Method Detail
-
setCustomTermAnalyzer
public void setCustomTermAnalyzer(TermAnalyzerIF customTermAnalyzer)
-
classify
public void classify(ClassifiableContentIF cc)
-
getTermDatabase
public TermDatabase getTermDatabase()
-
getTopics
public Collection<TopicIF> getTopics(Variant variant)
INTERNAL: Returns the topics that matches the given variant.
-
getCandidateTypes
public Collection<TopicIF> getCandidateTypes()
-
getAssociationTypes
public Collection<TopicMapAnalyzer.AssociationType> getAssociationTypes()
-
-