Uses of Interface
net.ontopia.topicmaps.classify.ClassifiableContentIF

Packages that use ClassifiableContentIF
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
 class ClassifiableContent
          INTERNAL:
static class TopicContentPlugin.TopicAsContent
           
 

Methods in net.ontopia.topicmaps.classify that return ClassifiableContentIF
static ClassifiableContentIF ClassifyUtils.getClassifiableContent(java.lang.String file_or_url)
           
 ClassifiableContentIF TopicContentPlugin.getClassifiableContent(TopicIF topic)
           
 ClassifiableContentIF TologRulePlugin.getClassifiableContent(TopicIF topic)
           
 ClassifiableContentIF DefaultPlugin.getClassifiableContent(TopicIF topic)
           
 ClassifiableContentIF ConferencePlugin.getClassifiableContent(TopicIF topic)
           
 ClassifiableContentIF ClassifyPluginIF.getClassifiableContent(TopicIF topic)
          INTERNAL: Returns the classifiable content for the given topic.
static ClassifiableContentIF ClassifyUtils.getFileUploadContent(javax.servlet.http.HttpServletRequest request)
           
 

Methods in net.ontopia.topicmaps.classify with parameters of type ClassifiableContentIF
 void TopicMapClassification.classify(ClassifiableContentIF cc)
           
 FormatModuleIF FormatModule.detectFormat(ClassifiableContentIF cc)
           
 boolean XMLFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean WordFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean PowerPointFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean PlainTextFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean PDFFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean OOXMLWordFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean OOXMLPowerpointFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean HTMLFormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean FormatModuleIF.matchesContent(ClassifiableContentIF cc)
          INTERNAL: Returns true if the content of the classifiable content is considered to be of the supported format.
 boolean FormatModule.matchesContent(ClassifiableContentIF cc)
           
 boolean XMLFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean WordFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean PowerPointFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean PlainTextFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean PDFFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean OOXMLWordFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean OOXMLPowerpointFormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 boolean FormatModuleIF.matchesIdentifier(ClassifiableContentIF cc)
          INTERNAL: Returns true if the identifier of the classifiable content is considered to be indicating the supported format.
 boolean FormatModule.matchesIdentifier(ClassifiableContentIF cc)
           
 void XMLFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void WordFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void PowerPointFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void PlainTextFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void PDFFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void OOXMLWordFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void OOXMLPowerpointFormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 void FormatModuleIF.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.
 void FormatModule.readContent(ClassifiableContentIF cc, TextHandlerIF handler)
           
 



Copyright © 2000-2012 Ontopia.