Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
A
AbstractDocumentAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
AbstractDocumentAnalyzer()
- Constructor for class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
AbstractDocumentAnalyzer(int)
- Constructor for class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
addBoost(String, double)
- Method in class net.ontopia.topicmaps.classify.
RegionBooster
addCandidateType(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
addComposites(TermDatabase, Term, int)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
addDocumentAnalyzer(DocumentAnalyzerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
added
- Variable in class net.ontopia.topicmaps.classify.
BlackList
addFollower(Variant, Token)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
addFollower(Variant, Token, int)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
addRegion(Region)
- Method in class net.ontopia.topicmaps.classify.
Region
addScore(double, String)
- Method in class net.ontopia.topicmaps.classify.
Term
addStopWord(String)
- Method in class net.ontopia.topicmaps.classify.
BlackList
addTermAnalyzer(TermAnalyzerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
addTermNormalizer(TermNormalizerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
addText(char[], int, int)
- Method in class net.ontopia.topicmaps.classify.
Region
addText(char[], int, int)
- Method in class net.ontopia.topicmaps.classify.
TextBlock
addToken(Token)
- Method in class net.ontopia.topicmaps.classify.
TextBlock
addVariant(Variant)
- Method in class net.ontopia.topicmaps.classify.
Term
addVariant(Variant, int)
- Method in class net.ontopia.topicmaps.classify.
Term
analyzeDocument(Document)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
analyzeRegion(Region, DocumentAnalyzerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
BlackList
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
CharacterAnalyzer
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
FrequencyAnalyzer
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
RegexpTermAnalyzer
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
RelativeScore
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
StopList
analyzeTerm(Term)
- Method in interface net.ontopia.topicmaps.classify.
TermAnalyzerIF
analyzeTerm(Term)
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
analyzeTerms()
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
analyzeTextBlock(Region, TextBlock, DocumentAnalyzerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
analyzeToken(TextBlock, Token, int)
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
analyzeToken(TextBlock, Token, int)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
analyzeToken(TextBlock, Token, int)
- Method in class net.ontopia.topicmaps.classify.
DistanceAnalyzer
analyzeToken(TextBlock, Token, int)
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
analyzeToken(TextBlock, Token, int)
- Method in class net.ontopia.topicmaps.classify.
RegionBooster
ascore
- Variable in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
associatedTopicName
- Variable in class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
associationId
- Variable in class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
associationName
- Variable in class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
atype
- Variable in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
B
BlackList
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
C
CharacterAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
CharacterAnalyzer()
- Constructor for class net.ontopia.topicmaps.classify.
CharacterAnalyzer
Chew
- Class in
net.ontopia.topicmaps.classify
PUBLIC: Command-line tool for extracting keywords from a document.
Chew()
- Constructor for class net.ontopia.topicmaps.classify.
Chew
ClassifiableContent
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
ClassifiableContent()
- Constructor for class net.ontopia.topicmaps.classify.
ClassifiableContent
ClassifiableContentIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL: Interface that holds the identifier and the actual content of a classifiable resource.
classify(String)
- Static method in class net.ontopia.topicmaps.classify.
SimpleClassifier
PUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results.
classify(String, TopicMapIF)
- Static method in class net.ontopia.topicmaps.classify.
SimpleClassifier
PUBLIC: Extracts keywords from the given URI or file, using the information in the topic map, and returns a TermDatabase representing the results.
classify(byte[])
- Static method in class net.ontopia.topicmaps.classify.
SimpleClassifier
PUBLIC: Extracts keywords from the given content and returns a TermDatabase representing the results.
classify(byte[], TopicMapIF)
- Static method in class net.ontopia.topicmaps.classify.
SimpleClassifier
PUBLIC: Extracts keywords from the given content, using the information in the topic map, and returns a TermDatabase representing the results.
classify(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
TopicMapClassification
ClassifyPluginIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL: Interface implemented by code that is able to locate classifiable content for topics.
ClassifyUtils
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
ClassifyUtils()
- Constructor for class net.ontopia.topicmaps.classify.
ClassifyUtils
CompoundAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
CompoundAnalyzer()
- Constructor for class net.ontopia.topicmaps.classify.
CompoundAnalyzer
ConferencePlugin
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
ConferencePlugin()
- Constructor for class net.ontopia.topicmaps.classify.
ConferencePlugin
content
- Variable in class net.ontopia.topicmaps.classify.
ClassifiableContent
createDelimiter(String)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
createTerm(String)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
createVariant(String)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
createXMLReader()
- Method in class net.ontopia.topicmaps.classify.
HTMLFormatModule
createXMLReader()
- Method in class net.ontopia.topicmaps.classify.
XMLFormatModule
crtype
- Variable in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
ctypes
- Variable in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
D
DefaultPlugin
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DefaultPlugin()
- Constructor for class net.ontopia.topicmaps.classify.
DefaultPlugin
DefaultTokenizer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DefaultTokenizer()
- Constructor for class net.ontopia.topicmaps.classify.
DefaultTokenizer
delimiter_terms
- Variable in class net.ontopia.topicmaps.classify.
TermDatabase
DelimiterTrimmerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL:
detectCharSet(byte[])
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
detectFormat(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
FormatModule
detectLanguage(Document)
- Static method in class net.ontopia.topicmaps.classify.
Language
INTERNAL: Detects the language of the document based on the built-in languages and new languages registered.
DistanceAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DistanceAnalyzer()
- Constructor for class net.ontopia.topicmaps.classify.
DistanceAnalyzer
divideScore(double, String)
- Method in class net.ontopia.topicmaps.classify.
Term
Document
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DocumentAnalyzerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL:
DocumentClassifier
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DocumentClassifier(TermDatabase)
- Constructor for class net.ontopia.topicmaps.classify.
DocumentClassifier
DocumentTokenizer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DocumentTokenizer(TermDatabase)
- Constructor for class net.ontopia.topicmaps.classify.
DocumentTokenizer
doDocumentAnalysis()
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
doDocumentAnalysis()
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
DowncaseNormalizer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
DowncaseNormalizer()
- Constructor for class net.ontopia.topicmaps.classify.
DowncaseNormalizer
dump(Term)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
dump()
- Method in class net.ontopia.topicmaps.classify.
Document
dump()
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
dump()
- Method in class net.ontopia.topicmaps.classify.
Region
dump(int)
- Method in class net.ontopia.topicmaps.classify.
Region
dump()
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
INTERNAL: Writes the contents of the term database out to System.out for debugging purposes.
dump(int)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
INTERNAL: Writes the contents of the term database out to System.out for debugging purposes.
E
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
BlackList
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
CharacterAnalyzer
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
endAnalysis()
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
FrequencyAnalyzer
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
RegexpTermAnalyzer
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
RelativeScore
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
StopList
endAnalysis()
- Method in interface net.ontopia.topicmaps.classify.
TermAnalyzerIF
endAnalysis()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
endDocument(Document)
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
endDocument(Document)
- Method in class net.ontopia.topicmaps.classify.
DistanceAnalyzer
endDocument(Document)
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
endRegion(Region)
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
endRegion()
- Method in class net.ontopia.topicmaps.classify.
Document
endRegion(Region)
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
endRegion(Region)
- Method in class net.ontopia.topicmaps.classify.
RegionBooster
endRegion()
- Method in interface net.ontopia.topicmaps.classify.
TextHandlerIF
INTERNAL: Ends the current document region.
extensions
- Variable in class net.ontopia.topicmaps.classify.
OOXMLPowerpointFormatModule
extensions
- Variable in class net.ontopia.topicmaps.classify.
OOXMLWordFormatModule
extensions
- Variable in class net.ontopia.topicmaps.classify.
PDFFormatModule
extensions
- Variable in class net.ontopia.topicmaps.classify.
PlainTextFormatModule
extensions
- Variable in class net.ontopia.topicmaps.classify.
PowerPointFormatModule
extensions
- Variable in class net.ontopia.topicmaps.classify.
WordFormatModule
extensions
- Variable in class net.ontopia.topicmaps.classify.
XMLFormatModule
extractTerms(Document)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
extractTerms(Region)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
extractTerms(Region, TextBlock)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
F
fallout_module
- Variable in class net.ontopia.topicmaps.classify.
FormatModule
file
- Variable in class net.ontopia.topicmaps.classify.
BlackList
FormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
FormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
FormatModule
FormatModuleIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL: Interface that encapsulates the support for a given document format.
freqs
- Variable in class net.ontopia.topicmaps.classify.
FrequencyAnalyzer
frequency
- Variable in class net.ontopia.topicmaps.classify.
Language
FrequencyAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL: A frequency table giving the frequency with which a particular word is used in a particular language.
FrequencyAnalyzer(String)
- Constructor for class net.ontopia.topicmaps.classify.
FrequencyAnalyzer
INTERNAL: Loads a frequency table as a resource.
FrequencyAnalyzer(File)
- Constructor for class net.ontopia.topicmaps.classify.
FrequencyAnalyzer
INTERNAL: Loads a frequency table from a file.
G
getAssociatedTopicName()
- Method in class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
getAssociationId()
- Method in class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
getAssociationName()
- Method in class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
getAssociationTypeField()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getAssociationTypeId()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
getAssociationTypes()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
getAssociationTypes()
- Method in class net.ontopia.topicmaps.classify.
TopicMapClassification
getAssociationTypes()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebClassification
getBytes(String)
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
getBytes(String[])
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
getCandidateTopicField()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getCandidateTopics()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getCandidateTypes()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
getCandidateTypes()
- Method in class net.ontopia.topicmaps.classify.
TopicMapClassification
getCandidateTypes()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebClassification
getCharSetName(int)
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
getChildren()
- Method in class net.ontopia.topicmaps.classify.
Region
getClassifiableContent(TopicIF)
- Method in interface net.ontopia.topicmaps.classify.
ClassifyPluginIF
INTERNAL: Returns the classifiable content for the given topic.
getClassifiableContent(String)
- Static method in class net.ontopia.topicmaps.classify.
ClassifyUtils
getClassifiableContent(byte[])
- Static method in class net.ontopia.topicmaps.classify.
ClassifyUtils
getClassifiableContent(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
ConferencePlugin
getClassifiableContent(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
DefaultPlugin
getClassifiableContent(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
TologRulePlugin
getClassifiableContent(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
TopicContentPlugin
getClassification()
- Method in class net.ontopia.topicmaps.classify.
WebChew
getContent()
- Method in class net.ontopia.topicmaps.classify.
ClassifiableContent
getContent()
- Method in interface net.ontopia.topicmaps.classify.
ClassifiableContentIF
INTERNAL: Returns the actual bytes in the content of the classiable content.
getContent(String)
- Static method in class net.ontopia.topicmaps.classify.
ClassifyUtils
getContent()
- Method in class net.ontopia.topicmaps.classify.
TopicContentPlugin.TopicAsContent
getContentHandler(TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
HTMLFormatModule
getContentHandler(TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
XMLFormatModule
getContentRoleTypeId()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
getDefaultAssociationType()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getExistingAssociations()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebClassification
getFileUploadContent(HttpServletRequest)
- Static method in class net.ontopia.topicmaps.classify.
ClassifyUtils
getFrequencyAnalyzer()
- Method in class net.ontopia.topicmaps.classify.
Language
getHasCandidateTopics()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getId()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getIdentifier()
- Method in class net.ontopia.topicmaps.classify.
ClassifiableContent
getIdentifier()
- Method in interface net.ontopia.topicmaps.classify.
ClassifiableContentIF
INTERNAL: Returns an identifier that identifies the classifiable content.
getIdentifier()
- Method in class net.ontopia.topicmaps.classify.
TopicContentPlugin.TopicAsContent
getInstance()
- Static method in class net.ontopia.topicmaps.classify.
CharacterAnalyzer
getKey()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
getLanguage(String)
- Static method in class net.ontopia.topicmaps.classify.
Language
getMaxScore()
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
getName()
- Method in class net.ontopia.topicmaps.classify.
Region
getName()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
getNameField()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getNameTitle()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getNameValue()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getOccurrences()
- Method in class net.ontopia.topicmaps.classify.
Term
PUBLIC: Returns the number of times the term occurred within the classified content.
getOccurrences(Variant)
- Method in class net.ontopia.topicmaps.classify.
Term
getOccurrences()
- Method in class net.ontopia.topicmaps.classify.
Variant
PUBLIC: Returns the number of times this particular variant occurred in the classified content.
getOccurrences()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getOffset(int)
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
getParent()
- Method in class net.ontopia.topicmaps.classify.
Region
getPlugin(HttpServletRequest)
- Static method in class net.ontopia.topicmaps.classify.
WebChew
INTERNAL: Returns the plug-in class instance used by the ontopoly plugin.
getPreferredName()
- Method in class net.ontopia.topicmaps.classify.
Term
PUBLIC: Returns the preferred variant of the term.
getResolvedPaperPath()
- Method in class net.ontopia.topicmaps.classify.
ConferencePlugin
getRoot()
- Method in class net.ontopia.topicmaps.classify.
Document
getScore(Document)
- Method in class net.ontopia.topicmaps.classify.
Language
getScore()
- Method in class net.ontopia.topicmaps.classify.
Term
PUBLIC: Returns the term's score, a number in the range 0-1, indicating its importance within the content.
getScore(Variant)
- Method in class net.ontopia.topicmaps.classify.
Term
getScore()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getScorePercent()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getScoreThreshold(boolean)
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
getSelected()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getSequenceId()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebTerm
getStem()
- Method in class net.ontopia.topicmaps.classify.
Term
PUBLIC: Returns the stem common to all variants of the term.
getStemmer()
- Method in class net.ontopia.topicmaps.classify.
Language
getStopListAnalyzer()
- Method in class net.ontopia.topicmaps.classify.
Language
getTerm(String)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
PUBLIC: Looks up a particular term by its stem.
getTerm()
- Method in class net.ontopia.topicmaps.classify.
Variant
PUBLIC: Returns the term of which this is a variant.
getTermCount()
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
PUBLIC: Returns the number of terms in the database.
getTermDatabase()
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
getTermDatabase()
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
getTermDatabase()
- Method in class net.ontopia.topicmaps.classify.
TopicMapClassification
getTerms()
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
PUBLIC: Returns all terms found in the classified content.
getTerms()
- Method in class net.ontopia.topicmaps.classify.
WebChew.WebClassification
getTermsByRank()
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
PUBLIC: Returns all terms found in the classified content sorted by score.
getText()
- Method in class net.ontopia.topicmaps.classify.
TextBlock
getToken()
- Method in class net.ontopia.topicmaps.classify.
DefaultTokenizer
getToken()
- Method in interface net.ontopia.topicmaps.classify.
TokenizerIF
getTokens()
- Method in class net.ontopia.topicmaps.classify.
TextBlock
getTopicRoleTypeId()
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
getTopics(Variant)
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
getTopics(Variant)
- Method in class net.ontopia.topicmaps.classify.
TopicMapClassification
INTERNAL: Returns the topics that matches the given variant.
getType()
- Method in class net.ontopia.topicmaps.classify.
Token
getValue()
- Method in class net.ontopia.topicmaps.classify.
Token
getVariant(String)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
PUBLIC: Looks up a particular variant by its string representation.
getVariants()
- Method in class net.ontopia.topicmaps.classify.
Term
PUBLIC: Returns all variant spellings of this term within the content.
getVariantsByRank()
- Method in class net.ontopia.topicmaps.classify.
Term
PUBLIC: Returns all variant spellings of this term within the content, with the most important first.
H
high
- Variable in class net.ontopia.topicmaps.classify.
DistanceAnalyzer
HTMLFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
HTMLFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
HTMLFormatModule
HttpServletRequestAwareIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL: Interface implemented by ClassifyPluginIFs that want access to the current HTTP request in a servlet environment.
I
id
- Variable in class net.ontopia.topicmaps.classify.
Language
identifier
- Variable in class net.ontopia.topicmaps.classify.
ClassifiableContent
isClassifiable(TopicIF)
- Method in interface net.ontopia.topicmaps.classify.
ClassifyPluginIF
INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.
isClassifiable(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
ConferencePlugin
isClassifiable(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
DefaultPlugin
isClassifiable(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
TologRulePlugin
isClassifiable(TopicIF)
- Method in class net.ontopia.topicmaps.classify.
TopicContentPlugin
isStopWord(String)
- Method in class net.ontopia.topicmaps.classify.
BlackList
isStopWord(String)
- Method in class net.ontopia.topicmaps.classify.
StopList
iteration
- Variable in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
iterations
- Variable in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
J
JunkNormalizer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
JunkNormalizer()
- Constructor for class net.ontopia.topicmaps.classify.
JunkNormalizer
L
Language
- Class in
net.ontopia.topicmaps.classify
INTERNAL: Object representing a particular language.
Language(String, TermStemmerIF, StopList, FrequencyAnalyzer)
- Constructor for class net.ontopia.topicmaps.classify.
Language
INTERNAL: Used to add additional languages by passing in all parameters explicitly.
lastModified
- Variable in class net.ontopia.topicmaps.classify.
BlackList
M
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
HTMLFormatModule
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
OOXMLPowerpointFormatModule
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
OOXMLWordFormatModule
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
PDFFormatModule
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
PowerPointFormatModule
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
WordFormatModule
magicBytes
- Variable in class net.ontopia.topicmaps.classify.
XMLFormatModule
main(String[])
- Static method in class net.ontopia.topicmaps.classify.
Chew
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
FormatModule
matchesContent(ClassifiableContentIF)
- Method in interface net.ontopia.topicmaps.classify.
FormatModuleIF
INTERNAL: Returns true if the content of the classifiable content is considered to be of the supported format.
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
HTMLFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
OOXMLPowerpointFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
OOXMLWordFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
PDFFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
PlainTextFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
PowerPointFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
WordFormatModule
matchesContent(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
XMLFormatModule
matchesExtension(String, String[])
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
FormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in interface net.ontopia.topicmaps.classify.
FormatModuleIF
INTERNAL: Returns true if the identifier of the classifiable content is considered to be indicating the supported format.
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
OOXMLPowerpointFormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
OOXMLWordFormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
PDFFormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
PlainTextFormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
PowerPointFormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
WordFormatModule
matchesIdentifier(ClassifiableContentIF)
- Method in class net.ontopia.topicmaps.classify.
XMLFormatModule
merge(Term)
- Method in class net.ontopia.topicmaps.classify.
Term
mergeTerms(Term, Term)
- Method in class net.ontopia.topicmaps.classify.
TermDatabase
modules
- Variable in class net.ontopia.topicmaps.classify.
FormatModule
multiplyScore(double, String)
- Method in class net.ontopia.topicmaps.classify.
Term
N
net.ontopia.topicmaps.classify
- package net.ontopia.topicmaps.classify
To classify content, use the
SimpleClassifier
class.
next()
- Method in class net.ontopia.topicmaps.classify.
DefaultTokenizer
next()
- Method in interface net.ontopia.topicmaps.classify.
TokenizerIF
normalize(String)
- Method in class net.ontopia.topicmaps.classify.
DowncaseNormalizer
normalize(String)
- Method in class net.ontopia.topicmaps.classify.
JunkNormalizer
normalize(String)
- Method in class net.ontopia.topicmaps.classify.
SpecialCharNormalizer
normalize(String)
- Method in interface net.ontopia.topicmaps.classify.
TermNormalizerIF
O
OOXMLPowerpointFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL: A format module for the OOXML PresentationML format.
OOXMLPowerpointFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
OOXMLPowerpointFormatModule
OOXMLWordFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL: A format module for the OOXML WordProcessingML format.
OOXMLWordFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
OOXMLWordFormatModule
P
PDFFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
PDFFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
PDFFormatModule
PlainTextFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
PlainTextFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
PlainTextFormatModule
PowerPointFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
PowerPointFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
PowerPointFormatModule
processForm()
- Method in class net.ontopia.topicmaps.classify.
WebChew
prtype
- Variable in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
R
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
FormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in interface net.ontopia.topicmaps.classify.
FormatModuleIF
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.
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
OOXMLPowerpointFormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
OOXMLWordFormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
PDFFormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
PlainTextFormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
PowerPointFormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
WordFormatModule
readContent(ClassifiableContentIF, TextHandlerIF)
- Method in class net.ontopia.topicmaps.classify.
XMLFormatModule
RegexpTermAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL: A term analyzer which recognizes certain kinds of terms using regexps and adjusts their scores accordingly.
RegexpTermAnalyzer()
- Constructor for class net.ontopia.topicmaps.classify.
RegexpTermAnalyzer
Region
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
RegionBooster
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
RegionBooster()
- Constructor for class net.ontopia.topicmaps.classify.
RegionBooster
registerLanguage(Language)
- Static method in class net.ontopia.topicmaps.classify.
Language
INTERNAL: Registers a new language for use by detectLanguage.
RelativeScore
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
RelativeScore()
- Constructor for class net.ontopia.topicmaps.classify.
RelativeScore
S
save()
- Method in class net.ontopia.topicmaps.classify.
BlackList
score
- Variable in class net.ontopia.topicmaps.classify.
Term
SCORE_COMPARATOR
- Static variable in class net.ontopia.topicmaps.classify.
Term
setCompositeOccurrencesThreshold(int)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
setContent(byte[])
- Method in class net.ontopia.topicmaps.classify.
ClassifiableContent
setCustomTermAnalyzer(TermAnalyzerIF)
- Method in class net.ontopia.topicmaps.classify.
TopicMapClassification
setDelimiterTrimmer(DelimiterTrimmerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
setIdentifier(String)
- Method in class net.ontopia.topicmaps.classify.
ClassifiableContent
setMaxLength(int)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
setParent(Region)
- Method in class net.ontopia.topicmaps.classify.
Region
setRedirectURI(String)
- Method in class net.ontopia.topicmaps.classify.
WebChew
setRequest(HttpServletRequest)
- Method in class net.ontopia.topicmaps.classify.
ConferencePlugin
setRequest(HttpServletRequest)
- Method in interface net.ontopia.topicmaps.classify.
HttpServletRequestAwareIF
INTERNAL: Callback method handing over the current servlet request.
setScore(double, String)
- Method in class net.ontopia.topicmaps.classify.
Term
setSkipElements(Collection<String>)
- Method in class net.ontopia.topicmaps.classify.
XMLFormatModule
setStopFactor(double)
- Method in class net.ontopia.topicmaps.classify.
BlackList
setStopFactor(double)
- Method in class net.ontopia.topicmaps.classify.
StopList
setTerm1ScoreThreshold(double)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
setTerm2ScoreThreshold(double)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
setTermDatabase(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
setTermDatabase(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
setTermStemmer(TermStemmerIF)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
setTermStemmer(TermStemmerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentClassifier
setText(String)
- Method in class net.ontopia.topicmaps.classify.
DefaultTokenizer
setText(String)
- Method in interface net.ontopia.topicmaps.classify.
TokenizerIF
setTokenized(boolean)
- Method in class net.ontopia.topicmaps.classify.
Document
setTokenizer(TokenizerIF)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
setVisibleRows(int)
- Method in class net.ontopia.topicmaps.classify.
WebChew
SimpleClassifier
- Class in
net.ontopia.topicmaps.classify
PUBLIC: A simple top-level API for classifying content.
SimpleClassifier()
- Constructor for class net.ontopia.topicmaps.classify.
SimpleClassifier
skipElements
- Variable in class net.ontopia.topicmaps.classify.
XMLFormatModule
SnowballStemmer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
SnowballStemmer(String)
- Constructor for class net.ontopia.topicmaps.classify.
SnowballStemmer
SpecialCharNormalizer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
SpecialCharNormalizer()
- Constructor for class net.ontopia.topicmaps.classify.
SpecialCharNormalizer
SpecialCharNormalizer(String, String)
- Constructor for class net.ontopia.topicmaps.classify.
SpecialCharNormalizer
SpecialCharNormalizer(char[], char[])
- Constructor for class net.ontopia.topicmaps.classify.
SpecialCharNormalizer
startAnalysis()
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
BlackList
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
CharacterAnalyzer
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
CompoundAnalyzer
startAnalysis()
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
FrequencyAnalyzer
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
RegexpTermAnalyzer
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
RelativeScore
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
StopList
startAnalysis(TermDatabase)
- Method in interface net.ontopia.topicmaps.classify.
TermAnalyzerIF
startAnalysis(TermDatabase)
- Method in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
startDocument(Document)
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
startDocument(Document)
- Method in class net.ontopia.topicmaps.classify.
DistanceAnalyzer
startDocument(Document)
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
startRegion(Region)
- Method in class net.ontopia.topicmaps.classify.
AbstractDocumentAnalyzer
startRegion(String)
- Method in class net.ontopia.topicmaps.classify.
Document
startRegion(Region)
- Method in interface net.ontopia.topicmaps.classify.
DocumentAnalyzerIF
startRegion(Region)
- Method in class net.ontopia.topicmaps.classify.
RegionBooster
startRegion(String)
- Method in interface net.ontopia.topicmaps.classify.
TextHandlerIF
INTERNAL: Starts a new document region.
startsWith(byte[], byte[])
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
startsWithSkipWhitespace(byte[], byte[][])
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
startsWithSkipWhitespace(byte[], byte[])
- Static method in class net.ontopia.topicmaps.classify.
FormatModule
stem(String)
- Method in class net.ontopia.topicmaps.classify.
SnowballStemmer
stem
- Variable in class net.ontopia.topicmaps.classify.
Term
stem(String)
- Method in interface net.ontopia.topicmaps.classify.
TermStemmerIF
INTERNAL: Return the stem of the term.
stemmer
- Variable in class net.ontopia.topicmaps.classify.
Language
stemmer
- Variable in class net.ontopia.topicmaps.classify.
SnowballStemmer
stopFactor
- Variable in class net.ontopia.topicmaps.classify.
BlackList
stopFactor
- Variable in class net.ontopia.topicmaps.classify.
StopList
stopList
- Variable in class net.ontopia.topicmaps.classify.
BlackList
stoplist
- Variable in class net.ontopia.topicmaps.classify.
Language
StopList
- Class in
net.ontopia.topicmaps.classify
INTERNAL: A set of words considered "stop words" in a particular language.
StopList(String)
- Constructor for class net.ontopia.topicmaps.classify.
StopList
INTERNAL: Loads the stop list as a resource.
StopList(File)
- Constructor for class net.ontopia.topicmaps.classify.
StopList
INTERNAL: Loads the stop list from a file.
stopList
- Variable in class net.ontopia.topicmaps.classify.
StopList
T
Term
- Class in
net.ontopia.topicmaps.classify
PUBLIC: Represents a concept which occurs in the classified content.
term
- Variable in class net.ontopia.topicmaps.classify.
Variant
TermAnalyzerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL:
termCount
- Variable in class net.ontopia.topicmaps.classify.
DistanceAnalyzer
TermDatabase
- Class in
net.ontopia.topicmaps.classify
PUBLIC: A collection of terms representing the result of classifying a piece of content.
TermNormalizerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL:
terms
- Variable in class net.ontopia.topicmaps.classify.
TermDatabase
TermStemmerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL: A stemmer produces the stem of a word from a form of the word.
text(char[], int, int)
- Method in class net.ontopia.topicmaps.classify.
Document
text(char[], int, int)
- Method in interface net.ontopia.topicmaps.classify.
TextHandlerIF
INTERNAL: Text found in the classifiable content.
TextBlock
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
TextBlock()
- Constructor for class net.ontopia.topicmaps.classify.
TextBlock
TextHandlerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL: Callback interface used by format modules to tell the classification framework about the structure of classifiable content.
Token
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
tokenize(Document)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
tokenize(Region)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
tokenize(Region, TextBlock)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
tokenize(TextBlock, String)
- Method in class net.ontopia.topicmaps.classify.
DocumentTokenizer
TokenizerIF
- Interface in
net.ontopia.topicmaps.classify
INTERNAL:
TokenVisitor
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
TokenVisitor()
- Constructor for class net.ontopia.topicmaps.classify.
TokenVisitor
TologRulePlugin
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
TologRulePlugin()
- Constructor for class net.ontopia.topicmaps.classify.
TologRulePlugin
TopicContentPlugin
- Class in
net.ontopia.topicmaps.classify
INTERNAL: Classifier plugin which produces content from the topic itself.
TopicContentPlugin()
- Constructor for class net.ontopia.topicmaps.classify.
TopicContentPlugin
TopicContentPlugin.TopicAsContent
- Class in
net.ontopia.topicmaps.classify
TopicContentPlugin.TopicAsContent(TopicIF)
- Constructor for class net.ontopia.topicmaps.classify.
TopicContentPlugin.TopicAsContent
TopicMapAnalyzer
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
TopicMapAnalyzer(TopicMapIF)
- Constructor for class net.ontopia.topicmaps.classify.
TopicMapAnalyzer
TopicMapAnalyzer.AssociationType
- Class in
net.ontopia.topicmaps.classify
TopicMapClassification
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
TopicMapClassification()
- Constructor for class net.ontopia.topicmaps.classify.
TopicMapClassification
TopicMapClassification(TopicMapIF)
- Constructor for class net.ontopia.topicmaps.classify.
TopicMapClassification
toString()
- Method in class net.ontopia.topicmaps.classify.
Language
toString()
- Method in class net.ontopia.topicmaps.classify.
Term
toString()
- Method in class net.ontopia.topicmaps.classify.
Token
toString()
- Method in class net.ontopia.topicmaps.classify.
Variant
totalOccurrences
- Variable in class net.ontopia.topicmaps.classify.
Term
trimEnd(String)
- Method in interface net.ontopia.topicmaps.classify.
DelimiterTrimmerIF
trimEnd(String)
- Method in class net.ontopia.topicmaps.classify.
SpecialCharNormalizer
trimStart(String)
- Method in interface net.ontopia.topicmaps.classify.
DelimiterTrimmerIF
trimStart(String)
- Method in class net.ontopia.topicmaps.classify.
SpecialCharNormalizer
type
- Variable in class net.ontopia.topicmaps.classify.
Token
TYPE_DELIMITER
- Static variable in class net.ontopia.topicmaps.classify.
Token
TYPE_VARIANT
- Static variable in class net.ontopia.topicmaps.classify.
Token
U
uscore
- Variable in class net.ontopia.topicmaps.classify.
TopicMapAnalyzer.AssociationType
V
value
- Variable in class net.ontopia.topicmaps.classify.
Token
Variant
- Class in
net.ontopia.topicmaps.classify
PUBLIC: Represents a form of a term as it occurred in classified content.
variants
- Variable in class net.ontopia.topicmaps.classify.
Term
variants
- Variable in class net.ontopia.topicmaps.classify.
TermDatabase
visit(Token)
- Method in class net.ontopia.topicmaps.classify.
TokenVisitor
visitTokens(TokenVisitor)
- Method in class net.ontopia.topicmaps.classify.
Document
visitTokens(TokenVisitor)
- Method in class net.ontopia.topicmaps.classify.
Region
visitTokens(TokenVisitor)
- Method in class net.ontopia.topicmaps.classify.
TextBlock
W
WebChew
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
WebChew(HttpServletRequest, HttpServletResponse)
- Constructor for class net.ontopia.topicmaps.classify.
WebChew
WebChew.ExistingAssociation
- Class in
net.ontopia.topicmaps.classify
WebChew.ExistingAssociation()
- Constructor for class net.ontopia.topicmaps.classify.
WebChew.ExistingAssociation
WebChew.WebClassification
- Class in
net.ontopia.topicmaps.classify
WebChew.WebTerm
- Class in
net.ontopia.topicmaps.classify
WordFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL: A format module for the old binary Word format.
WordFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
WordFormatModule
X
XMLFormatModule
- Class in
net.ontopia.topicmaps.classify
INTERNAL:
XMLFormatModule()
- Constructor for class net.ontopia.topicmaps.classify.
XMLFormatModule
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2000-2012
Ontopia
.