Package net.ontopia.topicmaps.classify
Class TologRulePlugin
- java.lang.Object
-
- net.ontopia.topicmaps.classify.TologRulePlugin
-
- All Implemented Interfaces:
ClassifyPluginIF
public class TologRulePlugin extends Object implements ClassifyPluginIF
INTERNAL:
-
-
Constructor Summary
Constructors Constructor Description TologRulePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassifiableContentIFgetClassifiableContent(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.
-
-
-
Method Detail
-
isClassifiable
public boolean isClassifiable(TopicIF topic)
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
public ClassifiableContentIF getClassifiableContent(TopicIF topic)
Description copied from interface:ClassifyPluginIFINTERNAL: Returns the classifiable content for the given topic.- Specified by:
getClassifiableContentin interfaceClassifyPluginIF
-
-