Package net.ontopia.topicmaps.classify
Class DefaultPlugin
- java.lang.Object
-
- net.ontopia.topicmaps.classify.DefaultPlugin
-
- All Implemented Interfaces:
ClassifyPluginIF
public class DefaultPlugin extends Object implements ClassifyPluginIF
INTERNAL:
-
-
Constructor Summary
Constructors Constructor Description DefaultPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassifiableContentIF
getClassifiableContent(TopicIF topic)
INTERNAL: Returns the classifiable content for the given topic.boolean
isClassifiable(TopicIF topic)
INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.
-
-
-
Method Detail
-
isClassifiable
public boolean isClassifiable(TopicIF topic)
Description copied from interface:ClassifyPluginIF
INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.- Specified by:
isClassifiable
in interfaceClassifyPluginIF
-
getClassifiableContent
public ClassifiableContentIF getClassifiableContent(TopicIF topic)
Description copied from interface:ClassifyPluginIF
INTERNAL: Returns the classifiable content for the given topic.- Specified by:
getClassifiableContent
in interfaceClassifyPluginIF
-
-