Package net.ontopia.topicmaps.classify
Class DefaultPlugin
java.lang.Object
net.ontopia.topicmaps.classify.DefaultPlugin
- All Implemented Interfaces:
ClassifyPluginIF
INTERNAL:
-
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
-
DefaultPlugin
public DefaultPlugin()
-
-
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
-