Uses of Interface
net.ontopia.topicmaps.classify.ClassifiableContentIF
Packages that use ClassifiableContentIF
Package
Description
To classify content, use the SimpleClassifier class.
-
Uses of ClassifiableContentIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement ClassifiableContentIFModifier and TypeClassDescriptionclassINTERNAL:static classMethods in net.ontopia.topicmaps.classify that return ClassifiableContentIFModifier and TypeMethodDescriptionClassifyPluginIF.getClassifiableContent(TopicIF topic) INTERNAL: Returns the classifiable content for the given topic.static ClassifiableContentIFClassifyUtils.getClassifiableContent(byte[] content) static ClassifiableContentIFClassifyUtils.getClassifiableContent(String file_or_url) ConferencePlugin.getClassifiableContent(TopicIF topic) DefaultPlugin.getClassifiableContent(TopicIF topic) TologRulePlugin.getClassifiableContent(TopicIF topic) TopicContentPlugin.getClassifiableContent(TopicIF topic) static ClassifiableContentIFClassifyUtils.getFileUploadContent(javax.servlet.http.HttpServletRequest request) Methods in net.ontopia.topicmaps.classify with parameters of type ClassifiableContentIFModifier and TypeMethodDescriptionvoidTopicMapClassification.classify(ClassifiableContentIF cc) FormatModule.detectFormat(ClassifiableContentIF cc) booleanFormatModule.matchesContent(ClassifiableContentIF cc) booleanFormatModuleIF.matchesContent(ClassifiableContentIF cc) INTERNAL: Returns true if the content of the classifiable content is considered to be of the supported format.booleanHTMLFormatModule.matchesContent(ClassifiableContentIF cc) booleanOOXMLPowerpointFormatModule.matchesContent(ClassifiableContentIF cc) booleanOOXMLWordFormatModule.matchesContent(ClassifiableContentIF cc) booleanPDFFormatModule.matchesContent(ClassifiableContentIF cc) booleanPlainTextFormatModule.matchesContent(ClassifiableContentIF cc) booleanPowerPointFormatModule.matchesContent(ClassifiableContentIF cc) booleanWordFormatModule.matchesContent(ClassifiableContentIF cc) booleanXMLFormatModule.matchesContent(ClassifiableContentIF cc) booleanFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanFormatModuleIF.matchesIdentifier(ClassifiableContentIF cc) INTERNAL: Returns true if the identifier of the classifiable content is considered to be indicating the supported format.booleanOOXMLPowerpointFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanOOXMLWordFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanPDFFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanPlainTextFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanPowerPointFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanWordFormatModule.matchesIdentifier(ClassifiableContentIF cc) booleanXMLFormatModule.matchesIdentifier(ClassifiableContentIF cc) voidFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidFormatModuleIF.readContent(ClassifiableContentIF cc, TextHandlerIF handler) INTERNAL: Reads and analyzes the classifiable content and triggers callbacks on the text handler to identify the text and the structure of the classifiable content.voidOOXMLPowerpointFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidOOXMLWordFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidPDFFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidPlainTextFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidPowerPointFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidWordFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler) voidXMLFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)