Package net.ontopia.topicmaps.classify
Class TopicContentPlugin
java.lang.Object
net.ontopia.topicmaps.classify.TopicContentPlugin
- All Implemented Interfaces:
ClassifyPluginIF
INTERNAL: Classifier plugin which produces content from the topic
itself.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassifiableContent(TopicIF topic) INTERNAL: Returns the classifiable content for the given topic.booleanisClassifiable(TopicIF topic) INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.
-
Constructor Details
-
TopicContentPlugin
public TopicContentPlugin()
-
-
Method Details
-
isClassifiable
Description copied from interface:ClassifyPluginIFINTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.- Specified by:
isClassifiablein interfaceClassifyPluginIF
-
getClassifiableContent
Description copied from interface:ClassifyPluginIFINTERNAL: Returns the classifiable content for the given topic.- Specified by:
getClassifiableContentin interfaceClassifyPluginIF
-