Uses of Interface
net.ontopia.topicmaps.classify.ClassifyPluginIF
-
Packages that use ClassifyPluginIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of ClassifyPluginIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement ClassifyPluginIF Modifier and Type Class Description class
ConferencePlugin
INTERNAL:class
DefaultPlugin
INTERNAL:class
TologRulePlugin
INTERNAL:class
TopicContentPlugin
INTERNAL: Classifier plugin which produces content from the topic itself.Methods in net.ontopia.topicmaps.classify that return ClassifyPluginIF Modifier and Type Method Description static ClassifyPluginIF
WebChew. getPlugin(javax.servlet.http.HttpServletRequest request)
INTERNAL: Returns the plug-in class instance used by the ontopoly plugin.
-