Uses of Interface
net.ontopia.topicmaps.classify.ClassifiableContentIF
-
Packages that use ClassifiableContentIF Package Description net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class. -
-
Uses of ClassifiableContentIF in net.ontopia.topicmaps.classify
Classes in net.ontopia.topicmaps.classify that implement ClassifiableContentIF Modifier and Type Class Description classClassifiableContentINTERNAL:static classTopicContentPlugin.TopicAsContentMethods in net.ontopia.topicmaps.classify that return ClassifiableContentIF Modifier and Type Method Description ClassifiableContentIFClassifyPluginIF. getClassifiableContent(TopicIF topic)INTERNAL: Returns the classifiable content for the given topic.static ClassifiableContentIFClassifyUtils. getClassifiableContent(byte[] content)static ClassifiableContentIFClassifyUtils. getClassifiableContent(String file_or_url)ClassifiableContentIFConferencePlugin. getClassifiableContent(TopicIF topic)ClassifiableContentIFDefaultPlugin. getClassifiableContent(TopicIF topic)ClassifiableContentIFTologRulePlugin. getClassifiableContent(TopicIF topic)ClassifiableContentIFTopicContentPlugin. getClassifiableContent(TopicIF topic)static ClassifiableContentIFClassifyUtils. getFileUploadContent(javax.servlet.http.HttpServletRequest request)Methods in net.ontopia.topicmaps.classify with parameters of type ClassifiableContentIF Modifier and Type Method Description voidTopicMapClassification. classify(ClassifiableContentIF cc)FormatModuleIFFormatModule. 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)
-