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 class
ClassifiableContent
INTERNAL:static class
TopicContentPlugin.TopicAsContent
Methods in net.ontopia.topicmaps.classify that return ClassifiableContentIF Modifier and Type Method Description ClassifiableContentIF
ClassifyPluginIF. getClassifiableContent(TopicIF topic)
INTERNAL: Returns the classifiable content for the given topic.static ClassifiableContentIF
ClassifyUtils. getClassifiableContent(byte[] content)
static ClassifiableContentIF
ClassifyUtils. getClassifiableContent(String file_or_url)
ClassifiableContentIF
ConferencePlugin. getClassifiableContent(TopicIF topic)
ClassifiableContentIF
DefaultPlugin. getClassifiableContent(TopicIF topic)
ClassifiableContentIF
TologRulePlugin. getClassifiableContent(TopicIF topic)
ClassifiableContentIF
TopicContentPlugin. getClassifiableContent(TopicIF topic)
static ClassifiableContentIF
ClassifyUtils. getFileUploadContent(javax.servlet.http.HttpServletRequest request)
Methods in net.ontopia.topicmaps.classify with parameters of type ClassifiableContentIF Modifier and Type Method Description void
TopicMapClassification. classify(ClassifiableContentIF cc)
FormatModuleIF
FormatModule. detectFormat(ClassifiableContentIF cc)
boolean
FormatModule. 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
HTMLFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
OOXMLPowerpointFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
OOXMLWordFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
PDFFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
PlainTextFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
PowerPointFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
WordFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
XMLFormatModule. matchesContent(ClassifiableContentIF cc)
boolean
FormatModule. 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
OOXMLPowerpointFormatModule. matchesIdentifier(ClassifiableContentIF cc)
boolean
OOXMLWordFormatModule. matchesIdentifier(ClassifiableContentIF cc)
boolean
PDFFormatModule. matchesIdentifier(ClassifiableContentIF cc)
boolean
PlainTextFormatModule. matchesIdentifier(ClassifiableContentIF cc)
boolean
PowerPointFormatModule. matchesIdentifier(ClassifiableContentIF cc)
boolean
WordFormatModule. matchesIdentifier(ClassifiableContentIF cc)
boolean
XMLFormatModule. matchesIdentifier(ClassifiableContentIF cc)
void
FormatModule. 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
OOXMLPowerpointFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
OOXMLWordFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
PDFFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
PlainTextFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
PowerPointFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
WordFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
void
XMLFormatModule. readContent(ClassifiableContentIF cc, TextHandlerIF handler)
-