From a285070e45d5cfef87ac44ab936b7a9cb0de217c Mon Sep 17 00:00:00 2001 From: "oliver.ferschke" Date: Thu, 16 Feb 2012 13:52:08 +0000 Subject: [PATCH] Added javadoc for 0.9.1 release --- apidocs/API-0.9.1/allclasses-frame.html | 248 + apidocs/API-0.9.1/allclasses-noframe.html | 248 + apidocs/API-0.9.1/constant-values.html | 229 + .../ukp/wikipedia/api/Category.html | 805 +++ .../api/CategoryDescendantsIterable.html | 287 ++ .../api/CategoryDescendantsIterator.html | 315 ++ .../ukp/wikipedia/api/CategoryGraph.html | 1237 +++++ .../wikipedia/api/CategoryGraphManager.html | 330 ++ .../ukp/wikipedia/api/CategoryIterable.html | 283 ++ .../ukp/wikipedia/api/CategoryIterator.html | 313 ++ .../api/CategoryTitleComparator.html | 278 ++ .../ukp/wikipedia/api/CycleHandler.html | 298 ++ .../wikipedia/api/DatabaseConfiguration.html | 459 ++ .../ukp/wikipedia/api/MetaData.html | 520 ++ .../tudarmstadt/ukp/wikipedia/api/Page.html | 932 ++++ .../ukp/wikipedia/api/PageIterable.html | 291 ++ .../ukp/wikipedia/api/PageIterator.html | 335 ++ .../ukp/wikipedia/api/PageQuery.html | 906 ++++ .../ukp/wikipedia/api/PageQueryIterable.html | 274 + .../ukp/wikipedia/api/PageQueryIterator.html | 313 ++ .../wikipedia/api/PageTitleComparator.html | 278 ++ .../ukp/wikipedia/api/PerformanceTest.html | 304 ++ .../api/PerformanceTestPageIterator.html | 292 ++ .../tudarmstadt/ukp/wikipedia/api/Title.html | 402 ++ .../ukp/wikipedia/api/TitleIterable.html | 283 ++ .../ukp/wikipedia/api/TitleIterator.html | 313 ++ .../wikipedia/api/WikiConstants.Language.html | 4411 +++++++++++++++++ .../ukp/wikipedia/api/WikiConstants.html | 249 + .../ukp/wikipedia/api/Wikipedia.html | 1239 +++++ .../ukp/wikipedia/api/WikipediaInfo.html | 463 ++ .../ukp/wikipedia/api/class-use/Category.html | 442 ++ .../CategoryDescendantsIterable.html | 145 + .../CategoryDescendantsIterator.html | 145 + .../api/class-use/CategoryGraph.html | 293 ++ .../api/class-use/CategoryGraphManager.html | 145 + .../api/class-use/CategoryIterable.html | 145 + .../api/class-use/CategoryIterator.html | 145 + .../class-use/CategoryTitleComparator.html | 145 + .../wikipedia/api/class-use/CycleHandler.html | 145 + .../api/class-use/DatabaseConfiguration.html | 252 + .../ukp/wikipedia/api/class-use/MetaData.html | 181 + .../ukp/wikipedia/api/class-use/Page.html | 449 ++ .../wikipedia/api/class-use/PageIterable.html | 145 + .../wikipedia/api/class-use/PageIterator.html | 145 + .../wikipedia/api/class-use/PageQuery.html | 196 + .../api/class-use/PageQueryIterable.html | 145 + .../api/class-use/PageQueryIterator.html | 145 + .../api/class-use/PageTitleComparator.html | 145 + .../api/class-use/PerformanceTest.html | 145 + .../PerformanceTestPageIterator.html | 145 + .../ukp/wikipedia/api/class-use/Title.html | 229 + .../api/class-use/TitleIterable.html | 145 + .../api/class-use/TitleIterator.html | 145 + .../api/class-use/WikiConstants.Language.html | 303 ++ .../api/class-use/WikiConstants.html | 386 ++ .../wikipedia/api/class-use/Wikipedia.html | 544 ++ .../api/class-use/WikipediaInfo.html | 145 + .../api/exception/WikiApiException.html | 289 ++ .../api/exception/WikiException.html | 288 ++ .../WikiInitializationException.html | 293 ++ .../exception/WikiPageNotFoundException.html | 293 ++ .../exception/WikiRelatednessException.html | 286 ++ .../exception/WikiTitleParsingException.html | 293 ++ .../exception/class-use/WikiApiException.html | 897 ++++ .../exception/class-use/WikiException.html | 213 + .../WikiInitializationException.html | 208 + .../class-use/WikiPageNotFoundException.html | 212 + .../class-use/WikiRelatednessException.html | 145 + .../class-use/WikiTitleParsingException.html | 228 + .../api/exception/package-frame.html | 43 + .../api/exception/package-summary.html | 178 + .../wikipedia/api/exception/package-tree.html | 163 + .../wikipedia/api/exception/package-use.html | 258 + .../ukp/wikipedia/api/hibernate/Category.html | 445 ++ .../wikipedia/api/hibernate/CategoryDAO.html | 375 ++ .../ukp/wikipedia/api/hibernate/MetaData.html | 578 +++ .../wikipedia/api/hibernate/MetaDataDAO.html | 436 ++ .../ukp/wikipedia/api/hibernate/Page.html | 587 +++ .../ukp/wikipedia/api/hibernate/PageDAO.html | 375 ++ .../wikipedia/api/hibernate/PageMapLine.html | 426 ++ .../api/hibernate/WikiHibernateUtil.html | 296 ++ .../api/hibernate/class-use/Category.html | 237 + .../api/hibernate/class-use/CategoryDAO.html | 145 + .../api/hibernate/class-use/MetaData.html | 237 + .../api/hibernate/class-use/MetaDataDAO.html | 145 + .../api/hibernate/class-use/Page.html | 266 + .../api/hibernate/class-use/PageDAO.html | 145 + .../api/hibernate/class-use/PageMapLine.html | 145 + .../class-use/WikiHibernateUtil.html | 145 + .../api/hibernate/package-frame.html | 47 + .../api/hibernate/package-summary.html | 186 + .../wikipedia/api/hibernate/package-tree.html | 156 + .../wikipedia/api/hibernate/package-use.html | 202 + .../ukp/wikipedia/api/package-frame.html | 103 + .../ukp/wikipedia/api/package-summary.html | 284 ++ .../ukp/wikipedia/api/package-tree.html | 188 + .../ukp/wikipedia/api/package-use.html | 331 ++ .../api/tutorial/T1a_HelloWorld.html | 312 ++ .../api/tutorial/T1b_HelloWorld.html | 312 ++ .../api/tutorial/T1c_HelloWorld.html | 309 ++ .../wikipedia/api/tutorial/T2_PageInfo.html | 309 ++ .../api/tutorial/T3_PageDetails.html | 309 ++ .../wikipedia/api/tutorial/T4_Categories.html | 310 ++ .../wikipedia/api/tutorial/T5_TownList.html | 313 ++ .../api/tutorial/T6_HelperMethods.html | 256 + .../tutorial/class-use/T1a_HelloWorld.html | 145 + .../tutorial/class-use/T1b_HelloWorld.html | 145 + .../tutorial/class-use/T1c_HelloWorld.html | 145 + .../api/tutorial/class-use/T2_PageInfo.html | 145 + .../tutorial/class-use/T3_PageDetails.html | 145 + .../api/tutorial/class-use/T4_Categories.html | 145 + .../api/tutorial/class-use/T5_TownList.html | 145 + .../tutorial/class-use/T6_HelperMethods.html | 145 + .../wikipedia/api/tutorial/package-frame.html | 47 + .../api/tutorial/package-summary.html | 200 + .../wikipedia/api/tutorial/package-tree.html | 161 + .../wikipedia/api/tutorial/package-use.html | 145 + .../api/util/GraphSerialization.html | 323 ++ .../api/util/SerializableDirectedGraph.html | 277 ++ .../util/class-use/GraphSerialization.html | 145 + .../class-use/SerializableDirectedGraph.html | 145 + .../ukp/wikipedia/api/util/package-frame.html | 35 + .../wikipedia/api/util/package-summary.html | 163 + .../ukp/wikipedia/api/util/package-tree.html | 155 + .../ukp/wikipedia/api/util/package-use.html | 145 + .../wikipedia/parser/Content.FormatType.html | 384 ++ .../ukp/wikipedia/parser/Content.html | 574 +++ .../wikipedia/parser/ContentContainer.html | 781 +++ .../ukp/wikipedia/parser/ContentElement.html | 826 +++ .../ukp/wikipedia/parser/DefinitionList.html | 489 ++ .../ukp/wikipedia/parser/Link.html | 461 ++ .../ukp/wikipedia/parser/Link.type.html | 390 ++ .../ukp/wikipedia/parser/NestedList.html | 256 + .../wikipedia/parser/NestedListContainer.html | 456 ++ .../wikipedia/parser/NestedListElement.html | 327 ++ .../ukp/wikipedia/parser/Paragraph.html | 369 ++ .../ukp/wikipedia/parser/Paragraph.type.html | 342 ++ .../ukp/wikipedia/parser/ParsedPage.html | 1026 ++++ .../wikipedia/parser/ParsedPageObject.html | 287 ++ .../ukp/wikipedia/parser/Section.html | 724 +++ .../wikipedia/parser/SectionContainer.html | 788 +++ .../ukp/wikipedia/parser/SectionContent.html | 834 ++++ .../ukp/wikipedia/parser/Span.html | 680 +++ .../ukp/wikipedia/parser/SrcSpan.html | 348 ++ .../ukp/wikipedia/parser/Table.html | 687 +++ .../ukp/wikipedia/parser/TableElement.html | 711 +++ .../ukp/wikipedia/parser/Template.html | 391 ++ .../parser/class-use/Content.FormatType.html | 387 ++ .../wikipedia/parser/class-use/Content.html | 394 ++ .../parser/class-use/ContentContainer.html | 229 + .../parser/class-use/ContentElement.html | 413 ++ .../parser/class-use/DefinitionList.html | 301 ++ .../ukp/wikipedia/parser/class-use/Link.html | 334 ++ .../wikipedia/parser/class-use/Link.type.html | 305 ++ .../parser/class-use/NestedList.html | 307 ++ .../parser/class-use/NestedListContainer.html | 269 + .../parser/class-use/NestedListElement.html | 145 + .../wikipedia/parser/class-use/Paragraph.html | 309 ++ .../parser/class-use/Paragraph.type.html | 228 + .../parser/class-use/ParsedPage.html | 328 ++ .../parser/class-use/ParsedPageObject.html | 287 ++ .../wikipedia/parser/class-use/Section.html | 301 ++ .../parser/class-use/SectionContainer.html | 213 + .../parser/class-use/SectionContent.html | 145 + .../ukp/wikipedia/parser/class-use/Span.html | 634 +++ .../wikipedia/parser/class-use/SrcSpan.html | 205 + .../ukp/wikipedia/parser/class-use/Table.html | 301 ++ .../parser/class-use/TableElement.html | 205 + .../wikipedia/parser/class-use/Template.html | 360 ++ .../wikipedia/parser/html/HtmlFileDemo.html | 265 + .../ukp/wikipedia/parser/html/HtmlWriter.html | 290 ++ .../wikipedia/parser/html/ParsedPageCSS.html | 253 + .../parser/html/class-use/HtmlFileDemo.html | 145 + .../parser/html/class-use/HtmlWriter.html | 145 + .../parser/html/class-use/ParsedPageCSS.html | 145 + .../wikipedia/parser/html/package-frame.html | 37 + .../parser/html/package-summary.html | 166 + .../wikipedia/parser/html/package-tree.html | 154 + .../wikipedia/parser/html/package-use.html | 145 + .../parser/mediawiki/FlushTemplates.html | 303 ++ .../mediawiki/GermanTemplateParser.html | 308 ++ .../parser/mediawiki/MediaWikiParser.html | 265 + .../mediawiki/MediaWikiParserFactory.html | 842 ++++ .../mediawiki/MediaWikiTemplateParser.html | 250 + .../parser/mediawiki/ModularParser.html | 785 +++ .../parser/mediawiki/ParserConstants.html | 207 + .../parser/mediawiki/ResolvedTemplate.html | 431 ++ .../ShowTemplateNamesAndParameters.html | 304 ++ .../parser/mediawiki/SpanManager.html | 789 +++ .../parser/mediawiki/SrcPosRangeChecker.html | 264 + .../mediawiki/class-use/FlushTemplates.html | 145 + .../class-use/GermanTemplateParser.html | 145 + .../mediawiki/class-use/MediaWikiParser.html | 226 + .../class-use/MediaWikiParserFactory.html | 145 + .../class-use/MediaWikiTemplateParser.html | 253 + .../mediawiki/class-use/ModularParser.html | 145 + .../mediawiki/class-use/ParserConstants.html | 145 + .../mediawiki/class-use/ResolvedTemplate.html | 209 + .../ShowTemplateNamesAndParameters.html | 145 + .../mediawiki/class-use/SpanManager.html | 228 + .../class-use/SrcPosRangeChecker.html | 145 + .../parser/mediawiki/package-frame.html | 62 + .../parser/mediawiki/package-summary.html | 213 + .../parser/mediawiki/package-tree.html | 164 + .../parser/mediawiki/package-use.html | 209 + .../ukp/wikipedia/parser/package-frame.html | 93 + .../ukp/wikipedia/parser/package-summary.html | 266 + .../ukp/wikipedia/parser/package-tree.html | 183 + .../ukp/wikipedia/parser/package-use.html | 398 ++ .../SelectiveAccessHandler.SectionType.html | 342 ++ .../SelectiveAccessHandler.html | 607 +++ .../SelectiveAccessHandler.SectionType.html | 190 + .../class-use/SelectiveAccessHandler.html | 145 + .../parser/selectiveaccess/package-frame.html | 44 + .../selectiveaccess/package-summary.html | 172 + .../parser/selectiveaccess/package-tree.html | 164 + .../parser/selectiveaccess/package-use.html | 171 + .../parser/statistics/Statistics.html | 300 ++ .../parser/statistics/Statistics2.html | 276 ++ .../statistics/class-use/Statistics.html | 145 + .../statistics/class-use/Statistics2.html | 145 + .../parser/statistics/package-frame.html | 35 + .../parser/statistics/package-summary.html | 162 + .../parser/statistics/package-tree.html | 154 + .../parser/statistics/package-use.html | 145 + .../parser/tutorial/T1_SimpleParserDemo.html | 261 + .../parser/tutorial/T2_InternalLinks.html | 264 + .../parser/tutorial/T3_LinkContexts.html | 262 + .../tutorial/T4_InterfacingWithWikipedia.html | 260 + .../tutorial/T5_CleaningTemplateImage.html | 260 + .../parser/tutorial/T6_NestedLists.html | 284 ++ .../wikipedia/parser/tutorial/TestFile.html | 253 + .../class-use/T1_SimpleParserDemo.html | 145 + .../tutorial/class-use/T2_InternalLinks.html | 145 + .../tutorial/class-use/T3_LinkContexts.html | 145 + .../T4_InterfacingWithWikipedia.html | 145 + .../class-use/T5_CleaningTemplateImage.html | 145 + .../tutorial/class-use/T6_NestedLists.html | 145 + .../parser/tutorial/class-use/TestFile.html | 145 + .../parser/tutorial/package-frame.html | 45 + .../parser/tutorial/package-summary.html | 183 + .../parser/tutorial/package-tree.html | 154 + .../parser/tutorial/package-use.html | 145 + .../util/ApiUtilities.ProgressInfoMode.html | 335 ++ .../ukp/wikipedia/util/ApiUtilities.html | 280 ++ .../ukp/wikipedia/util/CommonUtilities.html | 276 ++ .../ukp/wikipedia/util/DbUtilities.html | 253 + .../ukp/wikipedia/util/GraphUtilities.html | 279 ++ .../wikipedia/util/HibernateUtilities.html | 328 ++ .../de/tudarmstadt/ukp/wikipedia/util/OS.html | 279 ++ .../ukp/wikipedia/util/StringUtils.html | 303 ++ .../wikipedia/util/UnmodifiableArraySet.html | 553 +++ .../ApiUtilities.ProgressInfoMode.html | 210 + .../util/class-use/ApiUtilities.html | 145 + .../util/class-use/CommonUtilities.html | 145 + .../wikipedia/util/class-use/DbUtilities.html | 145 + .../util/class-use/GraphUtilities.html | 145 + .../util/class-use/HibernateUtilities.html | 145 + .../ukp/wikipedia/util/class-use/OS.html | 145 + .../wikipedia/util/class-use/StringUtils.html | 145 + .../util/class-use/UnmodifiableArraySet.html | 145 + .../distance/LevenshteinStringDistance.html | 261 + .../util/distance/StringDistance.html | 212 + .../class-use/LevenshteinStringDistance.html | 145 + .../distance/class-use/StringDistance.html | 181 + .../util/distance/package-frame.html | 44 + .../util/distance/package-summary.html | 172 + .../wikipedia/util/distance/package-tree.html | 160 + .../wikipedia/util/distance/package-use.html | 171 + .../ukp/wikipedia/util/package-frame.html | 58 + .../ukp/wikipedia/util/package-summary.html | 200 + .../ukp/wikipedia/util/package-tree.html | 166 + .../ukp/wikipedia/util/package-use.html | 171 + apidocs/API-0.9.1/deprecated-list.html | 162 + apidocs/API-0.9.1/help-doc.html | 224 + apidocs/API-0.9.1/index-all.html | 2847 +++++++++++ apidocs/API-0.9.1/index.html | 40 + apidocs/API-0.9.1/overview-frame.html | 67 + apidocs/API-0.9.1/overview-summary.html | 205 + apidocs/API-0.9.1/overview-tree.html | 228 + apidocs/API-0.9.1/package-list | 13 + apidocs/API-0.9.1/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/API-0.9.1/serialized-form.html | 448 ++ apidocs/API-0.9.1/stylesheet.css | 29 + .../DataMachine-0.9.1/allclasses-frame.html | 56 + .../DataMachine-0.9.1/allclasses-noframe.html | 56 + .../DataMachine-0.9.1/constant-values.html | 147 + .../datamachine/domain/DataMachineFiles.html | 536 ++ .../domain/DataMachineGenerator.html | 322 ++ .../datamachine/domain/JWPLDataMachine.html | 257 + .../domain/class-use/DataMachineFiles.html | 213 + .../class-use/DataMachineGenerator.html | 145 + .../domain/class-use/JWPLDataMachine.html | 145 + .../datamachine/domain/package-frame.html | 37 + .../datamachine/domain/package-summary.html | 166 + .../datamachine/domain/package-tree.html | 159 + .../datamachine/domain/package-use.html | 190 + .../version/SingleDumpVersionJDKGeneric.html | 515 ++ .../SingleDumpVersionJDKIntKeyFactory.html | 259 + .../SingleDumpVersionJDKLongKeyFactory.html | 259 + .../SingleDumpVersionJDKStringKeyFactory.html | 259 + .../version/SingleDumpVersionOriginal.html | 911 ++++ .../SingleDumpVersionJDKGeneric.html | 145 + .../SingleDumpVersionJDKIntKeyFactory.html | 145 + .../SingleDumpVersionJDKLongKeyFactory.html | 145 + .../SingleDumpVersionJDKStringKeyFactory.html | 145 + .../class-use/SingleDumpVersionOriginal.html | 145 + .../dump/version/package-frame.html | 41 + .../dump/version/package-summary.html | 174 + .../dump/version/package-tree.html | 161 + .../datamachine/dump/version/package-use.html | 145 + .../dump/xml/BinaryDumpTableInputStream.html | 336 ++ .../dump/xml/DataMachineRevisionParser.html | 287 ++ .../dump/xml/SimpleBinaryDumpWriter.html | 467 ++ .../dump/xml/SimpleXmlDumpReader.html | 331 ++ .../datamachine/dump/xml/XML2Binary.html | 243 + .../class-use/BinaryDumpTableInputStream.html | 145 + .../class-use/DataMachineRevisionParser.html | 145 + .../xml/class-use/SimpleBinaryDumpWriter.html | 145 + .../xml/class-use/SimpleXmlDumpReader.html | 145 + .../dump/xml/class-use/XML2Binary.html | 145 + .../datamachine/dump/xml/package-frame.html | 41 + .../datamachine/dump/xml/package-summary.html | 176 + .../datamachine/dump/xml/package-tree.html | 167 + .../datamachine/dump/xml/package-use.html | 145 + .../DataMachine-0.9.1/deprecated-list.html | 147 + apidocs/DataMachine-0.9.1/help-doc.html | 224 + apidocs/DataMachine-0.9.1/index-all.html | 480 ++ apidocs/DataMachine-0.9.1/index.html | 40 + apidocs/DataMachine-0.9.1/overview-frame.html | 47 + .../DataMachine-0.9.1/overview-summary.html | 165 + apidocs/DataMachine-0.9.1/overview-tree.html | 178 + apidocs/DataMachine-0.9.1/package-list | 3 + .../DataMachine-0.9.1/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/DataMachine-0.9.1/stylesheet.css | 29 + .../allclasses-frame.html | 294 ++ .../allclasses-noframe.html | 294 ++ .../constant-values.html | 181 + .../api/ChronoRevisionIterator.html | 405 ++ .../revisionmachine/api/Contributor.html | 390 ++ .../revisionmachine/api/Revision.html | 1001 ++++ .../api/RevisionAPIConfiguration.html | 529 ++ .../revisionmachine/api/RevisionApi.html | 847 ++++ .../api/RevisionDataInterface.html | 395 ++ .../revisionmachine/api/RevisionIterator.html | 543 ++ .../api/RevisionIteratorInterface.html | 240 + .../api/chrono/ChronoFullRevision.html | 578 +++ .../api/chrono/ChronoIterator.html | 322 ++ .../api/chrono/ChronoStorage.html | 426 ++ .../api/chrono/ChronoStorageBlock.html | 576 +++ .../chrono/class-use/ChronoFullRevision.html | 263 + .../api/chrono/class-use/ChronoIterator.html | 145 + .../api/chrono/class-use/ChronoStorage.html | 145 + .../chrono/class-use/ChronoStorageBlock.html | 269 + .../api/chrono/package-frame.html | 39 + .../api/chrono/package-summary.html | 179 + .../api/chrono/package-tree.html | 154 + .../api/chrono/package-use.html | 180 + .../api/class-use/ChronoRevisionIterator.html | 145 + .../api/class-use/Contributor.html | 145 + .../api/class-use/Revision.html | 728 +++ .../class-use/RevisionAPIConfiguration.html | 356 ++ .../api/class-use/RevisionApi.html | 196 + .../api/class-use/RevisionDataInterface.html | 181 + .../api/class-use/RevisionIterator.html | 145 + .../class-use/RevisionIteratorInterface.html | 191 + .../revisionmachine/api/package-frame.html | 56 + .../revisionmachine/api/package-summary.html | 199 + .../revisionmachine/api/package-tree.html | 166 + .../revisionmachine/api/package-use.html | 379 ++ .../archivers/Bzip2Archiver.html | 339 ++ .../archivers/class-use/Bzip2Archiver.html | 145 + .../archivers/package-frame.html | 33 + .../archivers/package-summary.html | 158 + .../archivers/package-tree.html | 154 + .../archivers/package-use.html | 145 + .../exceptions/ArticleReaderException.html | 288 ++ .../exceptions/ConfigurationException.html | 339 ++ .../common/exceptions/DecodingException.html | 288 ++ .../common/exceptions/DiffException.html | 288 ++ .../common/exceptions/EncodingException.html | 288 ++ .../common/exceptions/ErrorFactory.html | 633 +++ .../common/exceptions/ErrorKeys.html | 707 +++ .../common/exceptions/LoggingException.html | 287 ++ .../exceptions/SQLConsumerException.html | 288 ++ .../common/exceptions/TimeoutException.html | 288 ++ .../class-use/ArticleReaderException.html | 360 ++ .../class-use/ConfigurationException.html | 831 ++++ .../class-use/DecodingException.html | 405 ++ .../exceptions/class-use/DiffException.html | 288 ++ .../class-use/EncodingException.html | 405 ++ .../exceptions/class-use/ErrorFactory.html | 145 + .../exceptions/class-use/ErrorKeys.html | 381 ++ .../class-use/LoggingException.html | 448 ++ .../class-use/SQLConsumerException.html | 468 ++ .../class-use/TimeoutException.html | 328 ++ .../common/exceptions/package-frame.html | 69 + .../common/exceptions/package-summary.html | 221 + .../common/exceptions/package-tree.html | 169 + .../common/exceptions/package-use.html | 614 +++ .../common/logging/Logger.html | 396 ++ .../common/logging/LoggerType.html | 475 ++ .../common/logging/LoggingFactory.html | 315 ++ .../common/logging/class-use/Logger.html | 743 +++ .../common/logging/class-use/LoggerType.html | 222 + .../logging/class-use/LoggingFactory.html | 145 + .../logging/messages/DiffToolLogMessages.html | 332 ++ .../class-use/DiffToolLogMessages.html | 145 + .../consumer/ArticleConsumerLogMessages.html | 522 ++ .../consumer/ConsumerLogMessages.html | 473 ++ .../consumer/DiffConsumerLogMessages.html | 380 ++ .../consumer/SQLConsumerLogMessages.html | 303 ++ .../class-use/ArticleConsumerLogMessages.html | 145 + .../class-use/ConsumerLogMessages.html | 145 + .../class-use/DiffConsumerLogMessages.html | 145 + .../class-use/SQLConsumerLogMessages.html | 145 + .../messages/consumer/package-frame.html | 39 + .../messages/consumer/package-summary.html | 170 + .../messages/consumer/package-tree.html | 154 + .../messages/consumer/package-use.html | 145 + .../logging/messages/package-frame.html | 33 + .../logging/messages/package-summary.html | 158 + .../common/logging/messages/package-tree.html | 154 + .../common/logging/messages/package-use.html | 145 + .../common/logging/package-frame.html | 46 + .../common/logging/package-summary.html | 176 + .../common/logging/package-tree.html | 164 + .../common/logging/package-use.html | 253 + .../common/util/LetterNode.html | 393 ++ .../common/util/MathUtilities.html | 327 ++ .../common/util/MultipleKeywordTree.html | 337 ++ .../common/util/SingleKeywordTree.html | 357 ++ .../common/util/Surrogates.html | 251 + .../revisionmachine/common/util/Time.html | 314 ++ .../common/util/WikipediaXMLKeys.html | 731 +++ .../common/util/WikipediaXMLWriter.html | 374 ++ .../common/util/class-use/LetterNode.html | 197 + .../common/util/class-use/MathUtilities.html | 145 + .../util/class-use/MultipleKeywordTree.html | 145 + .../util/class-use/SingleKeywordTree.html | 145 + .../common/util/class-use/Surrogates.html | 145 + .../common/util/class-use/Time.html | 145 + .../util/class-use/WikipediaXMLKeys.html | 190 + .../util/class-use/WikipediaXMLWriter.html | 145 + .../common/util/package-frame.html | 56 + .../common/util/package-summary.html | 199 + .../common/util/package-tree.html | 164 + .../common/util/package-use.html | 177 + .../revisionmachine/difftool/DiffTool.html | 227 + .../difftool/DiffToolThread.html | 320 ++ .../difftool/class-use/DiffTool.html | 145 + .../difftool/class-use/DiffToolThread.html | 145 + .../difftool/config/ConfigurationKeys.html | 974 ++++ .../difftool/config/ConfigurationManager.html | 317 ++ .../difftool/config/ConfigurationReader.html | 273 + .../difftool/config/OutputTypes.html | 349 ++ .../config/class-use/ConfigurationKeys.html | 245 + .../class-use/ConfigurationManager.html | 181 + .../config/class-use/ConfigurationReader.html | 145 + .../config/class-use/OutputTypes.html | 235 + .../difftool/config/gui/ConfigGUI.html | 456 ++ .../difftool/config/gui/ConfigMenuBar.html | 363 ++ .../config/gui/class-use/ConfigGUI.html | 197 + .../config/gui/class-use/ConfigMenuBar.html | 145 + .../config/gui/control/ArchiveRegistry.html | 473 ++ .../config/gui/control/ComponentRegistry.html | 375 ++ .../config/gui/control/ConfigController.html | 1058 ++++ .../config/gui/control/ConfigSettings.html | 503 ++ .../gui/control/ConfigVerification.html | 412 ++ .../control/class-use/ArchiveRegistry.html | 181 + .../control/class-use/ComponentRegistry.html | 197 + .../control/class-use/ConfigController.html | 315 ++ .../gui/control/class-use/ConfigSettings.html | 380 ++ .../control/class-use/ConfigVerification.html | 318 ++ .../config/gui/control/package-frame.html | 41 + .../config/gui/control/package-summary.html | 175 + .../config/gui/control/package-tree.html | 157 + .../config/gui/control/package-use.html | 298 ++ .../difftool/config/gui/data/ConfigEnum.html | 331 ++ .../config/gui/data/ConfigErrorKeys.html | 403 ++ .../difftool/config/gui/data/ConfigItem.html | 312 ++ .../config/gui/data/ConfigItemTypes.html | 331 ++ .../gui/data/OutputCompressionEnum.html | 349 ++ .../difftool/config/gui/data/PanelKeys.html | 457 ++ .../config/gui/data/class-use/ConfigEnum.html | 233 + .../gui/data/class-use/ConfigErrorKeys.html | 214 + .../config/gui/data/class-use/ConfigItem.html | 181 + .../gui/data/class-use/ConfigItemTypes.html | 214 + .../data/class-use/OutputCompressionEnum.html | 235 + .../config/gui/data/class-use/PanelKeys.html | 229 + .../config/gui/data/package-frame.html | 52 + .../config/gui/data/package-summary.html | 188 + .../config/gui/data/package-tree.html | 164 + .../difftool/config/gui/data/package-use.html | 232 + .../config/gui/dialogs/ConfigDialog.html | 431 ++ .../config/gui/dialogs/InputDialog.html | 431 ++ .../config/gui/dialogs/XMLFileChooser.html | 370 ++ .../gui/dialogs/class-use/ConfigDialog.html | 145 + .../gui/dialogs/class-use/InputDialog.html | 145 + .../gui/dialogs/class-use/XMLFileChooser.html | 145 + .../config/gui/dialogs/package-frame.html | 37 + .../config/gui/dialogs/package-summary.html | 166 + .../config/gui/dialogs/package-tree.html | 173 + .../config/gui/dialogs/package-use.html | 145 + .../difftool/config/gui/package-frame.html | 35 + .../difftool/config/gui/package-summary.html | 163 + .../difftool/config/gui/package-tree.html | 174 + .../difftool/config/gui/package-use.html | 172 + .../config/gui/panels/AbstractPanel.html | 530 ++ .../config/gui/panels/CachePanel.html | 500 ++ .../config/gui/panels/ConfigPanel.html | 503 ++ .../config/gui/panels/DebugPanel.html | 519 ++ .../gui/panels/ExternalProgramsPanel.html | 500 ++ .../config/gui/panels/FilterPanel.html | 504 ++ .../config/gui/panels/InputPanel.html | 500 ++ .../config/gui/panels/LoggingPanel.html | 500 ++ .../difftool/config/gui/panels/ModePanel.html | 498 ++ .../config/gui/panels/OutputPanel.html | 500 ++ .../difftool/config/gui/panels/SQLPanel.html | 500 ++ .../gui/panels/class-use/AbstractPanel.html | 320 ++ .../gui/panels/class-use/CachePanel.html | 145 + .../gui/panels/class-use/ConfigPanel.html | 145 + .../gui/panels/class-use/DebugPanel.html | 145 + .../class-use/ExternalProgramsPanel.html | 145 + .../gui/panels/class-use/FilterPanel.html | 145 + .../gui/panels/class-use/InputPanel.html | 145 + .../gui/panels/class-use/LoggingPanel.html | 145 + .../gui/panels/class-use/ModePanel.html | 145 + .../gui/panels/class-use/OutputPanel.html | 145 + .../config/gui/panels/class-use/SQLPanel.html | 145 + .../config/gui/panels/package-frame.html | 53 + .../config/gui/panels/package-summary.html | 229 + .../config/gui/panels/package-tree.html | 167 + .../config/gui/panels/package-use.html | 196 + .../difftool/config/package-frame.html | 48 + .../difftool/config/package-summary.html | 180 + .../difftool/config/package-tree.html | 164 + .../difftool/config/package-use.html | 221 + .../config/simpleconfig/SimpleConfig.html | 236 + .../simpleconfig/class-use/SimpleConfig.html | 145 + .../config/simpleconfig/package-frame.html | 33 + .../config/simpleconfig/package-summary.html | 159 + .../config/simpleconfig/package-tree.html | 154 + .../config/simpleconfig/package-use.html | 145 + .../article/ArticleReaderInterface.html | 293 ++ .../class-use/ArticleReaderInterface.html | 248 + .../consumer/article/package-frame.html | 33 + .../consumer/article/package-summary.html | 158 + .../consumer/article/package-tree.html | 152 + .../consumer/article/package-use.html | 190 + .../article/reader/ArticleFilter.html | 317 ++ .../consumer/article/reader/InputFactory.html | 263 + .../reader/TimedWikipediaXMLReader.html | 429 ++ .../article/reader/WikipediaXMLReader.html | 479 ++ .../reader/class-use/ArticleFilter.html | 204 + .../reader/class-use/InputFactory.html | 145 + .../class-use/TimedWikipediaXMLReader.html | 145 + .../reader/class-use/WikipediaXMLReader.html | 182 + .../article/reader/package-frame.html | 39 + .../article/reader/package-summary.html | 171 + .../consumer/article/reader/package-tree.html | 157 + .../consumer/article/reader/package-use.html | 177 + .../diff/DiffCalculatorInterface.html | 281 ++ .../diff/TaskTransmitterInterface.html | 271 + .../diff/calculation/BlockManagement.html | 284 ++ .../calculation/BlockManagementInterface.html | 226 + .../consumer/diff/calculation/DiffBlock.html | 454 ++ .../diff/calculation/DiffCalculator.html | 452 ++ .../diff/calculation/TimedDiffCalculator.html | 400 ++ .../class-use/BlockManagement.html | 145 + .../class-use/BlockManagementInterface.html | 182 + .../diff/calculation/class-use/DiffBlock.html | 233 + .../calculation/class-use/DiffCalculator.html | 181 + .../class-use/TimedDiffCalculator.html | 145 + .../diff/calculation/package-frame.html | 50 + .../diff/calculation/package-summary.html | 185 + .../diff/calculation/package-tree.html | 164 + .../diff/calculation/package-use.html | 183 + .../class-use/DiffCalculatorInterface.html | 189 + .../class-use/TaskTransmitterInterface.html | 185 + .../difftool/consumer/diff/package-frame.html | 35 + .../consumer/diff/package-summary.html | 164 + .../difftool/consumer/diff/package-tree.html | 152 + .../difftool/consumer/diff/package-use.html | 179 + .../difftool/consumer/dump/SQLEscape.html | 231 + .../consumer/dump/WriterInterface.html | 255 + .../consumer/dump/class-use/SQLEscape.html | 145 + .../dump/class-use/WriterInterface.html | 240 + .../consumer/dump/codec/DataFileEncoder.html | 315 ++ .../consumer/dump/codec/SQLEncoder.html | 469 ++ .../dump/codec/SQLEncoderInterface.html | 322 ++ .../consumer/dump/codec/SQLEncoding.html | 395 ++ .../consumer/dump/codec/TimedSQLEncoder.html | 440 ++ .../dump/codec/class-use/DataFileEncoder.html | 189 + .../dump/codec/class-use/SQLEncoder.html | 181 + .../codec/class-use/SQLEncoderInterface.html | 234 + .../dump/codec/class-use/SQLEncoding.html | 213 + .../dump/codec/class-use/TimedSQLEncoder.html | 145 + .../consumer/dump/codec/package-frame.html | 50 + .../consumer/dump/codec/package-summary.html | 185 + .../consumer/dump/codec/package-tree.html | 162 + .../consumer/dump/codec/package-use.html | 210 + .../difftool/consumer/dump/package-frame.html | 44 + .../consumer/dump/package-summary.html | 173 + .../difftool/consumer/dump/package-tree.html | 159 + .../difftool/consumer/dump/package-use.html | 171 + .../dump/writer/DataFileArchiveWriter.html | 412 ++ .../consumer/dump/writer/DataFileWriter.html | 412 ++ .../consumer/dump/writer/OutputFactory.html | 256 + .../dump/writer/SQLArchiveWriter.html | 437 ++ .../dump/writer/SQLDatabaseWriter.html | 405 ++ .../consumer/dump/writer/SQLFileWriter.html | 437 ++ .../dump/writer/TimedSQLArchiveWriter.html | 376 ++ .../dump/writer/TimedSQLDatabaseWriter.html | 364 ++ .../dump/writer/TimedSQLFileWriter.html | 376 ++ .../class-use/DataFileArchiveWriter.html | 145 + .../dump/writer/class-use/DataFileWriter.html | 145 + .../dump/writer/class-use/OutputFactory.html | 145 + .../writer/class-use/SQLArchiveWriter.html | 182 + .../writer/class-use/SQLDatabaseWriter.html | 182 + .../dump/writer/class-use/SQLFileWriter.html | 182 + .../class-use/TimedSQLArchiveWriter.html | 145 + .../class-use/TimedSQLDatabaseWriter.html | 145 + .../writer/class-use/TimedSQLFileWriter.html | 145 + .../consumer/dump/writer/package-frame.html | 49 + .../consumer/dump/writer/package-summary.html | 193 + .../consumer/dump/writer/package-tree.html | 165 + .../consumer/dump/writer/package-use.html | 183 + .../difftool/data/OutputType.html | 407 ++ .../difftool/data/SurrogateModes.html | 398 ++ .../data/archive/ArchiveDescription.html | 358 ++ .../difftool/data/archive/ArchiveManager.html | 342 ++ .../difftool/data/archive/InputType.html | 374 ++ .../archive/class-use/ArchiveDescription.html | 400 ++ .../archive/class-use/ArchiveManager.html | 145 + .../data/archive/class-use/InputType.html | 221 + .../difftool/data/archive/package-frame.html | 46 + .../data/archive/package-summary.html | 176 + .../difftool/data/archive/package-tree.html | 164 + .../difftool/data/archive/package-use.html | 253 + .../difftool/data/class-use/OutputType.html | 198 + .../data/class-use/SurrogateModes.html | 243 + .../difftool/data/codec/BitReader.html | 346 ++ .../difftool/data/codec/BitWriter.html | 382 ++ .../data/codec/RevisionCodecData.html | 492 ++ .../difftool/data/codec/RevisionDecoder.html | 363 ++ .../difftool/data/codec/RevisionEncoder.html | 317 ++ .../data/codec/RevisionEncoderInterface.html | 255 + .../data/codec/class-use/BitReader.html | 145 + .../data/codec/class-use/BitWriter.html | 145 + .../codec/class-use/RevisionCodecData.html | 254 + .../data/codec/class-use/RevisionDecoder.html | 145 + .../data/codec/class-use/RevisionEncoder.html | 145 + .../class-use/RevisionEncoderInterface.html | 181 + .../difftool/data/codec/package-frame.html | 52 + .../difftool/data/codec/package-summary.html | 191 + .../difftool/data/codec/package-tree.html | 160 + .../difftool/data/codec/package-use.html | 198 + .../difftool/data/package-frame.html | 35 + .../difftool/data/package-summary.html | 162 + .../difftool/data/package-tree.html | 157 + .../difftool/data/package-use.html | 196 + .../difftool/data/tasks/ISizeable.html | 217 + .../difftool/data/tasks/Task.html | 607 +++ .../difftool/data/tasks/TaskTypes.html | 421 ++ .../data/tasks/class-use/ISizeable.html | 210 + .../difftool/data/tasks/class-use/Task.html | 815 +++ .../data/tasks/class-use/TaskTypes.html | 267 + .../difftool/data/tasks/content/Diff.html | 872 ++++ .../data/tasks/content/DiffAction.html | 469 ++ .../difftool/data/tasks/content/DiffPart.html | 465 ++ .../data/tasks/content/class-use/Diff.html | 742 +++ .../tasks/content/class-use/DiffAction.html | 220 + .../tasks/content/class-use/DiffPart.html | 267 + .../data/tasks/content/package-frame.html | 46 + .../data/tasks/content/package-summary.html | 177 + .../data/tasks/content/package-tree.html | 165 + .../data/tasks/content/package-use.html | 350 ++ .../data/tasks/info/ArticleInformation.html | 911 ++++ .../info/class-use/ArticleInformation.html | 196 + .../data/tasks/info/package-frame.html | 33 + .../data/tasks/info/package-summary.html | 158 + .../data/tasks/info/package-tree.html | 154 + .../difftool/data/tasks/info/package-use.html | 171 + .../difftool/data/tasks/package-frame.html | 55 + .../difftool/data/tasks/package-summary.html | 186 + .../difftool/data/tasks/package-tree.html | 169 + .../difftool/data/tasks/package-use.html | 392 ++ .../difftool/package-frame.html | 35 + .../difftool/package-summary.html | 162 + .../difftool/package-tree.html | 157 + .../revisionmachine/difftool/package-use.html | 145 + .../revisionmachine/index/IndexGenerator.html | 300 ++ .../revisionmachine/index/IndexIterator.html | 329 ++ .../revisionmachine/index/Indexer.html | 299 ++ .../index/class-use/IndexGenerator.html | 145 + .../index/class-use/IndexIterator.html | 145 + .../index/class-use/Indexer.html | 145 + .../index/indices/AbstractIndex.html | 453 ++ .../index/indices/ArticleIndex.html | 313 ++ .../index/indices/ArticleIndexData.html | 411 ++ .../index/indices/ChronoIndex.html | 338 ++ .../index/indices/ChronoIndexData.html | 419 ++ .../index/indices/RevisionIndex.html | 311 ++ .../indices/class-use/AbstractIndex.html | 250 + .../index/indices/class-use/ArticleIndex.html | 145 + .../indices/class-use/ArticleIndexData.html | 184 + .../index/indices/class-use/ChronoIndex.html | 145 + .../indices/class-use/ChronoIndexData.html | 181 + .../indices/class-use/RevisionIndex.html | 145 + .../index/indices/package-frame.html | 43 + .../index/indices/package-summary.html | 178 + .../index/indices/package-tree.html | 157 + .../index/indices/package-use.html | 202 + .../revisionmachine/index/package-frame.html | 37 + .../index/package-summary.html | 168 + .../revisionmachine/index/package-tree.html | 155 + .../revisionmachine/index/package-use.html | 145 + .../index/writer/DataFileWriter.html | 332 ++ .../index/writer/DatabaseWriter.html | 333 ++ .../index/writer/IndexWriterInterface.html | 275 + .../index/writer/SQLFileWriter.html | 332 ++ .../writer/class-use/DataFileWriter.html | 145 + .../writer/class-use/DatabaseWriter.html | 145 + .../class-use/IndexWriterInterface.html | 197 + .../index/writer/class-use/SQLFileWriter.html | 145 + .../index/writer/package-frame.html | 48 + .../index/writer/package-summary.html | 180 + .../index/writer/package-tree.html | 162 + .../index/writer/package-use.html | 171 + .../deprecated-list.html | 187 + apidocs/RevisionMachine-0.9.1/help-doc.html | 224 + apidocs/RevisionMachine-0.9.1/index-all.html | 2859 +++++++++++ apidocs/RevisionMachine-0.9.1/index.html | 40 + .../RevisionMachine-0.9.1/overview-frame.html | 105 + .../overview-summary.html | 281 ++ .../RevisionMachine-0.9.1/overview-tree.html | 250 + apidocs/RevisionMachine-0.9.1/package-list | 32 + .../resources/inherit.gif | Bin 0 -> 57 bytes .../serialized-form.html | 1216 +++++ apidocs/RevisionMachine-0.9.1/stylesheet.css | 29 + .../TimeMachine-0.9.1/allclasses-frame.html | 68 + .../TimeMachine-0.9.1/allclasses-noframe.html | 68 + .../TimeMachine-0.9.1/constant-values.html | 229 + .../timemachine/domain/JWPLTimeMachine.html | 266 + .../timemachine/domain/Revision.html | 327 ++ .../timemachine/domain/SettingsXML.html | 525 ++ .../timemachine/domain/TimeMachineFiles.html | 476 ++ .../domain/TimeMachineGenerator.html | 324 ++ .../domain/class-use/JWPLTimeMachine.html | 145 + .../domain/class-use/Revision.html | 145 + .../domain/class-use/SettingsXML.html | 145 + .../domain/class-use/TimeMachineFiles.html | 196 + .../class-use/TimeMachineGenerator.html | 145 + .../timemachine/domain/package-frame.html | 41 + .../timemachine/domain/package-summary.html | 176 + .../timemachine/domain/package-tree.html | 159 + .../timemachine/domain/package-use.html | 171 + .../dump/version/DumpVersionJDKGeneric.html | 526 ++ .../version/DumpVersionJDKIntKeyFactory.html | 259 + .../version/DumpVersionJDKLongKeyFactory.html | 259 + .../DumpVersionJDKStringKeyFactory.html | 259 + .../dump/version/DumpVersionTroveIntKey.html | 508 ++ .../dump/version/OriginalDumpVersion.html | 1252 +++++ .../class-use/DumpVersionJDKGeneric.html | 145 + .../DumpVersionJDKIntKeyFactory.html | 145 + .../DumpVersionJDKLongKeyFactory.html | 145 + .../DumpVersionJDKStringKeyFactory.html | 145 + .../class-use/DumpVersionTroveIntKey.html | 145 + .../class-use/OriginalDumpVersion.html | 145 + .../dump/version/package-frame.html | 43 + .../dump/version/package-summary.html | 179 + .../dump/version/package-tree.html | 161 + .../timemachine/dump/version/package-use.html | 145 + .../timemachine/dump/xml/PageReader.html | 331 ++ .../timemachine/dump/xml/PageWriter.html | 417 ++ .../timemachine/dump/xml/RevisionReader.html | 331 ++ .../timemachine/dump/xml/RevisionWriter.html | 417 ++ .../timemachine/dump/xml/TextReader.html | 331 ++ .../timemachine/dump/xml/TextWriter.html | 417 ++ .../dump/xml/TimeMachineRevisionParser.html | 287 ++ .../dump/xml/XMLDumpTableInputStream.html | 433 ++ .../dump/xml/class-use/PageReader.html | 145 + .../dump/xml/class-use/PageWriter.html | 145 + .../dump/xml/class-use/RevisionReader.html | 145 + .../dump/xml/class-use/RevisionWriter.html | 145 + .../dump/xml/class-use/TextReader.html | 145 + .../dump/xml/class-use/TextWriter.html | 145 + .../class-use/TimeMachineRevisionParser.html | 145 + .../class-use/XMLDumpTableInputStream.html | 145 + .../timemachine/dump/xml/package-frame.html | 47 + .../timemachine/dump/xml/package-summary.html | 189 + .../timemachine/dump/xml/package-tree.html | 169 + .../timemachine/dump/xml/package-use.html | 145 + .../TimeMachine-0.9.1/deprecated-list.html | 147 + apidocs/TimeMachine-0.9.1/help-doc.html | 224 + apidocs/TimeMachine-0.9.1/index-all.html | 706 +++ apidocs/TimeMachine-0.9.1/index.html | 40 + apidocs/TimeMachine-0.9.1/overview-frame.html | 47 + .../TimeMachine-0.9.1/overview-summary.html | 165 + apidocs/TimeMachine-0.9.1/overview-tree.html | 180 + apidocs/TimeMachine-0.9.1/package-list | 3 + .../TimeMachine-0.9.1/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/TimeMachine-0.9.1/stylesheet.css | 29 + apidocs/Util-0.9.1/allclasses-frame.html | 34 + apidocs/Util-0.9.1/allclasses-noframe.html | 34 + apidocs/Util-0.9.1/constant-values.html | 185 + .../wikipedia/util/WikipediaTemplateInfo.html | 698 +++ .../util/WikipediaTemplateInfoGenerator.html | 557 +++ .../util/class-use/WikipediaTemplateInfo.html | 143 + .../WikipediaTemplateInfoGenerator.html | 143 + .../ukp/wikipedia/util/package-frame.html | 35 + .../ukp/wikipedia/util/package-summary.html | 161 + .../ukp/wikipedia/util/package-tree.html | 149 + .../ukp/wikipedia/util/package-use.html | 143 + apidocs/Util-0.9.1/deprecated-list.html | 145 + apidocs/Util-0.9.1/help-doc.html | 216 + apidocs/Util-0.9.1/index-all.html | 286 ++ apidocs/Util-0.9.1/index.html | 37 + apidocs/Util-0.9.1/overview-tree.html | 151 + apidocs/Util-0.9.1/package-list | 1 + apidocs/Util-0.9.1/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/Util-0.9.1/stylesheet.css | 29 + .../WikiMachine-0.9.1/allclasses-frame.html | 118 + .../WikiMachine-0.9.1/allclasses-noframe.html | 118 + .../WikiMachine-0.9.1/constant-values.html | 601 +++ .../wikimachine/debug/AbstractLogger.html | 338 ++ .../wikimachine/debug/CompositeLogger.html | 259 + .../debug/FileMemoryLogVisualiser.html | 258 + .../wikimachine/debug/FileMemoryLogger.html | 313 ++ .../wikipedia/wikimachine/debug/ILogger.html | 210 + .../wikimachine/debug/InputStreamSpy.html | 393 ++ .../wikimachine/debug/Log4jLogger.html | 269 + .../wikimachine/debug/MailMemorylLogger.html | 354 ++ .../debug/class-use/AbstractLogger.html | 197 + .../debug/class-use/CompositeLogger.html | 145 + .../class-use/FileMemoryLogVisualiser.html | 145 + .../debug/class-use/FileMemoryLogger.html | 145 + .../wikimachine/debug/class-use/ILogger.html | 389 ++ .../debug/class-use/InputStreamSpy.html | 145 + .../debug/class-use/Log4jLogger.html | 145 + .../debug/class-use/MailMemorylLogger.html | 145 + .../wikimachine/debug/package-frame.html | 56 + .../wikimachine/debug/package-summary.html | 197 + .../wikimachine/debug/package-tree.html | 166 + .../wikimachine/debug/package-use.html | 235 + .../decompression/BZip2Decompressor.html | 271 + .../decompression/GZipDecompressor.html | 271 + .../decompression/IDecompressor.html | 222 + .../decompression/UniversalDecompressor.html | 363 ++ .../class-use/BZip2Decompressor.html | 145 + .../class-use/GZipDecompressor.html | 145 + .../class-use/IDecompressor.html | 264 + .../class-use/UniversalDecompressor.html | 145 + .../decompression/package-frame.html | 48 + .../decompression/package-summary.html | 182 + .../decompression/package-tree.html | 162 + .../decompression/package-use.html | 212 + .../domain/AbstractSnapshotGenerator.html | 414 ++ .../wikimachine/domain/Configuration.html | 565 +++ .../domain/DumpVersionProcessor.html | 442 ++ .../wikipedia/wikimachine/domain/Files.html | 831 ++++ .../domain/ISnapshotGenerator.html | 251 + .../wikimachine/domain/MetaData.html | 669 +++ .../class-use/AbstractSnapshotGenerator.html | 145 + .../domain/class-use/Configuration.html | 213 + .../class-use/DumpVersionProcessor.html | 218 + .../wikimachine/domain/class-use/Files.html | 256 + .../domain/class-use/ISnapshotGenerator.html | 218 + .../domain/class-use/MetaData.html | 234 + .../wikimachine/domain/package-frame.html | 52 + .../wikimachine/domain/package-summary.html | 191 + .../wikimachine/domain/package-tree.html | 160 + .../wikimachine/domain/package-use.html | 249 + .../dump/sql/CategorylinksParser.html | 466 ++ .../wikimachine/dump/sql/PagelinksParser.html | 486 ++ .../wikimachine/dump/sql/SQLEscape.html | 249 + .../sql/class-use/CategorylinksParser.html | 210 + .../dump/sql/class-use/PagelinksParser.html | 210 + .../dump/sql/class-use/SQLEscape.html | 145 + .../wikimachine/dump/sql/package-frame.html | 37 + .../wikimachine/dump/sql/package-summary.html | 167 + .../wikimachine/dump/sql/package-tree.html | 154 + .../wikimachine/dump/sql/package-use.html | 202 + .../dump/version/AbstractDumpVersion.html | 1391 ++++++ .../dump/version/IDumpVersion.html | 776 +++ .../dump/version/IDumpVersionFactory.html | 207 + .../class-use/AbstractDumpVersion.html | 145 + .../dump/version/class-use/IDumpVersion.html | 263 + .../class-use/IDumpVersionFactory.html | 145 + .../dump/version/package-frame.html | 46 + .../dump/version/package-summary.html | 176 + .../dump/version/package-tree.html | 160 + .../wikimachine/dump/version/package-use.html | 209 + .../dump/xml/AbstractXmlDumpReader.html | 1102 ++++ .../wikimachine/dump/xml/DumpTableEnum.html | 352 ++ .../dump/xml/DumpTableInputStream.html | 271 + .../wikimachine/dump/xml/PageParser.html | 493 ++ .../wikimachine/dump/xml/RevisionParser.html | 449 ++ .../wikimachine/dump/xml/TextParser.html | 344 ++ .../dump/xml/WikiXMLDumpReader.html | 336 ++ .../xml/class-use/AbstractXmlDumpReader.html | 181 + .../dump/xml/class-use/DumpTableEnum.html | 207 + .../xml/class-use/DumpTableInputStream.html | 189 + .../dump/xml/class-use/PageParser.html | 247 + .../dump/xml/class-use/RevisionParser.html | 247 + .../dump/xml/class-use/TextParser.html | 247 + .../dump/xml/class-use/WikiXMLDumpReader.html | 145 + .../wikimachine/dump/xml/package-frame.html | 54 + .../wikimachine/dump/xml/package-summary.html | 197 + .../wikimachine/dump/xml/package-tree.html | 172 + .../wikimachine/dump/xml/package-use.html | 281 ++ .../factory/IEnvironmentFactory.html | 362 ++ .../wikimachine/factory/SpringFactory.html | 457 ++ .../class-use/IEnvironmentFactory.html | 224 + .../factory/class-use/SpringFactory.html | 181 + .../wikimachine/factory/package-frame.html | 44 + .../wikimachine/factory/package-summary.html | 172 + .../wikimachine/factory/package-tree.html | 160 + .../wikimachine/factory/package-use.html | 196 + .../wikimachine/hashing/HashStringUtil.html | 262 + .../wikimachine/hashing/IStringHashCode.html | 210 + .../hashing/StringHashCodeDisabled.html | 259 + .../hashing/StringHashCodeJBoss.html | 259 + .../hashing/StringHashCodeJDK.html | 259 + .../hashing/class-use/HashStringUtil.html | 145 + .../hashing/class-use/IStringHashCode.html | 197 + .../class-use/StringHashCodeDisabled.html | 145 + .../class-use/StringHashCodeJBoss.html | 145 + .../hashing/class-use/StringHashCodeJDK.html | 145 + .../wikimachine/hashing/package-frame.html | 50 + .../wikimachine/hashing/package-summary.html | 184 + .../wikimachine/hashing/package-tree.html | 162 + .../wikimachine/hashing/package-use.html | 171 + .../wikipedia/wikimachine/util/Redirects.html | 256 + .../wikipedia/wikimachine/util/Strings.html | 500 ++ .../wikimachine/util/TimestampUtil.html | 301 ++ .../wikimachine/util/TxtFileWriter.html | 334 ++ .../wikimachine/util/UTFDataInputStream.html | 337 ++ .../wikimachine/util/UTFDataOutputStream.html | 366 ++ .../wikimachine/util/class-use/Redirects.html | 145 + .../wikimachine/util/class-use/Strings.html | 145 + .../util/class-use/TimestampUtil.html | 145 + .../util/class-use/TxtFileWriter.html | 253 + .../util/class-use/UTFDataInputStream.html | 181 + .../util/class-use/UTFDataOutputStream.html | 145 + .../wikimachine/util/package-frame.html | 43 + .../wikimachine/util/package-summary.html | 180 + .../wikimachine/util/package-tree.html | 173 + .../wikimachine/util/package-use.html | 191 + .../WikiMachine-0.9.1/deprecated-list.html | 147 + apidocs/WikiMachine-0.9.1/help-doc.html | 224 + apidocs/WikiMachine-0.9.1/index-all.html | 1371 +++++ apidocs/WikiMachine-0.9.1/index.html | 40 + apidocs/WikiMachine-0.9.1/overview-frame.html | 59 + .../WikiMachine-0.9.1/overview-summary.html | 189 + apidocs/WikiMachine-0.9.1/overview-tree.html | 205 + apidocs/WikiMachine-0.9.1/package-list | 9 + .../WikiMachine-0.9.1/resources/inherit.gif | Bin 0 -> 57 bytes apidocs/WikiMachine-0.9.1/stylesheet.css | 29 + 960 files changed, 255331 insertions(+) create mode 100644 apidocs/API-0.9.1/allclasses-frame.html create mode 100644 apidocs/API-0.9.1/allclasses-noframe.html create mode 100644 apidocs/API-0.9.1/constant-values.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Category.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraph.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraphManager.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryTitleComparator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CycleHandler.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/DatabaseConfiguration.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/MetaData.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Page.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQuery.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageTitleComparator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTest.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTestPageIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Title.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.Language.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Wikipedia.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikipediaInfo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Category.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraph.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraphManager.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryTitleComparator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CycleHandler.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/DatabaseConfiguration.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/MetaData.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Page.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQuery.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageTitleComparator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTest.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTestPageIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Title.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterable.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterator.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.Language.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Wikipedia.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikipediaInfo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiApiException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiInitializationException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiPageNotFoundException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiRelatednessException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiTitleParsingException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiApiException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiInitializationException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiPageNotFoundException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiRelatednessException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiTitleParsingException.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Category.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/CategoryDAO.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaData.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaDataDAO.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Page.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageDAO.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageMapLine.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/WikiHibernateUtil.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Category.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/CategoryDAO.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaData.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaDataDAO.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Page.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageDAO.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageMapLine.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/WikiHibernateUtil.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1a_HelloWorld.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1b_HelloWorld.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1c_HelloWorld.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T2_PageInfo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T3_PageDetails.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T4_Categories.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T5_TownList.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T6_HelperMethods.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1a_HelloWorld.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1b_HelloWorld.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1c_HelloWorld.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T2_PageInfo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T3_PageDetails.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T4_Categories.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T5_TownList.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T6_HelperMethods.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/GraphSerialization.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/SerializableDirectedGraph.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/GraphSerialization.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/SerializableDirectedGraph.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.FormatType.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentContainer.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentElement.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/DefinitionList.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.type.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedList.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListContainer.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListElement.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.type.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPage.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPageObject.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Section.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContainer.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContent.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Span.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SrcSpan.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Table.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/TableElement.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Template.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.FormatType.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentContainer.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentElement.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/DefinitionList.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.type.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedList.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListContainer.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListElement.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.type.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPage.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPageObject.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Section.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContainer.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContent.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Span.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SrcSpan.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Table.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/TableElement.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Template.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlFileDemo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlWriter.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/ParsedPageCSS.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlFileDemo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlWriter.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/ParsedPageCSS.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/FlushTemplates.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/GermanTemplateParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParserFactory.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiTemplateParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ModularParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ParserConstants.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ResolvedTemplate.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ShowTemplateNamesAndParameters.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SpanManager.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SrcPosRangeChecker.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/FlushTemplates.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/GermanTemplateParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParserFactory.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiTemplateParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ModularParser.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ParserConstants.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ResolvedTemplate.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ShowTemplateNamesAndParameters.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SpanManager.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SrcPosRangeChecker.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.SectionType.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.SectionType.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics2.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics2.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T1_SimpleParserDemo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T2_InternalLinks.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T3_LinkContexts.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T4_InterfacingWithWikipedia.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T5_CleaningTemplateImage.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T6_NestedLists.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/TestFile.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T1_SimpleParserDemo.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T2_InternalLinks.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T3_LinkContexts.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T4_InterfacingWithWikipedia.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T5_CleaningTemplateImage.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T6_NestedLists.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/TestFile.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.ProgressInfoMode.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/CommonUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/DbUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/GraphUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/HibernateUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/OS.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/StringUtils.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/UnmodifiableArraySet.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.ProgressInfoMode.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/CommonUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/DbUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/GraphUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/HibernateUtilities.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/OS.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/StringUtils.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/UnmodifiableArraySet.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/LevenshteinStringDistance.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/StringDistance.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/LevenshteinStringDistance.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/StringDistance.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-use.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html create mode 100644 apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html create mode 100644 apidocs/API-0.9.1/deprecated-list.html create mode 100644 apidocs/API-0.9.1/help-doc.html create mode 100644 apidocs/API-0.9.1/index-all.html create mode 100644 apidocs/API-0.9.1/index.html create mode 100644 apidocs/API-0.9.1/overview-frame.html create mode 100644 apidocs/API-0.9.1/overview-summary.html create mode 100644 apidocs/API-0.9.1/overview-tree.html create mode 100644 apidocs/API-0.9.1/package-list create mode 100644 apidocs/API-0.9.1/resources/inherit.gif create mode 100644 apidocs/API-0.9.1/serialized-form.html create mode 100644 apidocs/API-0.9.1/stylesheet.css create mode 100644 apidocs/DataMachine-0.9.1/allclasses-frame.html create mode 100644 apidocs/DataMachine-0.9.1/allclasses-noframe.html create mode 100644 apidocs/DataMachine-0.9.1/constant-values.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineFiles.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineGenerator.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/JWPLDataMachine.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineFiles.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineGenerator.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/JWPLDataMachine.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-frame.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-summary.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-tree.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-use.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKGeneric.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKIntKeyFactory.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKLongKeyFactory.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKStringKeyFactory.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionOriginal.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKGeneric.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKIntKeyFactory.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKLongKeyFactory.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKStringKeyFactory.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionOriginal.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-frame.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-summary.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-tree.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-use.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/BinaryDumpTableInputStream.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/DataMachineRevisionParser.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleBinaryDumpWriter.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleXmlDumpReader.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/XML2Binary.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/BinaryDumpTableInputStream.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/DataMachineRevisionParser.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleBinaryDumpWriter.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleXmlDumpReader.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/XML2Binary.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-frame.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-summary.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-tree.html create mode 100644 apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-use.html create mode 100644 apidocs/DataMachine-0.9.1/deprecated-list.html create mode 100644 apidocs/DataMachine-0.9.1/help-doc.html create mode 100644 apidocs/DataMachine-0.9.1/index-all.html create mode 100644 apidocs/DataMachine-0.9.1/index.html create mode 100644 apidocs/DataMachine-0.9.1/overview-frame.html create mode 100644 apidocs/DataMachine-0.9.1/overview-summary.html create mode 100644 apidocs/DataMachine-0.9.1/overview-tree.html create mode 100644 apidocs/DataMachine-0.9.1/package-list create mode 100644 apidocs/DataMachine-0.9.1/resources/inherit.gif create mode 100644 apidocs/DataMachine-0.9.1/stylesheet.css create mode 100644 apidocs/RevisionMachine-0.9.1/allclasses-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/allclasses-noframe.html create mode 100644 apidocs/RevisionMachine-0.9.1/constant-values.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/ChronoRevisionIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Contributor.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Revision.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionAPIConfiguration.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionApi.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionDataInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIteratorInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoFullRevision.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorage.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorageBlock.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoFullRevision.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorage.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorageBlock.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/ChronoRevisionIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Contributor.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Revision.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionAPIConfiguration.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionApi.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionDataInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIteratorInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/Bzip2Archiver.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/class-use/Bzip2Archiver.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ArticleReaderException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ConfigurationException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DecodingException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DiffException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/EncodingException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/LoggingException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/SQLConsumerException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/TimeoutException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ArticleReaderException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ConfigurationException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DecodingException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DiffException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/EncodingException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/LoggingException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/SQLConsumerException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/TimeoutException.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/Logger.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggerType.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggingFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/Logger.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggerType.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggingFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/DiffToolLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/class-use/DiffToolLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ArticleConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/DiffConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/SQLConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ArticleConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/DiffConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/SQLConsumerLogMessages.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/LetterNode.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MathUtilities.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MultipleKeywordTree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/SingleKeywordTree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Surrogates.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Time.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/LetterNode.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MathUtilities.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MultipleKeywordTree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/SingleKeywordTree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Surrogates.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Time.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffTool.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffToolThread.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffTool.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffToolThread.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationManager.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/OutputTypes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationManager.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/OutputTypes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigGUI.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigMenuBar.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigGUI.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigMenuBar.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ArchiveRegistry.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ComponentRegistry.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigController.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigSettings.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigVerification.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ArchiveRegistry.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ComponentRegistry.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigController.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigSettings.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigVerification.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigEnum.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigErrorKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItem.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItemTypes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/OutputCompressionEnum.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/PanelKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigEnum.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigErrorKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItem.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItemTypes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/OutputCompressionEnum.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/PanelKeys.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/ConfigDialog.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/InputDialog.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/XMLFileChooser.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/ConfigDialog.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/InputDialog.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/XMLFileChooser.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/AbstractPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/CachePanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ConfigPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/DebugPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ExternalProgramsPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/FilterPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/InputPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/LoggingPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ModePanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/OutputPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/SQLPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/AbstractPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/CachePanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ConfigPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/DebugPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ExternalProgramsPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/FilterPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/InputPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/LoggingPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ModePanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/OutputPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/SQLPanel.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/SimpleConfig.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/class-use/SimpleConfig.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/ArticleReaderInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/class-use/ArticleReaderInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/ArticleFilter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/InputFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/TimedWikipediaXMLReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/WikipediaXMLReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/ArticleFilter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/InputFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/TimedWikipediaXMLReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/WikipediaXMLReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/DiffCalculatorInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/TaskTransmitterInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagement.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagementInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffBlock.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffCalculator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/TimedDiffCalculator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagement.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagementInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffBlock.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffCalculator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/TimedDiffCalculator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/DiffCalculatorInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/TaskTransmitterInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/SQLEscape.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/WriterInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/SQLEscape.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/WriterInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/DataFileEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoderInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoding.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/TimedSQLEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/DataFileEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoderInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoding.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/TimedSQLEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileArchiveWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/OutputFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLArchiveWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLDatabaseWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLArchiveWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLDatabaseWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileArchiveWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/OutputFactory.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLArchiveWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLDatabaseWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLArchiveWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLDatabaseWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/OutputType.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/SurrogateModes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveDescription.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveManager.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/InputType.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveDescription.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveManager.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/InputType.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/OutputType.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/SurrogateModes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionCodecData.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionDecoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoderInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitReader.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionCodecData.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionDecoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoder.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoderInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/ISizeable.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/Task.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/TaskTypes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/ISizeable.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/Task.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/TaskTypes.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/Diff.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffAction.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffPart.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/Diff.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffAction.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffPart.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/ArticleInformation.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/class-use/ArticleInformation.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexGenerator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/Indexer.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexGenerator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexIterator.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/Indexer.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/AbstractIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndexData.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndexData.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/RevisionIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/AbstractIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndexData.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndexData.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/RevisionIndex.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DataFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DatabaseWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/IndexWriterInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/SQLFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DataFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DatabaseWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/IndexWriterInterface.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/SQLFileWriter.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-use.html create mode 100644 apidocs/RevisionMachine-0.9.1/deprecated-list.html create mode 100644 apidocs/RevisionMachine-0.9.1/help-doc.html create mode 100644 apidocs/RevisionMachine-0.9.1/index-all.html create mode 100644 apidocs/RevisionMachine-0.9.1/index.html create mode 100644 apidocs/RevisionMachine-0.9.1/overview-frame.html create mode 100644 apidocs/RevisionMachine-0.9.1/overview-summary.html create mode 100644 apidocs/RevisionMachine-0.9.1/overview-tree.html create mode 100644 apidocs/RevisionMachine-0.9.1/package-list create mode 100644 apidocs/RevisionMachine-0.9.1/resources/inherit.gif create mode 100644 apidocs/RevisionMachine-0.9.1/serialized-form.html create mode 100644 apidocs/RevisionMachine-0.9.1/stylesheet.css create mode 100644 apidocs/TimeMachine-0.9.1/allclasses-frame.html create mode 100644 apidocs/TimeMachine-0.9.1/allclasses-noframe.html create mode 100644 apidocs/TimeMachine-0.9.1/constant-values.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/JWPLTimeMachine.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/Revision.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/SettingsXML.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineFiles.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineGenerator.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/JWPLTimeMachine.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/Revision.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/SettingsXML.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineFiles.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineGenerator.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-frame.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-summary.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-tree.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-use.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKGeneric.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKIntKeyFactory.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKLongKeyFactory.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKStringKeyFactory.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionTroveIntKey.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/OriginalDumpVersion.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKGeneric.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKIntKeyFactory.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKLongKeyFactory.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKStringKeyFactory.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionTroveIntKey.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/OriginalDumpVersion.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-frame.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-summary.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-tree.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-use.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageReader.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageWriter.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionReader.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionWriter.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextReader.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextWriter.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TimeMachineRevisionParser.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/XMLDumpTableInputStream.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageReader.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageWriter.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionReader.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionWriter.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextReader.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextWriter.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TimeMachineRevisionParser.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/XMLDumpTableInputStream.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-frame.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-summary.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-tree.html create mode 100644 apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-use.html create mode 100644 apidocs/TimeMachine-0.9.1/deprecated-list.html create mode 100644 apidocs/TimeMachine-0.9.1/help-doc.html create mode 100644 apidocs/TimeMachine-0.9.1/index-all.html create mode 100644 apidocs/TimeMachine-0.9.1/index.html create mode 100644 apidocs/TimeMachine-0.9.1/overview-frame.html create mode 100644 apidocs/TimeMachine-0.9.1/overview-summary.html create mode 100644 apidocs/TimeMachine-0.9.1/overview-tree.html create mode 100644 apidocs/TimeMachine-0.9.1/package-list create mode 100644 apidocs/TimeMachine-0.9.1/resources/inherit.gif create mode 100644 apidocs/TimeMachine-0.9.1/stylesheet.css create mode 100644 apidocs/Util-0.9.1/allclasses-frame.html create mode 100644 apidocs/Util-0.9.1/allclasses-noframe.html create mode 100644 apidocs/Util-0.9.1/constant-values.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfo.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfoGenerator.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfo.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfoGenerator.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html create mode 100644 apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html create mode 100644 apidocs/Util-0.9.1/deprecated-list.html create mode 100644 apidocs/Util-0.9.1/help-doc.html create mode 100644 apidocs/Util-0.9.1/index-all.html create mode 100644 apidocs/Util-0.9.1/index.html create mode 100644 apidocs/Util-0.9.1/overview-tree.html create mode 100644 apidocs/Util-0.9.1/package-list create mode 100644 apidocs/Util-0.9.1/resources/inherit.gif create mode 100644 apidocs/Util-0.9.1/stylesheet.css create mode 100644 apidocs/WikiMachine-0.9.1/allclasses-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/allclasses-noframe.html create mode 100644 apidocs/WikiMachine-0.9.1/constant-values.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/AbstractLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/CompositeLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogVisualiser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/ILogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/InputStreamSpy.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/Log4jLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/MailMemorylLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/AbstractLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/CompositeLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogVisualiser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/ILogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/InputStreamSpy.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/Log4jLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/MailMemorylLogger.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/BZip2Decompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/GZipDecompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/IDecompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/UniversalDecompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/BZip2Decompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/GZipDecompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/IDecompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/UniversalDecompressor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/AbstractSnapshotGenerator.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Configuration.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/DumpVersionProcessor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Files.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/ISnapshotGenerator.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/MetaData.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/AbstractSnapshotGenerator.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Configuration.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/DumpVersionProcessor.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Files.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/ISnapshotGenerator.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/MetaData.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/CategorylinksParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/PagelinksParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/SQLEscape.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/CategorylinksParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/PagelinksParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/SQLEscape.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/AbstractDumpVersion.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersion.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersionFactory.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/AbstractDumpVersion.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersion.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersionFactory.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/AbstractXmlDumpReader.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableEnum.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableInputStream.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/PageParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/RevisionParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/TextParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/WikiXMLDumpReader.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/AbstractXmlDumpReader.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableEnum.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableInputStream.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/PageParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/RevisionParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/TextParser.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/WikiXMLDumpReader.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/IEnvironmentFactory.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/SpringFactory.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/IEnvironmentFactory.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/SpringFactory.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/HashStringUtil.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/IStringHashCode.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeDisabled.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJBoss.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJDK.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/HashStringUtil.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/IStringHashCode.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeDisabled.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJBoss.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJDK.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Redirects.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Strings.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TimestampUtil.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TxtFileWriter.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataInputStream.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataOutputStream.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Redirects.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Strings.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TimestampUtil.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TxtFileWriter.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataInputStream.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataOutputStream.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-use.html create mode 100644 apidocs/WikiMachine-0.9.1/deprecated-list.html create mode 100644 apidocs/WikiMachine-0.9.1/help-doc.html create mode 100644 apidocs/WikiMachine-0.9.1/index-all.html create mode 100644 apidocs/WikiMachine-0.9.1/index.html create mode 100644 apidocs/WikiMachine-0.9.1/overview-frame.html create mode 100644 apidocs/WikiMachine-0.9.1/overview-summary.html create mode 100644 apidocs/WikiMachine-0.9.1/overview-tree.html create mode 100644 apidocs/WikiMachine-0.9.1/package-list create mode 100644 apidocs/WikiMachine-0.9.1/resources/inherit.gif create mode 100644 apidocs/WikiMachine-0.9.1/stylesheet.css diff --git a/apidocs/API-0.9.1/allclasses-frame.html b/apidocs/API-0.9.1/allclasses-frame.html new file mode 100644 index 00000000..b6b40000 --- /dev/null +++ b/apidocs/API-0.9.1/allclasses-frame.html @@ -0,0 +1,248 @@ + + + + + + + +All Classes (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
ApiUtilities +
+ApiUtilities.ProgressInfoMode +
+Category +
+Category +
+CategoryDAO +
+CategoryDescendantsIterable +
+CategoryDescendantsIterator +
+CategoryGraph +
+CategoryGraphManager +
+CategoryIterable +
+CategoryIterator +
+CategoryTitleComparator +
+CommonUtilities +
+Content +
+Content.FormatType +
+ContentContainer +
+ContentElement +
+CycleHandler +
+DatabaseConfiguration +
+DbUtilities +
+DefinitionList +
+FlushTemplates +
+GermanTemplateParser +
+GraphSerialization +
+GraphUtilities +
+HibernateUtilities +
+HtmlFileDemo +
+HtmlWriter +
+LevenshteinStringDistance +
+Link +
+Link.type +
+MediaWikiParser +
+MediaWikiParserFactory +
+MediaWikiTemplateParser +
+MetaData +
+MetaData +
+MetaDataDAO +
+ModularParser +
+NestedList +
+NestedListContainer +
+NestedListElement +
+OS +
+Page +
+Page +
+PageDAO +
+PageIterable +
+PageIterator +
+PageMapLine +
+PageQuery +
+PageQueryIterable +
+PageQueryIterator +
+PageTitleComparator +
+Paragraph +
+Paragraph.type +
+ParsedPage +
+ParsedPageCSS +
+ParsedPageObject +
+ParserConstants +
+PerformanceTest +
+PerformanceTestPageIterator +
+ResolvedTemplate +
+Section +
+SectionContainer +
+SectionContent +
+SelectiveAccessHandler +
+SelectiveAccessHandler.SectionType +
+SerializableDirectedGraph +
+ShowTemplateNamesAndParameters +
+Span +
+SpanManager +
+SrcPosRangeChecker +
+SrcSpan +
+Statistics +
+Statistics2 +
+StringDistance +
+StringUtils +
+T1_SimpleParserDemo +
+T1a_HelloWorld +
+T1b_HelloWorld +
+T1c_HelloWorld +
+T2_InternalLinks +
+T2_PageInfo +
+T3_LinkContexts +
+T3_PageDetails +
+T4_Categories +
+T4_InterfacingWithWikipedia +
+T5_CleaningTemplateImage +
+T5_TownList +
+T6_HelperMethods +
+T6_NestedLists +
+Table +
+TableElement +
+Template +
+TestFile +
+Title +
+TitleIterable +
+TitleIterator +
+UnmodifiableArraySet +
+WikiApiException +
+WikiConstants +
+WikiConstants.Language +
+WikiException +
+WikiHibernateUtil +
+WikiInitializationException +
+WikiPageNotFoundException +
+Wikipedia +
+WikipediaInfo +
+WikiRelatednessException +
+WikiTitleParsingException +
+
+ + + diff --git a/apidocs/API-0.9.1/allclasses-noframe.html b/apidocs/API-0.9.1/allclasses-noframe.html new file mode 100644 index 00000000..5ad27f4a --- /dev/null +++ b/apidocs/API-0.9.1/allclasses-noframe.html @@ -0,0 +1,248 @@ + + + + + + + +All Classes (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
ApiUtilities +
+ApiUtilities.ProgressInfoMode +
+Category +
+Category +
+CategoryDAO +
+CategoryDescendantsIterable +
+CategoryDescendantsIterator +
+CategoryGraph +
+CategoryGraphManager +
+CategoryIterable +
+CategoryIterator +
+CategoryTitleComparator +
+CommonUtilities +
+Content +
+Content.FormatType +
+ContentContainer +
+ContentElement +
+CycleHandler +
+DatabaseConfiguration +
+DbUtilities +
+DefinitionList +
+FlushTemplates +
+GermanTemplateParser +
+GraphSerialization +
+GraphUtilities +
+HibernateUtilities +
+HtmlFileDemo +
+HtmlWriter +
+LevenshteinStringDistance +
+Link +
+Link.type +
+MediaWikiParser +
+MediaWikiParserFactory +
+MediaWikiTemplateParser +
+MetaData +
+MetaData +
+MetaDataDAO +
+ModularParser +
+NestedList +
+NestedListContainer +
+NestedListElement +
+OS +
+Page +
+Page +
+PageDAO +
+PageIterable +
+PageIterator +
+PageMapLine +
+PageQuery +
+PageQueryIterable +
+PageQueryIterator +
+PageTitleComparator +
+Paragraph +
+Paragraph.type +
+ParsedPage +
+ParsedPageCSS +
+ParsedPageObject +
+ParserConstants +
+PerformanceTest +
+PerformanceTestPageIterator +
+ResolvedTemplate +
+Section +
+SectionContainer +
+SectionContent +
+SelectiveAccessHandler +
+SelectiveAccessHandler.SectionType +
+SerializableDirectedGraph +
+ShowTemplateNamesAndParameters +
+Span +
+SpanManager +
+SrcPosRangeChecker +
+SrcSpan +
+Statistics +
+Statistics2 +
+StringDistance +
+StringUtils +
+T1_SimpleParserDemo +
+T1a_HelloWorld +
+T1b_HelloWorld +
+T1c_HelloWorld +
+T2_InternalLinks +
+T2_PageInfo +
+T3_LinkContexts +
+T3_PageDetails +
+T4_Categories +
+T4_InterfacingWithWikipedia +
+T5_CleaningTemplateImage +
+T5_TownList +
+T6_HelperMethods +
+T6_NestedLists +
+Table +
+TableElement +
+Template +
+TestFile +
+Title +
+TitleIterable +
+TitleIterator +
+UnmodifiableArraySet +
+WikiApiException +
+WikiConstants +
+WikiConstants.Language +
+WikiException +
+WikiHibernateUtil +
+WikiInitializationException +
+WikiPageNotFoundException +
+Wikipedia +
+WikipediaInfo +
+WikiRelatednessException +
+WikiTitleParsingException +
+
+ + + diff --git a/apidocs/API-0.9.1/constant-values.html b/apidocs/API-0.9.1/constant-values.html new file mode 100644 index 00000000..fb4983e5 --- /dev/null +++ b/apidocs/API-0.9.1/constant-values.html @@ -0,0 +1,229 @@ + + + + + + + +Constant Field Values (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.tudarmstadt.*
+ +

+ + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.api.WikiConstants
+public static final StringDISCUSSION_PREFIX"Discussion:"
+ +

+ +

+ + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.parser.Span
+public static final charERRORCHAR0
+ +

+ +

+ + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate
+public static final StringTEMPLATESPACER"(TEMPLATE)"
+ +

+ +

+ + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics
+public static final Stringpath"./data/parsedpage/statistics/"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Category.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Category.html new file mode 100644 index 00000000..931b1e53 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Category.html @@ -0,0 +1,805 @@ + + + + + + + +Category (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class Category

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.Category
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class Category
extends Object
implements WikiConstants
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
+protected Category(Wikipedia wiki, + int pageID) + +
+          Creates a category object.
+protected Category(Wikipedia wiki, + long id) + +
+          Creates a category object.
+ Category(Wikipedia wiki, + String pName) + +
+          Creates a category object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ long__getId() + +
+          This returns the internal id.
+protected  Set<Integer>__getPages() + +
+          This method exposes implementation details and should not be made public.
+ Set<Integer>getArticleIds() + +
+          Returns the set of article ids that are categorized under this category.
+ Set<Page>getArticles() + +
+          Returns the set of articles that are categorized under this category.
+protected  StringgetCategoryInfo() + +
+           
+ Set<Category>getChildren() + +
+          Returns a set containing the children (subcategories) of this category.
+ Set<Integer>getChildrenIDs() + +
+           
+ Iterable<Category>getDescendants() + +
+          Returns *all* recursively collected descendants (=subcategories) of this category.
+protected  Iterable<Category>getDescendants(int bufferSize) + +
+          Returns *all* recursively collected descendants (=subcategories) of this category.
+ intgetNumberOfChildren() + +
+          This is a more efficient shortcut for writing "getChildren().size()", as that would require to load all the children first.
+ intgetNumberOfPages() + +
+          This is a more efficient shortcut for writing "getPages().size()", as that would require to load all the pages first.
+ intgetNumberOfParents() + +
+          This is a more efficient shortcut for writing "getParents().size()", as that would require to load all the parents first.
+ intgetPageId() + +
+          Returns a unique page id.
+ Set<Page>getPages() + +
+          Deprecated. Use getArticles() instead.
+ Set<Integer>getParentIDs() + +
+           
+ Set<Category>getParents() + +
+          Returns a set containing parents (supercategories) of this category.
+ Set<Category>getSiblings() + +
+          Returns the siblings of this category.
+ TitlegetTitle() + +
+          Returns the title of the category.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Category

+
+protected Category(Wikipedia wiki,
+                   long id)
+            throws WikiPageNotFoundException
+
+
Creates a category object. +

+

+
Parameters:
wiki - The wikipedia object.
id - The hibernate id of the category. +
Throws: +
WikiPageNotFoundException - If the category does not exist.
+
+
+ +

+Category

+
+protected Category(Wikipedia wiki,
+                   int pageID)
+            throws WikiPageNotFoundException
+
+
Creates a category object. +

+

+
Parameters:
wiki - The wikipedia object.
pageID - The pageID of the category. +
Throws: +
WikiPageNotFoundException - If the category does not exist.
+
+
+ +

+Category

+
+public Category(Wikipedia wiki,
+                String pName)
+         throws WikiApiException
+
+
Creates a category object. +

+

+
Parameters:
wiki - The wikipedia object.
pName - The name of the category. +
Throws: +
WikiPageNotFoundException - If the category does not exist. +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+__getId

+
+public long __getId()
+
+
This returns the internal id. Do not confuse this with the pageId. +

+

+
+
+
+ +
Returns:
Returns the internal id.
+
+
+
+ +

+getPageId

+
+public int getPageId()
+
+
Returns a unique page id. +

+

+
+
+
+ +
Returns:
A unique page id.
+
+
+
+ +

+getParents

+
+public Set<Category> getParents()
+
+
Returns a set containing parents (supercategories) of this category. +

+

+
+
+
+ +
Returns:
A set containing parents (supercategories) of this category.
+
+
+
+ +

+getNumberOfParents

+
+public int getNumberOfParents()
+
+
This is a more efficient shortcut for writing "getParents().size()", as that would require to load all the parents first. +

+

+
+
+
+ +
Returns:
The number of parents of this category.
+
+
+
+ +

+getParentIDs

+
+public Set<Integer> getParentIDs()
+
+
+
+
+
+ +
Returns:
A set containing the IDs of the parents of this category.
+
+
+
+ +

+getChildren

+
+public Set<Category> getChildren()
+
+
Returns a set containing the children (subcategories) of this category. +

+

+
+
+
+ +
Returns:
A set containing the children (subcategories) of this category.
+
+
+
+ +

+getNumberOfChildren

+
+public int getNumberOfChildren()
+
+
This is a more efficient shortcut for writing "getChildren().size()", as that would require to load all the children first. +

+

+
+
+
+ +
Returns:
The number of children of this category.
+
+
+
+ +

+getChildrenIDs

+
+public Set<Integer> getChildrenIDs()
+
+
+
+
+
+ +
Returns:
A set containing the IDs of the children of this category.
+
+
+
+ +

+getTitle

+
+public Title getTitle()
+               throws WikiTitleParsingException
+
+
Returns the title of the category. +

+

+
+
+
+ +
Returns:
The title of the category. +
Throws: +
WikiTitleParsingException
+
+
+
+ +

+getPages

+
+@Deprecated
+public Set<Page> getPages()
+                   throws WikiApiException
+
+
Deprecated. Use getArticles() instead. +

+

Returns the set of pages that are categorized under this category. +

+

+
+
+
+ +
Returns:
The set of pages that are categorized under this category. +
Throws: +
WikiApiException
+
+
+
+ +

+getArticles

+
+public Set<Page> getArticles()
+                      throws WikiApiException
+
+
Returns the set of articles that are categorized under this category. +

+

+
+
+
+ +
Returns:
The set of articles that are categorized under this category. +
Throws: +
WikiApiException
+
+
+
+ +

+getArticleIds

+
+public Set<Integer> getArticleIds()
+                           throws WikiApiException
+
+
Returns the set of article ids that are categorized under this category. +

+

+
+
+
+ +
Returns:
The set of article ids that are categorized under this category. +
Throws: +
WikiApiException
+
+
+
+ +

+getNumberOfPages

+
+public int getNumberOfPages()
+                     throws WikiApiException
+
+
This is a more efficient shortcut for writing "getPages().size()", as that would require to load all the pages first. +

+

+
+
+
+ +
Returns:
The number of pages. +
Throws: +
WikiApiException
+
+
+
+ +

+__getPages

+
+protected Set<Integer> __getPages()
+                           throws WikiPageNotFoundException
+
+
This method exposes implementation details and should not be made public. + It is used for performance tuning. +

+

+
+
+
+ +
Returns:
The set of pages that are categorized under this category. +
Throws: +
WikiPageNotFoundException
+
+
+
+ +

+getDescendants

+
+public Iterable<Category> getDescendants()
+
+
Returns *all* recursively collected descendants (=subcategories) of this category. +

+

+
+
+
+ +
Returns:
An iterable of all descendants (=subcategories) of this category.
+
+
+
+ +

+getDescendants

+
+protected Iterable<Category> getDescendants(int bufferSize)
+
+
Returns *all* recursively collected descendants (=subcategories) of this category. +

+

+
+
+
+ +
Returns:
An iterable of all descendants (=subcategories) of this category.
+
+
+
+ +

+getSiblings

+
+public Set<Category> getSiblings()
+
+
Returns the siblings of this category. +

+

+
+
+
+ +
Returns:
Returns the siblings of this category or null, if there are none.
+
+
+
+ +

+getCategoryInfo

+
+protected String getCategoryInfo()
+                          throws WikiApiException
+
+
+
+
+
+ +
Returns:
A string with infos about this category object. +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterable.html new file mode 100644 index 00000000..42cb7046 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterable.html @@ -0,0 +1,287 @@ + + + + + + + +CategoryDescendantsIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryDescendantsIterable

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable
+
+
+
All Implemented Interfaces:
Iterable<Category>
+
+
+
+
public class CategoryDescendantsIterable
extends Object
implements Iterable<Category>
+ + +

+An iterable over category objects retrieved by Category.getDescendants() +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
CategoryDescendantsIterable(Wikipedia wiki, + Category startCategory) + +
+           
CategoryDescendantsIterable(Wikipedia wiki, + int bufferSize, + Category startCategory) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Iterator<Category>iterator() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryDescendantsIterable

+
+public CategoryDescendantsIterable(Wikipedia wiki,
+                                   Category startCategory)
+
+
+
+ +

+CategoryDescendantsIterable

+
+public CategoryDescendantsIterable(Wikipedia wiki,
+                                   int bufferSize,
+                                   Category startCategory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+iterator

+
+public Iterator<Category> iterator()
+
+
+
Specified by:
iterator in interface Iterable<Category>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterator.html new file mode 100644 index 00000000..992ad4d0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryDescendantsIterator.html @@ -0,0 +1,315 @@ + + + + + + + +CategoryDescendantsIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryDescendantsIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator
+
+
+
All Implemented Interfaces:
Iterator<Category>
+
+
+
+
public class CategoryDescendantsIterator
extends Object
implements Iterator<Category>
+ + +

+An iterator over category objects retrieved by Category.getDescendants() +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CategoryDescendantsIterator(Wikipedia wiki, + int bufferSize, + Category startCategory) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+           
+ Categorynext() + +
+           
+ voidremove() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryDescendantsIterator

+
+public CategoryDescendantsIterator(Wikipedia wiki,
+                                   int bufferSize,
+                                   Category startCategory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+
+
+
Specified by:
hasNext in interface Iterator<Category>
+
+
+
+
+
+
+ +

+next

+
+public Category next()
+
+
+
Specified by:
next in interface Iterator<Category>
+
+
+
+
+
+
+ +

+remove

+
+public void remove()
+
+
+
Specified by:
remove in interface Iterator<Category>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraph.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraph.html new file mode 100644 index 00000000..627c47a2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraph.html @@ -0,0 +1,1237 @@ + + + + + + + +CategoryGraph (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryGraph

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryGraph
+
+
+
All Implemented Interfaces:
WikiConstants, Serializable
+
+
+
+
public class CategoryGraph
extends Object
implements WikiConstants, Serializable
+ + +

+The category graph is constructed from the links connecting Wikipedia categories. + It provides various accessors and graph algorithms. +

+ +

+

+
Author:
+
zesch
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
+ CategoryGraph() + +
+          Creates an empty category graph.
+ CategoryGraph(Wikipedia pWiki) + +
+          Creates a CategoryGraph object using all categories of the given Wikipedia.
+ CategoryGraph(Wikipedia pWiki, + org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> pGraph) + +
+           
+ CategoryGraph(Wikipedia pWiki, + File location) + +
+          Creates an CategoryGraph using a serialized DirectedGraph object.
+ CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories) + +
+          Creates a CategoryGraph object using the categories given by the iterable
+ CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories, + List<String> filterList) + +
+          Creates a CategoryGraph object using the categories given by the iterable, but filters all categories starting with strings contained in the filterList
+ CategoryGraph(Wikipedia pWiki, + List<String> filterList) + +
+          Creates a CategoryGraph object using all categories, but filters all categories starting with strings contained in the filterList.
+protected CategoryGraph(Wikipedia pWiki, + Set<Integer> pPageIDs) + +
+          Creates a category graph using a subset (that may also be the full set :) of the categories.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  Set<Integer>__getChildren(int pageID) + +
+           
+protected  Set<Integer>__getLeafNodes() + +
+           
+protected  Set<Integer>__getParents(int pageID) + +
+           
+ voidcreateRootPathMap() + +
+          Computes the paths from each category node to the root.
+ voiddeleteRootPathMap() + +
+          Deleted the root path map file.
+ doublegetAverageDegree() + +
+          Computes the average degree.
+ doublegetAverageShortestPathLength() + +
+          Computes the average of the path length between all pairs of nodes.
+ doublegetClusterCoefficient() + +
+          Compute the cluster coefficient of the graph (after Watts and Strogatz 1998) + Cluster coefficient C is defined as the average of C_v over all edges.
+ Map<Integer,Integer>getDegreeDistribution() + +
+          Computes the degree distribution.
+ doublegetDepth() + +
+          This parameter is already set in the constructor as it is needed for computation of relatedness values.
+ doublegetDiameter() + +
+          Computes the diameter of the graph (the maximum of the shortest path length between all pairs of nodes) + The graph is treated as a undirected graph.
+ org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge>getGraph() + +
+           
+ StringgetGraphInfo() + +
+           
+protected  Map<Integer,Integer>getHyponymCountMap() + +
+           
+protected  intgetInDegree(int pageID) + +
+           
+ doublegetIntrinsicInformationContent(Category category) + +
+          Intrinsic information content (Seco Etal. 2004) allows to compute information content from the structure of the taxonomy (no corpus needed).
+ CategoryGraphgetLargestConnectedComponent() + +
+           
+ CategorygetLCS(Category category1, + Category category2) + +
+          Gets the lowest common subsumer (LCS) of two nodes.
+protected  Set<Integer>getNeighbors(int node) + +
+          Get the neighbors of a given node.
+ intgetNumberOfEdges() + +
+          Get the number of edges in the graph.
+ intgetNumberOfNodes() + +
+          Get the number of nodes in the graph.
+protected  intgetOutDegree(int pageID) + +
+           
+ intgetPathLengthInEdges(Category node1, + Category node2) + +
+          Gets the path length between two category nodes - measured in "edges".
+ intgetPathLengthInNodes(Category node1, + Category node2) + +
+          Gets the path length between two category nodes - measured in "nodes".
+protected  Map<Integer,List<Integer>>getRootPathMap() + +
+           
+ intgetTaxonomicallyBoundPathLengthInEdges(Category cat1, + Category cat2) + +
+          Computing the path length in very large graphs like the Wikipedia category graph is very time consuming.
+ intgetTaxonomicallyBoundPathLengthInNodes(Category cat1, + Category cat2) + +
+           
+ voidsaveGraph(String destination) + +
+          Serializes the graph to the given destination.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryGraph

+
+public CategoryGraph()
+              throws WikiApiException
+
+
Creates an empty category graph. You cannot do much with such a graph. + Sometimes an empty category graph can be useful if you just need a CategoryGraph object, but do not care about its content. +

+

+ +
Throws: +
WikiApiException
+
+
+ +

+CategoryGraph

+
+public CategoryGraph(Wikipedia pWiki,
+                     File location)
+              throws WikiApiException
+
+
Creates an CategoryGraph using a serialized DirectedGraph object. +

+

+
Parameters:
pWiki - A Wikipedia object.
location - The location of the serialized graph +
Throws: +
IOException +
ClassNotFoundException +
WikiApiException
+
+
+ +

+CategoryGraph

+
+public CategoryGraph(Wikipedia pWiki)
+              throws WikiApiException
+
+
Creates a CategoryGraph object using all categories of the given Wikipedia. +

+

+
Parameters:
pWiki - A Wikipedia object. +
Throws: +
WikiApiException
+
+
+ +

+CategoryGraph

+
+public CategoryGraph(Wikipedia pWiki,
+                     List<String> filterList)
+              throws WikiApiException
+
+
Creates a CategoryGraph object using all categories, but filters all categories starting with strings contained in the filterList. +

+

+
Parameters:
pWiki - The Wikipedia object.
filterList - A list of strings. All categories starting with or matching such a string are not added to the category graph. +
Throws: +
WikiApiException
+
+
+ +

+CategoryGraph

+
+public CategoryGraph(Wikipedia pWiki,
+                     Iterable<Category> categories)
+              throws WikiApiException
+
+
Creates a CategoryGraph object using the categories given by the iterable +

+

+
Parameters:
pWiki - The Wikipedia object.
categories - An iterable of the categories to use for construction of the category graph. +
Throws: +
WikiApiException
+
+
+ +

+CategoryGraph

+
+public CategoryGraph(Wikipedia pWiki,
+                     Iterable<Category> categories,
+                     List<String> filterList)
+              throws WikiApiException
+
+
Creates a CategoryGraph object using the categories given by the iterable, but filters all categories starting with strings contained in the filterList +

+

+
Parameters:
pWiki - The Wikipedia object.
categories - An iterable of the categories to use for construction of the category graph.
filterList - A list of strings. All categories starting with or matching such a string are not added to the category graph. +
Throws: +
WikiApiException
+
+
+ +

+CategoryGraph

+
+protected CategoryGraph(Wikipedia pWiki,
+                        Set<Integer> pPageIDs)
+                 throws WikiApiException
+
+
Creates a category graph using a subset (that may also be the full set :) of the categories. +

+

+
Parameters:
pWiki - The wiki object.
pPageIDs - A set of pageIDs of the category pages that should be used to build the category graph. +
Throws: +
WikiApiException
+
+
+ +

+CategoryGraph

+
+public CategoryGraph(Wikipedia pWiki,
+                     org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> pGraph)
+              throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+getLCS

+
+public Category getLCS(Category category1,
+                       Category category2)
+                throws WikiApiException
+
+
Gets the lowest common subsumer (LCS) of two nodes. + The LCS of two nodes is first node on the path to the root, that has both nodes as sons. + Nodes that are not in the same connected component as the root node are defined to have no LCS. +

+

+
+
+
+
Parameters:
category1 - The first category node.
category2 - The second category node. +
Returns:
The lowest common subsumer of the two nodes, or null if there is no LCS. +
Throws: +
WikiApiException
+
+
+
+ +

+getPathLengthInEdges

+
+public int getPathLengthInEdges(Category node1,
+                                Category node2)
+
+
Gets the path length between two category nodes - measured in "edges". +

+

+
+
+
+
Parameters:
node1 - The first category node.
node2 - The second category node. +
Returns:
The number of edges of the path between node1 and node2. 0, if the nodes are identical. -1, if no path exists.
+
+
+
+ +

+getTaxonomicallyBoundPathLengthInEdges

+
+public int getTaxonomicallyBoundPathLengthInEdges(Category cat1,
+                                                  Category cat2)
+                                           throws WikiApiException
+
+
Computing the path length in very large graphs like the Wikipedia category graph is very time consuming. + However, we know that the graph is almost a taxonomy (it contains some cycles that can be removed). + The path from each category to the root is stored in the rootPathMap. + We can use this information to speed up computation dramatically. + However, we might miss some shortest path to a node if there are multiple paths to the root. + + It is very similar to finding the LCS. + If there is no LCS, than there also is no path. + If one of the nodes is on the path to the root, than we already know the distance. + Otherwise the distance can be computed as the sum of the distance of node1 to the LCS + the distance of node2 to the LCS. +

+

+
+
+
+
Parameters:
cat1 - The first category.
cat2 - The second category. +
Returns:
The number of edges of the path between node1 and node2. 0, if the nodes are identical. -1, if no path exists. +
Throws: +
WikiApiException
+
+
+
+ +

+getTaxonomicallyBoundPathLengthInNodes

+
+public int getTaxonomicallyBoundPathLengthInNodes(Category cat1,
+                                                  Category cat2)
+                                           throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getPathLengthInNodes

+
+public int getPathLengthInNodes(Category node1,
+                                Category node2)
+                         throws WikiApiException
+
+
Gets the path length between two category nodes - measured in "nodes". +

+

+
+
+
+
Parameters:
node1 - The first node.
node2 - The second node. +
Returns:
The number of nodes of the path between node1 and node2. 0, if the nodes are identical or neighbors. -1, if no path exists. +
Throws: +
WikiApiException
+
+
+
+ +

+__getLeafNodes

+
+protected Set<Integer> __getLeafNodes()
+                               throws WikiApiException
+
+
+
+
+
+ +
Returns:
The leaf nodes of the graph, i.e. nodes with outdegree = 0. +
Throws: +
WikiApiException
+
+
+
+ +

+getIntrinsicInformationContent

+
+public double getIntrinsicInformationContent(Category category)
+                                      throws WikiApiException
+
+
Intrinsic information content (Seco Etal. 2004) allows to compute information content from the structure of the taxonomy (no corpus needed). + IC(n) = 1 - log( hypo(n) + 1) / log(#cat) + hypo(n) is the (recursive) number of hyponyms of a node n. Recursive means that the hyponyms of hyponyms are also taken into account + #cat is the number of categories in the graph +

+

+
+
+
+
Parameters:
category - The category node for which the intrinsic information content should be returned. +
Returns:
The intrinsic information content for this category node. +
Throws: +
WikiApiException
+
+
+
+ +

+createRootPathMap

+
+public void createRootPathMap()
+                       throws WikiApiException
+
+
Computes the paths from each category node to the root. + Computing n paths will take some time. + Thus, efficient computing is based on the assumption that all subpaths in the shortest path to the root, are also shortest paths for the corresponding nodes. + Starting with the leaf nodes gives the longest initial paths with most subpaths. +

+

+
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+deleteRootPathMap

+
+public void deleteRootPathMap()
+                       throws WikiApiException
+
+
Deleted the root path map file. +

+

+
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getInDegree

+
+protected int getInDegree(int pageID)
+                   throws WikiApiException
+
+
+
+
+
+
Parameters:
pageID - The pageID of the category. +
Returns:
The indegree of the given category. +
Throws: +
WikiApiException
+
+
+
+ +

+getOutDegree

+
+protected int getOutDegree(int pageID)
+                    throws WikiApiException
+
+
+
+
+
+
Parameters:
pageID - The pageID of the category. +
Returns:
The outdegree of the given category. +
Throws: +
WikiApiException
+
+
+
+ +

+__getChildren

+
+protected Set<Integer> __getChildren(int pageID)
+                              throws WikiApiException
+
+
+
+
+
+
Parameters:
pageID - The pageID of the category. +
Returns:
A set of child nodes of the given category. +
Throws: +
WikiApiException
+
+
+
+ +

+__getParents

+
+protected Set<Integer> __getParents(int pageID)
+                             throws WikiApiException
+
+
+
+
+
+
Parameters:
pageID - The pageID of the category. +
Returns:
A set of parent nodes of the given category. +
Throws: +
WikiApiException
+
+
+
+ +

+getLargestConnectedComponent

+
+public CategoryGraph getLargestConnectedComponent()
+                                           throws WikiApiException
+
+
+
+
+
+ +
Returns:
Returns the largest connected component as a new graph. If the base graph already is connected, it simply returns the whole graph. +
Throws: +
WikiApiException
+
+
+
+ +

+getNumberOfNodes

+
+public int getNumberOfNodes()
+
+
Get the number of nodes in the graph. +

+

+
+
+
+ +
Returns:
The number of nodes in the graph.
+
+
+
+ +

+getNumberOfEdges

+
+public int getNumberOfEdges()
+
+
Get the number of edges in the graph. +

+

+
+
+
+ +
Returns:
The number of edges in the graph.
+
+
+
+ +

+getAverageShortestPathLength

+
+public double getAverageShortestPathLength()
+
+
Computes the average of the path length between all pairs of nodes. + The graph is treated as an undirected graph. + Computing graph parameters requires touching all node pairs. + Therefore, if one is called the others are computed as well and stored for later retrieval. +

+

+
+
+
+ +
Returns:
The average of the shortest path lengths between all pairs of nodes.
+
+
+
+ +

+getDiameter

+
+public double getDiameter()
+
+
Computes the diameter of the graph (the maximum of the shortest path length between all pairs of nodes) + The graph is treated as a undirected graph. + Computing graph parameters requires touching all node pairs. + Therefore, if one is called the others are computed as well and stored for later retrieval. +

+

+
+
+
+ +
Returns:
The diameter of the graph.
+
+
+
+ +

+getAverageDegree

+
+public double getAverageDegree()
+
+
Computes the average degree. The degree of a node is the number of edges edges that it is connected with. + The graph is treated as an undirected graph. + Computing graph parameters requires touching all node pairs. + Therefore, if one is called the others are computed as well and stored for later retrieval. +

+

+
+
+
+ +
Returns:
The average degree of the graph.
+
+
+
+ +

+getClusterCoefficient

+
+public double getClusterCoefficient()
+
+
Compute the cluster coefficient of the graph (after Watts and Strogatz 1998) + Cluster coefficient C is defined as the average of C_v over all edges. + C_v is the fraction of the connections that exist between the neighbor nodes (k_v) of a vertex v and all allowable connections between the neighbors (k_v(k_v -1)/2). + C_v = 2 * number of connections between / k_v*(k_v -1) +

+

+
+
+
+ +
Returns:
The cluster coefficient.
+
+
+
+ +

+getDegreeDistribution

+
+public Map<Integer,Integer> getDegreeDistribution()
+
+
Computes the degree distribution. The degree of a node is the number of edges that it is connected with. + The graph is treated as an undirected graph. + Computing graph parameters requires touching all node pairs. + Therefore, if one is called the others are computed as well and stored for later retrieval. +

+

+
+
+
+ +
Returns:
A map with the degree distribution of the graph.
+
+
+
+ +

+getNeighbors

+
+protected Set<Integer> getNeighbors(int node)
+
+
Get the neighbors of a given node. + The category graph is treated as an undirected graph. +

+

+
+
+
+
Parameters:
category - The category under consideration. +
Returns:
The set of category nodes that are neighbors of this category.
+
+
+
+ +

+getDepth

+
+public double getDepth()
+                throws WikiApiException
+
+
This parameter is already set in the constructor as it is needed for computation of relatedness values. + Therefore its computation does not trigger setGraphParameters (it is too slow), even if the depth is implicitly determined there, too. +

+

+
+
+
+ +
Returns:
The depth of the category graph, i.e. the maximum path length starting with the root node. +
Throws: +
WikiApiException
+
+
+
+ +

+getGraphInfo

+
+public String getGraphInfo()
+
+
+
+
+
+
+
+
+
+ +

+getGraph

+
+public org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> getGraph()
+
+
+
+
+
+ +
Returns:
Returns the graph.
+
+
+
+ +

+getHyponymCountMap

+
+protected Map<Integer,Integer> getHyponymCountMap()
+                                           throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getRootPathMap

+
+protected Map<Integer,List<Integer>> getRootPathMap()
+                                             throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+saveGraph

+
+public void saveGraph(String destination)
+               throws WikiApiException
+
+
Serializes the graph to the given destination. +

+

+
+
+
+
Parameters:
destination - The destination to which should be saved. +
Throws: +
IOException +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraphManager.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraphManager.html new file mode 100644 index 00000000..d791b764 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryGraphManager.html @@ -0,0 +1,330 @@ + + + + + + + +CategoryGraphManager (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryGraphManager

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager
+
+
+
+
public class CategoryGraphManager
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
CategoryGraphManager() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static CategoryGraphgetCategoryGraph(Wikipedia wiki) + +
+           
+static CategoryGraphgetCategoryGraph(Wikipedia wiki, + boolean serialize) + +
+           
+static CategoryGraphgetCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds) + +
+           
+static CategoryGraphgetCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds, + boolean serialize) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryGraphManager

+
+public CategoryGraphManager()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCategoryGraph

+
+public static CategoryGraph getCategoryGraph(Wikipedia wiki)
+                                      throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getCategoryGraph

+
+public static CategoryGraph getCategoryGraph(Wikipedia wiki,
+                                             boolean serialize)
+                                      throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getCategoryGraph

+
+public static CategoryGraph getCategoryGraph(Wikipedia wiki,
+                                             Set<Integer> pageIds)
+                                      throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getCategoryGraph

+
+public static CategoryGraph getCategoryGraph(Wikipedia wiki,
+                                             Set<Integer> pageIds,
+                                             boolean serialize)
+                                      throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterable.html new file mode 100644 index 00000000..450e4a13 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterable.html @@ -0,0 +1,283 @@ + + + + + + + +CategoryIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryIterable

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryIterable
+
+
+
All Implemented Interfaces:
Iterable<Category>
+
+
+
+
public class CategoryIterable
extends Object
implements Iterable<Category>
+ + +

+An iterable over category objects. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
CategoryIterable(Wikipedia wiki) + +
+           
CategoryIterable(Wikipedia wiki, + int bufferSize) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Iterator<Category>iterator() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryIterable

+
+public CategoryIterable(Wikipedia wiki)
+
+
+
+ +

+CategoryIterable

+
+public CategoryIterable(Wikipedia wiki,
+                        int bufferSize)
+
+
+ + + + + + + + +
+Method Detail
+ +

+iterator

+
+public Iterator<Category> iterator()
+
+
+
Specified by:
iterator in interface Iterable<Category>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterator.html new file mode 100644 index 00000000..8cca45ad --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryIterator.html @@ -0,0 +1,313 @@ + + + + + + + +CategoryIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryIterator
+
+
+
All Implemented Interfaces:
Iterator<Category>
+
+
+
+
public class CategoryIterator
extends Object
implements Iterator<Category>
+ + +

+An iterator over category objects. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CategoryIterator(Wikipedia wiki, + int bufferSize) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+           
+ Categorynext() + +
+           
+ voidremove() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryIterator

+
+public CategoryIterator(Wikipedia wiki,
+                        int bufferSize)
+
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+
+
+
Specified by:
hasNext in interface Iterator<Category>
+
+
+
+
+
+
+ +

+next

+
+public Category next()
+
+
+
Specified by:
next in interface Iterator<Category>
+
+
+
+
+
+
+ +

+remove

+
+public void remove()
+
+
+
Specified by:
remove in interface Iterator<Category>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryTitleComparator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryTitleComparator.html new file mode 100644 index 00000000..e919fd7d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CategoryTitleComparator.html @@ -0,0 +1,278 @@ + + + + + + + +CategoryTitleComparator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CategoryTitleComparator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CategoryTitleComparator
+
+
+
All Implemented Interfaces:
Comparator<Category>
+
+
+
+
public class CategoryTitleComparator
extends Object
implements Comparator<Category>
+ + +

+Compares two categories based on the lexicographic ordering of their titles. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CategoryTitleComparator() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ intcompare(Category o1, + Category o2) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Comparator
equals
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryTitleComparator

+
+public CategoryTitleComparator()
+
+
+ + + + + + + + +
+Method Detail
+ +

+compare

+
+public int compare(Category o1,
+                   Category o2)
+
+
+
Specified by:
compare in interface Comparator<Category>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CycleHandler.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CycleHandler.html new file mode 100644 index 00000000..3b8f02c0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/CycleHandler.html @@ -0,0 +1,298 @@ + + + + + + + +CycleHandler (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class CycleHandler

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.CycleHandler
+
+
+
+
public class CycleHandler
extends Object
+ + +

+Methods for handling cycles in the category graph. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CycleHandler(Wikipedia wiki, + CategoryGraph categoryGraph) + +
+          Creates a cycle handler object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ booleancontainsCycle() + +
+          The JGraphT cycle detection seems not to find all cycles.
+ voidremoveCycles() + +
+          Removes cycles from the graph that was used to construct the cycle handler.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CycleHandler

+
+public CycleHandler(Wikipedia wiki,
+                    CategoryGraph categoryGraph)
+
+
Creates a cycle handler object. +

+

+
Parameters:
wiki - The Wikipedia object to use.
categoryGraph - The category graph in which cycles should be handeled.
+
+ + + + + + + + +
+Method Detail
+ +

+containsCycle

+
+public boolean containsCycle()
+                      throws WikiApiException
+
+
The JGraphT cycle detection seems not to find all cycles. Thus, I wrote my own cycle detection. + It is a colored DFS and should find all (viscious :) cycles. +

+

+ +
Returns:
True, if the graph contains a cycle. +
Throws: +
WikiApiException
+
+
+
+ +

+removeCycles

+
+public void removeCycles()
+                  throws WikiApiException
+
+
Removes cycles from the graph that was used to construct the cycle handler. +

+

+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/DatabaseConfiguration.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/DatabaseConfiguration.html new file mode 100644 index 00000000..4f8d7817 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/DatabaseConfiguration.html @@ -0,0 +1,459 @@ + + + + + + + +DatabaseConfiguration (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class DatabaseConfiguration

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration
+
+
+
+
public class DatabaseConfiguration
extends Object
+ + +

+A database configuration is used to establish a database connection and set various parameters. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
DatabaseConfiguration() + +
+           
DatabaseConfiguration(String host, + String database, + String user, + String password, + WikiConstants.Language language) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetDatabase() + +
+           
+ StringgetHost() + +
+           
+ WikiConstants.LanguagegetLanguage() + +
+           
+ StringgetPassword() + +
+           
+ StringgetUser() + +
+           
+ voidsetDatabase(String database) + +
+           
+ voidsetHost(String host) + +
+           
+ voidsetLanguage(WikiConstants.Language language) + +
+           
+ voidsetPassword(String password) + +
+           
+ voidsetUser(String user) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DatabaseConfiguration

+
+public DatabaseConfiguration()
+
+
+
+ +

+DatabaseConfiguration

+
+public DatabaseConfiguration(String host,
+                             String database,
+                             String user,
+                             String password,
+                             WikiConstants.Language language)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setDatabase

+
+public void setDatabase(String database)
+
+
+
Parameters:
database - The name of the database.
+
+
+
+ +

+setHost

+
+public void setHost(String host)
+
+
+
Parameters:
host - The host where the database is running. Set to "localhost", if the database is running locally.
+
+
+
+ +

+setPassword

+
+public void setPassword(String password)
+
+
+
Parameters:
password - The password to access the database.
+
+
+
+ +

+setUser

+
+public void setUser(String user)
+
+
+
Parameters:
user - The database user.
+
+
+
+ +

+setLanguage

+
+public void setLanguage(WikiConstants.Language language)
+
+
+
Parameters:
language - The language of the Wikipedia data.
+
+
+
+ +

+getDatabase

+
+public String getDatabase()
+
+
+ +
Returns:
The name of the database.
+
+
+
+ +

+getHost

+
+public String getHost()
+
+
+ +
Returns:
The host where the database is running.
+
+
+
+ +

+getPassword

+
+public String getPassword()
+
+
+ +
Returns:
The password to access the database.
+
+
+
+ +

+getUser

+
+public String getUser()
+
+
+ +
Returns:
The database user.
+
+
+
+ +

+getLanguage

+
+public WikiConstants.Language getLanguage()
+
+
+ +
Returns:
The language of the Wikipedia data.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/MetaData.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/MetaData.html new file mode 100644 index 00000000..d4d8b37b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/MetaData.html @@ -0,0 +1,520 @@ + + + + + + + +MetaData (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class MetaData

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.MetaData
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class MetaData
extends Object
implements WikiConstants
+ + +

+Provides access to meta data about a certain instance of Wikipedia. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + + +
+Constructor Summary
+protected MetaData(Wikipedia wiki) + +
+          Creates a meta data object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ CategorygetDisambiguationCategory() + +
+          Returns the disambiguation category.
+ longgetId() + +
+          Returns the id of the MetaData object.
+ WikiConstants.LanguagegetLanguage() + +
+          Returns the language of this wikipedia.
+ CategorygetMainCategory() + +
+          Returns the name of the main/root category.
+ longgetNumberOfCategories() + +
+          Returns the number of categories in the current Wikipedia.
+ longgetNumberOfDisambiguationPages() + +
+          Returns the number of disambituation pages in the current Wikipedia.
+ longgetNumberOfPages() + +
+          Returns the number of pages in the current Wikipedia.
+ longgetNumberOfRedirectPages() + +
+          Returns the number of redirects in the current Wikipedia.
+ StringgetVersion() + +
+          Returns the version of the wikipedia data.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetaData

+
+protected MetaData(Wikipedia wiki)
+
+
Creates a meta data object. +

+

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public long getId()
+
+
Returns the id of the MetaData object. +

+

+
+
+
+ +
Returns:
The id of the MetaData object.
+
+
+
+ +

+getNumberOfCategories

+
+public long getNumberOfCategories()
+
+
Returns the number of categories in the current Wikipedia. +

+

+
+
+
+ +
Returns:
The number of categories in the current Wikipedia.
+
+
+
+ +

+getNumberOfPages

+
+public long getNumberOfPages()
+
+
Returns the number of pages in the current Wikipedia. +

+

+
+
+
+ +
Returns:
The number of pages in the current Wikipedia.
+
+
+
+ +

+getNumberOfDisambiguationPages

+
+public long getNumberOfDisambiguationPages()
+
+
Returns the number of disambituation pages in the current Wikipedia. +

+

+
+
+
+ +
Returns:
The number of disambituation pages in the current Wikipedia.
+
+
+
+ +

+getNumberOfRedirectPages

+
+public long getNumberOfRedirectPages()
+
+
Returns the number of redirects in the current Wikipedia. +

+

+
+
+
+ +
Returns:
The number of redirects in the current Wikipedia.
+
+
+
+ +

+getDisambiguationCategory

+
+public Category getDisambiguationCategory()
+                                   throws WikiApiException
+
+
Returns the disambiguation category. +

+

+
+
+
+ +
Returns:
The disambiguation category. +
Throws: +
WikiApiException
+
+
+
+ +

+getMainCategory

+
+public Category getMainCategory()
+                         throws WikiApiException
+
+
Returns the name of the main/root category. +

+

+
+
+
+ +
Returns:
The name of the main/root category. +
Throws: +
WikiApiException
+
+
+
+ +

+getVersion

+
+public String getVersion()
+                  throws WikiApiException
+
+
Returns the version of the wikipedia data. +

+

+
+
+
+ +
Returns:
The version of the wikipedia data. +
Throws: +
WikiApiException
+
+
+
+ +

+getLanguage

+
+public WikiConstants.Language getLanguage()
+
+
Returns the language of this wikipedia. +

+

+
+
+
+ +
Returns:
The language of this wikipedia.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Page.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Page.html new file mode 100644 index 00000000..27609593 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Page.html @@ -0,0 +1,932 @@ + + + + + + + +Page (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class Page

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.Page
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class Page
extends Object
implements WikiConstants
+ + +

+Represents a Wikipedia article page. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
+protected Page(Wikipedia wiki, + int pageID) + +
+          Creates a page object.
+protected Page(Wikipedia wiki, + long id) + +
+          Creates a page object.
+protected Page(Wikipedia wiki, + long id, + Page hibernatePage) + +
+          Creates a Page object from an already retrieved hibernate Page
+ Page(Wikipedia wiki, + String pName) + +
+          Creates a page object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  long__getId() + +
+           
+ Set<Category>getCategories() + +
+          Returns a set of categories that this page belongs to.
+ Set<String>getInlinkAnchors() + +
+          Note that this method only returns the anchors that are not equal to the page's title.
+ Set<Integer>getInlinkIDs() + +
+          The result set may also contain links from non-existing pages.
+ Set<Page>getInlinks() + +
+          Returns the set of pages that have a link pointing to this page.
+ intgetNumberOfCategories() + +
+          This is a more efficient shortcut for writing "getCategories().size()", as that would require + to load all the categories first.
+ intgetNumberOfInlinks() + +
+          This is a more efficient shortcut for writing "getInlinks().size()", as that would require to + load all the inlinks first.
+ intgetNumberOfOutlinks() + +
+          This is a more efficient shortcut for writing "getOutlinks().size()", as that would require + to load all the outlinks first.
+ Map<String,Set<String>>getOutlinkAnchors() + +
+          Note that this method only returns the anchors that are not equal to the title of the page + they are pointing to.
+ Set<Integer>getOutlinkIDs() + +
+          The result set may also contain links from non-existing pages.
+ Set<Page>getOutlinks() + +
+          Returns the set of pages that are linked from this page.
+ intgetPageId() + +
+           
+protected  StringgetPageInfo() + +
+          Returns a string with infos about this page object.
+ ParsedPagegetParsedPage() + +
+          Returns a ParsedPage object as would have been returned by the JWPL Parser.
+ StringgetPlainText() + +
+          Returns the Wikipedia article as plain text.
+ Set<String>getRedirects() + +
+          Returns the set of strings that are redirects to this page.
+ StringgetText() + +
+          Returns the text of the page with media wiki markup.
+ TitlegetTitle() + +
+          Returns the title of the page.
+ booleanisDisambiguation() + +
+          Returns true, if the page is a disambiguation page, false otherwise.
+ booleanisDiscussion() + +
+           
+ booleanisRedirect() + +
+          Returns true, if the page was returned by querying a redirect string, false otherwise.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Page

+
+protected Page(Wikipedia wiki,
+               long id)
+        throws WikiApiException
+
+
Creates a page object. +

+

+
Parameters:
wiki - The wikipedia object.
id - The hibernate id of the page. +
Throws: +
WikiApiException
+
+
+ +

+Page

+
+protected Page(Wikipedia wiki,
+               int pageID)
+        throws WikiApiException
+
+
Creates a page object. +

+

+
Parameters:
wiki - The wikipedia object.
pageID - The pageID of the page. +
Throws: +
WikiApiException
+
+
+ +

+Page

+
+public Page(Wikipedia wiki,
+            String pName)
+     throws WikiApiException
+
+
Creates a page object. +

+

+
Parameters:
wiki - The wikipedia object.
pName - The name of the page. +
Throws: +
WikiApiException
+
+
+ +

+Page

+
+protected Page(Wikipedia wiki,
+               long id,
+               Page hibernatePage)
+        throws WikiApiException
+
+
Creates a Page object from an already retrieved hibernate Page +

+

+
Parameters:
wiki - The wikipedia object.
id - The hibernate id of the page.
hibernatePage - The api.hibernatePage that has already been retrieved +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+__getId

+
+protected long __getId()
+
+
+
+
+
+ +
Returns:
Returns the id.
+
+
+
+ +

+getPageId

+
+public int getPageId()
+
+
+
+
+
+ +
Returns:
Returns a unique page id.
+
+
+
+ +

+getCategories

+
+public Set<Category> getCategories()
+
+
Returns a set of categories that this page belongs to. +

+

+
+
+
+ +
Returns:
The a set of categories that this page belongs to.
+
+
+
+ +

+getNumberOfCategories

+
+public int getNumberOfCategories()
+
+
This is a more efficient shortcut for writing "getCategories().size()", as that would require + to load all the categories first. +

+

+
+
+
+ +
Returns:
The number of categories.
+
+
+
+ +

+getInlinks

+
+public Set<Page> getInlinks()
+
+
Returns the set of pages that have a link pointing to this page. Warning: Do not use + this for getting the number of inlinks with getInlinks().size(). This is too slow. Use + getNumberOfInlinks() instead. +

+

+
+
+
+ +
Returns:
The set of pages that have a link pointing to this page. +
Throws: +
WikiApiException
+
+
+
+ +

+getNumberOfInlinks

+
+public int getNumberOfInlinks()
+
+
This is a more efficient shortcut for writing "getInlinks().size()", as that would require to + load all the inlinks first. +

+

+
+
+
+ +
Returns:
The number of inlinks.
+
+
+
+ +

+getInlinkIDs

+
+public Set<Integer> getInlinkIDs()
+
+
The result set may also contain links from non-existing pages. It is in the responsibility of + the user to check whether the page exists. +

+

+
+
+
+ +
Returns:
Returns the IDs of the inLinks of this page.
+
+
+
+ +

+getOutlinks

+
+public Set<Page> getOutlinks()
+
+
Returns the set of pages that are linked from this page. Outlinks in a page might also point + to non-existing pages. They are not included in the result set. Warning: Do not use + this for getting the number of outlinks with getOutlinks().size(). This is too slow. Use + getNumberOfOutlinks() instead. +

+

+
+
+
+ +
Returns:
The set of pages that are linked from this page. +
Throws: +
WikiApiException
+
+
+
+ +

+getNumberOfOutlinks

+
+public int getNumberOfOutlinks()
+
+
This is a more efficient shortcut for writing "getOutlinks().size()", as that would require + to load all the outlinks first. +

+

+
+
+
+ +
Returns:
The number of outlinks.
+
+
+
+ +

+getOutlinkIDs

+
+public Set<Integer> getOutlinkIDs()
+
+
The result set may also contain links from non-existing pages. It is in the responsibility of + the user to check whether the page exists. +

+

+
+
+
+ +
Returns:
Returns the IDs of the outLinks of this page.
+
+
+
+ +

+getTitle

+
+public Title getTitle()
+               throws WikiTitleParsingException
+
+
Returns the title of the page. +

+

+
+
+
+ +
Returns:
The title of the page. +
Throws: +
WikiTitleParsingException
+
+
+
+ +

+getRedirects

+
+public Set<String> getRedirects()
+
+
Returns the set of strings that are redirects to this page. +

+

+
+
+
+ +
Returns:
The set of redirect strings.
+
+
+
+ +

+getText

+
+public String getText()
+
+
Returns the text of the page with media wiki markup. +

+

+
+
+
+ +
Returns:
The text of the page with media wiki markup.
+
+
+
+ +

+isDisambiguation

+
+public boolean isDisambiguation()
+
+
Returns true, if the page is a disambiguation page, false otherwise. +

+

+
+
+
+ +
Returns:
True, if the page is a disambiguation page, false otherwise.
+
+
+
+ +

+isRedirect

+
+public boolean isRedirect()
+
+
Returns true, if the page was returned by querying a redirect string, false otherwise. +

+

+
+
+
+ +
Returns:
True, if the page was returned by querying a redirect string, false otherwise.
+
+
+
+ +

+isDiscussion

+
+public boolean isDiscussion()
+                     throws WikiTitleParsingException
+
+
+
+
+
+ +
Returns:
True, if the page is a discussion page. +
Throws: +
WikiTitleParsingException
+
+
+
+ +

+getPlainText

+
+public String getPlainText()
+                    throws WikiApiException
+
+
Returns the Wikipedia article as plain text. Page.getText() returns the Wikipedia article + with all Wiki markup. +

+

+
+
+
+ +
Returns:
The plain text of a Wikipedia article without all markup. +
Throws: +
WikiApiException
+
+
+
+ +

+getParsedPage

+
+public ParsedPage getParsedPage()
+
+
Returns a ParsedPage object as would have been returned by the JWPL Parser. +

+

+
+
+
+ +
Returns:
A ParsedPage object as would have been returned by the JWPL Parser.
+
+
+
+ +

+getInlinkAnchors

+
+public Set<String> getInlinkAnchors()
+                             throws WikiTitleParsingException
+
+
Note that this method only returns the anchors that are not equal to the page's title. + Anchors might contain references to sections in an article in the form of "Page#Section". + If you need the plain title, e.g. for checking whether the page exists in Wikipedia, the Title object can be used. +

+

+
+
+
+ +
Returns:
A set of strings used as anchor texts in links pointing to that page. +
Throws: +
WikiTitleParsingException
+
+
+
+ +

+getOutlinkAnchors

+
+public Map<String,Set<String>> getOutlinkAnchors()
+                                          throws WikiTitleParsingException
+
+
Note that this method only returns the anchors that are not equal to the title of the page + they are pointing to. + Anchors might contain references to sections in an article in the form of "Page#Section". + If you need the plain title, e.g. for checking whether the page exists in Wikipedia, the Title object can be used. +

+

+
+
+
+ +
Returns:
A mapping from the page titles of links in that page to the anchor texts used in the + links. +
Throws: +
WikiTitleParsingException
+
+
+
+ +

+getPageInfo

+
+protected String getPageInfo()
+                      throws WikiApiException
+
+
Returns a string with infos about this page object. +

+

+
+
+
+ +
Returns:
A string with infos about this page object. +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterable.html new file mode 100644 index 00000000..7cc42fd5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterable.html @@ -0,0 +1,291 @@ + + + + + + + +PageIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PageIterable

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PageIterable
+
+
+
All Implemented Interfaces:
Iterable<Page>
+
+
+
+
public class PageIterable
extends Object
implements Iterable<Page>
+ + +

+An iterable of page objects. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
+ PageIterable(Wikipedia wiki, + boolean onlyArticles) + +
+           
+protected PageIterable(Wikipedia wiki, + boolean onlyArticles, + int bufferSize) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Iterator<Page>iterator() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageIterable

+
+public PageIterable(Wikipedia wiki,
+                    boolean onlyArticles)
+
+
+
+ +

+PageIterable

+
+protected PageIterable(Wikipedia wiki,
+                       boolean onlyArticles,
+                       int bufferSize)
+
+
+ + + + + + + + +
+Method Detail
+ +

+iterator

+
+public Iterator<Page> iterator()
+
+
+
Specified by:
iterator in interface Iterable<Page>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterator.html new file mode 100644 index 00000000..e305f075 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageIterator.html @@ -0,0 +1,335 @@ + + + + + + + +PageIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PageIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PageIterator
+
+
+
All Implemented Interfaces:
Iterator<Page>
+
+
+
+
public class PageIterator
extends Object
implements Iterator<Page>
+ + +

+An iterator over page objects. +

+ +

+

+
Author:
+
zesch, Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
PageIterator(Wikipedia wiki, + boolean onlyArticles, + int bufferSize) + +
+           
PageIterator(Wikipedia wiki, + Set<String> ids, + Set<String> titles, + int bufferSize) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+           
+ Pagenext() + +
+           
+ voidremove() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageIterator

+
+public PageIterator(Wikipedia wiki,
+                    Set<String> ids,
+                    Set<String> titles,
+                    int bufferSize)
+
+
+
+ +

+PageIterator

+
+public PageIterator(Wikipedia wiki,
+                    boolean onlyArticles,
+                    int bufferSize)
+
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+
+
+
Specified by:
hasNext in interface Iterator<Page>
+
+
+
+
+
+
+ +

+next

+
+public Page next()
+
+
+
Specified by:
next in interface Iterator<Page>
+
+
+
+
+
+
+ +

+remove

+
+public void remove()
+
+
+
Specified by:
remove in interface Iterator<Page>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQuery.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQuery.html new file mode 100644 index 00000000..d8f42424 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQuery.html @@ -0,0 +1,906 @@ + + + + + + + +PageQuery (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PageQuery

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PageQuery
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class PageQuery
extends Object
implements WikiConstants
+ + +

+Represents a query for retrieving pages that meet the given conditions. + Conditions are represented by the fields of a query object. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
PageQuery() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  intgetMaxCategories() + +
+           
+protected  intgetMaxIndegree() + +
+           
+protected  intgetMaxOutdegree() + +
+           
+protected  intgetMaxRedirects() + +
+           
+protected  intgetMaxTokens() + +
+           
+protected  intgetMinCategories() + +
+           
+protected  intgetMinIndegree() + +
+           
+protected  intgetMinOutdegree() + +
+           
+protected  intgetMinRedirects() + +
+           
+protected  intgetMinTokens() + +
+           
+ StringgetQueryInfo() + +
+           
+protected  StringgetTitlePattern() + +
+           
+protected  booleanonlyArticlePages() + +
+           
+protected  booleanonlyDisambiguationPages() + +
+           
+ voidsetMaxCategories(int maxCategories) + +
+          Sets the maximum number of categories that queried articles should have.
+ voidsetMaxIndegree(int maxIndegree) + +
+          Sets the maximum number of ingoing links that queried articles should have.
+ voidsetMaxOutdegree(int maxOutdegree) + +
+          Sets the maximum number of outgoing links that queried articles should have.
+ voidsetMaxRedirects(int maxRedirects) + +
+          Sets the maximum number of redirects that queried articles should have.
+ voidsetMaxTokens(int maxTokens) + +
+          Sets the maximum number of tokens that queried articles should have.
+ voidsetMinCategories(int minCategories) + +
+          Sets the minimum number of categories that queried articles should have.
+ voidsetMinIndegree(int minIndegree) + +
+          Sets the minimum number of ingoing links that queried articles should have.
+ voidsetMinOutdegree(int minOutdegree) + +
+          Sets the minimum number of outgoing links that queried articles should have.
+ voidsetMinRedirects(int minRedirects) + +
+          Sets the minimum number of redirects that queried articles should have.
+ voidsetMinTokens(int minTokens) + +
+          Sets the minimum number of tokens that queried articles should have.
+ voidsetOnlyArticlePages(boolean onlyArticlePages) + +
+          Sets whether only be articles should be retrieved.
+ voidsetOnlyDisambiguationPages(boolean onlyDisambiguationPages) + +
+          Sets whether only disambiguation pages should be retrieved.
+ voidsetTitlePattern(String pattern) + +
+          Sets a regular expression that pages have to match
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageQuery

+
+public PageQuery()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMaxCategories

+
+protected int getMaxCategories()
+
+
+
+
+
+
+
+
+
+ +

+getMaxIndegree

+
+protected int getMaxIndegree()
+
+
+
+
+
+
+
+
+
+ +

+getMaxOutdegree

+
+protected int getMaxOutdegree()
+
+
+
+
+
+
+
+
+
+ +

+getMaxRedirects

+
+protected int getMaxRedirects()
+
+
+
+
+
+
+
+
+
+ +

+getMinCategories

+
+protected int getMinCategories()
+
+
+
+
+
+
+
+
+
+ +

+getMinIndegree

+
+protected int getMinIndegree()
+
+
+
+
+
+
+
+
+
+ +

+getMinOutdegree

+
+protected int getMinOutdegree()
+
+
+
+
+
+
+
+
+
+ +

+getMinRedirects

+
+protected int getMinRedirects()
+
+
+
+
+
+
+
+
+
+ +

+onlyArticlePages

+
+protected boolean onlyArticlePages()
+
+
+
+
+
+
+
+
+
+ +

+onlyDisambiguationPages

+
+protected boolean onlyDisambiguationPages()
+
+
+
+
+
+
+
+
+
+ +

+getMinTokens

+
+protected int getMinTokens()
+
+
+
+
+
+
+
+
+
+ +

+getMaxTokens

+
+protected int getMaxTokens()
+
+
+
+
+
+
+
+
+
+ +

+getTitlePattern

+
+protected String getTitlePattern()
+
+
+
+
+
+
+
+
+
+ +

+setMinCategories

+
+public void setMinCategories(int minCategories)
+
+
Sets the minimum number of categories that queried articles should have. +

+

+
+
+
+
Parameters:
minCategories - The minimum number of categories.
+
+
+
+ +

+setMaxCategories

+
+public void setMaxCategories(int maxCategories)
+
+
Sets the maximum number of categories that queried articles should have. +

+

+
+
+
+
Parameters:
maxCategories - The maximum number of categories.
+
+
+
+ +

+setMinIndegree

+
+public void setMinIndegree(int minIndegree)
+
+
Sets the minimum number of ingoing links that queried articles should have. +

+

+
+
+
+
Parameters:
minIndegree - The minimum number of ingoing links.
+
+
+
+ +

+setMaxIndegree

+
+public void setMaxIndegree(int maxIndegree)
+
+
Sets the maximum number of ingoing links that queried articles should have. +

+

+
+
+
+
Parameters:
maxIndegree - The maximum number of ingoing links.
+
+
+
+ +

+setMinOutdegree

+
+public void setMinOutdegree(int minOutdegree)
+
+
Sets the minimum number of outgoing links that queried articles should have. +

+

+
+
+
+
Parameters:
minOutdegree - The minimum number of outgoing links.
+
+
+
+ +

+setMaxOutdegree

+
+public void setMaxOutdegree(int maxOutdegree)
+
+
Sets the maximum number of outgoing links that queried articles should have. +

+

+
+
+
+
Parameters:
maxOutdegree - The maximum number of outgoing links.
+
+
+
+ +

+setMinRedirects

+
+public void setMinRedirects(int minRedirects)
+
+
Sets the minimum number of redirects that queried articles should have. +

+

+
+
+
+
Parameters:
minRedirects - The minimum number of redirects.
+
+
+
+ +

+setMaxRedirects

+
+public void setMaxRedirects(int maxRedirects)
+
+
Sets the maximum number of redirects that queried articles should have. +

+

+
+
+
+
Parameters:
maxRedirects - The maximum number of redirects.
+
+
+
+ +

+setOnlyArticlePages

+
+public void setOnlyArticlePages(boolean onlyArticlePages)
+
+
Sets whether only be articles should be retrieved. +

+

+
+
+
+
Parameters:
onlyArticlePages - If set to true, only article pages are returned.
+
+
+
+ +

+setOnlyDisambiguationPages

+
+public void setOnlyDisambiguationPages(boolean onlyDisambiguationPages)
+
+
Sets whether only disambiguation pages should be retrieved. +

+

+
+
+
+
Parameters:
onlyDisambiguationPages - If set to true, only disambiguation pages are returned.
+
+
+
+ +

+setMinTokens

+
+public void setMinTokens(int minTokens)
+
+
Sets the minimum number of tokens that queried articles should have. +

+

+
+
+
+
Parameters:
minTokens - The minimum number of tokens.
+
+
+
+ +

+setMaxTokens

+
+public void setMaxTokens(int maxTokens)
+
+
Sets the maximum number of tokens that queried articles should have. +

+

+
+
+
+
Parameters:
maxTokens - The maximum number of tokens.
+
+
+
+ +

+setTitlePattern

+
+public void setTitlePattern(String pattern)
+
+
Sets a regular expression that pages have to match. + % for any number of arbitrary characters (can only be used at the end of a string) + _ for a single arbitrary character (can also be used inside a string) +

+

+
+
+
+
Parameters:
pattern - A regular expression pattern.
+
+
+
+ +

+getQueryInfo

+
+public String getQueryInfo()
+
+
+
+
+
+ +
Returns:
A string that shows the current values of the query members.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterable.html new file mode 100644 index 00000000..10e3080e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterable.html @@ -0,0 +1,274 @@ + + + + + + + +PageQueryIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PageQueryIterable

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable
+
+
+
All Implemented Interfaces:
Iterable<Page>
+
+
+
+
public class PageQueryIterable
extends Object
implements Iterable<Page>
+ + +

+An iterable over page objects selected by a query. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PageQueryIterable(Wikipedia wiki, + PageQuery query) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Iterator<Page>iterator() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageQueryIterable

+
+public PageQueryIterable(Wikipedia wiki,
+                         PageQuery query)
+                  throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+iterator

+
+public Iterator<Page> iterator()
+
+
+
Specified by:
iterator in interface Iterable<Page>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterator.html new file mode 100644 index 00000000..6c2cab09 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageQueryIterator.html @@ -0,0 +1,313 @@ + + + + + + + +PageQueryIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PageQueryIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator
+
+
+
All Implemented Interfaces:
Iterator<Page>
+
+
+
+
public class PageQueryIterator
extends Object
implements Iterator<Page>
+ + +

+An iterator over page objects selected by a query. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PageQueryIterator(Wikipedia wiki, + List<Integer> pPageIDs) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+           
+ Pagenext() + +
+           
+ voidremove() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageQueryIterator

+
+public PageQueryIterator(Wikipedia wiki,
+                         List<Integer> pPageIDs)
+
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+
+
+
Specified by:
hasNext in interface Iterator<Page>
+
+
+
+
+
+
+ +

+next

+
+public Page next()
+
+
+
Specified by:
next in interface Iterator<Page>
+
+
+
+
+
+
+ +

+remove

+
+public void remove()
+
+
+
Specified by:
remove in interface Iterator<Page>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageTitleComparator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageTitleComparator.html new file mode 100644 index 00000000..fa454c36 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PageTitleComparator.html @@ -0,0 +1,278 @@ + + + + + + + +PageTitleComparator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PageTitleComparator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PageTitleComparator
+
+
+
All Implemented Interfaces:
Comparator<Page>
+
+
+
+
public class PageTitleComparator
extends Object
implements Comparator<Page>
+ + +

+Compares two pages based on the lexicographic ordering of their titles. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PageTitleComparator() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ intcompare(Page o1, + Page o2) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Comparator
equals
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageTitleComparator

+
+public PageTitleComparator()
+
+
+ + + + + + + + +
+Method Detail
+ +

+compare

+
+public int compare(Page o1,
+                   Page o2)
+
+
+
Specified by:
compare in interface Comparator<Page>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTest.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTest.html new file mode 100644 index 00000000..0e8f7ac9 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTest.html @@ -0,0 +1,304 @@ + + + + + + + +PerformanceTest (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PerformanceTest

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PerformanceTest
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class PerformanceTest
extends Object
implements WikiConstants
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
PerformanceTest(Wikipedia pWiki) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PerformanceTest

+
+public PerformanceTest(Wikipedia pWiki)
+                throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTestPageIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTestPageIterator.html new file mode 100644 index 00000000..44db5df1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/PerformanceTestPageIterator.html @@ -0,0 +1,292 @@ + + + + + + + +PerformanceTestPageIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class PerformanceTestPageIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator
+
+
+
+
public class PerformanceTestPageIterator
extends Object
+ + +

+This is a test class for the version of PageIterator, that buffers a + certain number of pages in order to gain efficiency. + We get the same number of pages from a Wikipedia using + different buffer sizes and return the performance. + + For an unbuffered iterator set bufferSize to 1. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PerformanceTestPageIterator() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+static voidtest(int numberOfPages, + int bufferSize, + Wikipedia wiki) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PerformanceTestPageIterator

+
+public PerformanceTestPageIterator()
+
+
+ + + + + + + + +
+Method Detail
+ +

+test

+
+public static void test(int numberOfPages,
+                        int bufferSize,
+                        Wikipedia wiki)
+
+
+
+
+
+
+ +

+main

+
+public static void main(String[] args)
+                 throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Title.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Title.html new file mode 100644 index 00000000..ac692003 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Title.html @@ -0,0 +1,402 @@ + + + + + + + +Title (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class Title

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.Title
+
+
+
+
public class Title
extends Object
+ + +

+Represents a Wikipedia page title. +

+ +

+

+
Author:
+
zesch + + Title parsing regexp fixed with the help of many UKP colleagues and Samy Ateia.
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Title(String titleText) + +
+          Create a title object using a title string.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetDisambiguationText() + +
+          Returns the disambigutation text of a page title (i.e., the part in parentheses following the page's name).
+ StringgetEntity() + +
+          Returns the name of the entity (i.e. the page's title *without* disambiguation string).
+ StringgetPlainTitle() + +
+          Returns the plain title, without wikistyle underscores replacing spaces.
+protected  StringgetRawTitleText() + +
+           
+ StringgetSectionText() + +
+           
+ StringgetWikiStyleTitle() + +
+          Returns the wikistyle title, with spaces replaced by underscores.
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Title

+
+public Title(String titleText)
+      throws WikiTitleParsingException
+
+
Create a title object using a title string. + The string gets parsed into an entity part and a disambiguation part. + As Wikipedia page names represent spaces as underscores, we create a version with spaces and one without. +

+

+
Parameters:
titleText - The title string of the page. +
Throws: +
WikiTitleParsingException
+
+ + + + + + + + +
+Method Detail
+ +

+getDisambiguationText

+
+public String getDisambiguationText()
+
+
Returns the disambigutation text of a page title (i.e., the part in parentheses following the page's name). +

+

+ +
Returns:
The disambigutation text of a page title (i.e., the part in parentheses following the page's name).
+
+
+
+ +

+getEntity

+
+public String getEntity()
+
+
Returns the name of the entity (i.e. the page's title *without* disambiguation string). +

+

+ +
Returns:
The name of the entity (i.e. the page's title *without* disambiguation string).
+
+
+
+ +

+getPlainTitle

+
+public String getPlainTitle()
+
+
Returns the plain title, without wikistyle underscores replacing spaces. +

+

+ +
Returns:
The plain title, without wikistyle underscores replacing spaces.
+
+
+
+ +

+getSectionText

+
+public String getSectionText()
+
+
+ +
Returns:
Returns the section part of a link "Article (Disambiguation)#Section".
+
+
+
+ +

+getWikiStyleTitle

+
+public String getWikiStyleTitle()
+
+
Returns the wikistyle title, with spaces replaced by underscores. +

+

+ +
Returns:
The wikistyle title, with spaces replaced by underscores.
+
+
+
+ +

+getRawTitleText

+
+protected String getRawTitleText()
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterable.html new file mode 100644 index 00000000..d83dc1ad --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterable.html @@ -0,0 +1,283 @@ + + + + + + + +TitleIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class TitleIterable

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.TitleIterable
+
+
+
All Implemented Interfaces:
Iterable<Title>
+
+
+
+
public class TitleIterable
extends Object
implements Iterable<Title>
+ + +

+An iterable over all titles. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
TitleIterable(Wikipedia wiki) + +
+           
TitleIterable(Wikipedia wiki, + int bufferSize) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ Iterator<Title>iterator() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TitleIterable

+
+public TitleIterable(Wikipedia wiki)
+
+
+
+ +

+TitleIterable

+
+public TitleIterable(Wikipedia wiki,
+                     int bufferSize)
+
+
+ + + + + + + + +
+Method Detail
+ +

+iterator

+
+public Iterator<Title> iterator()
+
+
+
Specified by:
iterator in interface Iterable<Title>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterator.html new file mode 100644 index 00000000..da43da89 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/TitleIterator.html @@ -0,0 +1,313 @@ + + + + + + + +TitleIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class TitleIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.TitleIterator
+
+
+
All Implemented Interfaces:
Iterator<Title>
+
+
+
+
public class TitleIterator
extends Object
implements Iterator<Title>
+ + +

+An iterator over category objects. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TitleIterator(Wikipedia wiki, + int bufferSize) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+           
+ Titlenext() + +
+           
+ voidremove() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TitleIterator

+
+public TitleIterator(Wikipedia wiki,
+                     int bufferSize)
+
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+
+
+
Specified by:
hasNext in interface Iterator<Title>
+
+
+
+
+
+
+ +

+next

+
+public Title next()
+
+
+
Specified by:
next in interface Iterator<Title>
+
+
+
+
+
+
+ +

+remove

+
+public void remove()
+
+
+
Specified by:
remove in interface Iterator<Title>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.Language.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.Language.html new file mode 100644 index 00000000..5371f5e6 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.Language.html @@ -0,0 +1,4411 @@ + + + + + + + +WikiConstants.Language (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Enum WikiConstants.Language

+
+java.lang.Object
+  extended by java.lang.Enum<WikiConstants.Language>
+      extended by de.tudarmstadt.ukp.wikipedia.api.WikiConstants.Language
+
+
+
All Implemented Interfaces:
Serializable, Comparable<WikiConstants.Language>
+
+
+
Enclosing interface:
WikiConstants
+
+
+
+
public static enum WikiConstants.Language
extends Enum<WikiConstants.Language>
+ + +

+Enumerates the languages for which Wikipedia APIs are available. + A Wikipedia object can be created using one of these languages. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
_test + +
+           
abkhazian + +
+           
afar + +
+           
afrikaans + +
+           
akan + +
+           
albanian + +
+           
alemannic + +
+           
amharic + +
+           
anglo_saxon + +
+           
arabic + +
+           
aragonese + +
+           
armenian + +
+           
aromanian + +
+           
assamese + +
+           
assyrian_neo_aramaic + +
+           
asturian + +
+           
avar + +
+           
aymara + +
+           
azeri + +
+           
bambara + +
+           
banyumasan + +
+           
bashkir + +
+           
basque + +
+           
bavarian + +
+           
belarusian + +
+           
belarusian_tarashkevitsa + +
+           
bengali + +
+           
bihari + +
+           
bishnupriya_manipuri + +
+           
bislama + +
+           
bosnian + +
+           
breton + +
+           
buginese + +
+           
bulgarian + +
+           
burmese + +
+           
buryat_russia + +
+           
cantonese + +
+           
catalan + +
+           
cebuano + +
+           
central_bicolano + +
+           
chamorro + +
+           
chechen + +
+           
cherokee + +
+           
cheyenne + +
+           
chichewa + +
+           
chinese + +
+           
choctaw + +
+           
chuvash + +
+           
classical_chinese + +
+           
cornish + +
+           
corsican + +
+           
cree + +
+           
crimean_tatar + +
+           
croatian + +
+           
czech + +
+           
danish + +
+           
divehi + +
+           
dutch + +
+           
dutch_low_saxon + +
+           
dzongkha + +
+           
emilian_romagnol + +
+           
english + +
+           
esperanto + +
+           
estonian + +
+           
ewe + +
+           
faroese + +
+           
fijian + +
+           
finnish + +
+           
franco_provencal_arpitan + +
+           
french + +
+           
friulian + +
+           
fula + +
+           
galician + +
+           
georgian + +
+           
german + +
+           
gilaki + +
+           
gothic + +
+           
greek + +
+           
greenlandic + +
+           
guarani + +
+           
gujarati + +
+           
haitian + +
+           
hakka + +
+           
hausa + +
+           
hawaiian + +
+           
hebrew + +
+           
herero + +
+           
hindi + +
+           
hiri_motu + +
+           
hungarian + +
+           
icelandic + +
+           
ido + +
+           
igbo + +
+           
ilokano + +
+           
indonesian + +
+           
interlingua + +
+           
interlingue + +
+           
inuktitut + +
+           
inupiak + +
+           
irish + +
+           
italian + +
+           
japanese + +
+           
javanese + +
+           
kabyle + +
+           
kalmyk + +
+           
kannada + +
+           
kanuri + +
+           
kapampangan + +
+           
kashmiri + +
+           
kashubian + +
+           
kazakh + +
+           
khmer + +
+           
kikuyu + +
+           
kinyarwanda + +
+           
kirghiz + +
+           
kirundi + +
+           
klingon + +
+           
komi + +
+           
kongo + +
+           
korean + +
+           
kuanyama + +
+           
kurdish + +
+           
ladino + +
+           
lak + +
+           
lao + +
+           
latin + +
+           
latvian + +
+           
ligurian + +
+           
limburgian + +
+           
lingala + +
+           
lithuanian + +
+           
lojban + +
+           
lombard + +
+           
low_saxon + +
+           
lower_sorbian + +
+           
luganda + +
+           
luxembourgish + +
+           
macedonian + +
+           
malagasy + +
+           
malay + +
+           
malayalam + +
+           
maltese + +
+           
manx + +
+           
maori + +
+           
marathi + +
+           
marshallese + +
+           
mazandarani + +
+           
min_dong + +
+           
min_nan + +
+           
moldovan + +
+           
mongolian + +
+           
muscogee + +
+           
nahuatl + +
+           
nauruan + +
+           
navajo + +
+           
ndonga + +
+           
neapolitan + +
+           
nepali + +
+           
newar_nepal_bhasa + +
+           
norfolk + +
+           
norman + +
+           
northern_sami + +
+           
norwegian_bokmal + +
+           
norwegian_nynorsk + +
+           
novial + +
+           
occitan + +
+           
old_church_slavonic + +
+           
oriya + +
+           
oromo + +
+           
ossetian + +
+           
pali + +
+           
pangasinan + +
+           
papiamentu + +
+           
pashto + +
+           
pennsylvania_german + +
+           
persian + +
+           
piedmontese + +
+           
polish + +
+           
portuguese + +
+           
punjabi + +
+           
quechua + +
+           
ripuarian + +
+           
romani + +
+           
romanian + +
+           
romansh + +
+           
russian + +
+           
samoan + +
+           
samogitian + +
+           
sango + +
+           
sanskrit + +
+           
sardinian + +
+           
saterland_frisian + +
+           
scots + +
+           
scottish_gaelic + +
+           
serbian + +
+           
serbo_croatian + +
+           
sesotho + +
+           
shona + +
+           
sichuan_yi + +
+           
sicilian + +
+           
simple_english + +
+           
sindhi + +
+           
sinhalese + +
+           
slovak + +
+           
slovenian + +
+           
somali + +
+           
spanish + +
+           
sundanese + +
+           
swahili + +
+           
swati + +
+           
swedish + +
+           
tagalog + +
+           
tahitian + +
+           
tajik + +
+           
tamil + +
+           
tarantino + +
+           
tatar + +
+           
telugu + +
+           
tetum + +
+           
thai + +
+           
tibetan + +
+           
tigrinya + +
+           
tok_pisin + +
+           
tokipona + +
+           
tongan + +
+           
tsonga + +
+           
tswana + +
+           
tumbuka + +
+           
turkish + +
+           
turkmen + +
+           
twi + +
+           
udmurt + +
+           
ukrainian + +
+           
upper_sorbian + +
+           
urdu + +
+           
uyghur + +
+           
uzbek + +
+           
venda + +
+           
venetian + +
+           
vietnamese + +
+           
volapuek + +
+           
voro + +
+           
walloon + +
+           
waray_waray + +
+           
welsh + +
+           
west_flemish + +
+           
west_frisian + +
+           
wolof + +
+           
wu + +
+           
xhosa + +
+           
yiddish + +
+           
yoruba + +
+           
zamboanga_chavacano + +
+           
zazaki + +
+           
zealandic + +
+           
zhuang + +
+           
zulu + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static WikiConstants.LanguagevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static WikiConstants.Language[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+abkhazian

+
+public static final WikiConstants.Language abkhazian
+
+
+
+
+
+ +

+afar

+
+public static final WikiConstants.Language afar
+
+
+
+
+
+ +

+afrikaans

+
+public static final WikiConstants.Language afrikaans
+
+
+
+
+
+ +

+akan

+
+public static final WikiConstants.Language akan
+
+
+
+
+
+ +

+albanian

+
+public static final WikiConstants.Language albanian
+
+
+
+
+
+ +

+alemannic

+
+public static final WikiConstants.Language alemannic
+
+
+
+
+
+ +

+amharic

+
+public static final WikiConstants.Language amharic
+
+
+
+
+
+ +

+anglo_saxon

+
+public static final WikiConstants.Language anglo_saxon
+
+
+
+
+
+ +

+arabic

+
+public static final WikiConstants.Language arabic
+
+
+
+
+
+ +

+aragonese

+
+public static final WikiConstants.Language aragonese
+
+
+
+
+
+ +

+armenian

+
+public static final WikiConstants.Language armenian
+
+
+
+
+
+ +

+aromanian

+
+public static final WikiConstants.Language aromanian
+
+
+
+
+
+ +

+assamese

+
+public static final WikiConstants.Language assamese
+
+
+
+
+
+ +

+assyrian_neo_aramaic

+
+public static final WikiConstants.Language assyrian_neo_aramaic
+
+
+
+
+
+ +

+asturian

+
+public static final WikiConstants.Language asturian
+
+
+
+
+
+ +

+avar

+
+public static final WikiConstants.Language avar
+
+
+
+
+
+ +

+aymara

+
+public static final WikiConstants.Language aymara
+
+
+
+
+
+ +

+azeri

+
+public static final WikiConstants.Language azeri
+
+
+
+
+
+ +

+bambara

+
+public static final WikiConstants.Language bambara
+
+
+
+
+
+ +

+banyumasan

+
+public static final WikiConstants.Language banyumasan
+
+
+
+
+
+ +

+bashkir

+
+public static final WikiConstants.Language bashkir
+
+
+
+
+
+ +

+basque

+
+public static final WikiConstants.Language basque
+
+
+
+
+
+ +

+bavarian

+
+public static final WikiConstants.Language bavarian
+
+
+
+
+
+ +

+belarusian

+
+public static final WikiConstants.Language belarusian
+
+
+
+
+
+ +

+belarusian_tarashkevitsa

+
+public static final WikiConstants.Language belarusian_tarashkevitsa
+
+
+
+
+
+ +

+bengali

+
+public static final WikiConstants.Language bengali
+
+
+
+
+
+ +

+bihari

+
+public static final WikiConstants.Language bihari
+
+
+
+
+
+ +

+bishnupriya_manipuri

+
+public static final WikiConstants.Language bishnupriya_manipuri
+
+
+
+
+
+ +

+bislama

+
+public static final WikiConstants.Language bislama
+
+
+
+
+
+ +

+bosnian

+
+public static final WikiConstants.Language bosnian
+
+
+
+
+
+ +

+breton

+
+public static final WikiConstants.Language breton
+
+
+
+
+
+ +

+buginese

+
+public static final WikiConstants.Language buginese
+
+
+
+
+
+ +

+bulgarian

+
+public static final WikiConstants.Language bulgarian
+
+
+
+
+
+ +

+burmese

+
+public static final WikiConstants.Language burmese
+
+
+
+
+
+ +

+buryat_russia

+
+public static final WikiConstants.Language buryat_russia
+
+
+
+
+
+ +

+cantonese

+
+public static final WikiConstants.Language cantonese
+
+
+
+
+
+ +

+catalan

+
+public static final WikiConstants.Language catalan
+
+
+
+
+
+ +

+cebuano

+
+public static final WikiConstants.Language cebuano
+
+
+
+
+
+ +

+central_bicolano

+
+public static final WikiConstants.Language central_bicolano
+
+
+
+
+
+ +

+chamorro

+
+public static final WikiConstants.Language chamorro
+
+
+
+
+
+ +

+chechen

+
+public static final WikiConstants.Language chechen
+
+
+
+
+
+ +

+cherokee

+
+public static final WikiConstants.Language cherokee
+
+
+
+
+
+ +

+cheyenne

+
+public static final WikiConstants.Language cheyenne
+
+
+
+
+
+ +

+chichewa

+
+public static final WikiConstants.Language chichewa
+
+
+
+
+
+ +

+chinese

+
+public static final WikiConstants.Language chinese
+
+
+
+
+
+ +

+choctaw

+
+public static final WikiConstants.Language choctaw
+
+
+
+
+
+ +

+chuvash

+
+public static final WikiConstants.Language chuvash
+
+
+
+
+
+ +

+classical_chinese

+
+public static final WikiConstants.Language classical_chinese
+
+
+
+
+
+ +

+cornish

+
+public static final WikiConstants.Language cornish
+
+
+
+
+
+ +

+corsican

+
+public static final WikiConstants.Language corsican
+
+
+
+
+
+ +

+cree

+
+public static final WikiConstants.Language cree
+
+
+
+
+
+ +

+crimean_tatar

+
+public static final WikiConstants.Language crimean_tatar
+
+
+
+
+
+ +

+croatian

+
+public static final WikiConstants.Language croatian
+
+
+
+
+
+ +

+czech

+
+public static final WikiConstants.Language czech
+
+
+
+
+
+ +

+danish

+
+public static final WikiConstants.Language danish
+
+
+
+
+
+ +

+divehi

+
+public static final WikiConstants.Language divehi
+
+
+
+
+
+ +

+dutch

+
+public static final WikiConstants.Language dutch
+
+
+
+
+
+ +

+dutch_low_saxon

+
+public static final WikiConstants.Language dutch_low_saxon
+
+
+
+
+
+ +

+dzongkha

+
+public static final WikiConstants.Language dzongkha
+
+
+
+
+
+ +

+emilian_romagnol

+
+public static final WikiConstants.Language emilian_romagnol
+
+
+
+
+
+ +

+english

+
+public static final WikiConstants.Language english
+
+
+
+
+
+ +

+esperanto

+
+public static final WikiConstants.Language esperanto
+
+
+
+
+
+ +

+estonian

+
+public static final WikiConstants.Language estonian
+
+
+
+
+
+ +

+ewe

+
+public static final WikiConstants.Language ewe
+
+
+
+
+
+ +

+faroese

+
+public static final WikiConstants.Language faroese
+
+
+
+
+
+ +

+fijian

+
+public static final WikiConstants.Language fijian
+
+
+
+
+
+ +

+finnish

+
+public static final WikiConstants.Language finnish
+
+
+
+
+
+ +

+franco_provencal_arpitan

+
+public static final WikiConstants.Language franco_provencal_arpitan
+
+
+
+
+
+ +

+french

+
+public static final WikiConstants.Language french
+
+
+
+
+
+ +

+friulian

+
+public static final WikiConstants.Language friulian
+
+
+
+
+
+ +

+fula

+
+public static final WikiConstants.Language fula
+
+
+
+
+
+ +

+galician

+
+public static final WikiConstants.Language galician
+
+
+
+
+
+ +

+georgian

+
+public static final WikiConstants.Language georgian
+
+
+
+
+
+ +

+german

+
+public static final WikiConstants.Language german
+
+
+
+
+
+ +

+gilaki

+
+public static final WikiConstants.Language gilaki
+
+
+
+
+
+ +

+gothic

+
+public static final WikiConstants.Language gothic
+
+
+
+
+
+ +

+greek

+
+public static final WikiConstants.Language greek
+
+
+
+
+
+ +

+greenlandic

+
+public static final WikiConstants.Language greenlandic
+
+
+
+
+
+ +

+guarani

+
+public static final WikiConstants.Language guarani
+
+
+
+
+
+ +

+gujarati

+
+public static final WikiConstants.Language gujarati
+
+
+
+
+
+ +

+haitian

+
+public static final WikiConstants.Language haitian
+
+
+
+
+
+ +

+hakka

+
+public static final WikiConstants.Language hakka
+
+
+
+
+
+ +

+hausa

+
+public static final WikiConstants.Language hausa
+
+
+
+
+
+ +

+hawaiian

+
+public static final WikiConstants.Language hawaiian
+
+
+
+
+
+ +

+hebrew

+
+public static final WikiConstants.Language hebrew
+
+
+
+
+
+ +

+herero

+
+public static final WikiConstants.Language herero
+
+
+
+
+
+ +

+hindi

+
+public static final WikiConstants.Language hindi
+
+
+
+
+
+ +

+hiri_motu

+
+public static final WikiConstants.Language hiri_motu
+
+
+
+
+
+ +

+hungarian

+
+public static final WikiConstants.Language hungarian
+
+
+
+
+
+ +

+icelandic

+
+public static final WikiConstants.Language icelandic
+
+
+
+
+
+ +

+ido

+
+public static final WikiConstants.Language ido
+
+
+
+
+
+ +

+igbo

+
+public static final WikiConstants.Language igbo
+
+
+
+
+
+ +

+ilokano

+
+public static final WikiConstants.Language ilokano
+
+
+
+
+
+ +

+indonesian

+
+public static final WikiConstants.Language indonesian
+
+
+
+
+
+ +

+interlingua

+
+public static final WikiConstants.Language interlingua
+
+
+
+
+
+ +

+interlingue

+
+public static final WikiConstants.Language interlingue
+
+
+
+
+
+ +

+inuktitut

+
+public static final WikiConstants.Language inuktitut
+
+
+
+
+
+ +

+inupiak

+
+public static final WikiConstants.Language inupiak
+
+
+
+
+
+ +

+irish

+
+public static final WikiConstants.Language irish
+
+
+
+
+
+ +

+italian

+
+public static final WikiConstants.Language italian
+
+
+
+
+
+ +

+japanese

+
+public static final WikiConstants.Language japanese
+
+
+
+
+
+ +

+javanese

+
+public static final WikiConstants.Language javanese
+
+
+
+
+
+ +

+kabyle

+
+public static final WikiConstants.Language kabyle
+
+
+
+
+
+ +

+kalmyk

+
+public static final WikiConstants.Language kalmyk
+
+
+
+
+
+ +

+kannada

+
+public static final WikiConstants.Language kannada
+
+
+
+
+
+ +

+kanuri

+
+public static final WikiConstants.Language kanuri
+
+
+
+
+
+ +

+kapampangan

+
+public static final WikiConstants.Language kapampangan
+
+
+
+
+
+ +

+kashmiri

+
+public static final WikiConstants.Language kashmiri
+
+
+
+
+
+ +

+kashubian

+
+public static final WikiConstants.Language kashubian
+
+
+
+
+
+ +

+kazakh

+
+public static final WikiConstants.Language kazakh
+
+
+
+
+
+ +

+khmer

+
+public static final WikiConstants.Language khmer
+
+
+
+
+
+ +

+kikuyu

+
+public static final WikiConstants.Language kikuyu
+
+
+
+
+
+ +

+kinyarwanda

+
+public static final WikiConstants.Language kinyarwanda
+
+
+
+
+
+ +

+kirghiz

+
+public static final WikiConstants.Language kirghiz
+
+
+
+
+
+ +

+kirundi

+
+public static final WikiConstants.Language kirundi
+
+
+
+
+
+ +

+klingon

+
+public static final WikiConstants.Language klingon
+
+
+
+
+
+ +

+komi

+
+public static final WikiConstants.Language komi
+
+
+
+
+
+ +

+kongo

+
+public static final WikiConstants.Language kongo
+
+
+
+
+
+ +

+korean

+
+public static final WikiConstants.Language korean
+
+
+
+
+
+ +

+kuanyama

+
+public static final WikiConstants.Language kuanyama
+
+
+
+
+
+ +

+kurdish

+
+public static final WikiConstants.Language kurdish
+
+
+
+
+
+ +

+ladino

+
+public static final WikiConstants.Language ladino
+
+
+
+
+
+ +

+lak

+
+public static final WikiConstants.Language lak
+
+
+
+
+
+ +

+lao

+
+public static final WikiConstants.Language lao
+
+
+
+
+
+ +

+latin

+
+public static final WikiConstants.Language latin
+
+
+
+
+
+ +

+latvian

+
+public static final WikiConstants.Language latvian
+
+
+
+
+
+ +

+ligurian

+
+public static final WikiConstants.Language ligurian
+
+
+
+
+
+ +

+limburgian

+
+public static final WikiConstants.Language limburgian
+
+
+
+
+
+ +

+lingala

+
+public static final WikiConstants.Language lingala
+
+
+
+
+
+ +

+lithuanian

+
+public static final WikiConstants.Language lithuanian
+
+
+
+
+
+ +

+lojban

+
+public static final WikiConstants.Language lojban
+
+
+
+
+
+ +

+lombard

+
+public static final WikiConstants.Language lombard
+
+
+
+
+
+ +

+low_saxon

+
+public static final WikiConstants.Language low_saxon
+
+
+
+
+
+ +

+lower_sorbian

+
+public static final WikiConstants.Language lower_sorbian
+
+
+
+
+
+ +

+luganda

+
+public static final WikiConstants.Language luganda
+
+
+
+
+
+ +

+luxembourgish

+
+public static final WikiConstants.Language luxembourgish
+
+
+
+
+
+ +

+macedonian

+
+public static final WikiConstants.Language macedonian
+
+
+
+
+
+ +

+malagasy

+
+public static final WikiConstants.Language malagasy
+
+
+
+
+
+ +

+malay

+
+public static final WikiConstants.Language malay
+
+
+
+
+
+ +

+malayalam

+
+public static final WikiConstants.Language malayalam
+
+
+
+
+
+ +

+maltese

+
+public static final WikiConstants.Language maltese
+
+
+
+
+
+ +

+manx

+
+public static final WikiConstants.Language manx
+
+
+
+
+
+ +

+maori

+
+public static final WikiConstants.Language maori
+
+
+
+
+
+ +

+marathi

+
+public static final WikiConstants.Language marathi
+
+
+
+
+
+ +

+marshallese

+
+public static final WikiConstants.Language marshallese
+
+
+
+
+
+ +

+mazandarani

+
+public static final WikiConstants.Language mazandarani
+
+
+
+
+
+ +

+min_dong

+
+public static final WikiConstants.Language min_dong
+
+
+
+
+
+ +

+min_nan

+
+public static final WikiConstants.Language min_nan
+
+
+
+
+
+ +

+moldovan

+
+public static final WikiConstants.Language moldovan
+
+
+
+
+
+ +

+mongolian

+
+public static final WikiConstants.Language mongolian
+
+
+
+
+
+ +

+muscogee

+
+public static final WikiConstants.Language muscogee
+
+
+
+
+
+ +

+nahuatl

+
+public static final WikiConstants.Language nahuatl
+
+
+
+
+
+ +

+nauruan

+
+public static final WikiConstants.Language nauruan
+
+
+
+
+
+ +

+navajo

+
+public static final WikiConstants.Language navajo
+
+
+
+
+
+ +

+ndonga

+
+public static final WikiConstants.Language ndonga
+
+
+
+
+
+ +

+neapolitan

+
+public static final WikiConstants.Language neapolitan
+
+
+
+
+
+ +

+nepali

+
+public static final WikiConstants.Language nepali
+
+
+
+
+
+ +

+newar_nepal_bhasa

+
+public static final WikiConstants.Language newar_nepal_bhasa
+
+
+
+
+
+ +

+norfolk

+
+public static final WikiConstants.Language norfolk
+
+
+
+
+
+ +

+norman

+
+public static final WikiConstants.Language norman
+
+
+
+
+
+ +

+northern_sami

+
+public static final WikiConstants.Language northern_sami
+
+
+
+
+
+ +

+norwegian_bokmal

+
+public static final WikiConstants.Language norwegian_bokmal
+
+
+
+
+
+ +

+norwegian_nynorsk

+
+public static final WikiConstants.Language norwegian_nynorsk
+
+
+
+
+
+ +

+novial

+
+public static final WikiConstants.Language novial
+
+
+
+
+
+ +

+occitan

+
+public static final WikiConstants.Language occitan
+
+
+
+
+
+ +

+old_church_slavonic

+
+public static final WikiConstants.Language old_church_slavonic
+
+
+
+
+
+ +

+oriya

+
+public static final WikiConstants.Language oriya
+
+
+
+
+
+ +

+oromo

+
+public static final WikiConstants.Language oromo
+
+
+
+
+
+ +

+ossetian

+
+public static final WikiConstants.Language ossetian
+
+
+
+
+
+ +

+pali

+
+public static final WikiConstants.Language pali
+
+
+
+
+
+ +

+pangasinan

+
+public static final WikiConstants.Language pangasinan
+
+
+
+
+
+ +

+papiamentu

+
+public static final WikiConstants.Language papiamentu
+
+
+
+
+
+ +

+pashto

+
+public static final WikiConstants.Language pashto
+
+
+
+
+
+ +

+pennsylvania_german

+
+public static final WikiConstants.Language pennsylvania_german
+
+
+
+
+
+ +

+persian

+
+public static final WikiConstants.Language persian
+
+
+
+
+
+ +

+piedmontese

+
+public static final WikiConstants.Language piedmontese
+
+
+
+
+
+ +

+polish

+
+public static final WikiConstants.Language polish
+
+
+
+
+
+ +

+portuguese

+
+public static final WikiConstants.Language portuguese
+
+
+
+
+
+ +

+punjabi

+
+public static final WikiConstants.Language punjabi
+
+
+
+
+
+ +

+quechua

+
+public static final WikiConstants.Language quechua
+
+
+
+
+
+ +

+ripuarian

+
+public static final WikiConstants.Language ripuarian
+
+
+
+
+
+ +

+romani

+
+public static final WikiConstants.Language romani
+
+
+
+
+
+ +

+romanian

+
+public static final WikiConstants.Language romanian
+
+
+
+
+
+ +

+romansh

+
+public static final WikiConstants.Language romansh
+
+
+
+
+
+ +

+russian

+
+public static final WikiConstants.Language russian
+
+
+
+
+
+ +

+samoan

+
+public static final WikiConstants.Language samoan
+
+
+
+
+
+ +

+samogitian

+
+public static final WikiConstants.Language samogitian
+
+
+
+
+
+ +

+sango

+
+public static final WikiConstants.Language sango
+
+
+
+
+
+ +

+sanskrit

+
+public static final WikiConstants.Language sanskrit
+
+
+
+
+
+ +

+sardinian

+
+public static final WikiConstants.Language sardinian
+
+
+
+
+
+ +

+saterland_frisian

+
+public static final WikiConstants.Language saterland_frisian
+
+
+
+
+
+ +

+scots

+
+public static final WikiConstants.Language scots
+
+
+
+
+
+ +

+scottish_gaelic

+
+public static final WikiConstants.Language scottish_gaelic
+
+
+
+
+
+ +

+serbian

+
+public static final WikiConstants.Language serbian
+
+
+
+
+
+ +

+serbo_croatian

+
+public static final WikiConstants.Language serbo_croatian
+
+
+
+
+
+ +

+sesotho

+
+public static final WikiConstants.Language sesotho
+
+
+
+
+
+ +

+shona

+
+public static final WikiConstants.Language shona
+
+
+
+
+
+ +

+sichuan_yi

+
+public static final WikiConstants.Language sichuan_yi
+
+
+
+
+
+ +

+sicilian

+
+public static final WikiConstants.Language sicilian
+
+
+
+
+
+ +

+simple_english

+
+public static final WikiConstants.Language simple_english
+
+
+
+
+
+ +

+sindhi

+
+public static final WikiConstants.Language sindhi
+
+
+
+
+
+ +

+sinhalese

+
+public static final WikiConstants.Language sinhalese
+
+
+
+
+
+ +

+slovak

+
+public static final WikiConstants.Language slovak
+
+
+
+
+
+ +

+slovenian

+
+public static final WikiConstants.Language slovenian
+
+
+
+
+
+ +

+somali

+
+public static final WikiConstants.Language somali
+
+
+
+
+
+ +

+spanish

+
+public static final WikiConstants.Language spanish
+
+
+
+
+
+ +

+sundanese

+
+public static final WikiConstants.Language sundanese
+
+
+
+
+
+ +

+swahili

+
+public static final WikiConstants.Language swahili
+
+
+
+
+
+ +

+swati

+
+public static final WikiConstants.Language swati
+
+
+
+
+
+ +

+swedish

+
+public static final WikiConstants.Language swedish
+
+
+
+
+
+ +

+tagalog

+
+public static final WikiConstants.Language tagalog
+
+
+
+
+
+ +

+tahitian

+
+public static final WikiConstants.Language tahitian
+
+
+
+
+
+ +

+tajik

+
+public static final WikiConstants.Language tajik
+
+
+
+
+
+ +

+tamil

+
+public static final WikiConstants.Language tamil
+
+
+
+
+
+ +

+tarantino

+
+public static final WikiConstants.Language tarantino
+
+
+
+
+
+ +

+tatar

+
+public static final WikiConstants.Language tatar
+
+
+
+
+
+ +

+telugu

+
+public static final WikiConstants.Language telugu
+
+
+
+
+
+ +

+tetum

+
+public static final WikiConstants.Language tetum
+
+
+
+
+
+ +

+thai

+
+public static final WikiConstants.Language thai
+
+
+
+
+
+ +

+tibetan

+
+public static final WikiConstants.Language tibetan
+
+
+
+
+
+ +

+tigrinya

+
+public static final WikiConstants.Language tigrinya
+
+
+
+
+
+ +

+tok_pisin

+
+public static final WikiConstants.Language tok_pisin
+
+
+
+
+
+ +

+tokipona

+
+public static final WikiConstants.Language tokipona
+
+
+
+
+
+ +

+tongan

+
+public static final WikiConstants.Language tongan
+
+
+
+
+
+ +

+tsonga

+
+public static final WikiConstants.Language tsonga
+
+
+
+
+
+ +

+tswana

+
+public static final WikiConstants.Language tswana
+
+
+
+
+
+ +

+tumbuka

+
+public static final WikiConstants.Language tumbuka
+
+
+
+
+
+ +

+turkish

+
+public static final WikiConstants.Language turkish
+
+
+
+
+
+ +

+turkmen

+
+public static final WikiConstants.Language turkmen
+
+
+
+
+
+ +

+twi

+
+public static final WikiConstants.Language twi
+
+
+
+
+
+ +

+udmurt

+
+public static final WikiConstants.Language udmurt
+
+
+
+
+
+ +

+ukrainian

+
+public static final WikiConstants.Language ukrainian
+
+
+
+
+
+ +

+upper_sorbian

+
+public static final WikiConstants.Language upper_sorbian
+
+
+
+
+
+ +

+urdu

+
+public static final WikiConstants.Language urdu
+
+
+
+
+
+ +

+uyghur

+
+public static final WikiConstants.Language uyghur
+
+
+
+
+
+ +

+uzbek

+
+public static final WikiConstants.Language uzbek
+
+
+
+
+
+ +

+venda

+
+public static final WikiConstants.Language venda
+
+
+
+
+
+ +

+venetian

+
+public static final WikiConstants.Language venetian
+
+
+
+
+
+ +

+vietnamese

+
+public static final WikiConstants.Language vietnamese
+
+
+
+
+
+ +

+volapuek

+
+public static final WikiConstants.Language volapuek
+
+
+
+
+
+ +

+voro

+
+public static final WikiConstants.Language voro
+
+
+
+
+
+ +

+walloon

+
+public static final WikiConstants.Language walloon
+
+
+
+
+
+ +

+waray_waray

+
+public static final WikiConstants.Language waray_waray
+
+
+
+
+
+ +

+welsh

+
+public static final WikiConstants.Language welsh
+
+
+
+
+
+ +

+west_flemish

+
+public static final WikiConstants.Language west_flemish
+
+
+
+
+
+ +

+west_frisian

+
+public static final WikiConstants.Language west_frisian
+
+
+
+
+
+ +

+wolof

+
+public static final WikiConstants.Language wolof
+
+
+
+
+
+ +

+wu

+
+public static final WikiConstants.Language wu
+
+
+
+
+
+ +

+xhosa

+
+public static final WikiConstants.Language xhosa
+
+
+
+
+
+ +

+yiddish

+
+public static final WikiConstants.Language yiddish
+
+
+
+
+
+ +

+yoruba

+
+public static final WikiConstants.Language yoruba
+
+
+
+
+
+ +

+zamboanga_chavacano

+
+public static final WikiConstants.Language zamboanga_chavacano
+
+
+
+
+
+ +

+zazaki

+
+public static final WikiConstants.Language zazaki
+
+
+
+
+
+ +

+zealandic

+
+public static final WikiConstants.Language zealandic
+
+
+
+
+
+ +

+zhuang

+
+public static final WikiConstants.Language zhuang
+
+
+
+
+
+ +

+zulu

+
+public static final WikiConstants.Language zulu
+
+
+
+
+
+ +

+_test

+
+public static final WikiConstants.Language _test
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static WikiConstants.Language[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (WikiConstants.Language c : WikiConstants.Language.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static WikiConstants.Language valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.html new file mode 100644 index 00000000..df6bf0b8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikiConstants.html @@ -0,0 +1,249 @@ + + + + + + + +WikiConstants (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Interface WikiConstants

+
+
All Known Implementing Classes:
Category, CategoryGraph, HibernateUtilities, MetaData, MetaDataDAO, Page, PageQuery, PerformanceTest, T1a_HelloWorld, T1b_HelloWorld, T1c_HelloWorld, T2_PageInfo, T3_PageDetails, T4_Categories, T5_TownList, WikiHibernateUtil, Wikipedia
+
+
+
+
public interface WikiConstants
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classWikiConstants.Language + +
+          Enumerates the languages for which Wikipedia APIs are available.
+ + + + + + + + + + + + + + +
+Field Summary
+static StringDISCUSSION_PREFIX + +
+          The prefix that is added to page titles of discussion pages + Has to be the same as in wikipedia.datamachine:SingleDumpVersionJDKGeneric
+static StringLF + +
+          Shortcut for System.getProperty("line.separator").
+  +

+ + + + + + + + +
+Field Detail
+ +

+LF

+
+static final String LF
+
+
Shortcut for System.getProperty("line.separator"). +

+

+
+
+
+ +

+DISCUSSION_PREFIX

+
+static final String DISCUSSION_PREFIX
+
+
The prefix that is added to page titles of discussion pages + Has to be the same as in wikipedia.datamachine:SingleDumpVersionJDKGeneric +

+

+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Wikipedia.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Wikipedia.html new file mode 100644 index 00000000..ae8412ab --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/Wikipedia.html @@ -0,0 +1,1239 @@ + + + + + + + +Wikipedia (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class Wikipedia

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.Wikipedia
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class Wikipedia
extends Object
implements WikiConstants
+ + +

+Provides access to Wikipedia articles and categories. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
Wikipedia(DatabaseConfiguration dbConfig) + +
+          Creates a new Wikipedia object accessing the database indicated by the dbConfig parameter.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  Set<Integer>__getCategories() + +
+          Protected method that is much faster than the public version, but exposes too much implementation details.
+protected  long__getCategoryHibernateId(int pageID) + +
+          Get the hibernate ID to a given pageID of a category.
+protected  org.hibernate.Session__getHibernateSession() + +
+          Shortcut for getting a hibernate session.
+protected  long__getPageHibernateId(int pageID) + +
+          Get the hibernate ID to a given pageID of a page.
+protected  Set<Integer>__getPages() + +
+          Protected method that is much faster than the public version, but exposes too much implementation details.
+ booleanexistsPage(int pageID) + +
+          Tests, whether a page with the given pageID exists.
+ booleanexistsPage(String title) + +
+          Tests, whether a page or redirect with the given title exists.
+ PagegetArticleForDiscussionPage(Page discussionPage) + +
+          Returns the article page for a given discussion page.
+ Iterable<Page>getArticles() + +
+          Get all articles (pages MINUS disambiguationPages MINUS redirects).
+ Iterable<Category>getCategories() + +
+          This returns an iterable over all categories, as returning all category objects would be much too expensive.
+protected  Iterable<Category>getCategories(int bufferSize) + +
+          Get all wikipedia categories.
+ CategorygetCategory(int pageId) + +
+          Gets the category for a given pageId.
+ CategorygetCategory(String title) + +
+          Gets the category for a given title.
+ DatabaseConfigurationgetDatabaseConfiguration() + +
+          Returns the DatabaseConfiguration object that was used to create the Wikipedia object.
+ Iterable<Page>getDiscussionArchives(int articlePageId) + +
+          Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ Iterable<Page>getDiscussionArchives(Page articlePage) + +
+          Return an iterable containing all archived discussion pages for + the given article page.
+ Iterable<Page>getDiscussionArchives(String title) + +
+          Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ PagegetDiscussionPage(int articlePageId) + +
+          Gets the discussion page for an article page with the given pageId.
+ PagegetDiscussionPage(Page articlePage) + +
+          Gets the discussion page for the given article page + The provided page must not be a discussion page
+ PagegetDiscussionPage(String title) + +
+          Gets the discussion page for the page with the given title.
+ WikiConstants.LanguagegetLanguage() + +
+          Returns the language of this Wikipedia.
+ MetaDatagetMetaData() + +
+          Returns a MetaData object containing all meta data about this instance of Wikipedia.
+ PagegetPage(int pageId) + +
+          Gets the page for a given pageId.
+ PagegetPage(String title) + +
+          Gets the page with the given title.
+ Iterable<Integer>getPageIds() + +
+           
+ List<Integer>getPageIds(String title) + +
+          Gets the page ids for a given title.
+ Iterable<Page>getPages() + +
+          Get all wikipedia pages.
+protected  Iterable<Page>getPages(int bufferSize) + +
+          Get all wikipedia pages.
+ Iterable<Page>getPages(PageQuery query) + +
+          Get the pages that match the given query.
+protected  MediaWikiParsergetParser() + +
+           
+protected  Map<Page,Double>getSimilarPages(String pPattern, + int pSize) + +
+          Gets the pages or redirects with a name similar to the pattern.
+ TitlegetTitle(int pageId) + +
+          Gets the title for a given pageId.
+ Iterable<Title>getTitles() + +
+          Get all titles including disambiguation pages and redirects).
+ StringgetWikipediaId() + +
+          The ID consists of the host, the database, and the language.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Wikipedia

+
+public Wikipedia(DatabaseConfiguration dbConfig)
+          throws WikiInitializationException
+
+
Creates a new Wikipedia object accessing the database indicated by the dbConfig parameter. +

+

+
Parameters:
dbConfig - A database configuration object telling the Wikipedida object where the data is stored and how it can be accessed. +
Throws: +
WikiInitializationException
+
+ + + + + + + + +
+Method Detail
+ +

+getPage

+
+public Page getPage(String title)
+             throws WikiApiException
+
+
Gets the page with the given title. + If the title is a redirect, the corresponding page is returned.
+ If the title start with a lowercase letter it converts it to an uppercase letter, as each Wikipedia article title starts with an uppercase letter. + Spaces in the title are converted to underscores, as this is a convention for Wikipedia article titles. + + For example, the article "Steam boat" could be queried with + - "Steam boat" + - "steam boat" + - "Steam_boat" + - "steam_boat" + and additionally all redirects that might point to that article. +

+

+
+
+
+
Parameters:
title - The title of the page. +
Returns:
The page object for a given title. +
Throws: +
WikiApiException - If no page or redirect with this title exists or title could not be properly parsed.
+
+
+
+ +

+getPage

+
+public Page getPage(int pageId)
+             throws WikiApiException
+
+
Gets the page for a given pageId. +

+

+
+
+
+
Parameters:
pageId - The id of the page. +
Returns:
The page object for a given pageId. +
Throws: +
WikiApiException
+
+
+
+ +

+getTitle

+
+public Title getTitle(int pageId)
+               throws WikiApiException
+
+
Gets the title for a given pageId. +

+

+
+
+
+
Parameters:
pageId - The id of the page. +
Returns:
The title for the given pageId. +
Throws: +
WikiApiException
+
+
+
+ +

+getPageIds

+
+public List<Integer> getPageIds(String title)
+                         throws WikiApiException
+
+
Gets the page ids for a given title.
+

+

+
+
+
+
Parameters:
title - The title of the page. +
Returns:
The id for the page with the given title. +
Throws: +
WikiApiException
+
+
+
+ +

+getArticleForDiscussionPage

+
+public Page getArticleForDiscussionPage(Page discussionPage)
+                                 throws WikiApiException
+
+
Returns the article page for a given discussion page. +

+

+
+
+
+
Parameters:
discussionPage - the discussion page object +
Returns:
The page object of the article associated with the discussion. If + the parameter already was an article, it is returned directly. +
Throws: +
WikiApiException
+
+
+
+ +

+getDiscussionPage

+
+public Page getDiscussionPage(int articlePageId)
+                       throws WikiApiException
+
+
Gets the discussion page for an article page with the given pageId. +

+

+
+
+
+
Parameters:
pageId - The id of the page. +
Returns:
The page object for a given pageId. +
Throws: +
WikiApiException
+
+
+
+ +

+getDiscussionPage

+
+public Page getDiscussionPage(String title)
+                       throws WikiApiException
+
+
Gets the discussion page for the page with the given title. + The page retrieval works as defined in getPage(String title) +

+

+
+
+
+
Parameters:
title - The title of the page for which the discussions should be retrieved. +
Returns:
The page object for the discussion page. +
Throws: +
WikiApiException - If no page or redirect with this title exists or title could not be properly parsed.
+
+
+
+ +

+getDiscussionPage

+
+public Page getDiscussionPage(Page articlePage)
+                       throws WikiApiException
+
+
Gets the discussion page for the given article page + The provided page must not be a discussion page +

+

+
+
+
+
Parameters:
articlePage - the article page for which a discussion page should be retrieved +
Returns:
The discussion page object for the given article page object +
Throws: +
WikiApiException - If no page or redirect with this title exists or title could not be properly parsed.
+
+
+
+ +

+getDiscussionArchives

+
+public Iterable<Page> getDiscussionArchives(int articlePageId)
+                                     throws WikiApiException
+
+
Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ The page retrieval works as defined in getPage(int).
+ The most recent discussion page is NOT included here! + It can be obtained with getDiscussionPage(Page). +

+

+
+
+
+
Parameters:
articlePageId - The id of the page for which to the the discussion archives +
Returns:
The page object for the discussion page. +
Throws: +
WikiApiException - If no page or redirect with this title exists or title could not be properly parsed.
+
+
+
+ +

+getDiscussionArchives

+
+public Iterable<Page> getDiscussionArchives(String title)
+                                     throws WikiApiException
+
+
Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ The page retrieval works as defined in getPage(String title).
+ The most recent discussion page is NOT included here! + It can be obtained with getDiscussionPage(Page). +

+

+
+
+
+
Parameters:
title - The title of the page for which the discussions should be retrieved. +
Returns:
The page object for the discussion page. +
Throws: +
WikiApiException - If no page or redirect with this title exists or title could not be properly parsed.
+
+
+
+ +

+getDiscussionArchives

+
+public Iterable<Page> getDiscussionArchives(Page articlePage)
+                                     throws WikiApiException
+
+
Return an iterable containing all archived discussion pages for + the given article page. The most recent discussion page is not included. + The most recent discussion page can be obtained with getDiscussionPage(Page). +
+ The provided page Object must not be a discussion page itself! If it is + a discussion page, is returned unchanged. +

+

+
+
+
+
Parameters:
articlePage - the article page for which a discussion archives should be retrieved +
Returns:
An iterable with the discussion archive page objects for the given article page object +
Throws: +
WikiApiException - If no page or redirect with this title exists or title could not be properly parsed.
+
+
+
+ +

+getSimilarPages

+
+protected Map<Page,Double> getSimilarPages(String pPattern,
+                                           int pSize)
+                                    throws WikiApiException
+
+
Gets the pages or redirects with a name similar to the pattern. + Calling this method is quite costly, as similarity is computed for all names. +

+

+
+
+
+
Parameters:
pPattern - The pattern.
pSize - The maximum size of the result list. Only the most similar results will be included. +
Returns:
A map of pages with names similar to the pattern and their distance values. Smaller distances are more similar. +
Throws: +
WikiApiException
+
+
+
+ +

+getCategory

+
+public Category getCategory(String title)
+                     throws WikiApiException
+
+
Gets the category for a given title. + If the category title start with a lowercase letter it converts it to an uppercase letter, as each Wikipedia category title starts with an uppercase letter. + Spaces in the title are converted to underscores, as this is a convention for Wikipedia category titles. + + For example, the (possible) category "Famous steamboats" could be queried with + - "Famous steamboats" + - "Famous_steamboats" + - "famous steamboats" + - "famous_steamboats" +

+

+
+
+
+
Parameters:
title - The title of the category. +
Returns:
The category object with the given title. +
Throws: +
WikiApiException - If no category with the given title exists.
+
+
+
+ +

+getCategory

+
+public Category getCategory(int pageId)
+
+
Gets the category for a given pageId. +

+

+
+
+
+
Parameters:
pageId - The id of the category. +
Returns:
The category object or null if no category with this pageId exists.
+
+
+
+ +

+getCategories

+
+public Iterable<Category> getCategories()
+
+
This returns an iterable over all categories, as returning all category objects would be much too expensive. +

+

+
+
+
+ +
Returns:
An iterable over all categories.
+
+
+
+ +

+getCategories

+
+protected Iterable<Category> getCategories(int bufferSize)
+
+
Get all wikipedia categories. + Returns only an iterable, as a collection may not fit into memory for a large wikipedia. +

+

+
+
+
+
Parameters:
bufferSize - The size of the internal page buffer. +
Returns:
An iterable over all categories.
+
+
+
+ +

+__getCategories

+
+protected Set<Integer> __getCategories()
+
+
Protected method that is much faster than the public version, but exposes too much implementation details. + Get a set with all category pageIDs. Returning all category objects is much too expensive. +

+

+
+
+
+ +
Returns:
A set with all category pageIDs
+
+
+
+ +

+getPages

+
+public Iterable<Page> getPages()
+
+
Get all wikipedia pages. + Does not include redirects, as they are only pointers to real pages. + Returns only an iterable, as a collection may not fit into memory for a large wikipedia. +

+

+
+
+
+ +
Returns:
An iterable over all pages.
+
+
+
+ +

+getPages

+
+protected Iterable<Page> getPages(int bufferSize)
+
+
Get all wikipedia pages. + Does not include redirects, as they are only pointers to real pages. + Returns only an iterable, as a collection may not fit into memory for a large wikipedia. +

+

+
+
+
+
Parameters:
bufferSize - The size of the internal page buffer. +
Returns:
An iterable over all pages.
+
+
+
+ +

+__getPages

+
+protected Set<Integer> __getPages()
+
+
Protected method that is much faster than the public version, but exposes too much implementation details. + Get a set with all pageIDs. Returning all page objects is much too expensive. + Does not include redirects, as they are only pointers to real pages. + + As ids can be useful for several application (e.g. in combination with + the RevisionMachine, they have been made publically available via + getPageIds(). +

+

+
+
+
+ +
Returns:
A set with all pageIDs. Returning all pages is much to expensive.
+
+
+
+ +

+getPageIds

+
+public Iterable<Integer> getPageIds()
+
+
+
+
+
+ +
Returns:
an iterable over all pageids (without redirects)
+
+
+
+ +

+getPages

+
+public Iterable<Page> getPages(PageQuery query)
+                        throws WikiApiException
+
+
Get the pages that match the given query. + Does not include redirects, as they are only pointers to real pages. + Attention: may be running very slow, depending on the size of the Wikipedia! +

+

+
+
+
+
Parameters:
query - A query object containing the query conditions. +
Returns:
A set of pages that match the given query. +
Throws: +
WikiApiException
+
+
+
+ +

+getArticles

+
+public Iterable<Page> getArticles()
+
+
Get all articles (pages MINUS disambiguationPages MINUS redirects). + Returns only an iterable, as a collection may not fit into memory for a large wikipedia. +

+

+
+
+
+ +
Returns:
An iterable of all article pages.
+
+
+
+ +

+getTitles

+
+public Iterable<Title> getTitles()
+
+
Get all titles including disambiguation pages and redirects). + Returns only an iterable, as a collection may not fit into memory for a large wikipedia. +

+

+
+
+
+ +
Returns:
An iterable of all article pages.
+
+
+
+ +

+getLanguage

+
+public WikiConstants.Language getLanguage()
+
+
Returns the language of this Wikipedia. +

+

+
+
+
+ +
Returns:
The language of this Wikipedia.
+
+
+
+ +

+existsPage

+
+public boolean existsPage(String title)
+
+
Tests, whether a page or redirect with the given title exists. + Trying to retrieve a page that does not exist in Wikipedia throws an exception. + You may catch the exception or use this test, depending on your task. +

+

+
+
+
+
Parameters:
title - The title of the page. +
Returns:
True, if a page or redirect with that title exits, false otherwise.
+
+
+
+ +

+existsPage

+
+public boolean existsPage(int pageID)
+
+
Tests, whether a page with the given pageID exists. + Trying to retrieve a pageID that does not exist in Wikipedia throws an exception. +

+

+
+
+
+
Parameters:
pageID - A pageID. +
Returns:
True, if a page with that pageID exits, false otherwise.
+
+
+
+ +

+__getPageHibernateId

+
+protected long __getPageHibernateId(int pageID)
+
+
Get the hibernate ID to a given pageID of a page. + We need different methods for pages and categories here, as a page and a category can have the same ID. +

+

+
+
+
+
Parameters:
pageID - A pageID that should be mapped to the corresponding hibernate ID. +
Returns:
The hibernateID of the page with pageID or -1, if the pageID is not valid
+
+
+
+ +

+__getCategoryHibernateId

+
+protected long __getCategoryHibernateId(int pageID)
+
+
Get the hibernate ID to a given pageID of a category. + We need different methods for pages and categories here, as a page and a category can have the same ID. +

+

+
+
+
+
Parameters:
pageID - A pageID that should be mapped to the corresponding hibernate ID. +
Returns:
The hibernateID of the page with pageID or -1, if the pageID is not valid
+
+
+
+ +

+getMetaData

+
+public MetaData getMetaData()
+
+
Returns a MetaData object containing all meta data about this instance of Wikipedia. +

+

+
+
+
+ +
Returns:
A MetaData object containing all meta data about this instance of Wikipedia.
+
+
+
+ +

+getDatabaseConfiguration

+
+public DatabaseConfiguration getDatabaseConfiguration()
+
+
Returns the DatabaseConfiguration object that was used to create the Wikipedia object. +

+

+
+
+
+ +
Returns:
The DatabaseConfiguration object that was used to create the Wikipedia object.
+
+
+
+ +

+__getHibernateSession

+
+protected org.hibernate.Session __getHibernateSession()
+
+
Shortcut for getting a hibernate session. +

+

+
+
+
+ +
Returns:
+
+
+
+ +

+getParser

+
+protected MediaWikiParser getParser()
+
+
+
+
+
+
+
+
+
+ +

+getWikipediaId

+
+public String getWikipediaId()
+
+
The ID consists of the host, the database, and the language. + This should be unique in most cases. +

+

+
+
+
+ +
Returns:
Returns a unique ID for this Wikipedia object.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikipediaInfo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikipediaInfo.html new file mode 100644 index 00000000..a069563f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/WikipediaInfo.html @@ -0,0 +1,463 @@ + + + + + + + +WikipediaInfo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api +
+Class WikipediaInfo

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo
+
+
+
+
public class WikipediaInfo
extends Object
+ + +

+Holds numerous information on a given subset (that may also be + the whole Wikipedia) of Wikipedia nodes. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
WikipediaInfo(Iterable<Page> pPages) + +
+          Get infos only for a subset of articles.
WikipediaInfo(Wikipedia pWiki) + +
+          Get infos for the whole wikipedia.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ doublegetAverageFanOut() + +
+           
+ doublegetAveragePathLengthFromRoot(Wikipedia pWiki, + CategoryGraph connectedCatGraph) + +
+           
+ voidgetCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+           
+ Map<Integer,Integer>getDistributionOfArticlesByCategory(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Computes the distribution of the number of articles per category.
+ voidgetGraphParameters(CategoryGraph catGraph) + +
+          Get various graph parameters like diameter, average out-degree etc of the categroy graph.
+ intgetNumberOfCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          If the return value has been already computed, it is returned, else it is computed at retrieval time.
+ intgetNumberOfPages() + +
+           
+ voidgetOverlapping(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Articles in wikipedia may be tagged with multiple categories.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikipediaInfo

+
+public WikipediaInfo(Wikipedia pWiki)
+              throws WikiApiException
+
+
Get infos for the whole wikipedia. +

+

+
Parameters:
pWiki - The wiki object. +
Throws: +
WikiApiException
+
+
+ +

+WikipediaInfo

+
+public WikipediaInfo(Iterable<Page> pPages)
+              throws WikiApiException
+
+
Get infos only for a subset of articles. +

+

+
Parameters:
pPages - A set of pages. Only this subset of wiki pages is used in the info object. +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+getAverageFanOut

+
+public double getAverageFanOut()
+
+
+ +
Returns:
Returns the averageFanOut.
+
+
+
+ +

+getNumberOfPages

+
+public int getNumberOfPages()
+
+
+ +
Returns:
Returns the numberOfPages.
+
+
+
+ +

+getGraphParameters

+
+public void getGraphParameters(CategoryGraph catGraph)
+
+
Get various graph parameters like diameter, average out-degree etc of the categroy graph. +

+

+
Parameters:
catGraph - The category graph.
+
+
+
+ +

+getOverlapping

+
+public void getOverlapping(Wikipedia pWiki,
+                           CategoryGraph catGraph)
+                    throws WikiApiException
+
+
Articles in wikipedia may be tagged with multiple categories. + It may be interesting to know how many articles have at least one category in common. + Such articles would have a very high semantic relatedness even if they share a quite secondary category. +

+

+
Parameters:
pWiki - The wikipedia object.
catGraph - The category graph. +
Throws: +
WikiApiException
+
+
+
+ +

+getCategorizedArticles

+
+public void getCategorizedArticles(Wikipedia pWiki,
+                                   CategoryGraph catGraph)
+                            throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getAveragePathLengthFromRoot

+
+public double getAveragePathLengthFromRoot(Wikipedia pWiki,
+                                           CategoryGraph connectedCatGraph)
+                                    throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getNumberOfCategorizedArticles

+
+public int getNumberOfCategorizedArticles(Wikipedia pWiki,
+                                          CategoryGraph catGraph)
+                                   throws WikiApiException
+
+
If the return value has been already computed, it is returned, else it is computed at retrieval time. +

+

+
Parameters:
pWiki - The wikipedia object.
catGraph - The category graph. +
Returns:
The number of categorized articles, i.e. articles that have at least one category. +
Throws: +
WikiApiException
+
+
+
+ +

+getDistributionOfArticlesByCategory

+
+public Map<Integer,Integer> getDistributionOfArticlesByCategory(Wikipedia pWiki,
+                                                                CategoryGraph catGraph)
+                                                         throws WikiPageNotFoundException
+
+
Computes the distribution of the number of articles per category. + If the return value has been already computed, it is returned, else it is computed at retrieval time. +

+

+
Parameters:
pWiki - The wikipedia object.
catGraph - The category graph. +
Returns:
A map containing the distribution mapping from a degree to the number of times this degree is found in the category graph. +
Throws: +
WikiPageNotFoundException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Category.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Category.html new file mode 100644 index 00000000..845e9dec --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Category.html @@ -0,0 +1,442 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.Category (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.Category

+
+ + + + + + + + + +
+Packages that use Category
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of Category in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return Category
+ CategoryWikipedia.getCategory(int pageId) + +
+          Gets the category for a given pageId.
+ CategoryWikipedia.getCategory(String title) + +
+          Gets the category for a given title.
+ CategoryMetaData.getDisambiguationCategory() + +
+          Returns the disambiguation category.
+ CategoryCategoryGraph.getLCS(Category category1, + Category category2) + +
+          Gets the lowest common subsumer (LCS) of two nodes.
+ CategoryMetaData.getMainCategory() + +
+          Returns the name of the main/root category.
+ CategoryCategoryDescendantsIterator.next() + +
+           
+ CategoryCategoryIterator.next() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return types with arguments of type Category
+ Iterable<Category>Wikipedia.getCategories() + +
+          This returns an iterable over all categories, as returning all category objects would be much too expensive.
+ Set<Category>Page.getCategories() + +
+          Returns a set of categories that this page belongs to.
+protected  Iterable<Category>Wikipedia.getCategories(int bufferSize) + +
+          Get all wikipedia categories.
+ Set<Category>Category.getChildren() + +
+          Returns a set containing the children (subcategories) of this category.
+ Iterable<Category>Category.getDescendants() + +
+          Returns *all* recursively collected descendants (=subcategories) of this category.
+protected  Iterable<Category>Category.getDescendants(int bufferSize) + +
+          Returns *all* recursively collected descendants (=subcategories) of this category.
+ Set<Category>Category.getParents() + +
+          Returns a set containing parents (supercategories) of this category.
+ Set<Category>Category.getSiblings() + +
+          Returns the siblings of this category.
+ Iterator<Category>CategoryIterable.iterator() + +
+           
+ Iterator<Category>CategoryDescendantsIterable.iterator() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api with parameters of type Category
+ intCategoryTitleComparator.compare(Category o1, + Category o2) + +
+           
+ doubleCategoryGraph.getIntrinsicInformationContent(Category category) + +
+          Intrinsic information content (Seco Etal. 2004) allows to compute information content from the structure of the taxonomy (no corpus needed).
+ CategoryCategoryGraph.getLCS(Category category1, + Category category2) + +
+          Gets the lowest common subsumer (LCS) of two nodes.
+ intCategoryGraph.getPathLengthInEdges(Category node1, + Category node2) + +
+          Gets the path length between two category nodes - measured in "edges".
+ intCategoryGraph.getPathLengthInNodes(Category node1, + Category node2) + +
+          Gets the path length between two category nodes - measured in "nodes".
+ intCategoryGraph.getTaxonomicallyBoundPathLengthInEdges(Category cat1, + Category cat2) + +
+          Computing the path length in very large graphs like the Wikipedia category graph is very time consuming.
+ intCategoryGraph.getTaxonomicallyBoundPathLengthInNodes(Category cat1, + Category cat2) + +
+           
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type Category
CategoryDescendantsIterable(Wikipedia wiki, + Category startCategory) + +
+           
CategoryDescendantsIterable(Wikipedia wiki, + int bufferSize, + Category startCategory) + +
+           
CategoryDescendantsIterator(Wikipedia wiki, + int bufferSize, + Category startCategory) + +
+           
+  +

+ + + + + + + + + + + +
Constructor parameters in de.tudarmstadt.ukp.wikipedia.api with type arguments of type Category
CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories) + +
+          Creates a CategoryGraph object using the categories given by the iterable
CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories, + List<String> filterList) + +
+          Creates a CategoryGraph object using the categories given by the iterable, but filters all categories starting with strings contained in the filterList
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterable.html new file mode 100644 index 00000000..6c41bc48 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterable.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterator.html new file mode 100644 index 00000000..fba3e3c0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryDescendantsIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraph.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraph.html new file mode 100644 index 00000000..53d9eca8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraph.html @@ -0,0 +1,293 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryGraph

+
+ + + + + + + + + +
+Packages that use CategoryGraph
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of CategoryGraph in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return CategoryGraph
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + boolean serialize) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds, + boolean serialize) + +
+           
+ CategoryGraphCategoryGraph.getLargestConnectedComponent() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api with parameters of type CategoryGraph
+ doubleWikipediaInfo.getAveragePathLengthFromRoot(Wikipedia pWiki, + CategoryGraph connectedCatGraph) + +
+           
+ voidWikipediaInfo.getCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+           
+ Map<Integer,Integer>WikipediaInfo.getDistributionOfArticlesByCategory(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Computes the distribution of the number of articles per category.
+ voidWikipediaInfo.getGraphParameters(CategoryGraph catGraph) + +
+          Get various graph parameters like diameter, average out-degree etc of the categroy graph.
+ intWikipediaInfo.getNumberOfCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          If the return value has been already computed, it is returned, else it is computed at retrieval time.
+ voidWikipediaInfo.getOverlapping(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Articles in wikipedia may be tagged with multiple categories.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type CategoryGraph
CycleHandler(Wikipedia wiki, + CategoryGraph categoryGraph) + +
+          Creates a cycle handler object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraphManager.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraphManager.html new file mode 100644 index 00000000..fe644c91 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryGraphManager.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterable.html new file mode 100644 index 00000000..afad94d1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterable.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryIterable

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CategoryIterable +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterator.html new file mode 100644 index 00000000..44ac1720 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CategoryIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryTitleComparator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryTitleComparator.html new file mode 100644 index 00000000..55af304e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CategoryTitleComparator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CategoryTitleComparator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CategoryTitleComparator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CategoryTitleComparator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CycleHandler.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CycleHandler.html new file mode 100644 index 00000000..89faa3c5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/CycleHandler.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.CycleHandler (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.CycleHandler

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.CycleHandler +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/DatabaseConfiguration.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/DatabaseConfiguration.html new file mode 100644 index 00000000..99d7065b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/DatabaseConfiguration.html @@ -0,0 +1,252 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration

+
+ + + + + + + + + + + + + + + + + +
+Packages that use DatabaseConfiguration
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.hibernate  
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + +
+Uses of DatabaseConfiguration in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return DatabaseConfiguration
+ DatabaseConfigurationWikipedia.getDatabaseConfiguration() + +
+          Returns the DatabaseConfiguration object that was used to create the Wikipedia object.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type DatabaseConfiguration
Wikipedia(DatabaseConfiguration dbConfig) + +
+          Creates a new Wikipedia object accessing the database indicated by the dbConfig parameter.
+  +

+ + + + + +
+Uses of DatabaseConfiguration in de.tudarmstadt.ukp.wikipedia.api.hibernate
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate with parameters of type DatabaseConfiguration
+static org.hibernate.SessionFactoryWikiHibernateUtil.getSessionFactory(DatabaseConfiguration config) + +
+           
+  +

+ + + + + +
+Uses of DatabaseConfiguration in de.tudarmstadt.ukp.wikipedia.util
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.util with parameters of type DatabaseConfiguration
HibernateUtilities(WikiConstants.Language pLanguage, + DatabaseConfiguration dbConfig) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/MetaData.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/MetaData.html new file mode 100644 index 00000000..1de6e2cc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/MetaData.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.MetaData (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.MetaData

+
+ + + + + + + + + +
+Packages that use MetaData
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of MetaData in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return MetaData
+ MetaDataWikipedia.getMetaData() + +
+          Returns a MetaData object containing all meta data about this instance of Wikipedia.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Page.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Page.html new file mode 100644 index 00000000..e2a139ef --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Page.html @@ -0,0 +1,449 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.Page (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.Page

+
+ + + + + + + + + + + + + +
+Packages that use Page
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + +
+Uses of Page in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return Page
+ PageWikipedia.getArticleForDiscussionPage(Page discussionPage) + +
+          Returns the article page for a given discussion page.
+ PageWikipedia.getDiscussionPage(int articlePageId) + +
+          Gets the discussion page for an article page with the given pageId.
+ PageWikipedia.getDiscussionPage(Page articlePage) + +
+          Gets the discussion page for the given article page + The provided page must not be a discussion page
+ PageWikipedia.getDiscussionPage(String title) + +
+          Gets the discussion page for the page with the given title.
+ PageWikipedia.getPage(int pageId) + +
+          Gets the page for a given pageId.
+ PageWikipedia.getPage(String title) + +
+          Gets the page with the given title.
+ PagePageIterator.next() + +
+           
+ PagePageQueryIterator.next() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return types with arguments of type Page
+ Iterable<Page>Wikipedia.getArticles() + +
+          Get all articles (pages MINUS disambiguationPages MINUS redirects).
+ Set<Page>Category.getArticles() + +
+          Returns the set of articles that are categorized under this category.
+ Iterable<Page>Wikipedia.getDiscussionArchives(int articlePageId) + +
+          Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ Iterable<Page>Wikipedia.getDiscussionArchives(Page articlePage) + +
+          Return an iterable containing all archived discussion pages for + the given article page.
+ Iterable<Page>Wikipedia.getDiscussionArchives(String title) + +
+          Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ Set<Page>Page.getInlinks() + +
+          Returns the set of pages that have a link pointing to this page.
+ Set<Page>Page.getOutlinks() + +
+          Returns the set of pages that are linked from this page.
+ Iterable<Page>Wikipedia.getPages() + +
+          Get all wikipedia pages.
+ Set<Page>Category.getPages() + +
+          Deprecated. Use Category.getArticles() instead.
+protected  Iterable<Page>Wikipedia.getPages(int bufferSize) + +
+          Get all wikipedia pages.
+ Iterable<Page>Wikipedia.getPages(PageQuery query) + +
+          Get the pages that match the given query.
+protected  Map<Page,Double>Wikipedia.getSimilarPages(String pPattern, + int pSize) + +
+          Gets the pages or redirects with a name similar to the pattern.
+ Iterator<Page>PageQueryIterable.iterator() + +
+           
+ Iterator<Page>PageIterable.iterator() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api with parameters of type Page
+ intPageTitleComparator.compare(Page o1, + Page o2) + +
+           
+ PageWikipedia.getArticleForDiscussionPage(Page discussionPage) + +
+          Returns the article page for a given discussion page.
+ Iterable<Page>Wikipedia.getDiscussionArchives(Page articlePage) + +
+          Return an iterable containing all archived discussion pages for + the given article page.
+ PageWikipedia.getDiscussionPage(Page articlePage) + +
+          Gets the discussion page for the given article page + The provided page must not be a discussion page
+  +

+ + + + + + + + +
Constructor parameters in de.tudarmstadt.ukp.wikipedia.api with type arguments of type Page
WikipediaInfo(Iterable<Page> pPages) + +
+          Get infos only for a subset of articles.
+  +

+ + + + + +
+Uses of Page in de.tudarmstadt.ukp.wikipedia.util
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.util with type arguments of type Page
+static Set<Integer>GraphUtilities.getRandomPageSubset(Iterable<Page> pages, + int pResultSetSize) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterable.html new file mode 100644 index 00000000..a13cfd48 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterable.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PageIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PageIterable

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PageIterable +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterator.html new file mode 100644 index 00000000..d8d2b9a5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PageIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PageIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PageIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQuery.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQuery.html new file mode 100644 index 00000000..8d04ac6f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQuery.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PageQuery (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PageQuery

+
+ + + + + + + + + +
+Packages that use PageQuery
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of PageQuery in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api with parameters of type PageQuery
+ Iterable<Page>Wikipedia.getPages(PageQuery query) + +
+          Get the pages that match the given query.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type PageQuery
PageQueryIterable(Wikipedia wiki, + PageQuery query) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterable.html new file mode 100644 index 00000000..0442b9d0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterable.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterator.html new file mode 100644 index 00000000..d85a9de3 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageQueryIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageTitleComparator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageTitleComparator.html new file mode 100644 index 00000000..7408ba96 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PageTitleComparator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PageTitleComparator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PageTitleComparator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PageTitleComparator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTest.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTest.html new file mode 100644 index 00000000..00833652 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTest.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PerformanceTest (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PerformanceTest

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PerformanceTest +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTestPageIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTestPageIterator.html new file mode 100644 index 00000000..99c21843 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/PerformanceTestPageIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Title.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Title.html new file mode 100644 index 00000000..5d996b02 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Title.html @@ -0,0 +1,229 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.Title (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.Title

+
+ + + + + + + + + +
+Packages that use Title
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of Title in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return Title
+ TitleCategory.getTitle() + +
+          Returns the title of the category.
+ TitlePage.getTitle() + +
+          Returns the title of the page.
+ TitleWikipedia.getTitle(int pageId) + +
+          Gets the title for a given pageId.
+ TitleTitleIterator.next() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return types with arguments of type Title
+ Iterable<Title>Wikipedia.getTitles() + +
+          Get all titles including disambiguation pages and redirects).
+ Iterator<Title>TitleIterable.iterator() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterable.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterable.html new file mode 100644 index 00000000..d21dfd9d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterable.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.TitleIterable (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.TitleIterable

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.TitleIterable +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterator.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterator.html new file mode 100644 index 00000000..d00101d5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/TitleIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.TitleIterator (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.TitleIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.TitleIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.Language.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.Language.html new file mode 100644 index 00000000..62f18459 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.Language.html @@ -0,0 +1,303 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.WikiConstants.Language (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.WikiConstants.Language

+
+ + + + + + + + + + + + + + + + + +
+Packages that use WikiConstants.Language
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + +
+Uses of WikiConstants.Language in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return WikiConstants.Language
+ WikiConstants.LanguageMetaData.getLanguage() + +
+          Returns the language of this wikipedia.
+ WikiConstants.LanguageDatabaseConfiguration.getLanguage() + +
+           
+ WikiConstants.LanguageWikipedia.getLanguage() + +
+          Returns the language of this Wikipedia.
+static WikiConstants.LanguageWikiConstants.Language.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static WikiConstants.Language[]WikiConstants.Language.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api with parameters of type WikiConstants.Language
+ voidDatabaseConfiguration.setLanguage(WikiConstants.Language language) + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type WikiConstants.Language
DatabaseConfiguration(String host, + String database, + String user, + String password, + WikiConstants.Language language) + +
+           
+  +

+ + + + + +
+Uses of WikiConstants.Language in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type WikiConstants.Language
MediaWikiParserFactory(WikiConstants.Language language) + +
+          Creates a fully configurated parser factory for the specified language.
+  +

+ + + + + +
+Uses of WikiConstants.Language in de.tudarmstadt.ukp.wikipedia.util
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.util with parameters of type WikiConstants.Language
HibernateUtilities(WikiConstants.Language pLanguage, + DatabaseConfiguration dbConfig) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.html new file mode 100644 index 00000000..b726e187 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikiConstants.html @@ -0,0 +1,386 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.api.WikiConstants

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use WikiConstants
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.hibernate  
de.tudarmstadt.ukp.wikipedia.api.tutorial  
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + +
+Uses of WikiConstants in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.api that implement WikiConstants
+ classCategory + +
+           
+ classCategoryGraph + +
+          The category graph is constructed from the links connecting Wikipedia categories.
+ classMetaData + +
+          Provides access to meta data about a certain instance of Wikipedia.
+ classPage + +
+          Represents a Wikipedia article page.
+ classPageQuery + +
+          Represents a query for retrieving pages that meet the given conditions.
+ classPerformanceTest + +
+           
+ classWikipedia + +
+          Provides access to Wikipedia articles and categories.
+  +

+ + + + + +
+Uses of WikiConstants in de.tudarmstadt.ukp.wikipedia.api.hibernate
+  +

+ + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.api.hibernate that implement WikiConstants
+ classMetaDataDAO + +
+          Home object for class Page
+ classWikiHibernateUtil + +
+           
+  +

+ + + + + +
+Uses of WikiConstants in de.tudarmstadt.ukp.wikipedia.api.tutorial
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.api.tutorial that implement WikiConstants
+ classT1a_HelloWorld + +
+          Tutorial 1a + + Get the text of a wikipedia article.
+ classT1b_HelloWorld + +
+          Tutorial 1b + + Get the text of a wikipedia article.
+ classT1c_HelloWorld + +
+          Tutorial 1c + + Get the text of a wikipedia article.
+ classT2_PageInfo + +
+          Tutorial 2 + + A page provides a number of informative methods.
+ classT3_PageDetails + +
+          Tutorial 3 + + Even more things to do with a Wikipedia page.
+ classT4_Categories + +
+          Tutorial 4 + + Wikipedia categories are used as a kind of semantic tag for pages.
+ classT5_TownList + +
+          Tutorial 5 + + Wikipedia categories are used as a kind of semantic tag for pages.
+  +

+ + + + + +
+Uses of WikiConstants in de.tudarmstadt.ukp.wikipedia.util
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.util that implement WikiConstants
+ classHibernateUtilities + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Wikipedia.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Wikipedia.html new file mode 100644 index 00000000..05fd0f8d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/Wikipedia.html @@ -0,0 +1,544 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.Wikipedia (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.Wikipedia

+
+ + + + + + + + + + + + + +
+Packages that use Wikipedia
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.hibernate  
+  +

+ + + + + +
+Uses of Wikipedia in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api with parameters of type Wikipedia
+ doubleWikipediaInfo.getAveragePathLengthFromRoot(Wikipedia pWiki, + CategoryGraph connectedCatGraph) + +
+           
+ voidWikipediaInfo.getCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + boolean serialize) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds, + boolean serialize) + +
+           
+ Map<Integer,Integer>WikipediaInfo.getDistributionOfArticlesByCategory(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Computes the distribution of the number of articles per category.
+ intWikipediaInfo.getNumberOfCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          If the return value has been already computed, it is returned, else it is computed at retrieval time.
+ voidWikipediaInfo.getOverlapping(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Articles in wikipedia may be tagged with multiple categories.
+static voidPerformanceTestPageIterator.test(int numberOfPages, + int bufferSize, + Wikipedia wiki) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type Wikipedia
Category(Wikipedia wiki, + int pageID) + +
+          Creates a category object.
Category(Wikipedia wiki, + long id) + +
+          Creates a category object.
Category(Wikipedia wiki, + String pName) + +
+          Creates a category object.
CategoryDescendantsIterable(Wikipedia wiki, + Category startCategory) + +
+           
CategoryDescendantsIterable(Wikipedia wiki, + int bufferSize, + Category startCategory) + +
+           
CategoryDescendantsIterator(Wikipedia wiki, + int bufferSize, + Category startCategory) + +
+           
CategoryGraph(Wikipedia pWiki) + +
+          Creates a CategoryGraph object using all categories of the given Wikipedia.
CategoryGraph(Wikipedia pWiki, + org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> pGraph) + +
+           
CategoryGraph(Wikipedia pWiki, + File location) + +
+          Creates an CategoryGraph using a serialized DirectedGraph object.
CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories) + +
+          Creates a CategoryGraph object using the categories given by the iterable
CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories, + List<String> filterList) + +
+          Creates a CategoryGraph object using the categories given by the iterable, but filters all categories starting with strings contained in the filterList
CategoryGraph(Wikipedia pWiki, + List<String> filterList) + +
+          Creates a CategoryGraph object using all categories, but filters all categories starting with strings contained in the filterList.
CategoryGraph(Wikipedia pWiki, + Set<Integer> pPageIDs) + +
+          Creates a category graph using a subset (that may also be the full set :) of the categories.
CategoryIterable(Wikipedia wiki) + +
+           
CategoryIterable(Wikipedia wiki, + int bufferSize) + +
+           
CategoryIterator(Wikipedia wiki, + int bufferSize) + +
+           
CycleHandler(Wikipedia wiki, + CategoryGraph categoryGraph) + +
+          Creates a cycle handler object.
MetaData(Wikipedia wiki) + +
+          Creates a meta data object.
Page(Wikipedia wiki, + int pageID) + +
+          Creates a page object.
Page(Wikipedia wiki, + long id) + +
+          Creates a page object.
Page(Wikipedia wiki, + long id, + Page hibernatePage) + +
+          Creates a Page object from an already retrieved hibernate Page
Page(Wikipedia wiki, + String pName) + +
+          Creates a page object.
PageIterable(Wikipedia wiki, + boolean onlyArticles) + +
+           
PageIterable(Wikipedia wiki, + boolean onlyArticles, + int bufferSize) + +
+           
PageIterator(Wikipedia wiki, + boolean onlyArticles, + int bufferSize) + +
+           
PageIterator(Wikipedia wiki, + Set<String> ids, + Set<String> titles, + int bufferSize) + +
+           
PageQueryIterable(Wikipedia wiki, + PageQuery query) + +
+           
PageQueryIterator(Wikipedia wiki, + List<Integer> pPageIDs) + +
+           
PerformanceTest(Wikipedia pWiki) + +
+           
TitleIterable(Wikipedia wiki) + +
+           
TitleIterable(Wikipedia wiki, + int bufferSize) + +
+           
TitleIterator(Wikipedia wiki, + int bufferSize) + +
+           
WikipediaInfo(Wikipedia pWiki) + +
+          Get infos for the whole wikipedia.
+  +

+ + + + + +
+Uses of Wikipedia in de.tudarmstadt.ukp.wikipedia.api.hibernate
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api.hibernate with parameters of type Wikipedia
CategoryDAO(Wikipedia pWiki) + +
+           
MetaDataDAO(Wikipedia wiki) + +
+           
PageDAO(Wikipedia pWiki) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikipediaInfo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikipediaInfo.html new file mode 100644 index 00000000..e9abccf2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/class-use/WikipediaInfo.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiApiException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiApiException.html new file mode 100644 index 00000000..571f55b3 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiApiException.html @@ -0,0 +1,289 @@ + + + + + + + +WikiApiException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.exception +
+Class WikiApiException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiException
+              extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Direct Known Subclasses:
WikiInitializationException, WikiPageNotFoundException, WikiTitleParsingException
+
+
+
+
public class WikiApiException
extends WikiException
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
WikiApiException() + +
+           
WikiApiException(String txt) + +
+           
WikiApiException(String message, + Throwable cause) + +
+           
WikiApiException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiApiException

+
+public WikiApiException()
+
+
+
+ +

+WikiApiException

+
+public WikiApiException(String txt)
+
+
+
+ +

+WikiApiException

+
+public WikiApiException(String message,
+                        Throwable cause)
+
+
+
+ +

+WikiApiException

+
+public WikiApiException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiException.html new file mode 100644 index 00000000..281a7447 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiException.html @@ -0,0 +1,288 @@ + + + + + + + +WikiException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.exception +
+Class WikiException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
Direct Known Subclasses:
WikiApiException, WikiRelatednessException
+
+
+
+
public class WikiException
extends Exception
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
WikiException() + +
+           
WikiException(String txt) + +
+           
WikiException(String message, + Throwable cause) + +
+           
WikiException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiException

+
+public WikiException()
+
+
+
+ +

+WikiException

+
+public WikiException(String txt)
+
+
+
+ +

+WikiException

+
+public WikiException(String message,
+                     Throwable cause)
+
+
+
+ +

+WikiException

+
+public WikiException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiInitializationException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiInitializationException.html new file mode 100644 index 00000000..f673a955 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiInitializationException.html @@ -0,0 +1,293 @@ + + + + + + + +WikiInitializationException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.exception +
+Class WikiInitializationException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiException
+              extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException
+                  extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class WikiInitializationException
extends WikiApiException
+ + +

+Thrown, when the Wikipedia object could not be properly initialized. +

+ +

+

+
Author:
+
zesch
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
WikiInitializationException() + +
+           
WikiInitializationException(String txt) + +
+           
WikiInitializationException(String message, + Throwable cause) + +
+           
WikiInitializationException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiInitializationException

+
+public WikiInitializationException()
+
+
+
+ +

+WikiInitializationException

+
+public WikiInitializationException(String txt)
+
+
+
+ +

+WikiInitializationException

+
+public WikiInitializationException(String message,
+                                   Throwable cause)
+
+
+
+ +

+WikiInitializationException

+
+public WikiInitializationException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiPageNotFoundException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiPageNotFoundException.html new file mode 100644 index 00000000..a8cb3f57 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiPageNotFoundException.html @@ -0,0 +1,293 @@ + + + + + + + +WikiPageNotFoundException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.exception +
+Class WikiPageNotFoundException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiException
+              extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException
+                  extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class WikiPageNotFoundException
extends WikiApiException
+ + +

+Thrown when a requested page or category could not be found in Wikipedia. +

+ +

+

+
Author:
+
zesch
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
WikiPageNotFoundException() + +
+           
WikiPageNotFoundException(String txt) + +
+           
WikiPageNotFoundException(String message, + Throwable cause) + +
+           
WikiPageNotFoundException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiPageNotFoundException

+
+public WikiPageNotFoundException()
+
+
+
+ +

+WikiPageNotFoundException

+
+public WikiPageNotFoundException(String txt)
+
+
+
+ +

+WikiPageNotFoundException

+
+public WikiPageNotFoundException(String message,
+                                 Throwable cause)
+
+
+
+ +

+WikiPageNotFoundException

+
+public WikiPageNotFoundException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiRelatednessException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiRelatednessException.html new file mode 100644 index 00000000..1fa3bf91 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiRelatednessException.html @@ -0,0 +1,286 @@ + + + + + + + +WikiRelatednessException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.exception +
+Class WikiRelatednessException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiException
+              extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class WikiRelatednessException
extends WikiException
+ + +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
WikiRelatednessException() + +
+           
WikiRelatednessException(String txt) + +
+           
WikiRelatednessException(String message, + Throwable cause) + +
+           
WikiRelatednessException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiRelatednessException

+
+public WikiRelatednessException()
+
+
+
+ +

+WikiRelatednessException

+
+public WikiRelatednessException(String txt)
+
+
+
+ +

+WikiRelatednessException

+
+public WikiRelatednessException(String message,
+                                Throwable cause)
+
+
+
+ +

+WikiRelatednessException

+
+public WikiRelatednessException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiTitleParsingException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiTitleParsingException.html new file mode 100644 index 00000000..b0e287b4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/WikiTitleParsingException.html @@ -0,0 +1,293 @@ + + + + + + + +WikiTitleParsingException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.exception +
+Class WikiTitleParsingException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiException
+              extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException
+                  extended by de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class WikiTitleParsingException
extends WikiApiException
+ + +

+Thrown when an exceptional situation occurs during parsing a page title to create a Title object. +

+ +

+

+
Author:
+
zesch
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
WikiTitleParsingException() + +
+           
WikiTitleParsingException(String txt) + +
+           
WikiTitleParsingException(String message, + Throwable cause) + +
+           
WikiTitleParsingException(Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiTitleParsingException

+
+public WikiTitleParsingException()
+
+
+
+ +

+WikiTitleParsingException

+
+public WikiTitleParsingException(String txt)
+
+
+
+ +

+WikiTitleParsingException

+
+public WikiTitleParsingException(String message,
+                                 Throwable cause)
+
+
+
+ +

+WikiTitleParsingException

+
+public WikiTitleParsingException(Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiApiException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiApiException.html new file mode 100644 index 00000000..4b280497 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiApiException.html @@ -0,0 +1,897 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use WikiApiException
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.exception  
de.tudarmstadt.ukp.wikipedia.api.tutorial  
de.tudarmstadt.ukp.wikipedia.parser.tutorial  
+  +

+ + + + + +
+Uses of WikiApiException in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that throw WikiApiException
+protected  Set<Integer>CategoryGraph.__getChildren(int pageID) + +
+           
+protected  Set<Integer>CategoryGraph.__getLeafNodes() + +
+           
+protected  Set<Integer>CategoryGraph.__getParents(int pageID) + +
+           
+ booleanCycleHandler.containsCycle() + +
+          The JGraphT cycle detection seems not to find all cycles.
+ voidCategoryGraph.createRootPathMap() + +
+          Computes the paths from each category node to the root.
+ voidCategoryGraph.deleteRootPathMap() + +
+          Deleted the root path map file.
+ PageWikipedia.getArticleForDiscussionPage(Page discussionPage) + +
+          Returns the article page for a given discussion page.
+ Set<Integer>Category.getArticleIds() + +
+          Returns the set of article ids that are categorized under this category.
+ Set<Page>Category.getArticles() + +
+          Returns the set of articles that are categorized under this category.
+ doubleWikipediaInfo.getAveragePathLengthFromRoot(Wikipedia pWiki, + CategoryGraph connectedCatGraph) + +
+           
+ voidWikipediaInfo.getCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+           
+ CategoryWikipedia.getCategory(String title) + +
+          Gets the category for a given title.
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + boolean serialize) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds) + +
+           
+static CategoryGraphCategoryGraphManager.getCategoryGraph(Wikipedia wiki, + Set<Integer> pageIds, + boolean serialize) + +
+           
+protected  StringCategory.getCategoryInfo() + +
+           
+ doubleCategoryGraph.getDepth() + +
+          This parameter is already set in the constructor as it is needed for computation of relatedness values.
+ CategoryMetaData.getDisambiguationCategory() + +
+          Returns the disambiguation category.
+ Iterable<Page>Wikipedia.getDiscussionArchives(int articlePageId) + +
+          Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ Iterable<Page>Wikipedia.getDiscussionArchives(Page articlePage) + +
+          Return an iterable containing all archived discussion pages for + the given article page.
+ Iterable<Page>Wikipedia.getDiscussionArchives(String title) + +
+          Returns an iterable containing all archived discussion pages for + the page with the given title String.
+ PageWikipedia.getDiscussionPage(int articlePageId) + +
+          Gets the discussion page for an article page with the given pageId.
+ PageWikipedia.getDiscussionPage(Page articlePage) + +
+          Gets the discussion page for the given article page + The provided page must not be a discussion page
+ PageWikipedia.getDiscussionPage(String title) + +
+          Gets the discussion page for the page with the given title.
+protected  Map<Integer,Integer>CategoryGraph.getHyponymCountMap() + +
+           
+protected  intCategoryGraph.getInDegree(int pageID) + +
+           
+ doubleCategoryGraph.getIntrinsicInformationContent(Category category) + +
+          Intrinsic information content (Seco Etal. 2004) allows to compute information content from the structure of the taxonomy (no corpus needed).
+ CategoryGraphCategoryGraph.getLargestConnectedComponent() + +
+           
+ CategoryCategoryGraph.getLCS(Category category1, + Category category2) + +
+          Gets the lowest common subsumer (LCS) of two nodes.
+ CategoryMetaData.getMainCategory() + +
+          Returns the name of the main/root category.
+ intWikipediaInfo.getNumberOfCategorizedArticles(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          If the return value has been already computed, it is returned, else it is computed at retrieval time.
+ intCategory.getNumberOfPages() + +
+          This is a more efficient shortcut for writing "getPages().size()", as that would require to load all the pages first.
+protected  intCategoryGraph.getOutDegree(int pageID) + +
+           
+ voidWikipediaInfo.getOverlapping(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Articles in wikipedia may be tagged with multiple categories.
+ PageWikipedia.getPage(int pageId) + +
+          Gets the page for a given pageId.
+ PageWikipedia.getPage(String title) + +
+          Gets the page with the given title.
+ List<Integer>Wikipedia.getPageIds(String title) + +
+          Gets the page ids for a given title.
+protected  StringPage.getPageInfo() + +
+          Returns a string with infos about this page object.
+ Set<Page>Category.getPages() + +
+          Deprecated. Use Category.getArticles() instead.
+ Iterable<Page>Wikipedia.getPages(PageQuery query) + +
+          Get the pages that match the given query.
+ intCategoryGraph.getPathLengthInNodes(Category node1, + Category node2) + +
+          Gets the path length between two category nodes - measured in "nodes".
+ StringPage.getPlainText() + +
+          Returns the Wikipedia article as plain text.
+protected  Map<Integer,List<Integer>>CategoryGraph.getRootPathMap() + +
+           
+protected  Map<Page,Double>Wikipedia.getSimilarPages(String pPattern, + int pSize) + +
+          Gets the pages or redirects with a name similar to the pattern.
+ intCategoryGraph.getTaxonomicallyBoundPathLengthInEdges(Category cat1, + Category cat2) + +
+          Computing the path length in very large graphs like the Wikipedia category graph is very time consuming.
+ intCategoryGraph.getTaxonomicallyBoundPathLengthInNodes(Category cat1, + Category cat2) + +
+           
+ TitleWikipedia.getTitle(int pageId) + +
+          Gets the title for a given pageId.
+ StringMetaData.getVersion() + +
+          Returns the version of the wikipedia data.
+static voidPerformanceTest.main(String[] args) + +
+           
+ voidCycleHandler.removeCycles() + +
+          Removes cycles from the graph that was used to construct the cycle handler.
+ voidCategoryGraph.saveGraph(String destination) + +
+          Serializes the graph to the given destination.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api that throw WikiApiException
Category(Wikipedia wiki, + String pName) + +
+          Creates a category object.
CategoryGraph() + +
+          Creates an empty category graph.
CategoryGraph(Wikipedia pWiki) + +
+          Creates a CategoryGraph object using all categories of the given Wikipedia.
CategoryGraph(Wikipedia pWiki, + org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> pGraph) + +
+           
CategoryGraph(Wikipedia pWiki, + File location) + +
+          Creates an CategoryGraph using a serialized DirectedGraph object.
CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories) + +
+          Creates a CategoryGraph object using the categories given by the iterable
CategoryGraph(Wikipedia pWiki, + Iterable<Category> categories, + List<String> filterList) + +
+          Creates a CategoryGraph object using the categories given by the iterable, but filters all categories starting with strings contained in the filterList
CategoryGraph(Wikipedia pWiki, + List<String> filterList) + +
+          Creates a CategoryGraph object using all categories, but filters all categories starting with strings contained in the filterList.
CategoryGraph(Wikipedia pWiki, + Set<Integer> pPageIDs) + +
+          Creates a category graph using a subset (that may also be the full set :) of the categories.
Page(Wikipedia wiki, + int pageID) + +
+          Creates a page object.
Page(Wikipedia wiki, + long id) + +
+          Creates a page object.
Page(Wikipedia wiki, + long id, + Page hibernatePage) + +
+          Creates a Page object from an already retrieved hibernate Page
Page(Wikipedia wiki, + String pName) + +
+          Creates a page object.
PageQueryIterable(Wikipedia wiki, + PageQuery query) + +
+           
PerformanceTest(Wikipedia pWiki) + +
+           
WikipediaInfo(Iterable<Page> pPages) + +
+          Get infos only for a subset of articles.
WikipediaInfo(Wikipedia pWiki) + +
+          Get infos for the whole wikipedia.
+  +

+ + + + + +
+Uses of WikiApiException in de.tudarmstadt.ukp.wikipedia.api.exception
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of WikiApiException in de.tudarmstadt.ukp.wikipedia.api.exception
+ classWikiInitializationException + +
+          Thrown, when the Wikipedia object could not be properly initialized.
+ classWikiPageNotFoundException + +
+          Thrown when a requested page or category could not be found in Wikipedia.
+ classWikiTitleParsingException + +
+          Thrown when an exceptional situation occurs during parsing a page title to create a Title object.
+  +

+ + + + + +
+Uses of WikiApiException in de.tudarmstadt.ukp.wikipedia.api.tutorial
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.tutorial that throw WikiApiException
+static voidT3_PageDetails.main(String[] args) + +
+           
+static voidT5_TownList.main(String[] args) + +
+           
+static voidT4_Categories.main(String[] args) + +
+           
+static voidT1a_HelloWorld.main(String[] args) + +
+           
+static voidT2_PageInfo.main(String[] args) + +
+           
+static voidT1b_HelloWorld.main(String[] args) + +
+           
+  +

+ + + + + +
+Uses of WikiApiException in de.tudarmstadt.ukp.wikipedia.parser.tutorial
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.tutorial that throw WikiApiException
+static voidT5_CleaningTemplateImage.main(String[] args) + +
+           
+static voidT2_InternalLinks.main(String[] args) + +
+          Prints the targets of the internal links found in the page Germany.
+static voidT4_InterfacingWithWikipedia.main(String[] args) + +
+           
+static voidT6_NestedLists.main(String[] args) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiException.html new file mode 100644 index 00000000..516ea0ab --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiException.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.exception.WikiException

+
+ + + + + + + + + +
+Packages that use WikiException
de.tudarmstadt.ukp.wikipedia.api.exception  
+  +

+ + + + + +
+Uses of WikiException in de.tudarmstadt.ukp.wikipedia.api.exception
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of WikiException in de.tudarmstadt.ukp.wikipedia.api.exception
+ classWikiApiException + +
+           
+ classWikiInitializationException + +
+          Thrown, when the Wikipedia object could not be properly initialized.
+ classWikiPageNotFoundException + +
+          Thrown when a requested page or category could not be found in Wikipedia.
+ classWikiRelatednessException + +
+           
+ classWikiTitleParsingException + +
+          Thrown when an exceptional situation occurs during parsing a page title to create a Title object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiInitializationException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiInitializationException.html new file mode 100644 index 00000000..544b208c --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiInitializationException.html @@ -0,0 +1,208 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException

+
+ + + + + + + + + + + + + +
+Packages that use WikiInitializationException
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.tutorial  
+  +

+ + + + + +
+Uses of WikiInitializationException in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api that throw WikiInitializationException
Wikipedia(DatabaseConfiguration dbConfig) + +
+          Creates a new Wikipedia object accessing the database indicated by the dbConfig parameter.
+  +

+ + + + + +
+Uses of WikiInitializationException in de.tudarmstadt.ukp.wikipedia.api.tutorial
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.tutorial that throw WikiInitializationException
+static Set<String>T6_HelperMethods.getUniqueArticleTitles() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiPageNotFoundException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiPageNotFoundException.html new file mode 100644 index 00000000..a5a90ea2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiPageNotFoundException.html @@ -0,0 +1,212 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException

+
+ + + + + + + + + +
+Packages that use WikiPageNotFoundException
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of WikiPageNotFoundException in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that throw WikiPageNotFoundException
+protected  Set<Integer>Category.__getPages() + +
+          This method exposes implementation details and should not be made public.
+ Map<Integer,Integer>WikipediaInfo.getDistributionOfArticlesByCategory(Wikipedia pWiki, + CategoryGraph catGraph) + +
+          Computes the distribution of the number of articles per category.
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api that throw WikiPageNotFoundException
Category(Wikipedia wiki, + int pageID) + +
+          Creates a category object.
Category(Wikipedia wiki, + long id) + +
+          Creates a category object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiRelatednessException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiRelatednessException.html new file mode 100644 index 00000000..5cb038d9 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiRelatednessException.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiTitleParsingException.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiTitleParsingException.html new file mode 100644 index 00000000..86ad26e2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/class-use/WikiTitleParsingException.html @@ -0,0 +1,228 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException

+
+ + + + + + + + + +
+Packages that use WikiTitleParsingException
de.tudarmstadt.ukp.wikipedia.api  
+  +

+ + + + + +
+Uses of WikiTitleParsingException in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that throw WikiTitleParsingException
+ Set<String>Page.getInlinkAnchors() + +
+          Note that this method only returns the anchors that are not equal to the page's title.
+ Map<String,Set<String>>Page.getOutlinkAnchors() + +
+          Note that this method only returns the anchors that are not equal to the title of the page + they are pointing to.
+ TitleCategory.getTitle() + +
+          Returns the title of the category.
+ TitlePage.getTitle() + +
+          Returns the title of the page.
+ booleanPage.isDiscussion() + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api that throw WikiTitleParsingException
Title(String titleText) + +
+          Create a title object using a title string.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-frame.html new file mode 100644 index 00000000..e856dfcd --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-frame.html @@ -0,0 +1,43 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.exception (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.exception + + + + +
+Exceptions  + +
+WikiApiException +
+WikiException +
+WikiInitializationException +
+WikiPageNotFoundException +
+WikiRelatednessException +
+WikiTitleParsingException
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-summary.html new file mode 100644 index 00000000..db66870d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-summary.html @@ -0,0 +1,178 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.exception (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.api.exception +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Exception Summary
WikiApiException 
WikiException 
WikiInitializationExceptionThrown, when the Wikipedia object could not be properly initialized.
WikiPageNotFoundExceptionThrown when a requested page or category could not be found in Wikipedia.
WikiRelatednessException 
WikiTitleParsingExceptionThrown when an exceptional situation occurs during parsing a page title to create a Title object.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-tree.html new file mode 100644 index 00000000..462d9e50 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-tree.html @@ -0,0 +1,163 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.exception Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.api.exception +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-use.html new file mode 100644 index 00000000..1d105fdc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/exception/package-use.html @@ -0,0 +1,258 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.api.exception (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.api.exception

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.api.exception
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.exception  
de.tudarmstadt.ukp.wikipedia.api.tutorial  
de.tudarmstadt.ukp.wikipedia.parser.tutorial  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api.exception used by de.tudarmstadt.ukp.wikipedia.api
WikiApiException + +
+           
WikiInitializationException + +
+          Thrown, when the Wikipedia object could not be properly initialized.
WikiPageNotFoundException + +
+          Thrown when a requested page or category could not be found in Wikipedia.
WikiTitleParsingException + +
+          Thrown when an exceptional situation occurs during parsing a page title to create a Title object.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api.exception used by de.tudarmstadt.ukp.wikipedia.api.exception
WikiApiException + +
+           
WikiException + +
+           
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api.exception used by de.tudarmstadt.ukp.wikipedia.api.tutorial
WikiApiException + +
+           
WikiInitializationException + +
+          Thrown, when the Wikipedia object could not be properly initialized.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api.exception used by de.tudarmstadt.ukp.wikipedia.parser.tutorial
WikiApiException + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Category.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Category.html new file mode 100644 index 00000000..656b55e0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Category.html @@ -0,0 +1,445 @@ + + + + + + + +Category (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class Category

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.Category
+
+
+
+
public class Category
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Category() + +
+          A no argument constructor as required by Hibernate.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetId() + +
+           
+ Set<Integer>getInLinks() + +
+           
+ StringgetName() + +
+           
+ Set<Integer>getOutLinks() + +
+           
+ intgetPageId() + +
+           
+ Set<Integer>getPages() + +
+           
+ voidsetInLinks(Set<Integer> inLinks) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetOutLinks(Set<Integer> outLinks) + +
+           
+ voidsetPageId(int pageId) + +
+           
+ voidsetPages(Set<Integer> pages) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Category

+
+public Category()
+
+
A no argument constructor as required by Hibernate. +

+

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public long getId()
+
+
+
+
+
+
+ +

+getPageId

+
+public int getPageId()
+
+
+
+
+
+
+ +

+setPageId

+
+public void setPageId(int pageId)
+
+
+
+
+
+
+ +

+getInLinks

+
+public Set<Integer> getInLinks()
+
+
+
+
+
+
+ +

+setInLinks

+
+public void setInLinks(Set<Integer> inLinks)
+
+
+
+
+
+
+ +

+getName

+
+public String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(String name)
+
+
+
+
+
+
+ +

+getOutLinks

+
+public Set<Integer> getOutLinks()
+
+
+
+
+
+
+ +

+setOutLinks

+
+public void setOutLinks(Set<Integer> outLinks)
+
+
+
+
+
+
+ +

+getPages

+
+public Set<Integer> getPages()
+
+
+
+
+
+
+ +

+setPages

+
+public void setPages(Set<Integer> pages)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/CategoryDAO.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/CategoryDAO.html new file mode 100644 index 00000000..d220d995 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/CategoryDAO.html @@ -0,0 +1,375 @@ + + + + + + + +CategoryDAO (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class CategoryDAO

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO
+
+
+
+
public class CategoryDAO
extends Object
+ + +

+Data access object for class Page +

+ +

+

+
Author:
+
Hibernate Tools
+
See Also:
Page
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
CategoryDAO(Wikipedia pWiki) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidattachClean(Category instance) + +
+           
+ voidattachDirty(Category instance) + +
+           
+ voiddelete(Category persistentInstance) + +
+           
+ CategoryfindById(Long id) + +
+           
+protected  org.hibernate.SessionFactorygetSessionFactory() + +
+           
+ Categorymerge(Category detachedInstance) + +
+           
+ voidpersist(Category transientInstance) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CategoryDAO

+
+public CategoryDAO(Wikipedia pWiki)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSessionFactory

+
+protected org.hibernate.SessionFactory getSessionFactory()
+
+
+
+
+
+
+ +

+persist

+
+public void persist(Category transientInstance)
+
+
+
+
+
+
+ +

+attachDirty

+
+public void attachDirty(Category instance)
+
+
+
+
+
+
+ +

+attachClean

+
+public void attachClean(Category instance)
+
+
+
+
+
+
+ +

+delete

+
+public void delete(Category persistentInstance)
+
+
+
+
+
+
+ +

+merge

+
+public Category merge(Category detachedInstance)
+
+
+
+
+
+
+ +

+findById

+
+public Category findById(Long id)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaData.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaData.html new file mode 100644 index 00000000..ff688ad5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaData.html @@ -0,0 +1,578 @@ + + + + + + + +MetaData (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class MetaData

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData
+
+
+
+
public class MetaData
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
MetaData() + +
+          A no argument constructor as required by Hibernate.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetDisambiguationCategory() + +
+           
+ longgetId() + +
+           
+ StringgetLanguage() + +
+           
+ StringgetMainCategory() + +
+           
+ longgetNrofCategories() + +
+           
+ longgetNrofDisambiguationPages() + +
+           
+ longgetNrofPages() + +
+           
+ longgetNrofRedirects() + +
+           
+ StringgetVersion() + +
+           
+ voidsetDisambiguationCategory(String disambiguationCategory) + +
+           
+ voidsetId(long id) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetMainCategory(String mainCategory) + +
+           
+ voidsetNrofCategories(long nrofCategories) + +
+           
+ voidsetNrofDisambiguationPages(long nrofDisambiguationPages) + +
+           
+ voidsetNrofPages(long nrofPages) + +
+           
+ voidsetNrofRedirects(long nrofRedirects) + +
+           
+ voidsetVersion(String version) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetaData

+
+public MetaData()
+
+
A no argument constructor as required by Hibernate. +

+

+ + + + + + + + +
+Method Detail
+ +

+getDisambiguationCategory

+
+public String getDisambiguationCategory()
+
+
+
+
+
+
+ +

+setDisambiguationCategory

+
+public void setDisambiguationCategory(String disambiguationCategory)
+
+
+
+
+
+
+ +

+getMainCategory

+
+public String getMainCategory()
+
+
+
+
+
+
+ +

+setMainCategory

+
+public void setMainCategory(String mainCategory)
+
+
+
+
+
+
+ +

+getNrofCategories

+
+public long getNrofCategories()
+
+
+
+
+
+
+ +

+getNrofDisambiguationPages

+
+public long getNrofDisambiguationPages()
+
+
+
+
+
+
+ +

+getNrofPages

+
+public long getNrofPages()
+
+
+
+
+
+
+ +

+getNrofRedirects

+
+public long getNrofRedirects()
+
+
+
+
+
+
+ +

+getId

+
+public long getId()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(long id)
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+ +

+setNrofCategories

+
+public void setNrofCategories(long nrofCategories)
+
+
+
+
+
+
+ +

+setNrofDisambiguationPages

+
+public void setNrofDisambiguationPages(long nrofDisambiguationPages)
+
+
+
+
+
+
+ +

+setNrofPages

+
+public void setNrofPages(long nrofPages)
+
+
+
+
+
+
+ +

+setNrofRedirects

+
+public void setNrofRedirects(long nrofRedirects)
+
+
+
+
+
+
+ +

+getVersion

+
+public String getVersion()
+
+
+
+
+
+
+ +

+setVersion

+
+public void setVersion(String version)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaDataDAO.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaDataDAO.html new file mode 100644 index 00000000..2849a997 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/MetaDataDAO.html @@ -0,0 +1,436 @@ + + + + + + + +MetaDataDAO (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class MetaDataDAO

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class MetaDataDAO
extends Object
implements WikiConstants
+ + +

+Home object for class Page +

+ +

+

+
Author:
+
Hibernate Tools
+
See Also:
Page
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
MetaDataDAO(Wikipedia wiki) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidattachClean(MetaData instance) + +
+           
+ voidattachDirty(MetaData instance) + +
+           
+ voiddelete(MetaData persistentInstance) + +
+           
+ MetaDatafindById(Long id) + +
+           
+protected  org.hibernate.SessionFactorygetSessionFactory() + +
+           
+ MetaDatamerge(MetaData detachedInstance) + +
+           
+ voidpersist(MetaData transientInstance) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetaDataDAO

+
+public MetaDataDAO(Wikipedia wiki)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSessionFactory

+
+protected org.hibernate.SessionFactory getSessionFactory()
+
+
+
+
+
+
+
+
+
+ +

+persist

+
+public void persist(MetaData transientInstance)
+
+
+
+
+
+
+
+
+
+ +

+attachDirty

+
+public void attachDirty(MetaData instance)
+
+
+
+
+
+
+
+
+
+ +

+attachClean

+
+public void attachClean(MetaData instance)
+
+
+
+
+
+
+
+
+
+ +

+delete

+
+public void delete(MetaData persistentInstance)
+
+
+
+
+
+
+
+
+
+ +

+merge

+
+public MetaData merge(MetaData detachedInstance)
+
+
+
+
+
+
+
+
+
+ +

+findById

+
+public MetaData findById(Long id)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Page.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Page.html new file mode 100644 index 00000000..7d85f7f2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/Page.html @@ -0,0 +1,587 @@ + + + + + + + +Page (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class Page

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.Page
+
+
+
+
public class Page
extends Object
+ + +

+The page class that is actually persisted by Hibernate. + It is accessed via a equally named class in the api package to hide session management from the user. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Page() + +
+          A no argument constructor as required by Hibernate.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Set<Integer>getCategories() + +
+           
+ longgetId() + +
+           
+ Set<Integer>getInLinks() + +
+           
+ booleangetIsDisambiguation() + +
+           
+ StringgetName() + +
+           
+ intgetOutDegree() + +
+           
+ Set<Integer>getOutLinks() + +
+           
+ intgetPageId() + +
+           
+ Set<String>getRedirects() + +
+           
+ StringgetText() + +
+           
+ voidsetCategories(Set<Integer> categories) + +
+           
+ voidsetInLinks(Set<Integer> inLinks) + +
+           
+ voidsetIsDisambiguation(Boolean isDisambiguation) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetOutLinks(Set<Integer> outLinks) + +
+           
+ voidsetPageId(int pageId) + +
+           
+ voidsetRedirects(Set<String> redirects) + +
+           
+ voidsetText(String text) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Page

+
+public Page()
+
+
A no argument constructor as required by Hibernate. +

+

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public long getId()
+
+
+
+
+
+
+ +

+getPageId

+
+public int getPageId()
+
+
+
+
+
+
+ +

+setPageId

+
+public void setPageId(int pageId)
+
+
+
+
+
+
+ +

+getCategories

+
+public Set<Integer> getCategories()
+
+
+
+
+
+
+ +

+setCategories

+
+public void setCategories(Set<Integer> categories)
+
+
+
+
+
+
+ +

+getInLinks

+
+public Set<Integer> getInLinks()
+
+
+
+
+
+
+ +

+setInLinks

+
+public void setInLinks(Set<Integer> inLinks)
+
+
+
+
+
+
+ +

+getName

+
+public String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(String name)
+
+
+
+
+
+
+ +

+getOutLinks

+
+public Set<Integer> getOutLinks()
+
+
+
+
+
+
+ +

+getOutDegree

+
+public int getOutDegree()
+
+
+
+
+
+
+ +

+setOutLinks

+
+public void setOutLinks(Set<Integer> outLinks)
+
+
+
+
+
+
+ +

+getRedirects

+
+public Set<String> getRedirects()
+
+
+
+
+
+
+ +

+setRedirects

+
+public void setRedirects(Set<String> redirects)
+
+
+
+
+
+
+ +

+getText

+
+public String getText()
+
+
+
+
+
+
+ +

+setText

+
+public void setText(String text)
+
+
+
+
+
+
+ +

+getIsDisambiguation

+
+public boolean getIsDisambiguation()
+
+
+
+
+
+
+ +

+setIsDisambiguation

+
+public void setIsDisambiguation(Boolean isDisambiguation)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageDAO.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageDAO.html new file mode 100644 index 00000000..cada5cc6 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageDAO.html @@ -0,0 +1,375 @@ + + + + + + + +PageDAO (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class PageDAO

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO
+
+
+
+
public class PageDAO
extends Object
+ + +

+Home object for class Page +

+ +

+

+
Author:
+
Hibernate Tools
+
See Also:
Page
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
PageDAO(Wikipedia pWiki) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidattachClean(Page instance) + +
+           
+ voidattachDirty(Page instance) + +
+           
+ voiddelete(Page persistentInstance) + +
+           
+ PagefindById(Long id) + +
+           
+protected  org.hibernate.SessionFactorygetSessionFactory() + +
+           
+ Pagemerge(Page detachedInstance) + +
+           
+ voidpersist(Page transientInstance) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageDAO

+
+public PageDAO(Wikipedia pWiki)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSessionFactory

+
+protected org.hibernate.SessionFactory getSessionFactory()
+
+
+
+
+
+
+ +

+persist

+
+public void persist(Page transientInstance)
+
+
+
+
+
+
+ +

+attachDirty

+
+public void attachDirty(Page instance)
+
+
+
+
+
+
+ +

+attachClean

+
+public void attachClean(Page instance)
+
+
+
+
+
+
+ +

+delete

+
+public void delete(Page persistentInstance)
+
+
+
+
+
+
+ +

+merge

+
+public Page merge(Page detachedInstance)
+
+
+
+
+
+
+ +

+findById

+
+public Page findById(Long id)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageMapLine.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageMapLine.html new file mode 100644 index 00000000..dfd09052 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/PageMapLine.html @@ -0,0 +1,426 @@ + + + + + + + +PageMapLine (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class PageMapLine

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine
+
+
+
+
public class PageMapLine
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
PageMapLine() + +
+          A no argument constructor as required by Hibernate.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetId() + +
+           
+ StringgetLemma() + +
+           
+ StringgetName() + +
+           
+ intgetPageID() + +
+           
+ StringgetStem() + +
+           
+ voidsetId(long id) + +
+           
+ voidsetLemma(String lemma) + +
+           
+ voidsetName(String name) + +
+           
+ voidsetPageID(int pageID) + +
+           
+ voidsetStem(String stem) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageMapLine

+
+public PageMapLine()
+
+
A no argument constructor as required by Hibernate. +

+

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public long getId()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(long id)
+
+
+
+
+
+
+ +

+getName

+
+public String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(String name)
+
+
+
+
+
+
+ +

+getPageID

+
+public int getPageID()
+
+
+
+
+
+
+ +

+setPageID

+
+public void setPageID(int pageID)
+
+
+
+
+
+
+ +

+getLemma

+
+public String getLemma()
+
+
+
+
+
+
+ +

+setLemma

+
+public void setLemma(String lemma)
+
+
+
+
+
+
+ +

+getStem

+
+public String getStem()
+
+
+
+
+
+
+ +

+setStem

+
+public void setStem(String stem)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/WikiHibernateUtil.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/WikiHibernateUtil.html new file mode 100644 index 00000000..b46d7d1d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/WikiHibernateUtil.html @@ -0,0 +1,296 @@ + + + + + + + +WikiHibernateUtil (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.hibernate +
+Class WikiHibernateUtil

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.hibernate.WikiHibernateUtil
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class WikiHibernateUtil
extends Object
implements WikiConstants
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
WikiHibernateUtil() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static org.hibernate.SessionFactorygetSessionFactory(DatabaseConfiguration config) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiHibernateUtil

+
+public WikiHibernateUtil()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSessionFactory

+
+public static org.hibernate.SessionFactory getSessionFactory(DatabaseConfiguration config)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Category.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Category.html new file mode 100644 index 00000000..35901bed --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Category.html @@ -0,0 +1,237 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.Category

+
+ + + + + + + + + +
+Packages that use Category
de.tudarmstadt.ukp.wikipedia.api.hibernate  
+  +

+ + + + + +
+Uses of Category in de.tudarmstadt.ukp.wikipedia.api.hibernate
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate that return Category
+ CategoryCategoryDAO.findById(Long id) + +
+           
+ CategoryCategoryDAO.merge(Category detachedInstance) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate with parameters of type Category
+ voidCategoryDAO.attachClean(Category instance) + +
+           
+ voidCategoryDAO.attachDirty(Category instance) + +
+           
+ voidCategoryDAO.delete(Category persistentInstance) + +
+           
+ CategoryCategoryDAO.merge(Category detachedInstance) + +
+           
+ voidCategoryDAO.persist(Category transientInstance) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/CategoryDAO.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/CategoryDAO.html new file mode 100644 index 00000000..54f841a1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/CategoryDAO.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaData.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaData.html new file mode 100644 index 00000000..2a3ebc89 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaData.html @@ -0,0 +1,237 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData

+
+ + + + + + + + + +
+Packages that use MetaData
de.tudarmstadt.ukp.wikipedia.api.hibernate  
+  +

+ + + + + +
+Uses of MetaData in de.tudarmstadt.ukp.wikipedia.api.hibernate
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate that return MetaData
+ MetaDataMetaDataDAO.findById(Long id) + +
+           
+ MetaDataMetaDataDAO.merge(MetaData detachedInstance) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate with parameters of type MetaData
+ voidMetaDataDAO.attachClean(MetaData instance) + +
+           
+ voidMetaDataDAO.attachDirty(MetaData instance) + +
+           
+ voidMetaDataDAO.delete(MetaData persistentInstance) + +
+           
+ MetaDataMetaDataDAO.merge(MetaData detachedInstance) + +
+           
+ voidMetaDataDAO.persist(MetaData transientInstance) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaDataDAO.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaDataDAO.html new file mode 100644 index 00000000..a43e54e3 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/MetaDataDAO.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Page.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Page.html new file mode 100644 index 00000000..665d2a64 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/Page.html @@ -0,0 +1,266 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.Page

+
+ + + + + + + + + + + + + +
+Packages that use Page
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.hibernate  
+  +

+ + + + + +
+Uses of Page in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.api with parameters of type Page
Page(Wikipedia wiki, + long id, + Page hibernatePage) + +
+          Creates a Page object from an already retrieved hibernate Page
+  +

+ + + + + +
+Uses of Page in de.tudarmstadt.ukp.wikipedia.api.hibernate
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate that return Page
+ PagePageDAO.findById(Long id) + +
+           
+ PagePageDAO.merge(Page detachedInstance) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api.hibernate with parameters of type Page
+ voidPageDAO.attachClean(Page instance) + +
+           
+ voidPageDAO.attachDirty(Page instance) + +
+           
+ voidPageDAO.delete(Page persistentInstance) + +
+           
+ PagePageDAO.merge(Page detachedInstance) + +
+           
+ voidPageDAO.persist(Page transientInstance) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageDAO.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageDAO.html new file mode 100644 index 00000000..a95e2386 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageDAO.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageMapLine.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageMapLine.html new file mode 100644 index 00000000..00b5199e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/PageMapLine.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/WikiHibernateUtil.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/WikiHibernateUtil.html new file mode 100644 index 00000000..1b93d0cd --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/class-use/WikiHibernateUtil.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.hibernate.WikiHibernateUtil (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.hibernate.WikiHibernateUtil

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.hibernate.WikiHibernateUtil +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-frame.html new file mode 100644 index 00000000..5917a713 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-frame.html @@ -0,0 +1,47 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.hibernate (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.hibernate + + + + +
+Classes  + +
+Category +
+CategoryDAO +
+MetaData +
+MetaDataDAO +
+Page +
+PageDAO +
+PageMapLine +
+WikiHibernateUtil
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-summary.html new file mode 100644 index 00000000..6f0cb5c8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-summary.html @@ -0,0 +1,186 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.hibernate (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.api.hibernate +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Category 
CategoryDAOData access object for class Page
MetaData 
MetaDataDAOHome object for class Page
PageThe page class that is actually persisted by Hibernate.
PageDAOHome object for class Page
PageMapLine 
WikiHibernateUtil 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-tree.html new file mode 100644 index 00000000..22ffe486 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-tree.html @@ -0,0 +1,156 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.hibernate Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.api.hibernate +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-use.html new file mode 100644 index 00000000..2b016e79 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/hibernate/package-use.html @@ -0,0 +1,202 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.api.hibernate (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.api.hibernate

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.api.hibernate
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.hibernate  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api.hibernate used by de.tudarmstadt.ukp.wikipedia.api
Page + +
+          The page class that is actually persisted by Hibernate.
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api.hibernate used by de.tudarmstadt.ukp.wikipedia.api.hibernate
Category + +
+           
MetaData + +
+           
Page + +
+          The page class that is actually persisted by Hibernate.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-frame.html new file mode 100644 index 00000000..39ccca18 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-frame.html @@ -0,0 +1,103 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.api + + + + +
+Interfaces  + +
+WikiConstants
+ + + + + + +
+Classes  + +
+Category +
+CategoryDescendantsIterable +
+CategoryDescendantsIterator +
+CategoryGraph +
+CategoryGraphManager +
+CategoryIterable +
+CategoryIterator +
+CategoryTitleComparator +
+CycleHandler +
+DatabaseConfiguration +
+MetaData +
+Page +
+PageIterable +
+PageIterator +
+PageQuery +
+PageQueryIterable +
+PageQueryIterator +
+PageTitleComparator +
+PerformanceTest +
+PerformanceTestPageIterator +
+Title +
+TitleIterable +
+TitleIterator +
+Wikipedia +
+WikipediaInfo
+ + + + + + +
+Enums  + +
+WikiConstants.Language
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-summary.html new file mode 100644 index 00000000..31676dee --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-summary.html @@ -0,0 +1,284 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.api +

+ + + + + + + + + +
+Interface Summary
WikiConstants 
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
Category 
CategoryDescendantsIterableAn iterable over category objects retrieved by Category.getDescendants()
CategoryDescendantsIteratorAn iterator over category objects retrieved by Category.getDescendants()
CategoryGraphThe category graph is constructed from the links connecting Wikipedia categories.
CategoryGraphManager 
CategoryIterableAn iterable over category objects.
CategoryIteratorAn iterator over category objects.
CategoryTitleComparatorCompares two categories based on the lexicographic ordering of their titles.
CycleHandlerMethods for handling cycles in the category graph.
DatabaseConfigurationA database configuration is used to establish a database connection and set various parameters.
MetaDataProvides access to meta data about a certain instance of Wikipedia.
PageRepresents a Wikipedia article page.
PageIterableAn iterable of page objects.
PageIteratorAn iterator over page objects.
PageQueryRepresents a query for retrieving pages that meet the given conditions.
PageQueryIterableAn iterable over page objects selected by a query.
PageQueryIteratorAn iterator over page objects selected by a query.
PageTitleComparatorCompares two pages based on the lexicographic ordering of their titles.
PerformanceTest 
PerformanceTestPageIteratorThis is a test class for the version of PageIterator, that buffers a + certain number of pages in order to gain efficiency.
TitleRepresents a Wikipedia page title.
TitleIterableAn iterable over all titles.
TitleIteratorAn iterator over category objects.
WikipediaProvides access to Wikipedia articles and categories.
WikipediaInfoHolds numerous information on a given subset (that may also be + the whole Wikipedia) of Wikipedia nodes.
+  + +

+ + + + + + + + + +
+Enum Summary
WikiConstants.LanguageEnumerates the languages for which Wikipedia APIs are available.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-tree.html new file mode 100644 index 00000000..083e0c9e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-tree.html @@ -0,0 +1,188 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.api +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-use.html new file mode 100644 index 00000000..61895e3a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/package-use.html @@ -0,0 +1,331 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.api (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.api

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.api
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.api.hibernate  
de.tudarmstadt.ukp.wikipedia.api.tutorial  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api used by de.tudarmstadt.ukp.wikipedia.api
Category + +
+           
CategoryGraph + +
+          The category graph is constructed from the links connecting Wikipedia categories.
DatabaseConfiguration + +
+          A database configuration is used to establish a database connection and set various parameters.
MetaData + +
+          Provides access to meta data about a certain instance of Wikipedia.
Page + +
+          Represents a Wikipedia article page.
PageQuery + +
+          Represents a query for retrieving pages that meet the given conditions.
Title + +
+          Represents a Wikipedia page title.
WikiConstants + +
+           
WikiConstants.Language + +
+          Enumerates the languages for which Wikipedia APIs are available.
Wikipedia + +
+          Provides access to Wikipedia articles and categories.
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api used by de.tudarmstadt.ukp.wikipedia.api.hibernate
DatabaseConfiguration + +
+          A database configuration is used to establish a database connection and set various parameters.
WikiConstants + +
+           
Wikipedia + +
+          Provides access to Wikipedia articles and categories.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api used by de.tudarmstadt.ukp.wikipedia.api.tutorial
WikiConstants + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api used by de.tudarmstadt.ukp.wikipedia.parser.mediawiki
WikiConstants.Language + +
+          Enumerates the languages for which Wikipedia APIs are available.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.api used by de.tudarmstadt.ukp.wikipedia.util
DatabaseConfiguration + +
+          A database configuration is used to establish a database connection and set various parameters.
Page + +
+          Represents a Wikipedia article page.
WikiConstants + +
+           
WikiConstants.Language + +
+          Enumerates the languages for which Wikipedia APIs are available.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1a_HelloWorld.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1a_HelloWorld.html new file mode 100644 index 00000000..6b8dded5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1a_HelloWorld.html @@ -0,0 +1,312 @@ + + + + + + + +T1a_HelloWorld (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T1a_HelloWorld

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T1a_HelloWorld
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T1a_HelloWorld
extends Object
implements WikiConstants
+ + +

+Tutorial 1a + + Get the text of a wikipedia article. + The text will be formatted with MediaWiki markup. + + Throws an exception, if no page with the given title exists. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T1a_HelloWorld() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T1a_HelloWorld

+
+public T1a_HelloWorld()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1b_HelloWorld.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1b_HelloWorld.html new file mode 100644 index 00000000..47bfd83d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1b_HelloWorld.html @@ -0,0 +1,312 @@ + + + + + + + +T1b_HelloWorld (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T1b_HelloWorld

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T1b_HelloWorld
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T1b_HelloWorld
extends Object
implements WikiConstants
+ + +

+Tutorial 1b + + Get the text of a wikipedia article. + The text will be formatted with MediaWiki markup. + + If you do not care about exception handling, but want to avoid crashes on every page that does not exist. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T1b_HelloWorld() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T1b_HelloWorld

+
+public T1b_HelloWorld()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1c_HelloWorld.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1c_HelloWorld.html new file mode 100644 index 00000000..cc5a8489 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T1c_HelloWorld.html @@ -0,0 +1,309 @@ + + + + + + + +T1c_HelloWorld (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T1c_HelloWorld

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T1c_HelloWorld
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T1c_HelloWorld
extends Object
implements WikiConstants
+ + +

+Tutorial 1c + + Get the text of a wikipedia article. + The text will be formatted with MediaWiki markup. + + Handle exceptions. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T1c_HelloWorld() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T1c_HelloWorld

+
+public T1c_HelloWorld()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T2_PageInfo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T2_PageInfo.html new file mode 100644 index 00000000..5fe2c37a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T2_PageInfo.html @@ -0,0 +1,309 @@ + + + + + + + +T2_PageInfo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T2_PageInfo

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T2_PageInfo
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T2_PageInfo
extends Object
implements WikiConstants
+ + +

+Tutorial 2 + + A page provides a number of informative methods. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T2_PageInfo() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T2_PageInfo

+
+public T2_PageInfo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T3_PageDetails.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T3_PageDetails.html new file mode 100644 index 00000000..633c4180 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T3_PageDetails.html @@ -0,0 +1,309 @@ + + + + + + + +T3_PageDetails (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T3_PageDetails

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T3_PageDetails
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T3_PageDetails
extends Object
implements WikiConstants
+ + +

+Tutorial 3 + + Even more things to do with a Wikipedia page. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T3_PageDetails() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T3_PageDetails

+
+public T3_PageDetails()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T4_Categories.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T4_Categories.html new file mode 100644 index 00000000..166bcbaf --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T4_Categories.html @@ -0,0 +1,310 @@ + + + + + + + +T4_Categories (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T4_Categories

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T4_Categories
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T4_Categories
extends Object
implements WikiConstants
+ + +

+Tutorial 4 + + Wikipedia categories are used as a kind of semantic tag for pages. + They are organized in a thesaurus like structure. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T4_Categories() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T4_Categories

+
+public T4_Categories()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T5_TownList.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T5_TownList.html new file mode 100644 index 00000000..9d45bc3f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T5_TownList.html @@ -0,0 +1,313 @@ + + + + + + + +T5_TownList (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T5_TownList

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T5_TownList
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class T5_TownList
extends Object
implements WikiConstants
+ + +

+Tutorial 5 + + Wikipedia categories are used as a kind of semantic tag for pages. + They are organized in a thesaurus like structure. + + If we get all pages assigned to categories in the sub-tree under the category for "Towns in Germany", + we can get a quite long list of towns in Germany. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
T5_TownList() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T5_TownList

+
+public T5_TownList()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T6_HelperMethods.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T6_HelperMethods.html new file mode 100644 index 00000000..78dbb085 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/T6_HelperMethods.html @@ -0,0 +1,256 @@ + + + + + + + +T6_HelperMethods (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.tutorial +
+Class T6_HelperMethods

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.tutorial.T6_HelperMethods
+
+
+
+
public class T6_HelperMethods
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
T6_HelperMethods() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static Set<String>getUniqueArticleTitles() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T6_HelperMethods

+
+public T6_HelperMethods()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getUniqueArticleTitles

+
+public static Set<String> getUniqueArticleTitles()
+                                          throws WikiInitializationException
+
+
+ +
Throws: +
WikiInitializationException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1a_HelloWorld.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1a_HelloWorld.html new file mode 100644 index 00000000..6a2bf0d8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1a_HelloWorld.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1a_HelloWorld (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T1a_HelloWorld

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T1a_HelloWorld +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1b_HelloWorld.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1b_HelloWorld.html new file mode 100644 index 00000000..2fdb01a4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1b_HelloWorld.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1b_HelloWorld (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T1b_HelloWorld

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T1b_HelloWorld +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1c_HelloWorld.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1c_HelloWorld.html new file mode 100644 index 00000000..599fa431 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T1c_HelloWorld.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1c_HelloWorld (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T1c_HelloWorld

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T1c_HelloWorld +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T2_PageInfo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T2_PageInfo.html new file mode 100644 index 00000000..1eb1329f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T2_PageInfo.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T2_PageInfo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T2_PageInfo

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T2_PageInfo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T3_PageDetails.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T3_PageDetails.html new file mode 100644 index 00000000..a7e20f48 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T3_PageDetails.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T3_PageDetails (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T3_PageDetails

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T3_PageDetails +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T4_Categories.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T4_Categories.html new file mode 100644 index 00000000..f749a6f5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T4_Categories.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T4_Categories (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T4_Categories

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T4_Categories +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T5_TownList.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T5_TownList.html new file mode 100644 index 00000000..c4cb03d7 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T5_TownList.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T5_TownList (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T5_TownList

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T5_TownList +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T6_HelperMethods.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T6_HelperMethods.html new file mode 100644 index 00000000..3c8f4608 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/class-use/T6_HelperMethods.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.tutorial.T6_HelperMethods (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.tutorial.T6_HelperMethods

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial.T6_HelperMethods +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-frame.html new file mode 100644 index 00000000..76484004 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-frame.html @@ -0,0 +1,47 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.tutorial (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.tutorial + + + + +
+Classes  + +
+T1a_HelloWorld +
+T1b_HelloWorld +
+T1c_HelloWorld +
+T2_PageInfo +
+T3_PageDetails +
+T4_Categories +
+T5_TownList +
+T6_HelperMethods
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-summary.html new file mode 100644 index 00000000..10ad7f46 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-summary.html @@ -0,0 +1,200 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.tutorial (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.api.tutorial +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
T1a_HelloWorldTutorial 1a + + Get the text of a wikipedia article.
T1b_HelloWorldTutorial 1b + + Get the text of a wikipedia article.
T1c_HelloWorldTutorial 1c + + Get the text of a wikipedia article.
T2_PageInfoTutorial 2 + + A page provides a number of informative methods.
T3_PageDetailsTutorial 3 + + Even more things to do with a Wikipedia page.
T4_CategoriesTutorial 4 + + Wikipedia categories are used as a kind of semantic tag for pages.
T5_TownListTutorial 5 + + Wikipedia categories are used as a kind of semantic tag for pages.
T6_HelperMethods 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-tree.html new file mode 100644 index 00000000..58b377d4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-tree.html @@ -0,0 +1,161 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.tutorial Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.api.tutorial +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-use.html new file mode 100644 index 00000000..120111da --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/tutorial/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.api.tutorial (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.api.tutorial

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.tutorial +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/GraphSerialization.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/GraphSerialization.html new file mode 100644 index 00000000..d01348af --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/GraphSerialization.html @@ -0,0 +1,323 @@ + + + + + + + +GraphSerialization (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.util +
+Class GraphSerialization

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization
+
+
+
+
public final class GraphSerialization
extends Object
+ + +

+Utility for serializing and deserializing DirectedGraph objects, that are
+ wrapped into SerializableDirectedGraph objects. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge>loadGraph(File file) + +
+          Deserializes a SerializableDirectedGraph object that is stored in the given
+ location.
+static org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge>loadGraph(String location) + +
+          Deserializes a SerializableDirectedGraph object that is stored in the given
+ location.
+static voidsaveGraph(org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> graph, + File file) + +
+          Serializes the given DirectedGraph object to the given location.
+static voidsaveGraph(org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> graph, + String location) + +
+          Serializes the given DirectedGraph object to the given location.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+saveGraph

+
+public static void saveGraph(org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> graph,
+                             String location)
+                      throws IOException
+
+
Serializes the given DirectedGraph object to the given location. +

+

+
Parameters:
graph -
location - +
Throws: +
IOException
+
+
+
+ +

+saveGraph

+
+public static void saveGraph(org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> graph,
+                             File file)
+                      throws IOException
+
+
Serializes the given DirectedGraph object to the given location. +

+

+
Parameters:
graph -
location - +
Throws: +
IOException
+
+
+
+ +

+loadGraph

+
+public static org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> loadGraph(String location)
+                                                                                  throws IOException,
+                                                                                         ClassNotFoundException
+
+
Deserializes a SerializableDirectedGraph object that is stored in the given
+ location. This method returns the DirectedGraph object, that is wrapped in
+ the SerializableDirectedGraph. +

+

+
Parameters:
location - +
Returns:
The DirectedGraph object, that is wrapped in the SerializableDirectedGraph. +
Throws: +
IOException +
ClassNotFoundException +
ClassNotFoundException
+
+
+
+ +

+loadGraph

+
+public static org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> loadGraph(File file)
+                                                                                  throws IOException,
+                                                                                         ClassNotFoundException
+
+
Deserializes a SerializableDirectedGraph object that is stored in the given
+ location. This method returns the DirectedGraph object, that is wrapped in
+ the SerializableDirectedGraph. +

+

+
Parameters:
location - +
Returns:
The DirectedGraph object, that is wrapped in the SerializableDirectedGraph. +
Throws: +
IOException +
ClassNotFoundException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/SerializableDirectedGraph.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/SerializableDirectedGraph.html new file mode 100644 index 00000000..b5e9bb74 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/SerializableDirectedGraph.html @@ -0,0 +1,277 @@ + + + + + + + +SerializableDirectedGraph (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.api.util +
+Class SerializableDirectedGraph

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public final class SerializableDirectedGraph
extends Object
implements Serializable
+ + +

+Serializable Wrapper for a DirectedGraph object, that has Integer objects as vertices and DefaultEdge objects as edges.
+ There is no need in this case to serializale vertices and edges separately, because they already implement the interface Serializable. +

+ +

+

+
Author:
+
Anouar
+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SerializableDirectedGraph(org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> graph) + +
+          This Constructor is intended to be used before the serialization of the
+ directed graph.
+  + + + + + + + + + + + +
+Method Summary
+ org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge>getGraph() + +
+          Returns the graph.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SerializableDirectedGraph

+
+public SerializableDirectedGraph(org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> graph)
+
+
This Constructor is intended to be used before the serialization of the
+ directed graph. +

+

+
Parameters:
graph -
+
+ + + + + + + + +
+Method Detail
+ +

+getGraph

+
+public org.jgrapht.DirectedGraph<Integer,org.jgrapht.graph.DefaultEdge> getGraph()
+
+
Returns the graph. +

+

+
+
+
+ +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/GraphSerialization.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/GraphSerialization.html new file mode 100644 index 00000000..4dffc101 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/GraphSerialization.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/SerializableDirectedGraph.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/SerializableDirectedGraph.html new file mode 100644 index 00000000..0d6fb776 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/class-use/SerializableDirectedGraph.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-frame.html new file mode 100644 index 00000000..24abe918 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.util (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.util + + + + +
+Classes  + +
+GraphSerialization +
+SerializableDirectedGraph
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-summary.html new file mode 100644 index 00000000..924fb52e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-summary.html @@ -0,0 +1,163 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.util (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.api.util +

+ + + + + + + + + + + + + +
+Class Summary
GraphSerializationUtility for serializing and deserializing DirectedGraph objects, that are
+ wrapped into SerializableDirectedGraph objects.
SerializableDirectedGraphSerializable Wrapper for a DirectedGraph object, that has Integer objects as vertices and DefaultEdge objects as edges.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-tree.html new file mode 100644 index 00000000..0ce765c9 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-tree.html @@ -0,0 +1,155 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.api.util Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.api.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-use.html new file mode 100644 index 00000000..9ef323a7 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/api/util/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.api.util (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.api.util

+
+No usage of de.tudarmstadt.ukp.wikipedia.api.util +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.FormatType.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.FormatType.html new file mode 100644 index 00000000..b9272f94 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.FormatType.html @@ -0,0 +1,384 @@ + + + + + + + +Content.FormatType (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Enum Content.FormatType

+
+java.lang.Object
+  extended by java.lang.Enum<Content.FormatType>
+      extended by de.tudarmstadt.ukp.wikipedia.parser.Content.FormatType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<Content.FormatType>
+
+
+
Enclosing interface:
Content
+
+
+
+
public static enum Content.FormatType
extends Enum<Content.FormatType>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
BOLD + +
+          Bold Text
ITALIC + +
+          Italic Text
MATH + +
+          The Content between Math Tags
NOWIKI + +
+          The Content between NoWiki Tags
TAG + +
+          The begin and end position of an unkown Tag defined by < and >
+  + + + + + + + + + + + + + + + +
+Method Summary
+static Content.FormatTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Content.FormatType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+BOLD

+
+public static final Content.FormatType BOLD
+
+
Bold Text +

+

+
+
+
+ +

+ITALIC

+
+public static final Content.FormatType ITALIC
+
+
Italic Text +

+

+
+
+
+ +

+MATH

+
+public static final Content.FormatType MATH
+
+
The Content between Math Tags +

+

+
+
+
+ +

+NOWIKI

+
+public static final Content.FormatType NOWIKI
+
+
The Content between NoWiki Tags +

+

+
+
+
+ +

+TAG

+
+public static final Content.FormatType TAG
+
+
The begin and end position of an unkown Tag defined by < and > +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Content.FormatType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Content.FormatType c : Content.FormatType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Content.FormatType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.html new file mode 100644 index 00000000..b15667a1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Content.html @@ -0,0 +1,574 @@ + + + + + + + +Content (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Interface Content

+
+
All Known Subinterfaces:
NestedList
+
+
+
All Known Implementing Classes:
ContentContainer, ContentElement, DefinitionList, NestedListContainer, NestedListElement, Paragraph, Section, SectionContainer, SectionContent, Table, TableElement
+
+
+
+
public interface Content
+ + +

+This is a main Interface used by nearly all classes of this package.
+
+ Be aware, that all retured Spans refer to the String returned by getText()
+ this is true for any implementing class!
+

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classContent.FormatType + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanempty() + +
+          Returns true, if there is no content in the element.
+ List<Content.FormatType>getFormats() + +
+          returns the Formats uses in this element.
+ List<Content.FormatType>getFormats(int start, + int end) + +
+          returns the Formats uses in this element, in the Range from start to end.
+ List<Content.FormatType>getFormats(Span s) + +
+          returns the Formats uses in this element, in the Range of s.
+ List<Span>getFormatSpans(Content.FormatType t) + +
+          returns the Format Spans of the Specified Type.
+ List<Span>getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          returns the Format Spans of the Specified Type, in the Range from start to end.
+ List<Span>getFormatSpans(Content.FormatType t, + Span s) + +
+          returns the Format Spans of the Specified Type, in the Range of s.
+ List<Link>getLinks() + +
+          returns all Links of this element.
+ List<Link>getLinks(Link.type t) + +
+          returns all Links of this element of the specified type.
+ List<Link>getLinks(Link.type t, + int start, + int end) + +
+          returns all Links of this element of the specified type, in the Range from start to end.
+ List<Link>getLinks(Link.type t, + Span s) + +
+          returns all Links of this element of the specified type, in the Range of s
+ List<Template>getTemplates() + +
+          returns all Templates.
+ List<Template>getTemplates(int start, + int end) + +
+          returns all Templates, in the Range from start to end.
+ List<Template>getTemplates(Span s) + +
+          returns all Templates, in the Range of s.
+ StringgetText() + +
+          Returns the Text of the Element
+ intlength() + +
+          Content.getText().length() == Content.length()
+  +

+ + + + + + + + +
+Method Detail
+ +

+getText

+
+String getText()
+
+
Returns the Text of the Element +

+

+
+
+
+
+ +

+length

+
+int length()
+
+
Content.getText().length() == Content.length() +

+

+
+
+
+
+ +

+empty

+
+boolean empty()
+
+
Returns true, if there is no content in the element. +

+

+
+
+
+
+ +

+getFormatSpans

+
+List<Span> getFormatSpans(Content.FormatType t)
+
+
returns the Format Spans of the Specified Type. +

+

+
+
+
+
+ +

+getFormatSpans

+
+List<Span> getFormatSpans(Content.FormatType t,
+                          int start,
+                          int end)
+
+
returns the Format Spans of the Specified Type, in the Range from start to end. +

+

+
+
+
+
+ +

+getFormatSpans

+
+List<Span> getFormatSpans(Content.FormatType t,
+                          Span s)
+
+
returns the Format Spans of the Specified Type, in the Range of s. +

+

+
+
+
+
+ +

+getFormats

+
+List<Content.FormatType> getFormats()
+
+
returns the Formats uses in this element. +

+

+
+
+
+
+ +

+getFormats

+
+List<Content.FormatType> getFormats(int start,
+                                    int end)
+
+
returns the Formats uses in this element, in the Range from start to end. +

+

+
+
+
+
+ +

+getFormats

+
+List<Content.FormatType> getFormats(Span s)
+
+
returns the Formats uses in this element, in the Range of s. +

+

+
+
+
+
+ +

+getLinks

+
+List<Link> getLinks()
+
+
returns all Links of this element. +

+

+
+
+
+
+ +

+getLinks

+
+List<Link> getLinks(Link.type t)
+
+
returns all Links of this element of the specified type. +

+

+
+
+
+
+ +

+getLinks

+
+List<Link> getLinks(Link.type t,
+                    int start,
+                    int end)
+
+
returns all Links of this element of the specified type, in the Range from start to end. +

+

+
+
+
+
+ +

+getLinks

+
+List<Link> getLinks(Link.type t,
+                    Span s)
+
+
returns all Links of this element of the specified type, in the Range of s +

+

+
+
+
+
+ +

+getTemplates

+
+List<Template> getTemplates()
+
+
returns all Templates. +

+

+
+
+
+
+ +

+getTemplates

+
+List<Template> getTemplates(int start,
+                            int end)
+
+
returns all Templates, in the Range from start to end. +

+

+
+
+
+
+ +

+getTemplates

+
+List<Template> getTemplates(Span s)
+
+
returns all Templates, in the Range of s. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentContainer.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentContainer.html new file mode 100644 index 00000000..e3f06526 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentContainer.html @@ -0,0 +1,781 @@ + + + + + + + +ContentContainer (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class ContentContainer

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+
+
+
All Implemented Interfaces:
Content
+
+
+
Direct Known Subclasses:
DefinitionList, NestedListContainer, Section, Table, TableElement
+
+
+
+
public abstract class ContentContainer
extends ParsedPageObject
implements Content
+ + +

+A ContentContainer is used to combine more than one Content element (not only + ContentElement.class!) in a new Content element.
+ For a description of the Functions of the Content Interface, take a look at + the Content.class documentation.
+

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + + + + + +
+Field Summary
+protected  List<Content>ccl + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ContentContainer() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanempty() + +
+          Returns true, if there is no content in the element.
+ List<Content.FormatType>getFormats() + +
+          returns the Formats uses in this element.
+ List<Content.FormatType>getFormats(int start, + int end) + +
+          returns the Formats uses in this element, in the Range from start to end.
+ List<Content.FormatType>getFormats(Span s) + +
+          returns the Formats uses in this element, in the Range of s.
+ List<Span>getFormatSpans(Content.FormatType t) + +
+          returns the Format Spans of the Specified Type.
+ List<Span>getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          returns the Format Spans of the Specified Type, in the Range from start to end.
+ List<Span>getFormatSpans(Content.FormatType t, + Span s) + +
+          returns the Format Spans of the Specified Type, in the Range of s.
+ List<Link>getLinks() + +
+          returns all Links of this element.
+ List<Link>getLinks(Link.type linkType) + +
+          returns all Links of this element of the specified type.
+ List<Link>getLinks(Link.type linkType, + int start, + int end) + +
+          returns all Links of this element of the specified type, in the Range from start to end.
+ List<Link>getLinks(Link.type linkType, + Span s) + +
+          returns all Links of this element of the specified type, in the Range of s
+ List<Template>getTemplates() + +
+          returns all Templates.
+ List<Template>getTemplates(int start, + int end) + +
+          returns all Templates, in the Range from start to end.
+ List<Template>getTemplates(Span s) + +
+          returns all Templates, in the Range of s.
+ StringgetText() + +
+          Returns the Text of the Element
+ StringgetText(List<Span> sl) + +
+          Returns the Text in the Span List in a String...
+ intlength() + +
+          Content.getText().length() == Content.length()
+ intsize() + +
+          Retruns the Number of Content elements in this ContentContainer.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+ccl

+
+protected List<Content> ccl
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+ContentContainer

+
+public ContentContainer()
+
+
+ + + + + + + + +
+Method Detail
+ +

+empty

+
+public boolean empty()
+
+
Description copied from interface: Content
+
Returns true, if there is no content in the element. +

+

+
Specified by:
empty in interface Content
+
+
+
+
+
+
+ +

+getText

+
+public String getText()
+
+
Description copied from interface: Content
+
Returns the Text of the Element +

+

+
Specified by:
getText in interface Content
+
+
+
+
+
+
+ +

+getText

+
+public String getText(List<Span> sl)
+
+
Returns the Text in the Span List in a String...
+ all Spans must refer to the text returned by getText(). +

+

+
+
+
+
+
+
+
+ +

+length

+
+public int length()
+
+
Description copied from interface: Content
+
Content.getText().length() == Content.length() +

+

+
Specified by:
length in interface Content
+
+
+
+
+
+
+ +

+size

+
+public int size()
+
+
Retruns the Number of Content elements in this ContentContainer. +

+

+
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t)
+
+
Description copied from interface: Content
+
returns the Format Spans of the Specified Type. +

+

+
Specified by:
getFormatSpans in interface Content
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t,
+                                 int start,
+                                 int end)
+
+
Description copied from interface: Content
+
returns the Format Spans of the Specified Type, in the Range from start to end. +

+

+
Specified by:
getFormatSpans in interface Content
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t,
+                                 Span s)
+
+
Description copied from interface: Content
+
returns the Format Spans of the Specified Type, in the Range of s. +

+

+
Specified by:
getFormatSpans in interface Content
+
+
+
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats()
+
+
Description copied from interface: Content
+
returns the Formats uses in this element. +

+

+
Specified by:
getFormats in interface Content
+
+
+
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats(int start,
+                                           int end)
+
+
Description copied from interface: Content
+
returns the Formats uses in this element, in the Range from start to end. +

+

+
Specified by:
getFormats in interface Content
+
+
+
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats(Span s)
+
+
Description copied from interface: Content
+
returns the Formats uses in this element, in the Range of s. +

+

+
Specified by:
getFormats in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks(Link.type linkType)
+
+
Description copied from interface: Content
+
returns all Links of this element of the specified type. +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks(Link.type linkType,
+                           int start,
+                           int end)
+
+
Description copied from interface: Content
+
returns all Links of this element of the specified type, in the Range from start to end. +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks(Link.type linkType,
+                           Span s)
+
+
Description copied from interface: Content
+
returns all Links of this element of the specified type, in the Range of s +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks()
+
+
Description copied from interface: Content
+
returns all Links of this element. +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates()
+
+
Description copied from interface: Content
+
returns all Templates. +

+

+
Specified by:
getTemplates in interface Content
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates(int start,
+                                   int end)
+
+
Description copied from interface: Content
+
returns all Templates, in the Range from start to end. +

+

+
Specified by:
getTemplates in interface Content
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates(Span s)
+
+
Description copied from interface: Content
+
returns all Templates, in the Range of s. +

+

+
Specified by:
getTemplates in interface Content
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentElement.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentElement.html new file mode 100644 index 00000000..ccb18072 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ContentElement.html @@ -0,0 +1,826 @@ + + + + + + + +ContentElement (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class ContentElement

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentElement
+
+
+
All Implemented Interfaces:
Content
+
+
+
Direct Known Subclasses:
NestedListElement, Paragraph
+
+
+
+
public class ContentElement
extends ParsedPageObject
implements Content
+ + +

+This is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes... + + Be aware, that all retured Spans refer to the String returned by getText()
+

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + + + + + +
+Constructor Summary
ContentElement() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanempty() + +
+          Returns true if there is no Content in this ContentElement.
+ List<Content.FormatType>getFormats() + +
+          Returns the Formats wich are used in this ContentElement in a List.
+ List<Content.FormatType>getFormats(int start, + int end) + +
+          Returns the Formats wich are used in this ContentElement, in the Range from start to end, in a List.
+ List<Content.FormatType>getFormats(Span s) + +
+          Returns the Formats wich are used in this ContentElement, in the Range of the Span s, in a List.
+ List<Span>getFormatSpans(Content.FormatType t) + +
+          Returns all the Spans of the Format type t.
+ List<Span>getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          Returns all the Spans of the Format type t in the Range of start to end
+ List<Span>getFormatSpans(Content.FormatType t, + Span s) + +
+          Returns all the Spans of the Format type t in the Range of the Span s
+ List<Link>getLinks() + +
+          Retruns a List of the Links of this ContentElement
+ List<Link>getLinks(Link.type t) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t
+ List<Link>getLinks(Link.type t, + int begin, + int end) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of start to end
+ List<Link>getLinks(Link.type t, + Span s) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of s
+ List<Template>getTemplates() + +
+          Returns a List of the Templates of this ContentElement.
+ List<Template>getTemplates(int start, + int end) + +
+          Returns a List of the Templates of this ContentElement in the Range from start to end
+ List<Template>getTemplates(Span s) + +
+          Returns a List of the Templates of this ContentElement in the Range of s
+ StringgetText() + +
+          Returns the Text on wich all elements of this ContentElement are bases on.
+ StringgetText(List<Span> sl) + +
+          Returns the Text defined with the Spans in the List divided by a WS
+ intlength() + +
+          Retruns the length of the Text.
+ voidsetFormatSpans(Content.FormatType t, + List<Span> spans) + +
+          Look at getFormatSpans for Details...
+ voidsetLinks(List<Link> links) + +
+          Look at getLinks() for Details...
+ voidsetTemplates(List<Template> templates) + +
+          Look at getTemplates for Details...
+ voidsetText(String text) + +
+          Look at getText() for Details...
+ StringtoString() + +
+          Try and find out ;-)
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ContentElement

+
+public ContentElement()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setText

+
+public void setText(String text)
+
+
Look at getText() for Details... +

+

+
+
+
+
+
+
+
+ +

+getText

+
+public String getText()
+
+
Returns the Text on wich all elements of this ContentElement are bases on. +

+

+
Specified by:
getText in interface Content
+
+
+
+
+
+
+ +

+getText

+
+public String getText(List<Span> sl)
+
+
Returns the Text defined with the Spans in the List divided by a WS +

+

+
+
+
+
+
+
+
+ +

+length

+
+public int length()
+
+
Retruns the length of the Text. Alternativ you can use getText().length() +

+

+
Specified by:
length in interface Content
+
+
+
+
+
+
+ +

+empty

+
+public boolean empty()
+
+
Returns true if there is no Content in this ContentElement. +

+

+
Specified by:
empty in interface Content
+
+
+
+
+
+
+ +

+setFormatSpans

+
+public void setFormatSpans(Content.FormatType t,
+                           List<Span> spans)
+
+
Look at getFormatSpans for Details... +

+

+
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t)
+
+
Returns all the Spans of the Format type t. +

+

+
Specified by:
getFormatSpans in interface Content
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t,
+                                 int start,
+                                 int end)
+
+
Returns all the Spans of the Format type t in the Range of start to end +

+

+
Specified by:
getFormatSpans in interface Content
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t,
+                                 Span s)
+
+
Returns all the Spans of the Format type t in the Range of the Span s +

+

+
Specified by:
getFormatSpans in interface Content
+
+
+
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats()
+
+
Returns the Formats wich are used in this ContentElement in a List. +

+

+
Specified by:
getFormats in interface Content
+
+
+
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats(int start,
+                                           int end)
+
+
Returns the Formats wich are used in this ContentElement, in the Range from start to end, in a List. +

+

+
Specified by:
getFormats in interface Content
+
+
+
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats(Span s)
+
+
Returns the Formats wich are used in this ContentElement, in the Range of the Span s, in a List. +

+

+
Specified by:
getFormats in interface Content
+
+
+
+
+
+
+ +

+setLinks

+
+public void setLinks(List<Link> links)
+
+
Look at getLinks() for Details... +

+

+
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks()
+
+
Retruns a List of the Links of this ContentElement +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks(Link.type t)
+
+
Returns a List of the Links of this ContentElement of the Specified Link.type t +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks(Link.type t,
+                           Span s)
+
+
Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of s +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks(Link.type t,
+                           int begin,
+                           int end)
+
+
Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of start to end +

+

+
Specified by:
getLinks in interface Content
+
+
+
+
+
+
+ +

+setTemplates

+
+public void setTemplates(List<Template> templates)
+
+
Look at getTemplates for Details... +

+

+
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates()
+
+
Returns a List of the Templates of this ContentElement. +

+

+
Specified by:
getTemplates in interface Content
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates(int start,
+                                   int end)
+
+
Returns a List of the Templates of this ContentElement in the Range from start to end +

+

+
Specified by:
getTemplates in interface Content
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates(Span s)
+
+
Returns a List of the Templates of this ContentElement in the Range of s +

+

+
Specified by:
getTemplates in interface Content
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
Try and find out ;-) +

+

+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/DefinitionList.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/DefinitionList.html new file mode 100644 index 00000000..edaba334 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/DefinitionList.html @@ -0,0 +1,489 @@ + + + + + + + +DefinitionList (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class DefinitionList

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.DefinitionList
+
+
+
All Implemented Interfaces:
Content
+
+
+
+
public class DefinitionList
extends ContentContainer
+ + +

+In a definition List exist a Defined Term with Zero or more Definitions. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + + + + + + + +
+Constructor Summary
DefinitionList() + +
+           
DefinitionList(ContentElement definedTerm, + List<ContentElement> definitions) + +
+           
DefinitionList(List<ContentElement> content) + +
+          content = definedTerm[+definition]*
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddDefiniton(ContentElement ce) + +
+           
+ ContentElementgetDefinedTerm() + +
+           
+ ContentElementgetDefinition(int i) + +
+           
+ List<ContentElement>getDefinitions() + +
+           
+ intnrOfDefinitions() + +
+           
+ voidremoveDefinition(ContentElement ce) + +
+           
+ voidsetDefinedTerm(ContentElement definedTerm) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DefinitionList

+
+public DefinitionList()
+
+
+
+ +

+DefinitionList

+
+public DefinitionList(ContentElement definedTerm,
+                      List<ContentElement> definitions)
+
+
+
+ +

+DefinitionList

+
+public DefinitionList(List<ContentElement> content)
+
+
content = definedTerm[+definition]* +

+

+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+getDefinedTerm

+
+public ContentElement getDefinedTerm()
+
+
+
+
+
+
+ +

+setDefinedTerm

+
+public void setDefinedTerm(ContentElement definedTerm)
+
+
+
+
+
+
+ +

+nrOfDefinitions

+
+public int nrOfDefinitions()
+
+
+
+
+
+
+ +

+removeDefinition

+
+public void removeDefinition(ContentElement ce)
+
+
+
+
+
+
+ +

+addDefiniton

+
+public void addDefiniton(ContentElement ce)
+
+
+
+
+
+
+ +

+getDefinition

+
+public ContentElement getDefinition(int i)
+
+
+
+
+
+
+ +

+getDefinitions

+
+public List<ContentElement> getDefinitions()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.html new file mode 100644 index 00000000..45ec8550 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.html @@ -0,0 +1,461 @@ + + + + + + + +Link (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class Link

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.Link
+
+
+
+
public class Link
extends ParsedPageObject
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classLink.type + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Link(Content home_cc, + Span linkPos, + String target, + Link.type t, + List<String> parameters) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetContext(int wordsLeft, + int wordsRight) + +
+          Returns the Number of Words left and right of the Link, in the Bounds of the + HomeElement of this Link.
+ ContentgetHomeElement() + +
+          Returns the Content Element in wich the Link occures.
+ List<String>getParameters() + +
+          Returns a List of Parameters for this Link, in most cases the size of the list will be 0.
+ SpangetPos() + +
+          Retruns the Position Span of the Link, wich refers to getHomeElement().getText().
+ StringgetTarget() + +
+          Retruns the Target of the Link.
+ StringgetText() + +
+          Retruns the Link text or link caption.
+ Link.typegetType() + +
+          Returns the Type of the Link.
+ LinksetHomeElement(Content home_cc) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Link

+
+public Link(Content home_cc,
+            Span linkPos,
+            String target,
+            Link.type t,
+            List<String> parameters)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getHomeElement

+
+public Content getHomeElement()
+
+
Returns the Content Element in wich the Link occures. +

+

+
+
+
+
+ +

+setHomeElement

+
+public Link setHomeElement(Content home_cc)
+
+
+
+
+
+
+ +

+getType

+
+public Link.type getType()
+
+
Returns the Type of the Link. +

+

+
+
+
+
+ +

+getPos

+
+public Span getPos()
+
+
Retruns the Position Span of the Link, wich refers to getHomeElement().getText(). +

+

+
+
+
+
+ +

+getTarget

+
+public String getTarget()
+
+
Retruns the Target of the Link. +

+

+
+
+
+
+ +

+getParameters

+
+public List<String> getParameters()
+
+
Returns a List of Parameters for this Link, in most cases the size of the list will be 0. +

+

+
+
+
+
+ +

+getText

+
+public String getText()
+
+
Retruns the Link text or link caption. +

+

+
+
+
+
+ +

+getContext

+
+public String getContext(int wordsLeft,
+                         int wordsRight)
+
+
Returns the Number of Words left and right of the Link, in the Bounds of the + HomeElement of this Link. +

+

+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.type.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.type.html new file mode 100644 index 00000000..c8614d11 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Link.type.html @@ -0,0 +1,390 @@ + + + + + + + +Link.type (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Enum Link.type

+
+java.lang.Object
+  extended by java.lang.Enum<Link.type>
+      extended by de.tudarmstadt.ukp.wikipedia.parser.Link.type
+
+
+
All Implemented Interfaces:
Serializable, Comparable<Link.type>
+
+
+
Enclosing class:
Link
+
+
+
+
public static enum Link.type
extends Enum<Link.type>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
AUDIO + +
+           
EXTERNAL + +
+           
IMAGE + +
+           
INTERNAL + +
+           
UNKNOWN + +
+           
VIDEO + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static Link.typevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Link.type[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+EXTERNAL

+
+public static final Link.type EXTERNAL
+
+
+
+
+
+ +

+INTERNAL

+
+public static final Link.type INTERNAL
+
+
+
+
+
+ +

+AUDIO

+
+public static final Link.type AUDIO
+
+
+
+
+
+ +

+VIDEO

+
+public static final Link.type VIDEO
+
+
+
+
+
+ +

+IMAGE

+
+public static final Link.type IMAGE
+
+
+
+
+
+ +

+UNKNOWN

+
+public static final Link.type UNKNOWN
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Link.type[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Link.type c : Link.type.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Link.type valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedList.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedList.html new file mode 100644 index 00000000..28af96a9 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedList.html @@ -0,0 +1,256 @@ + + + + + + + +NestedList (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Interface NestedList

+
+
All Superinterfaces:
Content
+
+
+
All Known Implementing Classes:
NestedListContainer, NestedListElement
+
+
+
+
public interface NestedList
extends Content
+ + +

+A NestedList can contain ContentElements or other NestedLists, + for this purpose and to avoid a improper use, this interface has been created.
+ + Now, we got a NestedListContainer wich contains NestedLists
+ A NestedList can be a NestedListContainer or a NestedListElement. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + + + + + + +
+Method Summary
+ SrcSpangetSrcSpan() + +
+           
+ + + + + + + +
Methods inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, length
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSrcSpan

+
+SrcSpan getSrcSpan()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListContainer.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListContainer.html new file mode 100644 index 00000000..7265d15c --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListContainer.html @@ -0,0 +1,456 @@ + + + + + + + +NestedListContainer (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class NestedListContainer

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer
+
+
+
All Implemented Interfaces:
Content, NestedList
+
+
+
+
public class NestedListContainer
extends ContentContainer
implements NestedList
+ + +

+Take a Look a NestedList description first. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + +
+Constructor Summary
NestedListContainer(boolean numbered) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(NestedList nl) + +
+           
+ NestedListgetNestedList(int i) + +
+          Returns the NestedListContainer or NestedListElement at Positon i.
+ List<NestedList>getNestedLists() + +
+           
+ booleanisNumbered() + +
+          Returns if the NestedList is a numbered or a unnumbered/pointed NestedList
+ voidremove(NestedList nl) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface de.tudarmstadt.ukp.wikipedia.parser.NestedList
getSrcSpan
+ + + + + + + +
Methods inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, length
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NestedListContainer

+
+public NestedListContainer(boolean numbered)
+
+
+ + + + + + + + +
+Method Detail
+ +

+isNumbered

+
+public boolean isNumbered()
+
+
Returns if the NestedList is a numbered or a unnumbered/pointed NestedList +

+

+
+
+
+
+
+
+
+ +

+getNestedList

+
+public NestedList getNestedList(int i)
+
+
Returns the NestedListContainer or NestedListElement at Positon i. +

+

+
+
+
+
+
+
+
+ +

+add

+
+public void add(NestedList nl)
+
+
+
+
+
+
+
+
+
+ +

+remove

+
+public void remove(NestedList nl)
+
+
+
+
+
+
+
+
+
+ +

+getNestedLists

+
+public List<NestedList> getNestedLists()
+
+
+
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListElement.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListElement.html new file mode 100644 index 00000000..c6550b7a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/NestedListElement.html @@ -0,0 +1,327 @@ + + + + + + + +NestedListElement (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class NestedListElement

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentElement
+          extended by de.tudarmstadt.ukp.wikipedia.parser.NestedListElement
+
+
+
All Implemented Interfaces:
Content, NestedList
+
+
+
+
public class NestedListElement
extends ContentElement
implements NestedList
+ + +

+This is a simple ContentElement, wich occures in a NestedList. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + + + + + +
+Constructor Summary
NestedListElement() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ StringtoString() + +
+          Try and find out ;-)
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentElement
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, setFormatSpans, setLinks, setTemplates, setText
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface de.tudarmstadt.ukp.wikipedia.parser.NestedList
getSrcSpan
+ + + + + + + +
Methods inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, length
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NestedListElement

+
+public NestedListElement()
+
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public String toString()
+
+
Description copied from class: ContentElement
+
Try and find out ;-) +

+

+
Overrides:
toString in class ContentElement
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.html new file mode 100644 index 00000000..9b8be3bb --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.html @@ -0,0 +1,369 @@ + + + + + + + +Paragraph (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class Paragraph

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentElement
+          extended by de.tudarmstadt.ukp.wikipedia.parser.Paragraph
+
+
+
All Implemented Interfaces:
Content
+
+
+
+
public class Paragraph
extends ContentElement
+ + +

+This is a simple ContentElement extende with a Paragraph Type. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classParagraph.type + +
+           
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + + + + + + + + +
+Constructor Summary
Paragraph() + +
+           
Paragraph(Paragraph.type t) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Paragraph.typegetType() + +
+           
+ voidsetType(Paragraph.type t) + +
+           
+ StringtoString() + +
+          Try and find out ;-)
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentElement
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, setFormatSpans, setLinks, setTemplates, setText
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Paragraph

+
+public Paragraph()
+
+
+
+ +

+Paragraph

+
+public Paragraph(Paragraph.type t)
+
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public String toString()
+
+
Description copied from class: ContentElement
+
Try and find out ;-) +

+

+
Overrides:
toString in class ContentElement
+
+
+
+
+
+
+ +

+setType

+
+public void setType(Paragraph.type t)
+
+
+
+
+
+
+ +

+getType

+
+public Paragraph.type getType()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.type.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.type.html new file mode 100644 index 00000000..5acb99c9 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Paragraph.type.html @@ -0,0 +1,342 @@ + + + + + + + +Paragraph.type (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Enum Paragraph.type

+
+java.lang.Object
+  extended by java.lang.Enum<Paragraph.type>
+      extended by de.tudarmstadt.ukp.wikipedia.parser.Paragraph.type
+
+
+
All Implemented Interfaces:
Serializable, Comparable<Paragraph.type>
+
+
+
Enclosing class:
Paragraph
+
+
+
+
public static enum Paragraph.type
extends Enum<Paragraph.type>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
BOXED + +
+           
INDENTED + +
+           
NORMAL + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static Paragraph.typevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Paragraph.type[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+NORMAL

+
+public static final Paragraph.type NORMAL
+
+
+
+
+
+ +

+BOXED

+
+public static final Paragraph.type BOXED
+
+
+
+
+
+ +

+INDENTED

+
+public static final Paragraph.type INDENTED
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Paragraph.type[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Paragraph.type c : Paragraph.type.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Paragraph.type valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPage.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPage.html new file mode 100644 index 00000000..7534d134 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPage.html @@ -0,0 +1,1026 @@ + + + + + + + +ParsedPage (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class ParsedPage

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPage
+
+
+
+
public class ParsedPage
extends Object
+ + +

+Provides access to structured information about a MediaWiki article page. +

+ +

+

+
Author:
+
CJacobi, TZ
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ParsedPage() + +
+          Constructor for a blank ParsedPage.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<Link>getCategories() + +
+          Returns a list of category Link objects.
+ ContentElementgetCategoryElement() + +
+          The ContentElement with links to a page's categories.
+ DefinitionListgetDefinitionList(int i) + +
+          Returns the definition list indicated by the parameter i.
+ List<DefinitionList>getDefinitionLists() + +
+          Returns a list of definition lists.
+ ParagraphgetFirstParagraph() + +
+          Returns the first paragraph.
+ intgetFirstParagraphNr() + +
+          Returns the number of the first paragraph.
+ List<Content.FormatType>getFormats() + +
+           
+ List<Span>getFormatSpans(Content.FormatType t) + +
+           
+ List<Link>getLanguages() + +
+          Returns a list of language Link objects.
+ ContentElementgetLanguagesElement() + +
+          Returns a ContentElement containing the languages that are linked inside the article.
+ List<Link>getLinks() + +
+           
+ StringgetName() + +
+          The name of a parsed page.
+ NestedListgetNestedList(int i) + +
+          Returns the nested list indicated by the parameter i.
+ List<NestedListContainer>getNestedLists() + +
+          Returns a list of nested lists.
+ intgetPageId() + +
+          The pageId of a parsed page.
+ ParagraphgetParagraph(int i) + +
+          Returns the paragraph indicated by the parameter i.
+ List<Paragraph>getParagraphs() + +
+          Returns a list of paragraphs.
+ SectiongetSection(int i) + +
+          Returns the requested Section of the lowest level.
+ List<Section>getSections() + +
+          Retruns a list of all Sections of the lowest level.
+ TablegetTable(int i) + +
+          Returns the table indicated by the parameter i.
+ List<Table>getTables() + +
+          Returns a list of tables.
+ List<Template>getTemplates() + +
+          Returns a list of templates that are used in the page.
+ StringgetText() + +
+          Return the plain text.
+ intlength() + +
+          Returns the length of the text in characters.
+ intnrOfDefinitionLists() + +
+          Returns the number of definition lists.
+ intnrOfNestedLists() + +
+          Returns the number of nested lists.
+ intnrOfParagraphs() + +
+          Returns the number of paragraphs.
+ intnrOfTables() + +
+          Returns the number of tables.
+ voidsetCategoryElement(ContentElement categories) + +
+          Sets the category element of a parsed page.
+ voidsetFirstParagraphNr(int nr) + +
+          Sets the number of the first paragraph.
+ voidsetLanguagesElement(ContentElement languages) + +
+          Sets the language element of a parsed page.
+ voidsetName(String name) + +
+          Sets the name of a parsed page.
+ voidsetPageId(int pageId) + +
+          Set the pageId of a parsed page.
+ voidsetSections(List<Section> sections) + +
+          Sets the Sections of a ParsedPage.
+ voidsetSections(SectionContainer s) + +
+          Set the Sections of the ParsedPage.
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ParsedPage

+
+public ParsedPage()
+
+
Constructor for a blank ParsedPage.
+ Only needed, if you want to create a Wikipedia article from scratch. + + Creating a ParsedPage from a Wikipedia article requires to create a parser object first. +

+

+ + + + + + + + +
+Method Detail
+ +

+setName

+
+public void setName(String name)
+
+
Sets the name of a parsed page. +

+

+
Parameters:
name - A name for the parsed page.
+
+
+
+ +

+getName

+
+public String getName()
+
+
The name of a parsed page. +

+

+ +
Returns:
The name of a parsed page.
+
+
+
+ +

+setPageId

+
+public void setPageId(int pageId)
+
+
Set the pageId of a parsed page. +

+

+
Parameters:
pageId - A pageId for the parsed page.
+
+
+
+ +

+getPageId

+
+public int getPageId()
+
+
The pageId of a parsed page. +

+

+ +
Returns:
The pageId of a parsed page.
+
+
+
+ +

+setCategoryElement

+
+public void setCategoryElement(ContentElement categories)
+
+
Sets the category element of a parsed page. +

+

+
Parameters:
categories - A ContentElement containg the categories of a page.
+
+
+
+ +

+getCategoryElement

+
+public ContentElement getCategoryElement()
+
+
The ContentElement with links to a page's categories. +

+

+ +
Returns:
The ContentElement with links to a page's categories.
+
+
+
+ +

+getCategories

+
+public List<Link> getCategories()
+
+
Returns a list of category Link objects. + This is a shortcut for writing getCategoryElemement.getLinks(); +

+

+ +
Returns:
A list of category links.
+
+
+
+ +

+setFirstParagraphNr

+
+public void setFirstParagraphNr(int nr)
+
+
Sets the number of the first paragraph. +

+

+
Parameters:
nr - The number of the first paragraph.
+
+
+
+ +

+getFirstParagraphNr

+
+public int getFirstParagraphNr()
+
+
Returns the number of the first paragraph. +

+

+ +
Returns:
The number of the first paragraph.
+
+
+
+ +

+getFirstParagraph

+
+public Paragraph getFirstParagraph()
+
+
Returns the first paragraph.
+ This is a shortcut for getParagraph( getFirstParagraphNr() ). + It is not the same as getParagraph( 0 ), because the physically first paragraph often contain tables etc. +

+

+
+
+
+
+ +

+setLanguagesElement

+
+public void setLanguagesElement(ContentElement languages)
+
+
Sets the language element of a parsed page. +

+

+
Parameters:
languages - A ContentElement containg the languages of a page.
+
+
+
+ +

+getLanguagesElement

+
+public ContentElement getLanguagesElement()
+
+
Returns a ContentElement containing the languages that are linked inside the article. +

+

+ +
Returns:
A ContentElement containing the languages that are linked inside the article.
+
+
+
+ +

+getLanguages

+
+public List<Link> getLanguages()
+
+
Returns a list of language Link objects. + This is a shortcut for writing getLanguagesElement().getLinks(); +

+

+
+
+
+
+ +

+setSections

+
+public void setSections(List<Section> sections)
+
+
Sets the Sections of a ParsedPage. +

+

+
Parameters:
sections - A list of sections.
+
+
+
+ +

+setSections

+
+public void setSections(SectionContainer s)
+
+
Set the Sections of the ParsedPage.
+ This function is used to upgrade a SectionContainer to a ParsedPage. +

+

+
Parameters:
s - A sectionContainer.
+
+
+
+ +

+getSection

+
+public Section getSection(int i)
+
+
Returns the requested Section of the lowest level. +

+

+
Parameters:
i - The number of the section. +
Returns:
The section with number i.
+
+
+
+ +

+getSections

+
+public List<Section> getSections()
+
+
Retruns a list of all Sections of the lowest level. +

+

+ +
Returns:
A list of sections.
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+nrOfParagraphs

+
+public int nrOfParagraphs()
+
+
Returns the number of paragraphs. +

+

+ +
Returns:
The number of paragraphs.
+
+
+
+ +

+getParagraph

+
+public Paragraph getParagraph(int i)
+
+
Returns the paragraph indicated by the parameter i. +

+

+
Parameters:
i - The number of the paragraph to return. +
Returns:
The paragraph with number i.
+
+
+
+ +

+getParagraphs

+
+public List<Paragraph> getParagraphs()
+
+
Returns a list of paragraphs. +

+

+ +
Returns:
A list of paragraphs.
+
+
+
+ +

+nrOfTables

+
+public int nrOfTables()
+
+
Returns the number of tables. +

+

+ +
Returns:
The number of tables.
+
+
+
+ +

+getTable

+
+public Table getTable(int i)
+
+
Returns the table indicated by the parameter i. +

+

+
Parameters:
i - The number of the table to return. +
Returns:
The table with number i.
+
+
+
+ +

+getTables

+
+public List<Table> getTables()
+
+
Returns a list of tables. +

+

+ +
Returns:
A list of tables.
+
+
+
+ +

+nrOfNestedLists

+
+public int nrOfNestedLists()
+
+
Returns the number of nested lists. +

+

+ +
Returns:
The number of nested lists.
+
+
+
+ +

+getNestedList

+
+public NestedList getNestedList(int i)
+
+
Returns the nested list indicated by the parameter i. +

+

+
Parameters:
i - The number of the nested list to return. +
Returns:
The nested list with number i.
+
+
+
+ +

+getNestedLists

+
+public List<NestedListContainer> getNestedLists()
+
+
Returns a list of nested lists. +

+

+ +
Returns:
A list of nested lists.
+
+
+
+ +

+nrOfDefinitionLists

+
+public int nrOfDefinitionLists()
+
+
Returns the number of definition lists. +

+

+ +
Returns:
The number of definition lists.
+
+
+
+ +

+getDefinitionList

+
+public DefinitionList getDefinitionList(int i)
+
+
Returns the definition list indicated by the parameter i. +

+

+
Parameters:
i - The number of the definition list to return. +
Returns:
The definition list with number i.
+
+
+
+ +

+getDefinitionLists

+
+public List<DefinitionList> getDefinitionLists()
+
+
Returns a list of definition lists. +

+

+ +
Returns:
A list of definition lists.
+
+
+
+ +

+getText

+
+public String getText()
+
+
Return the plain text. +

+

+ +
Returns:
The plain text.
+
+
+
+ +

+length

+
+public int length()
+
+
Returns the length of the text in characters. +

+

+ +
Returns:
The length of the text in characters.
+
+
+
+ +

+getFormats

+
+public List<Content.FormatType> getFormats()
+
+
+
+
+
+
+ +

+getFormatSpans

+
+public List<Span> getFormatSpans(Content.FormatType t)
+
+
+
+
+
+
+ +

+getLinks

+
+public List<Link> getLinks()
+
+
+
+
+
+
+ +

+getTemplates

+
+public List<Template> getTemplates()
+
+
Returns a list of templates that are used in the page. +

+

+ +
Returns:
A list of templates that are used in the page.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPageObject.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPageObject.html new file mode 100644 index 00000000..d94c40d9 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/ParsedPageObject.html @@ -0,0 +1,287 @@ + + + + + + + +ParsedPageObject (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class ParsedPageObject

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+
+
+
Direct Known Subclasses:
ContentContainer, ContentElement, Link, Span, Template
+
+
+
+
public abstract class ParsedPageObject
extends Object
+ + +

+All clases in parsedpage package, which can be created by a + parser, extending this class. So it is possible for these + classes to refer to a SourceCode. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ParsedPageObject() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ SrcSpangetSrcSpan() + +
+          Returns a Span refering to a SourceCode.
+ voidsetSrcSpan(SrcSpan srcSpan) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ParsedPageObject

+
+public ParsedPageObject()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSrcSpan

+
+public SrcSpan getSrcSpan()
+
+
Returns a Span refering to a SourceCode. +

+

+
+
+
+
+ +

+setSrcSpan

+
+public void setSrcSpan(SrcSpan srcSpan)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Section.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Section.html new file mode 100644 index 00000000..8c318f5f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Section.html @@ -0,0 +1,724 @@ + + + + + + + +Section (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class Section

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.Section
+
+
+
All Implemented Interfaces:
Content
+
+
+
Direct Known Subclasses:
SectionContainer, SectionContent
+
+
+
+
public abstract class Section
extends ContentContainer
+ + +

+A Section consists at first of a Title. In MediaWiki a Title can contain + e.g. Links, Images or ItalicText. Therefore a simple ContentElement + is used as Section Title.
+ The next Point is the hirachical Section Level, which every Section has.
+
+ Further, a Section can contain other Sections or Content, but not + both. This is a difference between the API and MediaWiki. In return, the + accsess to the Elements is possible with just a few functions. This fact + makes the accest to the provieded Structures very simple.
+
+ These structure requirements are implemented as SectionContainer an SectionContent. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + +
+Constructor Summary
Section(ContentElement title, + int level) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+abstract  List<Content>getContentList() + +
+          Return a List with all Content of any Type in Order of appearance.
+abstract  DefinitionListgetDefinitionList(int i) + +
+          Returns the i-th Table of this Section.
+abstract  List<DefinitionList>getDefinitionLists() + +
+          Returns a List of all DefinitionLists of this Section.
+ intgetLevel() + +
+          Retruns the hirachical Level of this Section.
+abstract  NestedListContainergetNestedList(int i) + +
+          Returns the i-th NestedList of this Section as NestedListContainer.
+abstract  List<NestedListContainer>getNestedLists() + +
+          Returns a List of all NestedLists of this Section.
+abstract  ParagraphgetParagraph(int i) + +
+          Returns the i-th Paragraph of this Section.
+abstract  List<Paragraph>getParagraphs() + +
+          Retuns a List of all Paragraphs of this Section.
+abstract  TablegetTable(int i) + +
+          Returns the i-th Table of this Section.
+abstract  List<Table>getTables() + +
+          Returns a List of all Tables of this Section.
+ StringgetTitle() + +
+          Returns getTitleElement().getText() without NullPointerException
+ ContentElementgetTitleElement() + +
+          Returns a ContentElement representing the content, originally given as + MediaWiki SourcCode, beween one ore more equality chars at the beginning + of a line.
+abstract  intnrOfDefinitionLists() + +
+          Returns the Number of DefinitionLists of this Section.
+abstract  intnrOfNestedLists() + +
+          Returns the Number of NestedLists of this Section.
+abstract  intnrOfParagraphs() + +
+          Returns the Number of Paragraphs in this Section.
+abstract  intnrOfTables() + +
+          Returns the Number of Tables of this Section.
+ voidsetLevel(int level) + +
+          Look at getLevel() for Details...
+ voidsetTitleElement(ContentElement title) + +
+          Look at getTitleElement() for Details...
+abstract  StringtoString() + +
+          Returns a sequence of Chars followed by ZERO.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Section

+
+public Section(ContentElement title,
+               int level)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setLevel

+
+public void setLevel(int level)
+
+
Look at getLevel() for Details... +

+

+
+
+
+
+ +

+getLevel

+
+public int getLevel()
+
+
Retruns the hirachical Level of this Section. +

+

+
+
+
+
+ +

+getTitle

+
+public String getTitle()
+
+
Returns getTitleElement().getText() without NullPointerException +

+

+
+
+
+
+ +

+setTitleElement

+
+public void setTitleElement(ContentElement title)
+
+
Look at getTitleElement() for Details... +

+

+
+
+
+
+ +

+getTitleElement

+
+public ContentElement getTitleElement()
+
+
Returns a ContentElement representing the content, originally given as + MediaWiki SourcCode, beween one ore more equality chars at the beginning + of a line. This is known as Title. +

+

+
+
+
+
+ +

+getContentList

+
+public abstract List<Content> getContentList()
+
+
Return a List with all Content of any Type in Order of appearance. +

+

+
+
+
+
+ +

+nrOfParagraphs

+
+public abstract int nrOfParagraphs()
+
+
Returns the Number of Paragraphs in this Section. +

+

+
+
+
+
+ +

+getParagraph

+
+public abstract Paragraph getParagraph(int i)
+
+
Returns the i-th Paragraph of this Section. +

+

+
+
+
+
+ +

+getParagraphs

+
+public abstract List<Paragraph> getParagraphs()
+
+
Retuns a List of all Paragraphs of this Section. +

+

+
+
+
+
+ +

+nrOfTables

+
+public abstract int nrOfTables()
+
+
Returns the Number of Tables of this Section. +

+

+
+
+
+
+ +

+getTable

+
+public abstract Table getTable(int i)
+
+
Returns the i-th Table of this Section. +

+

+
+
+
+
+ +

+getTables

+
+public abstract List<Table> getTables()
+
+
Returns a List of all Tables of this Section. +

+

+
+
+
+
+ +

+nrOfNestedLists

+
+public abstract int nrOfNestedLists()
+
+
Returns the Number of NestedLists of this Section. +

+

+
+
+
+
+ +

+getNestedList

+
+public abstract NestedListContainer getNestedList(int i)
+
+
Returns the i-th NestedList of this Section as NestedListContainer. +

+

+
+
+
+
+ +

+getNestedLists

+
+public abstract List<NestedListContainer> getNestedLists()
+
+
Returns a List of all NestedLists of this Section. +

+

+
+
+
+
+ +

+nrOfDefinitionLists

+
+public abstract int nrOfDefinitionLists()
+
+
Returns the Number of DefinitionLists of this Section. +

+

+
+
+
+
+ +

+getDefinitionList

+
+public abstract DefinitionList getDefinitionList(int i)
+
+
Returns the i-th Table of this Section. +

+

+
+
+
+
+ +

+getDefinitionLists

+
+public abstract List<DefinitionList> getDefinitionLists()
+
+
Returns a List of all DefinitionLists of this Section. +

+

+
+
+
+
+ +

+toString

+
+public abstract String toString()
+
+
Returns a sequence of Chars followed by ZERO. + For easy handling the result is of the Type String. +

+

+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContainer.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContainer.html new file mode 100644 index 00000000..1c148e0e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContainer.html @@ -0,0 +1,788 @@ + + + + + + + +SectionContainer (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class SectionContainer

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.Section
+              extended by de.tudarmstadt.ukp.wikipedia.parser.SectionContainer
+
+
+
All Implemented Interfaces:
Content
+
+
+
+
public class SectionContainer
extends Section
+ + +

+This is the structure implementation of Section.
+ A SectionContainer contains SubSections of type Section, which + can be either, a SectionContent or anoter SectionContainer.
+ For a description of the inherited functions of Section, take a + look at the Documentation of Section. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + + + + +
+Constructor Summary
SectionContainer(ContentElement title, + int level) + +
+           
SectionContainer(int level) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddSection(Section s) + +
+          Adds a SubSection after the last SubSection.
+ List<Content>getContentList() + +
+          Return a List with all Content of any Type in Order of appearance.
+ DefinitionListgetDefinitionList(int i) + +
+          Returns the i-th Table of this Section.
+ List<DefinitionList>getDefinitionLists() + +
+          Returns a List of all DefinitionLists of this Section.
+ NestedListContainergetNestedList(int i) + +
+          Returns the i-th NestedList of this Section as NestedListContainer.
+ List<NestedListContainer>getNestedLists() + +
+          Returns a List of all NestedLists of this Section.
+ ParagraphgetParagraph(int i) + +
+          Returns the i-th Paragraph of this Section.
+ List<Paragraph>getParagraphs() + +
+          Retuns a List of all Paragraphs of this Section.
+ SectiongetSubSection(int i) + +
+          Returns the i�th SubSection of this Section.
+ List<Section>getSubSections() + +
+          Returns a List of all SubSections of the next level.
+ TablegetTable(int i) + +
+          Returns the i-th Table of this Section.
+ List<Table>getTables() + +
+          Returns a List of all Tables of this Section.
+ intnrOfDefinitionLists() + +
+          Returns the Number of DefinitionLists of this Section.
+ intnrOfNestedLists() + +
+          Returns the Number of NestedLists of this Section.
+ intnrOfParagraphs() + +
+          Returns the Number of Paragraphs in this Section.
+ intnrOfSubSections() + +
+          Returns the Number of SubSection of this Section.
+ intnrOfTables() + +
+          Returns the Number of Tables of this Section.
+ voidremoveSection(Section s) + +
+          Removes the specified Section.
+ StringtoString() + +
+          Returns a sequence of Chars followed by ZERO.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.Section
getLevel, getTitle, getTitleElement, setLevel, setTitleElement
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SectionContainer

+
+public SectionContainer(int level)
+
+
+
+ +

+SectionContainer

+
+public SectionContainer(ContentElement title,
+                        int level)
+
+
+ + + + + + + + +
+Method Detail
+ +

+nrOfSubSections

+
+public int nrOfSubSections()
+
+
Returns the Number of SubSection of this Section. +

+

+
+
+
+
+ +

+addSection

+
+public void addSection(Section s)
+
+
Adds a SubSection after the last SubSection. +

+

+
+
+
+
+ +

+removeSection

+
+public void removeSection(Section s)
+
+
Removes the specified Section. +

+

+
+
+
+
+ +

+getSubSection

+
+public Section getSubSection(int i)
+
+
Returns the i�th SubSection of this Section. +

+

+
+
+
+
+ +

+getSubSections

+
+public List<Section> getSubSections()
+
+
Returns a List of all SubSections of the next level. +

+

+
+
+
+
+ +

+getContentList

+
+public List<Content> getContentList()
+
+
Description copied from class: Section
+
Return a List with all Content of any Type in Order of appearance. +

+

+
Specified by:
getContentList in class Section
+
+
+
+
+
+
+ +

+nrOfParagraphs

+
+public int nrOfParagraphs()
+
+
Description copied from class: Section
+
Returns the Number of Paragraphs in this Section. +

+

+
Specified by:
nrOfParagraphs in class Section
+
+
+
+
+
+
+ +

+getParagraph

+
+public Paragraph getParagraph(int i)
+
+
Description copied from class: Section
+
Returns the i-th Paragraph of this Section. +

+

+
Specified by:
getParagraph in class Section
+
+
+
+
+
+
+ +

+getParagraphs

+
+public List<Paragraph> getParagraphs()
+
+
Description copied from class: Section
+
Retuns a List of all Paragraphs of this Section. +

+

+
Specified by:
getParagraphs in class Section
+
+
+
+
+
+
+ +

+nrOfTables

+
+public int nrOfTables()
+
+
Description copied from class: Section
+
Returns the Number of Tables of this Section. +

+

+
Specified by:
nrOfTables in class Section
+
+
+
+
+
+
+ +

+getTable

+
+public Table getTable(int i)
+
+
Description copied from class: Section
+
Returns the i-th Table of this Section. +

+

+
Specified by:
getTable in class Section
+
+
+
+
+
+
+ +

+getTables

+
+public List<Table> getTables()
+
+
Description copied from class: Section
+
Returns a List of all Tables of this Section. +

+

+
Specified by:
getTables in class Section
+
+
+
+
+
+
+ +

+nrOfNestedLists

+
+public int nrOfNestedLists()
+
+
Description copied from class: Section
+
Returns the Number of NestedLists of this Section. +

+

+
Specified by:
nrOfNestedLists in class Section
+
+
+
+
+
+
+ +

+getNestedList

+
+public NestedListContainer getNestedList(int i)
+
+
Description copied from class: Section
+
Returns the i-th NestedList of this Section as NestedListContainer. +

+

+
Specified by:
getNestedList in class Section
+
+
+
+
+
+
+ +

+getNestedLists

+
+public List<NestedListContainer> getNestedLists()
+
+
Description copied from class: Section
+
Returns a List of all NestedLists of this Section. +

+

+
Specified by:
getNestedLists in class Section
+
+
+
+
+
+
+ +

+nrOfDefinitionLists

+
+public int nrOfDefinitionLists()
+
+
Description copied from class: Section
+
Returns the Number of DefinitionLists of this Section. +

+

+
Specified by:
nrOfDefinitionLists in class Section
+
+
+
+
+
+
+ +

+getDefinitionList

+
+public DefinitionList getDefinitionList(int i)
+
+
Description copied from class: Section
+
Returns the i-th Table of this Section. +

+

+
Specified by:
getDefinitionList in class Section
+
+
+
+
+
+
+ +

+getDefinitionLists

+
+public List<DefinitionList> getDefinitionLists()
+
+
Description copied from class: Section
+
Returns a List of all DefinitionLists of this Section. +

+

+
Specified by:
getDefinitionLists in class Section
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
Description copied from class: Section
+
Returns a sequence of Chars followed by ZERO. + For easy handling the result is of the Type String. +

+

+
Specified by:
toString in class Section
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContent.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContent.html new file mode 100644 index 00000000..212a8fc1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SectionContent.html @@ -0,0 +1,834 @@ + + + + + + + +SectionContent (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class SectionContent

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.Section
+              extended by de.tudarmstadt.ukp.wikipedia.parser.SectionContent
+
+
+
All Implemented Interfaces:
Content
+
+
+
+
public class SectionContent
extends Section
+ + +

+This is a Implementation of the Content of a Section.
+ For every content accsess function exists a setter and a remover function.
+ For a description of the inherited functions of Section, take a + look at the Documentation of Section. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + + + + +
+Constructor Summary
SectionContent(ContentElement title, + int level) + +
+           
SectionContent(int level) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddDefinitionList(DefinitionList dl) + +
+           
+ voidaddNestedList(NestedListContainer nl) + +
+           
+ voidaddParagraph(Paragraph p) + +
+           
+ voidaddTable(Table t) + +
+           
+ List<Content>getContentList() + +
+          Return a List with all Content of any Type in Order of appearance.
+ DefinitionListgetDefinitionList(int i) + +
+          Returns the i-th Table of this Section.
+ List<DefinitionList>getDefinitionLists() + +
+          Returns a List of all DefinitionLists of this Section.
+ NestedListContainergetNestedList(int i) + +
+          Returns the i-th NestedList of this Section as NestedListContainer.
+ List<NestedListContainer>getNestedLists() + +
+          Returns a List of all NestedLists of this Section.
+ ParagraphgetParagraph(int i) + +
+          Returns the i-th Paragraph of this Section.
+ List<Paragraph>getParagraphs() + +
+          Retuns a List of all Paragraphs of this Section.
+ TablegetTable(int i) + +
+          Returns the i-th Table of this Section.
+ List<Table>getTables() + +
+          Returns a List of all Tables of this Section.
+ intnrOfDefinitionLists() + +
+          Returns the Number of DefinitionLists of this Section.
+ intnrOfNestedLists() + +
+          Returns the Number of NestedLists of this Section.
+ intnrOfParagraphs() + +
+          Returns the Number of Paragraphs in this Section.
+ intnrOfTables() + +
+          Returns the Number of Tables of this Section.
+ voidremoveDefinitionList(DefinitionList dl) + +
+           
+ voidremoveNestedList(NestedListContainer nl) + +
+           
+ voidremoveParagraph(Paragraph p) + +
+           
+ voidremoveTable(Table t) + +
+           
+ StringtoString() + +
+          Returns a sequence of Chars followed by ZERO.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.Section
getLevel, getTitle, getTitleElement, setLevel, setTitleElement
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SectionContent

+
+public SectionContent(int level)
+
+
+
+ +

+SectionContent

+
+public SectionContent(ContentElement title,
+                      int level)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getContentList

+
+public List<Content> getContentList()
+
+
Description copied from class: Section
+
Return a List with all Content of any Type in Order of appearance. +

+

+
Specified by:
getContentList in class Section
+
+
+
+
+
+
+ +

+nrOfParagraphs

+
+public int nrOfParagraphs()
+
+
Description copied from class: Section
+
Returns the Number of Paragraphs in this Section. +

+

+
Specified by:
nrOfParagraphs in class Section
+
+
+
+
+
+
+ +

+addParagraph

+
+public void addParagraph(Paragraph p)
+
+
+
+
+
+
+ +

+removeParagraph

+
+public void removeParagraph(Paragraph p)
+
+
+
+
+
+
+ +

+getParagraph

+
+public Paragraph getParagraph(int i)
+
+
Description copied from class: Section
+
Returns the i-th Paragraph of this Section. +

+

+
Specified by:
getParagraph in class Section
+
+
+
+
+
+
+ +

+getParagraphs

+
+public List<Paragraph> getParagraphs()
+
+
Description copied from class: Section
+
Retuns a List of all Paragraphs of this Section. +

+

+
Specified by:
getParagraphs in class Section
+
+
+
+
+
+
+ +

+nrOfTables

+
+public int nrOfTables()
+
+
Description copied from class: Section
+
Returns the Number of Tables of this Section. +

+

+
Specified by:
nrOfTables in class Section
+
+
+
+
+
+
+ +

+addTable

+
+public void addTable(Table t)
+
+
+
+
+
+
+ +

+removeTable

+
+public void removeTable(Table t)
+
+
+
+
+
+
+ +

+getTable

+
+public Table getTable(int i)
+
+
Description copied from class: Section
+
Returns the i-th Table of this Section. +

+

+
Specified by:
getTable in class Section
+
+
+
+
+
+
+ +

+getTables

+
+public List<Table> getTables()
+
+
Description copied from class: Section
+
Returns a List of all Tables of this Section. +

+

+
Specified by:
getTables in class Section
+
+
+
+
+
+
+ +

+nrOfNestedLists

+
+public int nrOfNestedLists()
+
+
Description copied from class: Section
+
Returns the Number of NestedLists of this Section. +

+

+
Specified by:
nrOfNestedLists in class Section
+
+
+
+
+
+
+ +

+addNestedList

+
+public void addNestedList(NestedListContainer nl)
+
+
+
+
+
+
+ +

+removeNestedList

+
+public void removeNestedList(NestedListContainer nl)
+
+
+
+
+
+
+ +

+getNestedList

+
+public NestedListContainer getNestedList(int i)
+
+
Description copied from class: Section
+
Returns the i-th NestedList of this Section as NestedListContainer. +

+

+
Specified by:
getNestedList in class Section
+
+
+
+
+
+
+ +

+getNestedLists

+
+public List<NestedListContainer> getNestedLists()
+
+
Description copied from class: Section
+
Returns a List of all NestedLists of this Section. +

+

+
Specified by:
getNestedLists in class Section
+
+
+
+
+
+
+ +

+nrOfDefinitionLists

+
+public int nrOfDefinitionLists()
+
+
Description copied from class: Section
+
Returns the Number of DefinitionLists of this Section. +

+

+
Specified by:
nrOfDefinitionLists in class Section
+
+
+
+
+
+
+ +

+addDefinitionList

+
+public void addDefinitionList(DefinitionList dl)
+
+
+
+
+
+
+ +

+removeDefinitionList

+
+public void removeDefinitionList(DefinitionList dl)
+
+
+
+
+
+
+ +

+getDefinitionList

+
+public DefinitionList getDefinitionList(int i)
+
+
Description copied from class: Section
+
Returns the i-th Table of this Section. +

+

+
Specified by:
getDefinitionList in class Section
+
+
+
+
+
+
+ +

+getDefinitionLists

+
+public List<DefinitionList> getDefinitionLists()
+
+
Description copied from class: Section
+
Returns a List of all DefinitionLists of this Section. +

+

+
Specified by:
getDefinitionLists in class Section
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
Description copied from class: Section
+
Returns a sequence of Chars followed by ZERO. + For easy handling the result is of the Type String. +

+

+
Specified by:
toString in class Section
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Span.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Span.html new file mode 100644 index 00000000..24608510 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Span.html @@ -0,0 +1,680 @@ + + + + + + + +Span (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class Span

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.Span
+
+
+
+
public class Span
extends ParsedPageObject
+ + +

+Provides a Start and End Position... +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static charERRORCHAR + +
+          A defined ErrorChar which will be returnd when an error occures.
+  + + + + + + + + + + +
+Constructor Summary
Span(int start, + int end) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Spanadjust(int n) + +
+           
+ Spanadjust(int offset, + int n) + +
+          Adjusts the start and end Position of the Span, if they are + larger than the offset.
+ SpanadjustEnd(int n) + +
+           
+ SpanadjustStart(int n) + +
+           
+ charcharAt(int pos, + CharSequence cs) + +
+           
+ Spanclone() + +
+           
+ booleanequals(int start, + int end) + +
+           
+ booleanequals(Span s) + +
+           
+ intgetEnd() + +
+           
+ intgetStart() + +
+           
+ StringgetText(String src) + +
+          simply src.substring( this.getStart(), this.getEnd );
+ booleanhits(Span s) + +
+          returns true if this Span is in the range of the Span s.
+ intlength() + +
+          returns this.getEnd()-this.getStart()
+ intnonWSCharPos(CharSequence cs) + +
+           
+ SpansetEnd(int end) + +
+           
+ SpansetStart(int start) + +
+           
+ StringtoString() + +
+           
+ Spantrim(CharSequence src) + +
+          Returns the Span, with leading and trailing whitespaces omitted.
+ SpantrimTrail(CharSequence src) + +
+          Returns the Span, with trailing whitespaces omitted.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+ERRORCHAR

+
+public static final char ERRORCHAR
+
+
A defined ErrorChar which will be returnd when an error occures.
+ An ErrorChar seems to be more easy to handle than e.g. an IndexOutOfBoundsException. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Span

+
+public Span(int start,
+            int end)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getStart

+
+public int getStart()
+
+
+
+
+
+
+ +

+setStart

+
+public Span setStart(int start)
+
+
+
+
+
+
+ +

+adjustStart

+
+public Span adjustStart(int n)
+
+
+
+
+
+
+ +

+getEnd

+
+public int getEnd()
+
+
+
+
+
+
+ +

+setEnd

+
+public Span setEnd(int end)
+
+
+
+
+
+
+ +

+adjustEnd

+
+public Span adjustEnd(int n)
+
+
+
+
+
+
+ +

+adjust

+
+public Span adjust(int n)
+
+
+
+
+
+
+ +

+adjust

+
+public Span adjust(int offset,
+                   int n)
+
+
Adjusts the start and end Position of the Span, if they are + larger than the offset. +

+

+
+
+
+
+ +

+equals

+
+public boolean equals(int start,
+                      int end)
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(Span s)
+
+
+
+
+
+
+ +

+hits

+
+public boolean hits(Span s)
+
+
returns true if this Span is in the range of the Span s. +

+

+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+getText

+
+public String getText(String src)
+
+
simply src.substring( this.getStart(), this.getEnd ); +

+

+
+
+
+
+ +

+charAt

+
+public char charAt(int pos,
+                   CharSequence cs)
+
+
+
+
+
+
+ +

+nonWSCharPos

+
+public int nonWSCharPos(CharSequence cs)
+
+
+
+
+
+
+ +

+trimTrail

+
+public Span trimTrail(CharSequence src)
+
+
Returns the Span, with trailing whitespaces omitted. +

+

+
+
+
+
+ +

+trim

+
+public Span trim(CharSequence src)
+
+
Returns the Span, with leading and trailing whitespaces omitted. +

+

+
+
+
+
+ +

+length

+
+public int length()
+
+
returns this.getEnd()-this.getStart() +

+

+
+
+
+
+ +

+clone

+
+public Span clone()
+
+
+
Overrides:
clone in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SrcSpan.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SrcSpan.html new file mode 100644 index 00000000..8116cf51 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/SrcSpan.html @@ -0,0 +1,348 @@ + + + + + + + +SrcSpan (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class SrcSpan

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.SrcSpan
+
+
+
+
public class SrcSpan
extends Object
+ + +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SrcSpan(int start, + int end) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetEnd() + +
+          Look at Constructor for Details...
+ intgetStart() + +
+          Look at Constructor for Details...
+ voidsetEnd(int end) + +
+          Look at Constructor for Details...
+ voidsetStart(int start) + +
+          Look at Constructor for Details...
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SrcSpan

+
+public SrcSpan(int start,
+               int end)
+
+
+
Parameters:
start - is the startposition of the Object in the original MediaWikiSource
end - is the endposition of the Object in the original MediaWikiSource
+
+ + + + + + + + +
+Method Detail
+ +

+getEnd

+
+public int getEnd()
+
+
Look at Constructor for Details... +

+

+
+
+
+
+ +

+setEnd

+
+public void setEnd(int end)
+
+
Look at Constructor for Details... +

+

+
+
+
+
+ +

+getStart

+
+public int getStart()
+
+
Look at Constructor for Details... +

+

+
+
+
+
+ +

+setStart

+
+public void setStart(int start)
+
+
Look at Constructor for Details... +

+

+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Table.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Table.html new file mode 100644 index 00000000..c17ae0cd --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Table.html @@ -0,0 +1,687 @@ + + + + + + + +Table (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class Table

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.Table
+
+
+
All Implemented Interfaces:
Content
+
+
+
+
public class Table
extends ContentContainer
+ + +

+A Table has a Title and contains TableElements.
+ This Class provides all needed functions simmilar to the other classes in + this package. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + +
+Constructor Summary
Table() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddTableElement(TableElement te) + +
+           
+ List<Content>getContentList() + +
+           
+ DefinitionListgetDefinitionList(int i) + +
+           
+ List<DefinitionList>getDefinitionLists() + +
+           
+ NestedListgetNestedList(int i) + +
+           
+ List<NestedList>getNestedLists() + +
+           
+ ParagraphgetParagraph(int i) + +
+           
+ List<Paragraph>getParagraphs() + +
+           
+ TablegetTable(int i) + +
+           
+ TableElementgetTableElement(int i) + +
+           
+ List<Table>getTables() + +
+           
+ ContentElementgetTitleElement() + +
+           
+ intnrOfDefinitionLists() + +
+           
+ intnrOfNestedLists() + +
+           
+ intnrOfParagraphs() + +
+           
+ intnrOfTableElements() + +
+           
+ intnrOfTables() + +
+           
+ voidremoveTableElement(TableElement te) + +
+           
+ voidsetTitleElement(ContentElement title) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Table

+
+public Table()
+
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+addTableElement

+
+public void addTableElement(TableElement te)
+
+
+
+
+
+
+ +

+removeTableElement

+
+public void removeTableElement(TableElement te)
+
+
+
+
+
+
+ +

+getTableElement

+
+public TableElement getTableElement(int i)
+
+
+
+
+
+
+ +

+getTitleElement

+
+public ContentElement getTitleElement()
+
+
+
+
+
+
+ +

+setTitleElement

+
+public void setTitleElement(ContentElement title)
+
+
+
+
+
+
+ +

+nrOfTableElements

+
+public int nrOfTableElements()
+
+
+
+
+
+
+ +

+getContentList

+
+public List<Content> getContentList()
+
+
+
+
+
+
+ +

+nrOfParagraphs

+
+public int nrOfParagraphs()
+
+
+
+
+
+
+ +

+getParagraph

+
+public Paragraph getParagraph(int i)
+
+
+
+
+
+
+ +

+getParagraphs

+
+public List<Paragraph> getParagraphs()
+
+
+
+
+
+
+ +

+nrOfTables

+
+public int nrOfTables()
+
+
+
+
+
+
+ +

+getTable

+
+public Table getTable(int i)
+
+
+
+
+
+
+ +

+getTables

+
+public List<Table> getTables()
+
+
+
+
+
+
+ +

+nrOfNestedLists

+
+public int nrOfNestedLists()
+
+
+
+
+
+
+ +

+getNestedList

+
+public NestedList getNestedList(int i)
+
+
+
+
+
+
+ +

+getNestedLists

+
+public List<NestedList> getNestedLists()
+
+
+
+
+
+
+ +

+nrOfDefinitionLists

+
+public int nrOfDefinitionLists()
+
+
+
+
+
+
+ +

+getDefinitionList

+
+public DefinitionList getDefinitionList(int i)
+
+
+
+
+
+
+ +

+getDefinitionLists

+
+public List<DefinitionList> getDefinitionLists()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/TableElement.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/TableElement.html new file mode 100644 index 00000000..eda23e45 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/TableElement.html @@ -0,0 +1,711 @@ + + + + + + + +TableElement (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class TableElement

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
+          extended by de.tudarmstadt.ukp.wikipedia.parser.TableElement
+
+
+
All Implemented Interfaces:
Content
+
+
+
+
public class TableElement
extends ContentContainer
+ + +

+This Class implements a Field in a Table...
+ it simply has an int for col and row, and a SectionContainer for the Content.
+ This implementation is needed, because a Table in MediaWiki can contain neary + everything. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.parser.Content
Content.FormatType
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
ccl
+  + + + + + + + + + + +
+Constructor Summary
TableElement(SectionContainer s, + int row, + int col) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetCol() + +
+           
+ List<Content>getContentList() + +
+           
+ DefinitionListgetDefinitionList(int i) + +
+           
+ List<DefinitionList>getDefinitionLists() + +
+           
+ NestedListgetNestedList(int i) + +
+           
+ List<NestedListContainer>getNestedLists() + +
+           
+ ParagraphgetParagraph(int i) + +
+           
+ List<Paragraph>getParagraphs() + +
+           
+ intgetRow() + +
+           
+ SectiongetSection(int i) + +
+           
+ SectionContainergetSectionContainer() + +
+           
+ List<Section>getSubSections() + +
+           
+ TablegetTable(int i) + +
+           
+ List<Table>getTables() + +
+           
+ intnrOfDefinitionLists() + +
+           
+ intnrOfNestedLists() + +
+           
+ intnrOfParagraphs() + +
+           
+ intnrOfSections() + +
+           
+ intnrOfTables() + +
+           
+ voidremoveSection(Section s) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer
empty, getFormats, getFormats, getFormats, getFormatSpans, getFormatSpans, getFormatSpans, getLinks, getLinks, getLinks, getLinks, getTemplates, getTemplates, getTemplates, getText, getText, length, size
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TableElement

+
+public TableElement(SectionContainer s,
+                    int row,
+                    int col)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCol

+
+public int getCol()
+
+
+
+
+
+
+ +

+getRow

+
+public int getRow()
+
+
+
+
+
+
+ +

+nrOfSections

+
+public int nrOfSections()
+
+
+
+
+
+
+ +

+getSection

+
+public Section getSection(int i)
+
+
+
+
+
+
+ +

+removeSection

+
+public void removeSection(Section s)
+
+
+
+
+
+
+ +

+getSubSections

+
+public List<Section> getSubSections()
+
+
+
+
+
+
+ +

+getContentList

+
+public List<Content> getContentList()
+
+
+
+
+
+
+ +

+nrOfParagraphs

+
+public int nrOfParagraphs()
+
+
+
+
+
+
+ +

+getParagraph

+
+public Paragraph getParagraph(int i)
+
+
+
+
+
+
+ +

+getParagraphs

+
+public List<Paragraph> getParagraphs()
+
+
+
+
+
+
+ +

+nrOfTables

+
+public int nrOfTables()
+
+
+
+
+
+
+ +

+getTable

+
+public Table getTable(int i)
+
+
+
+
+
+
+ +

+getTables

+
+public List<Table> getTables()
+
+
+
+
+
+
+ +

+nrOfNestedLists

+
+public int nrOfNestedLists()
+
+
+
+
+
+
+ +

+getNestedList

+
+public NestedList getNestedList(int i)
+
+
+
+
+
+
+ +

+getNestedLists

+
+public List<NestedListContainer> getNestedLists()
+
+
+
+
+
+
+ +

+nrOfDefinitionLists

+
+public int nrOfDefinitionLists()
+
+
+
+
+
+
+ +

+getDefinitionList

+
+public DefinitionList getDefinitionList(int i)
+
+
+
+
+
+
+ +

+getDefinitionLists

+
+public List<DefinitionList> getDefinitionLists()
+
+
+
+
+
+
+ +

+getSectionContainer

+
+public SectionContainer getSectionContainer()
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Template.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Template.html new file mode 100644 index 00000000..797a1a99 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/Template.html @@ -0,0 +1,391 @@ + + + + + + + +Template (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser +
+Class Template

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
+      extended by de.tudarmstadt.ukp.wikipedia.parser.Template
+
+
+
+
public class Template
extends ParsedPageObject
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Template(Span pos, + String name, + List<String> parameters) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetName() + +
+           
+ List<String>getParameters() + +
+           
+ SpangetPos() + +
+          Returns the Position Span of this Template refering to the ContentElement + in which the Template occures.
+ voidsetName(String name) + +
+           
+ voidsetParameters(List<String> parameters) + +
+           
+ voidsetPos(Span pos) + +
+          Look at getPos for Details...
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject
getSrcSpan, setSrcSpan
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Template

+
+public Template(Span pos,
+                String name,
+                List<String> parameters)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(String name)
+
+
+
+
+
+
+ +

+getParameters

+
+public List<String> getParameters()
+
+
+
+
+
+
+ +

+setParameters

+
+public void setParameters(List<String> parameters)
+
+
+
+
+
+
+ +

+getPos

+
+public Span getPos()
+
+
Returns the Position Span of this Template refering to the ContentElement + in which the Template occures. This is mainly the same like Link.getPos(), + but a Template does�n know it�s HomeElement. +

+

+
+
+
+
+ +

+setPos

+
+public void setPos(Span pos)
+
+
Look at getPos for Details... +

+

+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.FormatType.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.FormatType.html new file mode 100644 index 00000000..56ac52dc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.FormatType.html @@ -0,0 +1,387 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Content.FormatType (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Content.FormatType

+
+ + + + + + + + + +
+Packages that use Content.FormatType
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Content.FormatType in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Content.FormatType
+static Content.FormatTypeContent.FormatType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Content.FormatType[]Content.FormatType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Content.FormatType
+ List<Content.FormatType>ContentContainer.getFormats() + +
+           
+ List<Content.FormatType>ParsedPage.getFormats() + +
+           
+ List<Content.FormatType>Content.getFormats() + +
+          returns the Formats uses in this element.
+ List<Content.FormatType>ContentElement.getFormats() + +
+          Returns the Formats wich are used in this ContentElement in a List.
+ List<Content.FormatType>ContentContainer.getFormats(int start, + int end) + +
+           
+ List<Content.FormatType>Content.getFormats(int start, + int end) + +
+          returns the Formats uses in this element, in the Range from start to end.
+ List<Content.FormatType>ContentElement.getFormats(int start, + int end) + +
+          Returns the Formats wich are used in this ContentElement, in the Range from start to end, in a List.
+ List<Content.FormatType>ContentContainer.getFormats(Span s) + +
+           
+ List<Content.FormatType>Content.getFormats(Span s) + +
+          returns the Formats uses in this element, in the Range of s.
+ List<Content.FormatType>ContentElement.getFormats(Span s) + +
+          Returns the Formats wich are used in this ContentElement, in the Range of the Span s, in a List.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Content.FormatType
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t) + +
+           
+ List<Span>ParsedPage.getFormatSpans(Content.FormatType t) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t) + +
+          returns the Format Spans of the Specified Type.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t) + +
+          Returns all the Spans of the Format type t.
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t, + int start, + int end) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          returns the Format Spans of the Specified Type, in the Range from start to end.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          Returns all the Spans of the Format type t in the Range of start to end
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t, + Span s) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t, + Span s) + +
+          returns the Format Spans of the Specified Type, in the Range of s.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t, + Span s) + +
+          Returns all the Spans of the Format type t in the Range of the Span s
+ voidContentElement.setFormatSpans(Content.FormatType t, + List<Span> spans) + +
+          Look at getFormatSpans for Details...
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.html new file mode 100644 index 00000000..c51489fe --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Content.html @@ -0,0 +1,394 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.parser.Content (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.parser.Content

+
+ + + + + + + + + +
+Packages that use Content
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Content in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + +
Subinterfaces of Content in de.tudarmstadt.ukp.wikipedia.parser
+ interfaceNestedList + +
+          A NestedList can contain ContentElements or other NestedLists, + for this purpose and to avoid a improper use, this interface has been created.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.parser that implement Content
+ classContentContainer + +
+          A ContentContainer is used to combine more than one Content element (not only + ContentElement.class!)
+ classContentElement + +
+          This is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes...
+ classDefinitionList + +
+          In a definition List exist a Defined Term with Zero or more Definitions.
+ classNestedListContainer + +
+          Take a Look a NestedList description first.
+ classNestedListElement + +
+          This is a simple ContentElement, wich occures in a NestedList.
+ classParagraph + +
+          This is a simple ContentElement extende with a Paragraph Type.
+ classSection + +
+          A Section consists at first of a Title.
+ classSectionContainer + +
+          This is the structure implementation of Section.
+ classSectionContent + +
+          This is a Implementation of the Content of a Section.
+ classTable + +
+          A Table has a Title and contains TableElements.
+ classTableElement + +
+          This Class implements a Field in a Table...
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.parser with type parameters of type Content
+protected  List<Content>ContentContainer.ccl + +
+           
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Content
+ ContentLink.getHomeElement() + +
+          Returns the Content Element in wich the Link occures.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Content
+ List<Content>SectionContainer.getContentList() + +
+           
+ List<Content>Table.getContentList() + +
+           
+ List<Content>TableElement.getContentList() + +
+           
+ List<Content>SectionContent.getContentList() + +
+           
+abstract  List<Content>Section.getContentList() + +
+          Return a List with all Content of any Type in Order of appearance.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Content
+ LinkLink.setHomeElement(Content home_cc) + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Content
Link(Content home_cc, + Span linkPos, + String target, + Link.type t, + List<String> parameters) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentContainer.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentContainer.html new file mode 100644 index 00000000..aa8f808d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentContainer.html @@ -0,0 +1,229 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.ContentContainer

+
+ + + + + + + + + +
+Packages that use ContentContainer
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of ContentContainer in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of ContentContainer in de.tudarmstadt.ukp.wikipedia.parser
+ classDefinitionList + +
+          In a definition List exist a Defined Term with Zero or more Definitions.
+ classNestedListContainer + +
+          Take a Look a NestedList description first.
+ classSection + +
+          A Section consists at first of a Title.
+ classSectionContainer + +
+          This is the structure implementation of Section.
+ classSectionContent + +
+          This is a Implementation of the Content of a Section.
+ classTable + +
+          A Table has a Title and contains TableElements.
+ classTableElement + +
+          This Class implements a Field in a Table...
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentElement.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentElement.html new file mode 100644 index 00000000..a908792f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ContentElement.html @@ -0,0 +1,413 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.ContentElement (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.ContentElement

+
+ + + + + + + + + + + + + +
+Packages that use ContentElement
de.tudarmstadt.ukp.wikipedia.parser  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of ContentElement in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + +
Subclasses of ContentElement in de.tudarmstadt.ukp.wikipedia.parser
+ classNestedListElement + +
+          This is a simple ContentElement, wich occures in a NestedList.
+ classParagraph + +
+          This is a simple ContentElement extende with a Paragraph Type.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return ContentElement
+ ContentElementParsedPage.getCategoryElement() + +
+          The ContentElement with links to a page's categories.
+ ContentElementDefinitionList.getDefinedTerm() + +
+           
+ ContentElementDefinitionList.getDefinition(int i) + +
+           
+ ContentElementParsedPage.getLanguagesElement() + +
+          Returns a ContentElement containing the languages that are linked inside the article.
+ ContentElementTable.getTitleElement() + +
+           
+ ContentElementSection.getTitleElement() + +
+          Returns a ContentElement representing the content, originally given as + MediaWiki SourcCode, beween one ore more equality chars at the beginning + of a line.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type ContentElement
+ List<ContentElement>DefinitionList.getDefinitions() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type ContentElement
+ voidDefinitionList.addDefiniton(ContentElement ce) + +
+           
+ voidDefinitionList.removeDefinition(ContentElement ce) + +
+           
+ voidParsedPage.setCategoryElement(ContentElement categories) + +
+          Sets the category element of a parsed page.
+ voidDefinitionList.setDefinedTerm(ContentElement definedTerm) + +
+           
+ voidParsedPage.setLanguagesElement(ContentElement languages) + +
+          Sets the language element of a parsed page.
+ voidTable.setTitleElement(ContentElement title) + +
+           
+ voidSection.setTitleElement(ContentElement title) + +
+          Look at getTitleElement() for Details...
+  +

+ + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser with parameters of type ContentElement
DefinitionList(ContentElement definedTerm, + List<ContentElement> definitions) + +
+           
Section(ContentElement title, + int level) + +
+           
SectionContainer(ContentElement title, + int level) + +
+           
SectionContent(ContentElement title, + int level) + +
+           
+  +

+ + + + + + + + + + + +
Constructor parameters in de.tudarmstadt.ukp.wikipedia.parser with type arguments of type ContentElement
DefinitionList(ContentElement definedTerm, + List<ContentElement> definitions) + +
+           
DefinitionList(List<ContentElement> content) + +
+          content = definedTerm[+definition]*
+  +

+ + + + + +
+Uses of ContentElement in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return ContentElement
+ ContentElementModularParser.parseContentElement(String src) + +
+          Building a ContentElement from a String
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/DefinitionList.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/DefinitionList.html new file mode 100644 index 00000000..5b7cb77e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/DefinitionList.html @@ -0,0 +1,301 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.DefinitionList

+
+ + + + + + + + + +
+Packages that use DefinitionList
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of DefinitionList in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return DefinitionList
+ DefinitionListSectionContainer.getDefinitionList(int i) + +
+           
+ DefinitionListTable.getDefinitionList(int i) + +
+           
+ DefinitionListParsedPage.getDefinitionList(int i) + +
+          Returns the definition list indicated by the parameter i.
+ DefinitionListTableElement.getDefinitionList(int i) + +
+           
+ DefinitionListSectionContent.getDefinitionList(int i) + +
+           
+abstract  DefinitionListSection.getDefinitionList(int i) + +
+          Returns the i-th Table of this Section.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type DefinitionList
+ List<DefinitionList>SectionContainer.getDefinitionLists() + +
+           
+ List<DefinitionList>Table.getDefinitionLists() + +
+           
+ List<DefinitionList>ParsedPage.getDefinitionLists() + +
+          Returns a list of definition lists.
+ List<DefinitionList>TableElement.getDefinitionLists() + +
+           
+ List<DefinitionList>SectionContent.getDefinitionLists() + +
+           
+abstract  List<DefinitionList>Section.getDefinitionLists() + +
+          Returns a List of all DefinitionLists of this Section.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type DefinitionList
+ voidSectionContent.addDefinitionList(DefinitionList dl) + +
+           
+ voidSectionContent.removeDefinitionList(DefinitionList dl) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.html new file mode 100644 index 00000000..0a12ae2c --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.html @@ -0,0 +1,334 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Link (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Link

+
+ + + + + + + + + +
+Packages that use Link
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Link in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Link
+ LinkLink.setHomeElement(Content home_cc) + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Link
+ List<Link>ParsedPage.getCategories() + +
+          Returns a list of category Link objects.
+ List<Link>ParsedPage.getLanguages() + +
+          Returns a list of language Link objects.
+ List<Link>ContentContainer.getLinks() + +
+           
+ List<Link>ParsedPage.getLinks() + +
+           
+ List<Link>Content.getLinks() + +
+          returns all Links of this element.
+ List<Link>ContentElement.getLinks() + +
+          Retruns a List of the Links of this ContentElement
+ List<Link>ContentContainer.getLinks(Link.type linkType) + +
+           
+ List<Link>Content.getLinks(Link.type t) + +
+          returns all Links of this element of the specified type.
+ List<Link>ContentElement.getLinks(Link.type t) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t
+ List<Link>ContentContainer.getLinks(Link.type linkType, + int start, + int end) + +
+           
+ List<Link>Content.getLinks(Link.type t, + int start, + int end) + +
+          returns all Links of this element of the specified type, in the Range from start to end.
+ List<Link>ContentElement.getLinks(Link.type t, + int begin, + int end) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of start to end
+ List<Link>ContentContainer.getLinks(Link.type linkType, + Span s) + +
+           
+ List<Link>Content.getLinks(Link.type t, + Span s) + +
+          returns all Links of this element of the specified type, in the Range of s
+ List<Link>ContentElement.getLinks(Link.type t, + Span s) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of s
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.parser with type arguments of type Link
+ voidContentElement.setLinks(List<Link> links) + +
+          Look at getLinks() for Details...
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.type.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.type.html new file mode 100644 index 00000000..9b76a84d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Link.type.html @@ -0,0 +1,305 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Link.type (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Link.type

+
+ + + + + + + + + +
+Packages that use Link.type
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Link.type in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Link.type
+ Link.typeLink.getType() + +
+          Returns the Type of the Link.
+static Link.typeLink.type.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Link.type[]Link.type.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Link.type
+ List<Link>ContentContainer.getLinks(Link.type linkType) + +
+           
+ List<Link>Content.getLinks(Link.type t) + +
+          returns all Links of this element of the specified type.
+ List<Link>ContentElement.getLinks(Link.type t) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t
+ List<Link>ContentContainer.getLinks(Link.type linkType, + int start, + int end) + +
+           
+ List<Link>Content.getLinks(Link.type t, + int start, + int end) + +
+          returns all Links of this element of the specified type, in the Range from start to end.
+ List<Link>ContentElement.getLinks(Link.type t, + int begin, + int end) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of start to end
+ List<Link>ContentContainer.getLinks(Link.type linkType, + Span s) + +
+           
+ List<Link>Content.getLinks(Link.type t, + Span s) + +
+          returns all Links of this element of the specified type, in the Range of s
+ List<Link>ContentElement.getLinks(Link.type t, + Span s) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of s
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Link.type
Link(Content home_cc, + Span linkPos, + String target, + Link.type t, + List<String> parameters) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedList.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedList.html new file mode 100644 index 00000000..15c58847 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedList.html @@ -0,0 +1,307 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.parser.NestedList (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.parser.NestedList

+
+ + + + + + + + + + + + + +
+Packages that use NestedList
de.tudarmstadt.ukp.wikipedia.parser  
de.tudarmstadt.ukp.wikipedia.parser.tutorial  
+  +

+ + + + + +
+Uses of NestedList in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.parser that implement NestedList
+ classNestedListContainer + +
+          Take a Look a NestedList description first.
+ classNestedListElement + +
+          This is a simple ContentElement, wich occures in a NestedList.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return NestedList
+ NestedListTable.getNestedList(int i) + +
+           
+ NestedListParsedPage.getNestedList(int i) + +
+          Returns the nested list indicated by the parameter i.
+ NestedListTableElement.getNestedList(int i) + +
+           
+ NestedListNestedListContainer.getNestedList(int i) + +
+          Returns the NestedListContainer or NestedListElement at Positon i.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type NestedList
+ List<NestedList>Table.getNestedLists() + +
+           
+ List<NestedList>NestedListContainer.getNestedLists() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type NestedList
+ voidNestedListContainer.add(NestedList nl) + +
+           
+ voidNestedListContainer.remove(NestedList nl) + +
+           
+  +

+ + + + + +
+Uses of NestedList in de.tudarmstadt.ukp.wikipedia.parser.tutorial
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.tutorial with parameters of type NestedList
+static StringT6_NestedLists.outputNestedList(NestedList nl, + int depth) + +
+          Returns String with all elements of a NestedList
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListContainer.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListContainer.html new file mode 100644 index 00000000..92caed72 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListContainer.html @@ -0,0 +1,269 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer

+
+ + + + + + + + + +
+Packages that use NestedListContainer
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of NestedListContainer in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return NestedListContainer
+ NestedListContainerSectionContainer.getNestedList(int i) + +
+           
+ NestedListContainerSectionContent.getNestedList(int i) + +
+           
+abstract  NestedListContainerSection.getNestedList(int i) + +
+          Returns the i-th NestedList of this Section as NestedListContainer.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type NestedListContainer
+ List<NestedListContainer>SectionContainer.getNestedLists() + +
+           
+ List<NestedListContainer>ParsedPage.getNestedLists() + +
+          Returns a list of nested lists.
+ List<NestedListContainer>TableElement.getNestedLists() + +
+           
+ List<NestedListContainer>SectionContent.getNestedLists() + +
+           
+abstract  List<NestedListContainer>Section.getNestedLists() + +
+          Returns a List of all NestedLists of this Section.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type NestedListContainer
+ voidSectionContent.addNestedList(NestedListContainer nl) + +
+           
+ voidSectionContent.removeNestedList(NestedListContainer nl) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListElement.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListElement.html new file mode 100644 index 00000000..6e8e34c3 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/NestedListElement.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.NestedListElement (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.NestedListElement

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.NestedListElement +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.html new file mode 100644 index 00000000..b388cb82 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.html @@ -0,0 +1,309 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Paragraph (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Paragraph

+
+ + + + + + + + + +
+Packages that use Paragraph
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Paragraph in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Paragraph
+ ParagraphParsedPage.getFirstParagraph() + +
+          Returns the first paragraph.
+ ParagraphSectionContainer.getParagraph(int i) + +
+           
+ ParagraphTable.getParagraph(int i) + +
+           
+ ParagraphParsedPage.getParagraph(int i) + +
+          Returns the paragraph indicated by the parameter i.
+ ParagraphTableElement.getParagraph(int i) + +
+           
+ ParagraphSectionContent.getParagraph(int i) + +
+           
+abstract  ParagraphSection.getParagraph(int i) + +
+          Returns the i-th Paragraph of this Section.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Paragraph
+ List<Paragraph>SectionContainer.getParagraphs() + +
+           
+ List<Paragraph>Table.getParagraphs() + +
+           
+ List<Paragraph>ParsedPage.getParagraphs() + +
+          Returns a list of paragraphs.
+ List<Paragraph>TableElement.getParagraphs() + +
+           
+ List<Paragraph>SectionContent.getParagraphs() + +
+           
+abstract  List<Paragraph>Section.getParagraphs() + +
+          Retuns a List of all Paragraphs of this Section.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Paragraph
+ voidSectionContent.addParagraph(Paragraph p) + +
+           
+ voidSectionContent.removeParagraph(Paragraph p) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.type.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.type.html new file mode 100644 index 00000000..dd20cb1a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Paragraph.type.html @@ -0,0 +1,228 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Paragraph.type (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Paragraph.type

+
+ + + + + + + + + +
+Packages that use Paragraph.type
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Paragraph.type in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Paragraph.type
+ Paragraph.typeParagraph.getType() + +
+           
+static Paragraph.typeParagraph.type.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static Paragraph.type[]Paragraph.type.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Paragraph.type
+ voidParagraph.setType(Paragraph.type t) + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Paragraph.type
Paragraph(Paragraph.type t) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPage.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPage.html new file mode 100644 index 00000000..be2be268 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPage.html @@ -0,0 +1,328 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.ParsedPage

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ParsedPage
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.parser.html  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess  
+  +

+ + + + + +
+Uses of ParsedPage in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return ParsedPage
+ ParsedPagePage.getParsedPage() + +
+          Returns a ParsedPage object as would have been returned by the JWPL Parser.
+  +

+ + + + + +
+Uses of ParsedPage in de.tudarmstadt.ukp.wikipedia.parser.html
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.html with parameters of type ParsedPage
+static StringHtmlWriter.parsedPageToHtml(ParsedPage pp) + +
+          Generates HTML Output for a ParsedPage.
+  +

+ + + + + +
+Uses of ParsedPage in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return ParsedPage
+ ParsedPageMediaWikiParser.parse(String src) + +
+          Parses MediaWiki Source, given as parameter src, and returns a ParsedPage.
+ ParsedPageModularParser.parse(String src) + +
+          Look at the MediaWikiParser for a description...
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type ParsedPage
+static voidSrcPosRangeChecker.checkRange(ParsedPage pp) + +
+           
+ ResolvedTemplateGermanTemplateParser.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateFlushTemplates.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateShowTemplateNamesAndParameters.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateMediaWikiTemplateParser.parseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+  +

+ + + + + +
+Uses of ParsedPage in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess with parameters of type ParsedPage
+ StringSelectiveAccessHandler.getSelectedText(ParsedPage pp) + +
+          Returns the Information of a ParsedPage which are selected by the actual configuration
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPageObject.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPageObject.html new file mode 100644 index 00000000..e8854e19 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/ParsedPageObject.html @@ -0,0 +1,287 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject

+
+ + + + + + + + + +
+Packages that use ParsedPageObject
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of ParsedPageObject in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of ParsedPageObject in de.tudarmstadt.ukp.wikipedia.parser
+ classContentContainer + +
+          A ContentContainer is used to combine more than one Content element (not only + ContentElement.class!)
+ classContentElement + +
+          This is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes...
+ classDefinitionList + +
+          In a definition List exist a Defined Term with Zero or more Definitions.
+ classLink + +
+           
+ classNestedListContainer + +
+          Take a Look a NestedList description first.
+ classNestedListElement + +
+          This is a simple ContentElement, wich occures in a NestedList.
+ classParagraph + +
+          This is a simple ContentElement extende with a Paragraph Type.
+ classSection + +
+          A Section consists at first of a Title.
+ classSectionContainer + +
+          This is the structure implementation of Section.
+ classSectionContent + +
+          This is a Implementation of the Content of a Section.
+ classSpan + +
+          Provides a Start and End Position...
+ classTable + +
+          A Table has a Title and contains TableElements.
+ classTableElement + +
+          This Class implements a Field in a Table...
+ classTemplate + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Section.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Section.html new file mode 100644 index 00000000..cc3c19cc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Section.html @@ -0,0 +1,301 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Section (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Section

+
+ + + + + + + + + +
+Packages that use Section
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Section in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + +
Subclasses of Section in de.tudarmstadt.ukp.wikipedia.parser
+ classSectionContainer + +
+          This is the structure implementation of Section.
+ classSectionContent + +
+          This is a Implementation of the Content of a Section.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Section
+ SectionParsedPage.getSection(int i) + +
+          Returns the requested Section of the lowest level.
+ SectionTableElement.getSection(int i) + +
+           
+ SectionSectionContainer.getSubSection(int i) + +
+          Returns the i�th SubSection of this Section.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Section
+ List<Section>ParsedPage.getSections() + +
+          Retruns a list of all Sections of the lowest level.
+ List<Section>SectionContainer.getSubSections() + +
+          Returns a List of all SubSections of the next level.
+ List<Section>TableElement.getSubSections() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Section
+ voidSectionContainer.addSection(Section s) + +
+          Adds a SubSection after the last SubSection.
+ voidSectionContainer.removeSection(Section s) + +
+          Removes the specified Section.
+ voidTableElement.removeSection(Section s) + +
+           
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.parser with type arguments of type Section
+ voidParsedPage.setSections(List<Section> sections) + +
+          Sets the Sections of a ParsedPage.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContainer.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContainer.html new file mode 100644 index 00000000..fba83692 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContainer.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.SectionContainer

+
+ + + + + + + + + +
+Packages that use SectionContainer
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of SectionContainer in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return SectionContainer
+ SectionContainerTableElement.getSectionContainer() + +
+           
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type SectionContainer
+ voidParsedPage.setSections(SectionContainer s) + +
+          Set the Sections of the ParsedPage.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser with parameters of type SectionContainer
TableElement(SectionContainer s, + int row, + int col) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContent.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContent.html new file mode 100644 index 00000000..2f0aa1e3 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SectionContent.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.SectionContent (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.SectionContent

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.SectionContent +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Span.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Span.html new file mode 100644 index 00000000..5e3ef7ab --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Span.html @@ -0,0 +1,634 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Span (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Span

+
+ + + + + + + + + + + + + +
+Packages that use Span
de.tudarmstadt.ukp.wikipedia.parser  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of Span in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Span
+ SpanSpan.adjust(int n) + +
+           
+ SpanSpan.adjust(int offset, + int n) + +
+          Adjusts the start and end Position of the Span, if they are + larger than the offset.
+ SpanSpan.adjustEnd(int n) + +
+           
+ SpanSpan.adjustStart(int n) + +
+           
+ SpanSpan.clone() + +
+           
+ SpanTemplate.getPos() + +
+          Returns the Position Span of this Template refering to the ContentElement + in which the Template occures.
+ SpanLink.getPos() + +
+          Retruns the Position Span of the Link, wich refers to getHomeElement().getText().
+ SpanSpan.setEnd(int end) + +
+           
+ SpanSpan.setStart(int start) + +
+           
+ SpanSpan.trim(CharSequence src) + +
+          Returns the Span, with leading and trailing whitespaces omitted.
+ SpanSpan.trimTrail(CharSequence src) + +
+          Returns the Span, with trailing whitespaces omitted.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Span
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t) + +
+           
+ List<Span>ParsedPage.getFormatSpans(Content.FormatType t) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t) + +
+          returns the Format Spans of the Specified Type.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t) + +
+          Returns all the Spans of the Format type t.
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t, + int start, + int end) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          returns the Format Spans of the Specified Type, in the Range from start to end.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t, + int start, + int end) + +
+          Returns all the Spans of the Format type t in the Range of start to end
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t, + Span s) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t, + Span s) + +
+          returns the Format Spans of the Specified Type, in the Range of s.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t, + Span s) + +
+          Returns all the Spans of the Format type t in the Range of the Span s
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Span
+ booleanSpan.equals(Span s) + +
+           
+ List<Content.FormatType>ContentContainer.getFormats(Span s) + +
+           
+ List<Content.FormatType>Content.getFormats(Span s) + +
+          returns the Formats uses in this element, in the Range of s.
+ List<Content.FormatType>ContentElement.getFormats(Span s) + +
+          Returns the Formats wich are used in this ContentElement, in the Range of the Span s, in a List.
+ List<Span>ContentContainer.getFormatSpans(Content.FormatType t, + Span s) + +
+           
+ List<Span>Content.getFormatSpans(Content.FormatType t, + Span s) + +
+          returns the Format Spans of the Specified Type, in the Range of s.
+ List<Span>ContentElement.getFormatSpans(Content.FormatType t, + Span s) + +
+          Returns all the Spans of the Format type t in the Range of the Span s
+ List<Link>ContentContainer.getLinks(Link.type linkType, + Span s) + +
+           
+ List<Link>Content.getLinks(Link.type t, + Span s) + +
+          returns all Links of this element of the specified type, in the Range of s
+ List<Link>ContentElement.getLinks(Link.type t, + Span s) + +
+          Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of s
+ List<Template>ContentContainer.getTemplates(Span s) + +
+           
+ List<Template>Content.getTemplates(Span s) + +
+          returns all Templates, in the Range of s.
+ List<Template>ContentElement.getTemplates(Span s) + +
+          Returns a List of the Templates of this ContentElement in the Range of s
+ booleanSpan.hits(Span s) + +
+          returns true if this Span is in the range of the Span s.
+ voidTemplate.setPos(Span pos) + +
+          Look at getPos for Details...
+  +

+ + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.parser with type arguments of type Span
+ StringContentContainer.getText(List<Span> sl) + +
+          Returns the Text in the Span List in a String...
+ StringContentElement.getText(List<Span> sl) + +
+          Returns the Text defined with the Spans in the List divided by a WS
+ voidContentElement.setFormatSpans(Content.FormatType t, + List<Span> spans) + +
+          Look at getFormatSpans for Details...
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Span
Link(Content home_cc, + Span linkPos, + String target, + Link.type t, + List<String> parameters) + +
+           
Template(Span pos, + String name, + List<String> parameters) + +
+           
+  +

+ + + + + +
+Uses of Span in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type Span
+ SpanManagerSpanManager.delete(Span s) + +
+          Deletes the content between s.getStart() (included) and s.getEnd() (excluded).
+ intSpanManager.indexOf(String str, + Span s) + +
+           
+ SpanManagerSpanManager.replace(Span s, + String str) + +
+          Replaces the content between s.getStart() (included) and s.getEnd() (excluded) with + a String
+ StringSpanManager.substring(Span s) + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with type arguments of type Span
+ voidSpanManager.manageList(List<Span> spans) + +
+          Adds a List of Spans, which should be managed.
+ voidSpanManager.removeManagedList(List<Span> spans) + +
+          Removes a List of Spans (not the Spans in the List), which shouldn�t be managed anymore.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SrcSpan.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SrcSpan.html new file mode 100644 index 00000000..e3a7be70 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/SrcSpan.html @@ -0,0 +1,205 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.SrcSpan

+
+ + + + + + + + + +
+Packages that use SrcSpan
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of SrcSpan in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return SrcSpan
+ SrcSpanNestedList.getSrcSpan() + +
+           
+ SrcSpanParsedPageObject.getSrcSpan() + +
+          Returns a Span refering to a SourceCode.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type SrcSpan
+ voidParsedPageObject.setSrcSpan(SrcSpan srcSpan) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Table.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Table.html new file mode 100644 index 00000000..46c18336 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Table.html @@ -0,0 +1,301 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Table (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Table

+
+ + + + + + + + + +
+Packages that use Table
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of Table in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return Table
+ TableSectionContainer.getTable(int i) + +
+           
+ TableTable.getTable(int i) + +
+           
+ TableParsedPage.getTable(int i) + +
+          Returns the table indicated by the parameter i.
+ TableTableElement.getTable(int i) + +
+           
+ TableSectionContent.getTable(int i) + +
+           
+abstract  TableSection.getTable(int i) + +
+          Returns the i-th Table of this Section.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Table
+ List<Table>SectionContainer.getTables() + +
+           
+ List<Table>Table.getTables() + +
+           
+ List<Table>ParsedPage.getTables() + +
+          Returns a list of tables.
+ List<Table>TableElement.getTables() + +
+           
+ List<Table>SectionContent.getTables() + +
+           
+abstract  List<Table>Section.getTables() + +
+          Returns a List of all Tables of this Section.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type Table
+ voidSectionContent.addTable(Table t) + +
+           
+ voidSectionContent.removeTable(Table t) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/TableElement.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/TableElement.html new file mode 100644 index 00000000..67689f11 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/TableElement.html @@ -0,0 +1,205 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.TableElement (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.TableElement

+
+ + + + + + + + + +
+Packages that use TableElement
de.tudarmstadt.ukp.wikipedia.parser  
+  +

+ + + + + +
+Uses of TableElement in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return TableElement
+ TableElementTable.getTableElement(int i) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser with parameters of type TableElement
+ voidTable.addTableElement(TableElement te) + +
+           
+ voidTable.removeTableElement(TableElement te) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Template.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Template.html new file mode 100644 index 00000000..36266eca --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/class-use/Template.html @@ -0,0 +1,360 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.Template (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.Template

+
+ + + + + + + + + + + + + +
+Packages that use Template
de.tudarmstadt.ukp.wikipedia.parser  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of Template in de.tudarmstadt.ukp.wikipedia.parser
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser that return types with arguments of type Template
+ List<Template>ContentContainer.getTemplates() + +
+           
+ List<Template>ParsedPage.getTemplates() + +
+          Returns a list of templates that are used in the page.
+ List<Template>Content.getTemplates() + +
+          returns all Templates.
+ List<Template>ContentElement.getTemplates() + +
+          Returns a List of the Templates of this ContentElement.
+ List<Template>ContentContainer.getTemplates(int start, + int end) + +
+           
+ List<Template>Content.getTemplates(int start, + int end) + +
+          returns all Templates, in the Range from start to end.
+ List<Template>ContentElement.getTemplates(int start, + int end) + +
+          Returns a List of the Templates of this ContentElement in the Range from start to end
+ List<Template>ContentContainer.getTemplates(Span s) + +
+           
+ List<Template>Content.getTemplates(Span s) + +
+          returns all Templates, in the Range of s.
+ List<Template>ContentElement.getTemplates(Span s) + +
+          Returns a List of the Templates of this ContentElement in the Range of s
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.parser with type arguments of type Template
+ voidContentElement.setTemplates(List<Template> templates) + +
+          Look at getTemplates for Details...
+  +

+ + + + + +
+Uses of Template in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return Template
+ TemplateResolvedTemplate.getTemplate() + +
+          In case of an Error the Parser will use the Original Template + as parsed object.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type Template
+ ResolvedTemplateGermanTemplateParser.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateFlushTemplates.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateShowTemplateNamesAndParameters.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateMediaWikiTemplateParser.parseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type Template
ResolvedTemplate(Template template) + +
+          Creates a new ResolvedTemplate linked to the original template.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlFileDemo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlFileDemo.html new file mode 100644 index 00000000..784d458a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlFileDemo.html @@ -0,0 +1,265 @@ + + + + + + + +HtmlFileDemo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.html +
+Class HtmlFileDemo

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.html.HtmlFileDemo
+
+
+
+
public class HtmlFileDemo
extends Object
+ + +

+This Class shows how to use the HtmlTools.class...
+ Mainly, you can create an HtmlFile of a ParsedPage. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
HtmlFileDemo() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] argv) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+HtmlFileDemo

+
+public HtmlFileDemo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] argv)
+                 throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlWriter.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlWriter.html new file mode 100644 index 00000000..cfc8162e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/HtmlWriter.html @@ -0,0 +1,290 @@ + + + + + + + +HtmlWriter (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.html +
+Class HtmlWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter
+
+
+
+
public class HtmlWriter
extends Object
+ + +

+Renders a ParsedPage in HTML...
+
+ There is a ParsedPage.css for formating the HTML Tags.
+ Look at the HtmlFileDemo.java for a better intoduction. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
HtmlWriter() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static StringparsedPageToHtml(ParsedPage pp) + +
+          Generates HTML Output for a ParsedPage.
+static voidwriteFile(String filename, + String encoding, + String text) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+HtmlWriter

+
+public HtmlWriter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+parsedPageToHtml

+
+public static String parsedPageToHtml(ParsedPage pp)
+
+
Generates HTML Output for a ParsedPage. +

+

+
Parameters:
pp - The parsed page. +
Returns:
A string containing the HTML rendering of the parsed page.
+
+
+
+ +

+writeFile

+
+public static void writeFile(String filename,
+                             String encoding,
+                             String text)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/ParsedPageCSS.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/ParsedPageCSS.html new file mode 100644 index 00000000..e0850ce0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/ParsedPageCSS.html @@ -0,0 +1,253 @@ + + + + + + + +ParsedPageCSS (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.html +
+Class ParsedPageCSS

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.html.ParsedPageCSS
+
+
+
+
public class ParsedPageCSS
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ParsedPageCSS() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static StringgetFileText() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ParsedPageCSS

+
+public ParsedPageCSS()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFileText

+
+public static String getFileText()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlFileDemo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlFileDemo.html new file mode 100644 index 00000000..6120b23d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlFileDemo.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlFileDemo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.html.HtmlFileDemo

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.html.HtmlFileDemo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlWriter.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlWriter.html new file mode 100644 index 00000000..cb5c64c7 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/HtmlWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/ParsedPageCSS.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/ParsedPageCSS.html new file mode 100644 index 00000000..664b8521 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/class-use/ParsedPageCSS.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.html.ParsedPageCSS (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.html.ParsedPageCSS

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.html.ParsedPageCSS +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-frame.html new file mode 100644 index 00000000..851ba1ad --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.html (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.html + + + + +
+Classes  + +
+HtmlFileDemo +
+HtmlWriter +
+ParsedPageCSS
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-summary.html new file mode 100644 index 00000000..b053b063 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-summary.html @@ -0,0 +1,166 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.html (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.parser.html +

+ + + + + + + + + + + + + + + + + +
+Class Summary
HtmlFileDemoThis Class shows how to use the HtmlTools.class...
HtmlWriterRenders a ParsedPage in HTML...
ParsedPageCSS 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-tree.html new file mode 100644 index 00000000..422b654d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.html Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.parser.html +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-use.html new file mode 100644 index 00000000..384b049e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/html/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.parser.html (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.parser.html

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.html +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/FlushTemplates.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/FlushTemplates.html new file mode 100644 index 00000000..47329810 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/FlushTemplates.html @@ -0,0 +1,303 @@ + + + + + + + +FlushTemplates (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class FlushTemplates

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates
+
+
+
All Implemented Interfaces:
MediaWikiTemplateParser
+
+
+
+
public final class FlushTemplates
extends Object
implements MediaWikiTemplateParser
+ + +

+This TemplateParser will delete ALL templates, whitout any exception! +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
FlushTemplates() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ StringconfigurationInfo() + +
+          Returns some information about what the TemplateParser does am how + it is configurated.
+ ResolvedTemplateparseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FlushTemplates

+
+public FlushTemplates()
+
+
+ + + + + + + + +
+Method Detail
+ +

+parseTemplate

+
+public ResolvedTemplate parseTemplate(Template t,
+                                      ParsedPage pp)
+
+
Description copied from interface: MediaWikiTemplateParser
+
Takes a Template and do whatever is required for handling this Template. + It is possible to delete this template, to parse it to e.g a Link or + to return MediaWiki code which can be parsed by a MediaWiki parser.
+ If you are interested how this works, you shoud read the documentation + of ResolvedTemplate. +

+

+
Specified by:
parseTemplate in interface MediaWikiTemplateParser
+
+
+
+
+
+
+ +

+configurationInfo

+
+public String configurationInfo()
+
+
Description copied from interface: MediaWikiTemplateParser
+
Returns some information about what the TemplateParser does am how + it is configurated. +

+

+
Specified by:
configurationInfo in interface MediaWikiTemplateParser
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/GermanTemplateParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/GermanTemplateParser.html new file mode 100644 index 00000000..84c163b1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/GermanTemplateParser.html @@ -0,0 +1,308 @@ + + + + + + + +GermanTemplateParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class GermanTemplateParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser
+
+
+
All Implemented Interfaces:
MediaWikiTemplateParser
+
+
+
+
public class GermanTemplateParser
extends Object
implements MediaWikiTemplateParser
+ + +

+This is the TemplateParser for the german language, with special treatment + for all the german templates, like "Dieser Artikel" or "Deutschlandlastig". +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
GermanTemplateParser(de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiContentElementParser parser, + List<String> deleteTemplates, + List<String> parseTemplates) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ StringconfigurationInfo() + +
+          Returns some information about what the TemplateParser does am how + it is configurated.
+ ResolvedTemplateparseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GermanTemplateParser

+
+public GermanTemplateParser(de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiContentElementParser parser,
+                            List<String> deleteTemplates,
+                            List<String> parseTemplates)
+
+
+ + + + + + + + +
+Method Detail
+ +

+configurationInfo

+
+public String configurationInfo()
+
+
Description copied from interface: MediaWikiTemplateParser
+
Returns some information about what the TemplateParser does am how + it is configurated. +

+

+
Specified by:
configurationInfo in interface MediaWikiTemplateParser
+
+
+
+
+
+
+ +

+parseTemplate

+
+public ResolvedTemplate parseTemplate(Template t,
+                                      ParsedPage pp)
+
+
Description copied from interface: MediaWikiTemplateParser
+
Takes a Template and do whatever is required for handling this Template. + It is possible to delete this template, to parse it to e.g a Link or + to return MediaWiki code which can be parsed by a MediaWiki parser.
+ If you are interested how this works, you shoud read the documentation + of ResolvedTemplate. +

+

+
Specified by:
parseTemplate in interface MediaWikiTemplateParser
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParser.html new file mode 100644 index 00000000..b97c2445 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParser.html @@ -0,0 +1,265 @@ + + + + + + + +MediaWikiParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Interface MediaWikiParser

+
+
All Known Implementing Classes:
ModularParser
+
+
+
+
public interface MediaWikiParser
+ + +

+This is an Interface for MediaWiki Parsers. Which simply "converts" + MediaWiki Source, given as a String, to a ParsedPage +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringconfigurationInfo() + +
+          Retruns information abour the configuration of the parser.
+ StringgetLineSeparator() + +
+          Retruns the String which is uses as line separator, usually it + will be "\n" or "\r\n"
+ ParsedPageparse(String src) + +
+          Parses MediaWiki Source, given as parameter src, and returns a ParsedPage.
+  +

+ + + + + + + + +
+Method Detail
+ +

+parse

+
+ParsedPage parse(String src)
+
+
Parses MediaWiki Source, given as parameter src, and returns a ParsedPage. +

+

+
+
+
+
+ +

+configurationInfo

+
+String configurationInfo()
+
+
Retruns information abour the configuration of the parser. +

+

+
+
+
+
+ +

+getLineSeparator

+
+String getLineSeparator()
+
+
Retruns the String which is uses as line separator, usually it + will be "\n" or "\r\n" +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParserFactory.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParserFactory.html new file mode 100644 index 00000000..afc9e828 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiParserFactory.html @@ -0,0 +1,842 @@ + + + + + + + +MediaWikiParserFactory (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class MediaWikiParserFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory
+
+
+
+
public class MediaWikiParserFactory
extends Object
+ + +

+Class for easy creating a configurated MediaWiki Parser...
+

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
MediaWikiParserFactory() + +
+          Creates a new UNCONFIGURATED Parser Factory.
MediaWikiParserFactory(WikiConstants.Language language) + +
+          Creates a fully configurated parser factory for the specified language.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddDeleteTemplate(String deleteTemplate) + +
+          Adds a Template which should be deleted while the parsing process.
+ voidaddParseTemplate(String parseTemplate) + +
+          Adds a Template which should be "parsed" while the parsing process.
+ MediaWikiParsercreateParser() + +
+          Creates a MediaWikiParser with the configurations which has been set.
+ booleangetCalculateSrcSpans() + +
+          Returns if the Parser should calculate the positions in the original source of the elements + which are parsed.
+ List<String>getCategoryIdentifers() + +
+          Returns the List of Strings which are used to specifiy that a link is a link to a + cathegory.
+ booleangetDeleteTags() + +
+          Returns if &lf; * > tags should be deleted or annotaded.
+ List<String>getDeleteTemplates() + +
+          Retuns the List of templates which should be deleted in the parseing process.
+ List<String>getImageIdentifers() + +
+          Returns the List of Strings which are used to specifiy that a link is an Image.
+ List<String>getLanguageIdentifers() + +
+          Returns the List of Strings which are used to specifiy that a link is a link to a + wikipedia i another language.
+ StringgetLineSeparator() + +
+          Returns the CharSequence/String which should be used as line separator.
+ ClassgetParserClass() + +
+          Retuns the Class of the selected Parser.
+ List<String>getParseTemplates() + +
+          Returns the List of templates which should be "parsed" in the parseing process.
+ booleangetShowImageText() + +
+          Returns if the Parser should show the Text of an Image, or delete it.
+ booleangetShowMathTagContent() + +
+          Retruns if the Content of math tags (&lf;math>&lf;CONTENT/math>) should be deleted or annotated.
+ ClassgetTemplateParserClass() + +
+          Returns the Class of the selected TemplateParser.
+ voidsetCalculateSrcSpans(boolean calculateSrcSpans) + +
+          Sets if the Parser should calculate the positions in the original source of the elements + which are parsed.
+ voidsetCategoryIdentifers(List<String> categoryIdentifers) + +
+          Set the list of cathegory identifers.
+ voidsetDeleteTags(boolean deleteTags) + +
+          Sets if &lf; * > tags should be deleted or annotaded.
+ voidsetDeleteTemplates(List<String> deleteTemplates) + +
+          Set the List of templates which should be deleted in the parseing process.
+ voidsetImageIdentifers(List<String> imageIdentifers) + +
+          Sets the image identifer list.
+ voidsetLanguageIdentifers(List<String> languageIdentifers) + +
+          Sets the list of language identifiers.
+ voidsetLineSeparator(String lineSeparator) + +
+          Sets the CharSequence/String which should be used as line separator.
+ voidsetParserClass(Class parserClass) + +
+          Set the Parser which should be configurated and returned by createParser().
+ voidsetParseTemplates(List<String> parseTemplates) + +
+          Sets the List of templates which should be "parsed" in the parseing process.
+ voidsetShowImageText(boolean showImageText) + +
+          Sets if the Parser should show the Text of an Image, or delete it.
+ voidsetShowMathTagContent(boolean showMathTagContent) + +
+          Set if the Contetn of math tags should be deleted or annotated.
+ voidsetTemplateParserClass(Class templateParserClass) + +
+          Set the Parser which should be used for Template parsing.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MediaWikiParserFactory

+
+public MediaWikiParserFactory()
+
+
Creates a new UNCONFIGURATED Parser Factory. +

+

+
+ +

+MediaWikiParserFactory

+
+public MediaWikiParserFactory(WikiConstants.Language language)
+
+
Creates a fully configurated parser factory for the specified language.
+ Next step is .createParser()... +

+

+ + + + + + + + +
+Method Detail
+ +

+createParser

+
+public MediaWikiParser createParser()
+
+
Creates a MediaWikiParser with the configurations which has been set. +

+

+
+
+
+
+ +

+addDeleteTemplate

+
+public void addDeleteTemplate(String deleteTemplate)
+
+
Adds a Template which should be deleted while the parsing process. +

+

+
+
+
+
+ +

+addParseTemplate

+
+public void addParseTemplate(String parseTemplate)
+
+
Adds a Template which should be "parsed" while the parsing process. +

+

+
+
+
+
+ +

+getParserClass

+
+public Class getParserClass()
+
+
Retuns the Class of the selected Parser. +

+

+
+
+
+
+ +

+setParserClass

+
+public void setParserClass(Class parserClass)
+
+
Set the Parser which should be configurated and returned by createParser(). +

+

+
+
+
+
+ +

+getTemplateParserClass

+
+public Class getTemplateParserClass()
+
+
Returns the Class of the selected TemplateParser. +

+

+
+
+
+
+ +

+setTemplateParserClass

+
+public void setTemplateParserClass(Class templateParserClass)
+
+
Set the Parser which should be used for Template parsing. +

+

+
+
+
+
+ +

+getDeleteTemplates

+
+public List<String> getDeleteTemplates()
+
+
Retuns the List of templates which should be deleted in the parseing process. +

+

+
+
+
+
+ +

+setDeleteTemplates

+
+public void setDeleteTemplates(List<String> deleteTemplates)
+
+
Set the List of templates which should be deleted in the parseing process. +

+

+
+
+
+
+ +

+getLineSeparator

+
+public String getLineSeparator()
+
+
Returns the CharSequence/String which should be used as line separator. +

+

+
+
+
+
+ +

+setLineSeparator

+
+public void setLineSeparator(String lineSeparator)
+
+
Sets the CharSequence/String which should be used as line separator. +

+

+
+
+
+
+ +

+getParseTemplates

+
+public List<String> getParseTemplates()
+
+
Returns the List of templates which should be "parsed" in the parseing process. +

+

+
+
+
+
+ +

+setParseTemplates

+
+public void setParseTemplates(List<String> parseTemplates)
+
+
Sets the List of templates which should be "parsed" in the parseing process. +

+

+
+
+
+
+ +

+getLanguageIdentifers

+
+public List<String> getLanguageIdentifers()
+
+
Returns the List of Strings which are used to specifiy that a link is a link to a + wikipedia i another language. +

+

+
+
+
+
+ +

+setLanguageIdentifers

+
+public void setLanguageIdentifers(List<String> languageIdentifers)
+
+
Sets the list of language identifiers. +

+

+
+
+
+
+ +

+getCategoryIdentifers

+
+public List<String> getCategoryIdentifers()
+
+
Returns the List of Strings which are used to specifiy that a link is a link to a + cathegory. E.g. in german "Kathegorie" is used. But it could be usefull to use more + than one identifier, mainly the english identifier "cathegory" should be used too. +

+

+
+
+
+
+ +

+setCategoryIdentifers

+
+public void setCategoryIdentifers(List<String> categoryIdentifers)
+
+
Set the list of cathegory identifers. +

+

+
+
+
+
+ +

+getImageIdentifers

+
+public List<String> getImageIdentifers()
+
+
Returns the List of Strings which are used to specifiy that a link is an Image. +

+

+
+
+
+
+ +

+setImageIdentifers

+
+public void setImageIdentifers(List<String> imageIdentifers)
+
+
Sets the image identifer list. +

+

+
+
+
+
+ +

+getShowImageText

+
+public boolean getShowImageText()
+
+
Returns if the Parser should show the Text of an Image, or delete it. If the Text is deleted, + it will be added as a Parameter to the Link. +

+

+ +
Returns:
true, if the Text should be shown.
+
+
+
+ +

+setShowImageText

+
+public void setShowImageText(boolean showImageText)
+
+
Sets if the Parser should show the Text of an Image, or delete it. +

+

+
+
+
+
+ +

+getDeleteTags

+
+public boolean getDeleteTags()
+
+
Returns if &lf; * > tags should be deleted or annotaded. +

+

+ +
Returns:
true if the tags should be deleted.
+
+
+
+ +

+setDeleteTags

+
+public void setDeleteTags(boolean deleteTags)
+
+
Sets if &lf; * > tags should be deleted or annotaded. +

+

+
+
+
+
+ +

+getShowMathTagContent

+
+public boolean getShowMathTagContent()
+
+
Retruns if the Content of math tags (&lf;math>&lf;CONTENT/math>) should be deleted or annotated. +

+

+ +
Returns:
true, if the tag content should be annotated.
+
+
+
+ +

+setShowMathTagContent

+
+public void setShowMathTagContent(boolean showMathTagContent)
+
+
Set if the Contetn of math tags should be deleted or annotated. +

+

+
+
+
+
+ +

+getCalculateSrcSpans

+
+public boolean getCalculateSrcSpans()
+
+
Returns if the Parser should calculate the positions in the original source of the elements + which are parsed. +

+

+ +
Returns:
true, if the positions should be calulated.
+
+
+
+ +

+setCalculateSrcSpans

+
+public void setCalculateSrcSpans(boolean calculateSrcSpans)
+
+
Sets if the Parser should calculate the positions in the original source of the elements + which are parsed. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiTemplateParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiTemplateParser.html new file mode 100644 index 00000000..b2a2b503 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/MediaWikiTemplateParser.html @@ -0,0 +1,250 @@ + + + + + + + +MediaWikiTemplateParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Interface MediaWikiTemplateParser

+
+
All Known Implementing Classes:
FlushTemplates, GermanTemplateParser, ShowTemplateNamesAndParameters
+
+
+
+
public interface MediaWikiTemplateParser
+ + +

+Because template parsing is a special task, it is usesfull to use + a special parser. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ StringconfigurationInfo() + +
+          Returns some information about what the TemplateParser does am how + it is configurated.
+ ResolvedTemplateparseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+  +

+ + + + + + + + +
+Method Detail
+ +

+parseTemplate

+
+ResolvedTemplate parseTemplate(Template t,
+                               ParsedPage pp)
+
+
Takes a Template and do whatever is required for handling this Template. + It is possible to delete this template, to parse it to e.g a Link or + to return MediaWiki code which can be parsed by a MediaWiki parser.
+ If you are interested how this works, you shoud read the documentation + of ResolvedTemplate. +

+

+
+
+
+
+ +

+configurationInfo

+
+String configurationInfo()
+
+
Returns some information about what the TemplateParser does am how + it is configurated. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ModularParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ModularParser.html new file mode 100644 index 00000000..9a555059 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ModularParser.html @@ -0,0 +1,785 @@ + + + + + + + +ModularParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class ModularParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser
+
+
+
All Implemented Interfaces:
MediaWikiParser
+
+
+
+
public class ModularParser
extends Object
implements MediaWikiParser
+ + +

+This is a Parser for MediaWiki Source.
+ It exist a MediaWikiParserFactory, to get an Instance of this Parser.
+ But, if you want to, you can create a parser by yourself. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ModularParser() + +
+          Creates a unconfigurated Parser...
ModularParser(String lineSeparator, + List<String> languageIdentifers, + List<String> categoryIdentifers, + List<String> imageIdentifers, + boolean showImageText, + boolean deleteTags, + boolean showMathTagContent, + boolean calculateSrcSpans, + MediaWikiTemplateParser templateParser) + +
+          Creates a fully configurated parser...
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancalculateSrcSpans() + +
+          Look at MediaWikiParserFactory for a description...
+ StringconfigurationInfo() + +
+          Look at the MediaWikiParser interface for a description...
+ booleandeleteTags() + +
+          Look at MediaWikiParserFactory for a description...
+ List<String>getCategoryIdentifers() + +
+          Look at MediaWikiParserFactory for a description...
+ List<String>getImageIdentifers() + +
+          Look at MediaWikiParserFactory for a description...
+ List<String>getLanguageIdentifers() + +
+          Look at MediaWikiParserFactory for a description...
+ StringgetLineSeparator() + +
+          Look at MediaWikiParserFactory for a description...
+ MediaWikiTemplateParsergetTemplateParser() + +
+          Look at MediaWikiParserFactory for a description...
+ ParsedPageparse(String src) + +
+          Look at the MediaWikiParser for a description...
+ ContentElementparseContentElement(String src) + +
+          Building a ContentElement from a String
+ voidsetCalculateSrcSpans(boolean calculateSrcSpans) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetCategoryIdentifers(List<String> categoryIdentifers) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetDeleteTags(boolean deleteTags) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetImageIdentifers(List<String> imageIdentifers) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetLanguageIdentifers(List<String> languageIdentifers) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetLineSeparator(String lineSeparator) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetShowImageText(boolean showImageText) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetShowMathTagContent(boolean showMathTagContent) + +
+          Look at MediaWikiParserFactory for a description...
+ voidsetTemplateParser(MediaWikiTemplateParser templateParser) + +
+          Look at MediaWikiParserFactory for a description...
+ booleanshowImageText() + +
+          Look at MediaWikiParserFactory for a description...
+ booleanshowMathTagContent() + +
+          Look at MediaWikiParserFactory for a description...
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ModularParser

+
+public ModularParser()
+
+
Creates a unconfigurated Parser... +

+

+
+ +

+ModularParser

+
+public ModularParser(String lineSeparator,
+                     List<String> languageIdentifers,
+                     List<String> categoryIdentifers,
+                     List<String> imageIdentifers,
+                     boolean showImageText,
+                     boolean deleteTags,
+                     boolean showMathTagContent,
+                     boolean calculateSrcSpans,
+                     MediaWikiTemplateParser templateParser)
+
+
Creates a fully configurated parser... +

+

+ + + + + + + + +
+Method Detail
+ +

+getLineSeparator

+
+public String getLineSeparator()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
Specified by:
getLineSeparator in interface MediaWikiParser
+
+
+
+
+
+
+ +

+setLineSeparator

+
+public void setLineSeparator(String lineSeparator)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+getLanguageIdentifers

+
+public List<String> getLanguageIdentifers()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setLanguageIdentifers

+
+public void setLanguageIdentifers(List<String> languageIdentifers)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+getCategoryIdentifers

+
+public List<String> getCategoryIdentifers()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setCategoryIdentifers

+
+public void setCategoryIdentifers(List<String> categoryIdentifers)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+getImageIdentifers

+
+public List<String> getImageIdentifers()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setImageIdentifers

+
+public void setImageIdentifers(List<String> imageIdentifers)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+getTemplateParser

+
+public MediaWikiTemplateParser getTemplateParser()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setTemplateParser

+
+public void setTemplateParser(MediaWikiTemplateParser templateParser)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+showImageText

+
+public boolean showImageText()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setShowImageText

+
+public void setShowImageText(boolean showImageText)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+deleteTags

+
+public boolean deleteTags()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setDeleteTags

+
+public void setDeleteTags(boolean deleteTags)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+showMathTagContent

+
+public boolean showMathTagContent()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setShowMathTagContent

+
+public void setShowMathTagContent(boolean showMathTagContent)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+calculateSrcSpans

+
+public boolean calculateSrcSpans()
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+setCalculateSrcSpans

+
+public void setCalculateSrcSpans(boolean calculateSrcSpans)
+
+
Look at MediaWikiParserFactory for a description... +

+

+
+
+
+
+
+
+
+ +

+configurationInfo

+
+public String configurationInfo()
+
+
Look at the MediaWikiParser interface for a description... +

+

+
Specified by:
configurationInfo in interface MediaWikiParser
+
+
+
+
+
+
+ +

+parse

+
+public ParsedPage parse(String src)
+
+
Look at the MediaWikiParser for a description... +

+

+
Specified by:
parse in interface MediaWikiParser
+
+
+
+
+
+
+ +

+parseContentElement

+
+public ContentElement parseContentElement(String src)
+
+
Building a ContentElement from a String +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ParserConstants.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ParserConstants.html new file mode 100644 index 00000000..7c3c5f29 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ParserConstants.html @@ -0,0 +1,207 @@ + + + + + + + +ParserConstants (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Interface ParserConstants

+
+
+
public interface ParserConstants
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static StringLF + +
+          Shortcut for System.getProperty("line.separator").
+  +

+ + + + + + + + +
+Field Detail
+ +

+LF

+
+static final String LF
+
+
Shortcut for System.getProperty("line.separator"). +

+

+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ResolvedTemplate.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ResolvedTemplate.html new file mode 100644 index 00000000..4cca2f9b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ResolvedTemplate.html @@ -0,0 +1,431 @@ + + + + + + + +ResolvedTemplate (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class ResolvedTemplate

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate
+
+
+
+
public class ResolvedTemplate
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static StringTEMPLATESPACER + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ResolvedTemplate(Template template) + +
+          Creates a new ResolvedTemplate linked to the original template.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ObjectgetParsedObject() + +
+          Returns the Object which is representative for the Template Code.
+ StringgetPostParseReplacement() + +
+          Will be called by the parser after the parsing process and will replace + the TEXT which is within the bounds of the original template src.
+ StringgetPreParseReplacement() + +
+          will be called by the parser before the Parsing process and replaces the original + template code.
+ TemplategetTemplate() + +
+          In case of an Error the Parser will use the Original Template + as parsed object.
+ voidsetParsedObject(Object parsedObject) + +
+          Look at getParsedObject for Details.
+ voidsetPostParseReplacement(String postParseReplacement) + +
+          Look at getPostParseReplacement...
+ voidsetPreParseReplacement(String preParseReplacement) + +
+          Look at getPreParseReplacement...
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+TEMPLATESPACER

+
+public static final String TEMPLATESPACER
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+ResolvedTemplate

+
+public ResolvedTemplate(Template template)
+
+
Creates a new ResolvedTemplate linked to the original template. +

+

+
Parameters:
template - the original template
+
+ + + + + + + + +
+Method Detail
+ +

+getPostParseReplacement

+
+public String getPostParseReplacement()
+
+
Will be called by the parser after the parsing process and will replace + the TEXT which is within the bounds of the original template src.
+ If NULL is returned, the parser won't do anything. +

+

+
+
+
+
+ +

+setPostParseReplacement

+
+public void setPostParseReplacement(String postParseReplacement)
+
+
Look at getPostParseReplacement... +

+

+
+
+
+
+ +

+getPreParseReplacement

+
+public String getPreParseReplacement()
+
+
will be called by the parser before the Parsing process and replaces the original + template code. MediaWiki code which is returned here, will be parsed.
+ length()>0 ! empty stings would not be accepted. +

+

+
+
+
+
+ +

+setPreParseReplacement

+
+public void setPreParseReplacement(String preParseReplacement)
+
+
Look at getPreParseReplacement... +

+

+
+
+
+
+ +

+getTemplate

+
+public Template getTemplate()
+
+
In case of an Error the Parser will use the Original Template + as parsed object. +

+

+
+
+
+
+ +

+getParsedObject

+
+public Object getParsedObject()
+
+
Returns the Object which is representative for the Template Code. + It can be a Template or any object the parser knows.
+ If the Template is e.g. a Link the Link will be returned here. +

+

+
+
+
+
+ +

+setParsedObject

+
+public void setParsedObject(Object parsedObject)
+
+
Look at getParsedObject for Details. +

+

+
Parameters:
parsedObject -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ShowTemplateNamesAndParameters.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ShowTemplateNamesAndParameters.html new file mode 100644 index 00000000..07295d7b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/ShowTemplateNamesAndParameters.html @@ -0,0 +1,304 @@ + + + + + + + +ShowTemplateNamesAndParameters (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class ShowTemplateNamesAndParameters

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters
+
+
+
All Implemented Interfaces:
MediaWikiTemplateParser
+
+
+
+
public class ShowTemplateNamesAndParameters
extends Object
implements MediaWikiTemplateParser
+ + +

+This TemplateParser simply shows the name of the Template with all + parameters, without any exception. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ShowTemplateNamesAndParameters() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ StringconfigurationInfo() + +
+          Returns some information about what the TemplateParser does am how + it is configurated.
+ ResolvedTemplateparseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ShowTemplateNamesAndParameters

+
+public ShowTemplateNamesAndParameters()
+
+
+ + + + + + + + +
+Method Detail
+ +

+parseTemplate

+
+public ResolvedTemplate parseTemplate(Template t,
+                                      ParsedPage pp)
+
+
Description copied from interface: MediaWikiTemplateParser
+
Takes a Template and do whatever is required for handling this Template. + It is possible to delete this template, to parse it to e.g a Link or + to return MediaWiki code which can be parsed by a MediaWiki parser.
+ If you are interested how this works, you shoud read the documentation + of ResolvedTemplate. +

+

+
Specified by:
parseTemplate in interface MediaWikiTemplateParser
+
+
+
+
+
+
+ +

+configurationInfo

+
+public String configurationInfo()
+
+
Description copied from interface: MediaWikiTemplateParser
+
Returns some information about what the TemplateParser does am how + it is configurated. +

+

+
Specified by:
configurationInfo in interface MediaWikiTemplateParser
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SpanManager.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SpanManager.html new file mode 100644 index 00000000..2e2dba34 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SpanManager.html @@ -0,0 +1,789 @@ + + + + + + + +SpanManager (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class SpanManager

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager
+
+
+
All Implemented Interfaces:
CharSequence
+
+
+
+
public class SpanManager
extends Object
implements CharSequence
+ + +

+A Class which manages Spans which are related to a StringBuilder. + With the SpanManager it is possible to work on a String (delete, insert, replace) + with no need to adjust the Spans related to the StringBuilder manually. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SpanManager(String src) + +
+          Creates a new SpanManager with src as base.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ charcharAt(int index) + +
+           
+ SpanManagerdelete(int start, + int end) + +
+          Deletes the content between start (included) and end (excluded).
+ SpanManagerdelete(Span s) + +
+          Deletes the content between s.getStart() (included) and s.getEnd() (excluded).
+ voidenableSrcPosCalculation() + +
+          Enables the Calculation of Src Position.
+ intgetSrcPos(int index) + +
+          Retruns a SrcPos for the index of the aktual SpanManager base.
+ intindexOf(String str) + +
+           
+ intindexOf(String str, + int fromIndex) + +
+           
+ intindexOf(String str, + int fromIndex, + int toIndex) + +
+           
+ intindexOf(String str, + Span s) + +
+           
+ Stringinfo() + +
+          Returnes some information about the content of the SpanManager an it�s manages + Spans
+ SpanManagerinsert(int offset, + String str) + +
+          Insterts a String at the position offset.
+ intlength() + +
+           
+ voidmanageList(List<Span> spans) + +
+          Adds a List of Spans, which should be managed.
+ voidremoveManagedList(List<Span> spans) + +
+          Removes a List of Spans (not the Spans in the List), which shouldn�t be managed anymore.
+ SpanManagerreplace(int start, + int end, + String str) + +
+          Replaces the content between start (included) and end (excluded) with a String
+ SpanManagerreplace(Span s, + String str) + +
+          Replaces the content between s.getStart() (included) and s.getEnd() (excluded) with + a String
+ SpanManagersetCharAt(int index, + char c) + +
+           
+ CharSequencesubSequence(int start, + int end) + +
+          This function is not implemented !!!
+ Stringsubstring(int start) + +
+           
+ Stringsubstring(int start, + int end) + +
+           
+ Stringsubstring(Span s) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpanManager

+
+public SpanManager(String src)
+
+
Creates a new SpanManager with src as base. +

+

+
Parameters:
src -
+
+ + + + + + + + +
+Method Detail
+ +

+enableSrcPosCalculation

+
+public void enableSrcPosCalculation()
+
+
Enables the Calculation of Src Position. The base for these position + will be the aktual, not the initial, String wich is uses as Base for + the SpanManager. +

+

+
+
+
+
+
+
+
+ +

+getSrcPos

+
+public int getSrcPos(int index)
+
+
Retruns a SrcPos for the index of the aktual SpanManager base. +

+

+
+
+
+ +
Returns:
the Position the index has, when enableSrcPosCaulation() has been called, + or -1 if it is not possible.
+
+
+
+ +

+manageList

+
+public void manageList(List<Span> spans)
+
+
Adds a List of Spans, which should be managed. +

+

+
+
+
+
+
+
+
+ +

+removeManagedList

+
+public void removeManagedList(List<Span> spans)
+
+
Removes a List of Spans (not the Spans in the List), which shouldn�t be managed anymore. +

+

+
+
+
+
Parameters:
spans -
+
+
+
+ +

+delete

+
+public SpanManager delete(Span s)
+
+
Deletes the content between s.getStart() (included) and s.getEnd() (excluded). +

+

+
+
+
+
+
+
+
+ +

+delete

+
+public SpanManager delete(int start,
+                          int end)
+
+
Deletes the content between start (included) and end (excluded). +

+

+
+
+
+
+
+
+
+ +

+insert

+
+public SpanManager insert(int offset,
+                          String str)
+
+
Insterts a String at the position offset. +

+

+
+
+
+
+
+
+
+ +

+replace

+
+public SpanManager replace(Span s,
+                           String str)
+
+
Replaces the content between s.getStart() (included) and s.getEnd() (excluded) with + a String +

+

+
+
+
+
+
+
+
+ +

+replace

+
+public SpanManager replace(int start,
+                           int end,
+                           String str)
+
+
Replaces the content between start (included) and end (excluded) with a String +

+

+
+
+
+
+
+
+
+ +

+indexOf

+
+public int indexOf(String str)
+
+
+
+
+
+
+
+
+
+ +

+indexOf

+
+public int indexOf(String str,
+                   int fromIndex)
+
+
+
+
+
+
+
+
+
+ +

+indexOf

+
+public int indexOf(String str,
+                   Span s)
+
+
+
+
+
+
+
+
+
+ +

+indexOf

+
+public int indexOf(String str,
+                   int fromIndex,
+                   int toIndex)
+
+
+
+
+
+
+
+
+
+ +

+substring

+
+public String substring(int start)
+
+
+
+
+
+
+
+
+
+ +

+substring

+
+public String substring(int start,
+                        int end)
+
+
+
+
+
+
+
+
+
+ +

+substring

+
+public String substring(Span s)
+
+
+
+
+
+
+
+
+
+ +

+subSequence

+
+public CharSequence subSequence(int start,
+                                int end)
+
+
This function is not implemented !!! +

+

+
Specified by:
subSequence in interface CharSequence
+
+
+
+
+
+
+ +

+length

+
+public int length()
+
+
+
Specified by:
length in interface CharSequence
+
+
+
+
+
+
+ +

+setCharAt

+
+public SpanManager setCharAt(int index,
+                             char c)
+
+
+
+
+
+
+
+
+
+ +

+charAt

+
+public char charAt(int index)
+
+
+
Specified by:
charAt in interface CharSequence
+
+
+
+
+
+
+ +

+toString

+
+public String toString()
+
+
+
Specified by:
toString in interface CharSequence
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+info

+
+public String info()
+
+
Returnes some information about the content of the SpanManager an it�s manages + Spans +

+

+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SrcPosRangeChecker.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SrcPosRangeChecker.html new file mode 100644 index 00000000..1a4027c4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/SrcPosRangeChecker.html @@ -0,0 +1,264 @@ + + + + + + + +SrcPosRangeChecker (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+Class SrcPosRangeChecker

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SrcPosRangeChecker
+
+
+
+
public class SrcPosRangeChecker
extends Object
+ + +

+Checks the Range of the SrcSpans of a ParsedPage, so it isn't possible + that e.g. a ContentElement conatins a Link which isn't in the Range of + this ContentElement. This must be done because some positons will be + jammed by the parsing process, e.g. if a Link is the start of a Paragrah. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SrcPosRangeChecker() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidcheckRange(ParsedPage pp) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SrcPosRangeChecker

+
+public SrcPosRangeChecker()
+
+
+ + + + + + + + +
+Method Detail
+ +

+checkRange

+
+public static void checkRange(ParsedPage pp)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/FlushTemplates.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/FlushTemplates.html new file mode 100644 index 00000000..ca350491 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/FlushTemplates.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/GermanTemplateParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/GermanTemplateParser.html new file mode 100644 index 00000000..b143a683 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/GermanTemplateParser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParser.html new file mode 100644 index 00000000..164b5839 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParser.html @@ -0,0 +1,226 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParser

+
+ + + + + + + + + + + + + +
+Packages that use MediaWikiParser
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of MediaWikiParser in de.tudarmstadt.ukp.wikipedia.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.api that return MediaWikiParser
+protected  MediaWikiParserWikipedia.getParser() + +
+           
+  +

+ + + + + +
+Uses of MediaWikiParser in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that implement MediaWikiParser
+ classModularParser + +
+          This is a Parser for MediaWiki Source.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return MediaWikiParser
+ MediaWikiParserMediaWikiParserFactory.createParser() + +
+          Creates a MediaWikiParser with the configurations which has been set.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParserFactory.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParserFactory.html new file mode 100644 index 00000000..3ef7ef77 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiParserFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiTemplateParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiTemplateParser.html new file mode 100644 index 00000000..84fa0acc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/MediaWikiTemplateParser.html @@ -0,0 +1,253 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiTemplateParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiTemplateParser

+
+ + + + + + + + + +
+Packages that use MediaWikiTemplateParser
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of MediaWikiTemplateParser in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that implement MediaWikiTemplateParser
+ classFlushTemplates + +
+          This TemplateParser will delete ALL templates, whitout any exception!
+ classGermanTemplateParser + +
+          This is the TemplateParser for the german language, with special treatment + for all the german templates, like "Dieser Artikel" or "Deutschlandlastig".
+ classShowTemplateNamesAndParameters + +
+          This TemplateParser simply shows the name of the Template with all + parameters, without any exception.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return MediaWikiTemplateParser
+ MediaWikiTemplateParserModularParser.getTemplateParser() + +
+          Look at MediaWikiParserFactory for a description...
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type MediaWikiTemplateParser
+ voidModularParser.setTemplateParser(MediaWikiTemplateParser templateParser) + +
+          Look at MediaWikiParserFactory for a description...
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.parser.mediawiki with parameters of type MediaWikiTemplateParser
ModularParser(String lineSeparator, + List<String> languageIdentifers, + List<String> categoryIdentifers, + List<String> imageIdentifers, + boolean showImageText, + boolean deleteTags, + boolean showMathTagContent, + boolean calculateSrcSpans, + MediaWikiTemplateParser templateParser) + +
+          Creates a fully configurated parser...
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ModularParser.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ModularParser.html new file mode 100644 index 00000000..3a1d57cb --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ModularParser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ParserConstants.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ParserConstants.html new file mode 100644 index 00000000..eda912a7 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ParserConstants.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ParserConstants (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ParserConstants

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ParserConstants +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ResolvedTemplate.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ResolvedTemplate.html new file mode 100644 index 00000000..2c6bbe0a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ResolvedTemplate.html @@ -0,0 +1,209 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate

+
+ + + + + + + + + +
+Packages that use ResolvedTemplate
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of ResolvedTemplate in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return ResolvedTemplate
+ ResolvedTemplateGermanTemplateParser.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateFlushTemplates.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateShowTemplateNamesAndParameters.parseTemplate(Template t, + ParsedPage pp) + +
+           
+ ResolvedTemplateMediaWikiTemplateParser.parseTemplate(Template t, + ParsedPage pp) + +
+          Takes a Template and do whatever is required for handling this Template.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ShowTemplateNamesAndParameters.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ShowTemplateNamesAndParameters.html new file mode 100644 index 00000000..7355cc94 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/ShowTemplateNamesAndParameters.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SpanManager.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SpanManager.html new file mode 100644 index 00000000..ab2ef6f0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SpanManager.html @@ -0,0 +1,228 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager

+
+ + + + + + + + + +
+Packages that use SpanManager
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + +
+Uses of SpanManager in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.mediawiki that return SpanManager
+ SpanManagerSpanManager.delete(int start, + int end) + +
+          Deletes the content between start (included) and end (excluded).
+ SpanManagerSpanManager.delete(Span s) + +
+          Deletes the content between s.getStart() (included) and s.getEnd() (excluded).
+ SpanManagerSpanManager.insert(int offset, + String str) + +
+          Insterts a String at the position offset.
+ SpanManagerSpanManager.replace(int start, + int end, + String str) + +
+          Replaces the content between start (included) and end (excluded) with a String
+ SpanManagerSpanManager.replace(Span s, + String str) + +
+          Replaces the content between s.getStart() (included) and s.getEnd() (excluded) with + a String
+ SpanManagerSpanManager.setCharAt(int index, + char c) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SrcPosRangeChecker.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SrcPosRangeChecker.html new file mode 100644 index 00000000..e45862fb --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/class-use/SrcPosRangeChecker.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SrcPosRangeChecker (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SrcPosRangeChecker

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SrcPosRangeChecker +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-frame.html new file mode 100644 index 00000000..ca15566b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-frame.html @@ -0,0 +1,62 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.mediawiki (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.mediawiki + + + + +
+Interfaces  + +
+MediaWikiParser +
+MediaWikiTemplateParser +
+ParserConstants
+ + + + + + +
+Classes  + +
+FlushTemplates +
+GermanTemplateParser +
+MediaWikiParserFactory +
+ModularParser +
+ResolvedTemplate +
+ShowTemplateNamesAndParameters +
+SpanManager +
+SrcPosRangeChecker
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-summary.html new file mode 100644 index 00000000..9a0a4d44 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-summary.html @@ -0,0 +1,213 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.mediawiki (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.parser.mediawiki +

+ + + + + + + + + + + + + + + + + +
+Interface Summary
MediaWikiParserThis is an Interface for MediaWiki Parsers.
MediaWikiTemplateParserBecause template parsing is a special task, it is usesfull to use + a special parser.
ParserConstants 
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
FlushTemplatesThis TemplateParser will delete ALL templates, whitout any exception!
GermanTemplateParserThis is the TemplateParser for the german language, with special treatment + for all the german templates, like "Dieser Artikel" or "Deutschlandlastig".
MediaWikiParserFactoryClass for easy creating a configurated MediaWiki Parser...
ModularParserThis is a Parser for MediaWiki Source.
ResolvedTemplate 
ShowTemplateNamesAndParametersThis TemplateParser simply shows the name of the Template with all + parameters, without any exception.
SpanManagerA Class which manages Spans which are related to a StringBuilder.
SrcPosRangeCheckerChecks the Range of the SrcSpans of a ParsedPage, so it isn't possible + that e.g. a ContentElement conatins a Link which isn't in the Range of + this ContentElement.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-tree.html new file mode 100644 index 00000000..658e16d4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.mediawiki Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.parser.mediawiki +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-use.html new file mode 100644 index 00000000..78704f59 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/mediawiki/package-use.html @@ -0,0 +1,209 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.parser.mediawiki (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.parser.mediawiki

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.parser.mediawiki
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser.mediawiki used by de.tudarmstadt.ukp.wikipedia.api
MediaWikiParser + +
+          This is an Interface for MediaWiki Parsers.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser.mediawiki used by de.tudarmstadt.ukp.wikipedia.parser.mediawiki
MediaWikiParser + +
+          This is an Interface for MediaWiki Parsers.
MediaWikiTemplateParser + +
+          Because template parsing is a special task, it is usesfull to use + a special parser.
ResolvedTemplate + +
+           
SpanManager + +
+          A Class which manages Spans which are related to a StringBuilder.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-frame.html new file mode 100644 index 00000000..63c4935e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-frame.html @@ -0,0 +1,93 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser + + + + +
+Interfaces  + +
+Content +
+NestedList
+ + + + + + +
+Classes  + +
+ContentContainer +
+ContentElement +
+DefinitionList +
+Link +
+NestedListContainer +
+NestedListElement +
+Paragraph +
+ParsedPage +
+ParsedPageObject +
+Section +
+SectionContainer +
+SectionContent +
+Span +
+SrcSpan +
+Table +
+TableElement +
+Template
+ + + + + + +
+Enums  + +
+Content.FormatType +
+Link.type +
+Paragraph.type
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-summary.html new file mode 100644 index 00000000..7d831b99 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-summary.html @@ -0,0 +1,266 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.parser +

+ + + + + + + + + + + + + +
+Interface Summary
ContentThis is a main Interface used by nearly all classes of this package.
NestedListA NestedList can contain ContentElements or other NestedLists, + for this purpose and to avoid a improper use, this interface has been created.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ContentContainerA ContentContainer is used to combine more than one Content element (not only + ContentElement.class!)
ContentElementThis is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes...
DefinitionListIn a definition List exist a Defined Term with Zero or more Definitions.
Link 
NestedListContainerTake a Look a NestedList description first.
NestedListElementThis is a simple ContentElement, wich occures in a NestedList.
ParagraphThis is a simple ContentElement extende with a Paragraph Type.
ParsedPageProvides access to structured information about a MediaWiki article page.
ParsedPageObjectAll clases in parsedpage package, which can be created by a + parser, extending this class.
SectionA Section consists at first of a Title.
SectionContainerThis is the structure implementation of Section.
SectionContentThis is a Implementation of the Content of a Section.
SpanProvides a Start and End Position...
SrcSpan 
TableA Table has a Title and contains TableElements.
TableElementThis Class implements a Field in a Table...
Template 
+  + +

+ + + + + + + + + + + + + + + + + +
+Enum Summary
Content.FormatType 
Link.type 
Paragraph.type 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-tree.html new file mode 100644 index 00000000..9b7d5ebc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-tree.html @@ -0,0 +1,183 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.parser +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-use.html new file mode 100644 index 00000000..7bb4772b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/package-use.html @@ -0,0 +1,398 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.parser (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.parser

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.parser
de.tudarmstadt.ukp.wikipedia.api  
de.tudarmstadt.ukp.wikipedia.parser  
de.tudarmstadt.ukp.wikipedia.parser.html  
de.tudarmstadt.ukp.wikipedia.parser.mediawiki  
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess  
de.tudarmstadt.ukp.wikipedia.parser.tutorial  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser used by de.tudarmstadt.ukp.wikipedia.api
ParsedPage + +
+          Provides access to structured information about a MediaWiki article page.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser used by de.tudarmstadt.ukp.wikipedia.parser
Content + +
+          This is a main Interface used by nearly all classes of this package.
Content.FormatType + +
+           
ContentContainer + +
+          A ContentContainer is used to combine more than one Content element (not only + ContentElement.class!)
ContentElement + +
+          This is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes...
DefinitionList + +
+          In a definition List exist a Defined Term with Zero or more Definitions.
Link + +
+           
Link.type + +
+           
NestedList + +
+          A NestedList can contain ContentElements or other NestedLists, + for this purpose and to avoid a improper use, this interface has been created.
NestedListContainer + +
+          Take a Look a NestedList description first.
Paragraph + +
+          This is a simple ContentElement extende with a Paragraph Type.
Paragraph.type + +
+           
ParsedPageObject + +
+          All clases in parsedpage package, which can be created by a + parser, extending this class.
Section + +
+          A Section consists at first of a Title.
SectionContainer + +
+          This is the structure implementation of Section.
Span + +
+          Provides a Start and End Position...
SrcSpan + +
+           
Table + +
+          A Table has a Title and contains TableElements.
TableElement + +
+          This Class implements a Field in a Table...
Template + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser used by de.tudarmstadt.ukp.wikipedia.parser.html
ParsedPage + +
+          Provides access to structured information about a MediaWiki article page.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser used by de.tudarmstadt.ukp.wikipedia.parser.mediawiki
ContentElement + +
+          This is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes...
ParsedPage + +
+          Provides access to structured information about a MediaWiki article page.
Span + +
+          Provides a Start and End Position...
Template + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser used by de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
ParsedPage + +
+          Provides access to structured information about a MediaWiki article page.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser used by de.tudarmstadt.ukp.wikipedia.parser.tutorial
NestedList + +
+          A NestedList can contain ContentElements or other NestedLists, + for this purpose and to avoid a improper use, this interface has been created.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.SectionType.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.SectionType.html new file mode 100644 index 00000000..1fbab805 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.SectionType.html @@ -0,0 +1,342 @@ + + + + + + + +SelectiveAccessHandler.SectionType (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess +
+Enum SelectiveAccessHandler.SectionType

+
+java.lang.Object
+  extended by java.lang.Enum<SelectiveAccessHandler.SectionType>
+      extended by de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SectionType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<SelectiveAccessHandler.SectionType>
+
+
+
Enclosing class:
SelectiveAccessHandler
+
+
+
+
protected static enum SelectiveAccessHandler.SectionType
extends Enum<SelectiveAccessHandler.SectionType>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
DEFAULT_SECTION + +
+           
SECTION_LEVEL + +
+           
USER_SECTION + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static SelectiveAccessHandler.SectionTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static SelectiveAccessHandler.SectionType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DEFAULT_SECTION

+
+public static final SelectiveAccessHandler.SectionType DEFAULT_SECTION
+
+
+
+
+
+ +

+SECTION_LEVEL

+
+public static final SelectiveAccessHandler.SectionType SECTION_LEVEL
+
+
+
+
+
+ +

+USER_SECTION

+
+public static final SelectiveAccessHandler.SectionType USER_SECTION
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static SelectiveAccessHandler.SectionType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (SelectiveAccessHandler.SectionType c : SelectiveAccessHandler.SectionType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static SelectiveAccessHandler.SectionType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.html new file mode 100644 index 00000000..ccd915c2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/SelectiveAccessHandler.html @@ -0,0 +1,607 @@ + + + + + + + +SelectiveAccessHandler (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess +
+Class SelectiveAccessHandler

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler
+
+
+
+
public class SelectiveAccessHandler
extends Object
+ + +

+Provides access to a ParsedPage at an abstract Level. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Nested Class Summary
+protected static classSelectiveAccessHandler.SectionType + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
SelectiveAccessHandler() + +
+          Creates an SelectiveAccessHandler... ready to config...
SelectiveAccessHandler(String XMLFile) + +
+          Creates an SelectiveAccessHandler and loads the config from an XMLFile
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddSectionHandling(int level, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> sh) + +
+          adds section handling for a specified relative level...
+ voidaddSectionHandling(String name, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> sh) + +
+          adds section handling for a specila section name...
+static EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>buildCITMap(boolean text, + boolean bold, + boolean italic, + boolean link) + +
+           
+static EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>>buildSITMap(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> subs, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> title, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> table, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> deflist, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> nestedlist, + EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> paragraph) + +
+           
+static StringCITInfo(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> hp) + +
+          Converts a CITMap into a human readable String
+ Map<String,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>>>getSectionHandling() + +
+           
+ StringgetSelectedText(ParsedPage pp) + +
+          Returns the Information of a ParsedPage which are selected by the actual configuration
+ StringgetSelectionInfo() + +
+          Returns information which infomations are selected by the actual configuration
+ voidloadConfig(String XMLFile) + +
+          Loads a Configuration from an XMLFile...
+ voidsetDefaultSectionHandling(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> sh) + +
+          sets the section handling for all sections which are not set by level or name...
+ voidsetFirstParagraphHandling(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> firstParagraphHandling) + +
+          if firstParagraphHandling is null, there will be no special handling for the FirstParagraph...
+ voidsetPageHandling(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> pageHandling) + +
+          if pageHandling is null, there will be no special handling for the WHOLE PAGE, this means, the handling will be sectionwhise...
+ voidsetSectionHandling(Map<String,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>>> sectionHandling) + +
+          Be sure to set the Default Section Handling to avoid errors...
+static StringSITInfo(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> shp) + +
+          Converts a SITMap into a human readable String
+ voidwriteConfig(String XMLFile) + +
+          writes an XML configuration file...
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SelectiveAccessHandler

+
+public SelectiveAccessHandler()
+
+
Creates an SelectiveAccessHandler... ready to config... +

+

+
+ +

+SelectiveAccessHandler

+
+public SelectiveAccessHandler(String XMLFile)
+
+
Creates an SelectiveAccessHandler and loads the config from an XMLFile +

+

+ + + + + + + + +
+Method Detail
+ +

+buildCITMap

+
+public static EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> buildCITMap(boolean text,
+                                                                                                                          boolean bold,
+                                                                                                                          boolean italic,
+                                                                                                                          boolean link)
+
+
+
+
+
+
+ +

+buildSITMap

+
+public static EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> buildSITMap(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> subs,
+                                                                                                                                                                                                                  EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> title,
+                                                                                                                                                                                                                  EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> table,
+                                                                                                                                                                                                                  EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> deflist,
+                                                                                                                                                                                                                  EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> nestedlist,
+                                                                                                                                                                                                                  EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> paragraph)
+
+
+
+
+
+
+ +

+setFirstParagraphHandling

+
+public void setFirstParagraphHandling(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> firstParagraphHandling)
+
+
if firstParagraphHandling is null, there will be no special handling for the FirstParagraph... +

+

+
+
+
+
+ +

+setPageHandling

+
+public void setPageHandling(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> pageHandling)
+
+
if pageHandling is null, there will be no special handling for the WHOLE PAGE, this means, the handling will be sectionwhise... +

+

+
+
+
+
+ +

+getSectionHandling

+
+public Map<String,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>>> getSectionHandling()
+
+
+ +
Returns:
the sectionHandling
+
+
+
+ +

+setSectionHandling

+
+public void setSectionHandling(Map<String,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>>> sectionHandling)
+
+
Be sure to set the Default Section Handling to avoid errors... +

+

+
+
+
+
+ +

+addSectionHandling

+
+public void addSectionHandling(int level,
+                               EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> sh)
+
+
adds section handling for a specified relative level... +

+

+
+
+
+
+ +

+addSectionHandling

+
+public void addSectionHandling(String name,
+                               EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> sh)
+
+
adds section handling for a specila section name... +

+

+
+
+
+
+ +

+setDefaultSectionHandling

+
+public void setDefaultSectionHandling(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> sh)
+
+
sets the section handling for all sections which are not set by level or name... +

+

+
+
+
+
+ +

+getSelectionInfo

+
+public String getSelectionInfo()
+
+
Returns information which infomations are selected by the actual configuration +

+

+
+
+
+
+ +

+CITInfo

+
+public static String CITInfo(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean> hp)
+
+
Converts a CITMap into a human readable String +

+

+
+
+
+
+ +

+SITInfo

+
+public static String SITInfo(EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SIT,EnumMap<de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.CIT,Boolean>> shp)
+
+
Converts a SITMap into a human readable String +

+

+
+
+
+
+ +

+getSelectedText

+
+public String getSelectedText(ParsedPage pp)
+
+
Returns the Information of a ParsedPage which are selected by the actual configuration +

+

+
+
+
+
+ +

+loadConfig

+
+public void loadConfig(String XMLFile)
+
+
Loads a Configuration from an XMLFile... +

+

+
+
+
+
+ +

+writeConfig

+
+public void writeConfig(String XMLFile)
+
+
writes an XML configuration file... +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.SectionType.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.SectionType.html new file mode 100644 index 00000000..2543f46e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.SectionType.html @@ -0,0 +1,190 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SectionType (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SectionType

+
+ + + + + + + + + +
+Packages that use SelectiveAccessHandler.SectionType
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess  
+  +

+ + + + + +
+Uses of SelectiveAccessHandler.SectionType in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess that return SelectiveAccessHandler.SectionType
+static SelectiveAccessHandler.SectionTypeSelectiveAccessHandler.SectionType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static SelectiveAccessHandler.SectionType[]SelectiveAccessHandler.SectionType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.html new file mode 100644 index 00000000..502396ca --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/class-use/SelectiveAccessHandler.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-frame.html new file mode 100644 index 00000000..7f019297 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess + + + + +
+Classes  + +
+SelectiveAccessHandler
+ + + + + + +
+Enums  + +
+SelectiveAccessHandler.SectionType
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-summary.html new file mode 100644 index 00000000..f1969734 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess +

+ + + + + + + + + +
+Class Summary
SelectiveAccessHandlerProvides access to a ParsedPage at an abstract Level.
+  + +

+ + + + + + + + + +
+Enum Summary
SelectiveAccessHandler.SectionType 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-tree.html new file mode 100644 index 00000000..eef7e619 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-use.html new file mode 100644 index 00000000..d579f030 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/selectiveaccess/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess used by de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
SelectiveAccessHandler.SectionType + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics.html new file mode 100644 index 00000000..731682e5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics.html @@ -0,0 +1,300 @@ + + + + + + + +Statistics (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.statistics +
+Class Statistics

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics
+
+
+
+
public class Statistics
extends Object
+ + +

+This creates a Detailed Statistic file for Tables and Templates. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static Stringpath + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Statistics() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] argv) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+path

+
+public static final String path
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+Statistics

+
+public Statistics()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] argv)
+                 throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics2.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics2.html new file mode 100644 index 00000000..4564ea3b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/Statistics2.html @@ -0,0 +1,276 @@ + + + + + + + +Statistics2 (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.statistics +
+Class Statistics2

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics2
+
+
+
+
public class Statistics2
extends Object
+ + +

+Creates a little Statistic about occurence of MediaWiki Elements...
+
+ Results for 15.05.2006 Database:

+ SUBS: 279896 74.19%
+ NL: 255511 67.72%
+ DL: 1679 0.44%
+ TABLES: 64967 17.22%
+ TEMPLATES: 215022 56.99%
+ BOLD: 364484 96.61%
+ ITALIC: 231877 61.46%
+ MATH: 6499 1.72%
+ TAGS: 74236 19.67%
+ NOWIKI: 3058 0.81%
+

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Statistics2() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] argv) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Statistics2

+
+public Statistics2()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] argv)
+                 throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics.html new file mode 100644 index 00000000..18ee796f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics2.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics2.html new file mode 100644 index 00000000..db8a1304 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/class-use/Statistics2.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics2 (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics2

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics2 +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-frame.html new file mode 100644 index 00000000..0b92a03d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.statistics (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.statistics + + + + +
+Classes  + +
+Statistics +
+Statistics2
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-summary.html new file mode 100644 index 00000000..aa3ebb97 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-summary.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.statistics (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.parser.statistics +

+ + + + + + + + + + + + + +
+Class Summary
StatisticsThis creates a Detailed Statistic file for Tables and Templates.
Statistics2Creates a little Statistic about occurence of MediaWiki Elements...
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-tree.html new file mode 100644 index 00000000..c9fdf5f4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.statistics Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.parser.statistics +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-use.html new file mode 100644 index 00000000..c333ae92 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/statistics/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.parser.statistics (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.parser.statistics

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.statistics +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T1_SimpleParserDemo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T1_SimpleParserDemo.html new file mode 100644 index 00000000..96659ed4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T1_SimpleParserDemo.html @@ -0,0 +1,261 @@ + + + + + + + +T1_SimpleParserDemo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class T1_SimpleParserDemo

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.T1_SimpleParserDemo
+
+
+
+
public class T1_SimpleParserDemo
extends Object
+ + +

+Displays informations about the inner structure of a page. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
T1_SimpleParserDemo() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T1_SimpleParserDemo

+
+public T1_SimpleParserDemo()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws IOException
+
+
+
Parameters:
args - +
Throws: +
WikiApiException +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T2_InternalLinks.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T2_InternalLinks.html new file mode 100644 index 00000000..56c2dc27 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T2_InternalLinks.html @@ -0,0 +1,264 @@ + + + + + + + +T2_InternalLinks (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class T2_InternalLinks

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.T2_InternalLinks
+
+
+
+
public class T2_InternalLinks
extends Object
+ + +

+This class shows how to get the internal links from a parsed page.
+ Internal links point to other pages and categories in the current
+

Wikipedia
. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
T2_InternalLinks() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+          Prints the targets of the internal links found in the page Germany.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T2_InternalLinks

+
+public T2_InternalLinks()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
Prints the targets of the internal links found in the page Germany. +

+

+
Parameters:
args - +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T3_LinkContexts.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T3_LinkContexts.html new file mode 100644 index 00000000..8ac8b7f1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T3_LinkContexts.html @@ -0,0 +1,262 @@ + + + + + + + +T3_LinkContexts (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class T3_LinkContexts

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.T3_LinkContexts
+
+
+
+
public class T3_LinkContexts
extends Object
+ + +

+This is a little demo, to show how the parsedpage and parsedpage.parser package + works. +

+ +

+

+
Author:
+
CJacobi
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
T3_LinkContexts() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T3_LinkContexts

+
+public T3_LinkContexts()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T4_InterfacingWithWikipedia.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T4_InterfacingWithWikipedia.html new file mode 100644 index 00000000..e43fd1a6 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T4_InterfacingWithWikipedia.html @@ -0,0 +1,260 @@ + + + + + + + +T4_InterfacingWithWikipedia (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class T4_InterfacingWithWikipedia

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.T4_InterfacingWithWikipedia
+
+
+
+
public class T4_InterfacingWithWikipedia
extends Object
+ + +

+Displays the titles of the sections found in the page Dog.
+

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
T4_InterfacingWithWikipedia() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T4_InterfacingWithWikipedia

+
+public T4_InterfacingWithWikipedia()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T5_CleaningTemplateImage.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T5_CleaningTemplateImage.html new file mode 100644 index 00000000..dc397e71 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T5_CleaningTemplateImage.html @@ -0,0 +1,260 @@ + + + + + + + +T5_CleaningTemplateImage (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class T5_CleaningTemplateImage

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.T5_CleaningTemplateImage
+
+
+
+
public class T5_CleaningTemplateImage
extends Object
+ + +

+Shows how to clean an article text from "TEMPLATE" and "Image" elements +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
T5_CleaningTemplateImage() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T5_CleaningTemplateImage

+
+public T5_CleaningTemplateImage()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T6_NestedLists.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T6_NestedLists.html new file mode 100644 index 00000000..ceb26e07 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/T6_NestedLists.html @@ -0,0 +1,284 @@ + + + + + + + +T6_NestedLists (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class T6_NestedLists

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists
+
+
+
+
public class T6_NestedLists
extends Object
+ + +

+Displays all nested lists of a page. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
T6_NestedLists() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+static StringoutputNestedList(NestedList nl, + int depth) + +
+          Returns String with all elements of a NestedList
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+T6_NestedLists

+
+public T6_NestedLists()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+                 throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+outputNestedList

+
+public static String outputNestedList(NestedList nl,
+                                      int depth)
+
+
Returns String with all elements of a NestedList +

+

+
Parameters:
nl - NestedList
depth - Current depth of the Nestedlist +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/TestFile.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/TestFile.html new file mode 100644 index 00000000..e81a2856 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/TestFile.html @@ -0,0 +1,253 @@ + + + + + + + +TestFile (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+Class TestFile

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.parser.tutorial.TestFile
+
+
+
+
public class TestFile
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TestFile() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static StringgetFileText() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TestFile

+
+public TestFile()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFileText

+
+public static String getFileText()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T1_SimpleParserDemo.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T1_SimpleParserDemo.html new file mode 100644 index 00000000..7e66437a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T1_SimpleParserDemo.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T1_SimpleParserDemo (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.T1_SimpleParserDemo

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.T1_SimpleParserDemo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T2_InternalLinks.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T2_InternalLinks.html new file mode 100644 index 00000000..4cddcd8f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T2_InternalLinks.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T2_InternalLinks (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.T2_InternalLinks

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.T2_InternalLinks +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T3_LinkContexts.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T3_LinkContexts.html new file mode 100644 index 00000000..9a2a16f1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T3_LinkContexts.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T3_LinkContexts (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.T3_LinkContexts

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.T3_LinkContexts +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T4_InterfacingWithWikipedia.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T4_InterfacingWithWikipedia.html new file mode 100644 index 00000000..b831cf0b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T4_InterfacingWithWikipedia.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T4_InterfacingWithWikipedia (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.T4_InterfacingWithWikipedia

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.T4_InterfacingWithWikipedia +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T5_CleaningTemplateImage.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T5_CleaningTemplateImage.html new file mode 100644 index 00000000..9741d5ab --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T5_CleaningTemplateImage.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T5_CleaningTemplateImage (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.T5_CleaningTemplateImage

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.T5_CleaningTemplateImage +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T6_NestedLists.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T6_NestedLists.html new file mode 100644 index 00000000..09be19a4 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/T6_NestedLists.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/TestFile.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/TestFile.html new file mode 100644 index 00000000..fbd644ac --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/class-use/TestFile.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.parser.tutorial.TestFile (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.parser.tutorial.TestFile

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial.TestFile +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-frame.html new file mode 100644 index 00000000..64f4c934 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-frame.html @@ -0,0 +1,45 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.tutorial (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.tutorial + + + + +
+Classes  + +
+T1_SimpleParserDemo +
+T2_InternalLinks +
+T3_LinkContexts +
+T4_InterfacingWithWikipedia +
+T5_CleaningTemplateImage +
+T6_NestedLists +
+TestFile
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-summary.html new file mode 100644 index 00000000..cf2ed4b5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-summary.html @@ -0,0 +1,183 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.tutorial (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.parser.tutorial +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
T1_SimpleParserDemoDisplays informations about the inner structure of a page.
T2_InternalLinksThis class shows how to get the internal links from a parsed page.
T3_LinkContextsThis is a little demo, to show how the parsedpage and parsedpage.parser package + works.
T4_InterfacingWithWikipediaDisplays the titles of the sections found in the page Dog.
T5_CleaningTemplateImageShows how to clean an article text from "TEMPLATE" and "Image" elements
T6_NestedListsDisplays all nested lists of a page.
TestFile 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-tree.html new file mode 100644 index 00000000..fb2a80a1 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.parser.tutorial Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.parser.tutorial +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-use.html new file mode 100644 index 00000000..85c7aa9c --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/parser/tutorial/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.parser.tutorial (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.parser.tutorial

+
+No usage of de.tudarmstadt.ukp.wikipedia.parser.tutorial +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.ProgressInfoMode.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.ProgressInfoMode.html new file mode 100644 index 00000000..c203b970 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.ProgressInfoMode.html @@ -0,0 +1,335 @@ + + + + + + + +ApiUtilities.ProgressInfoMode (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Enum ApiUtilities.ProgressInfoMode

+
+java.lang.Object
+  extended by java.lang.Enum<ApiUtilities.ProgressInfoMode>
+      extended by de.tudarmstadt.ukp.wikipedia.util.ApiUtilities.ProgressInfoMode
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ApiUtilities.ProgressInfoMode>
+
+
+
Enclosing class:
ApiUtilities
+
+
+
+
public static enum ApiUtilities.ProgressInfoMode
extends Enum<ApiUtilities.ProgressInfoMode>
+ + +

+DOTS - print progress dots. + TEXT - print a message with progress in percent. +

+ +

+

+
Author:
+
zesch
+
+
+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
DOTS + +
+           
TEXT + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ApiUtilities.ProgressInfoModevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ApiUtilities.ProgressInfoMode[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DOTS

+
+public static final ApiUtilities.ProgressInfoMode DOTS
+
+
+
+
+
+ +

+TEXT

+
+public static final ApiUtilities.ProgressInfoMode TEXT
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ApiUtilities.ProgressInfoMode[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ApiUtilities.ProgressInfoMode c : ApiUtilities.ProgressInfoMode.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ApiUtilities.ProgressInfoMode valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.html new file mode 100644 index 00000000..1bd09dcc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/ApiUtilities.html @@ -0,0 +1,280 @@ + + + + + + + +ApiUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class ApiUtilities

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.ApiUtilities
+
+
+
+
public class ApiUtilities
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+static classApiUtilities.ProgressInfoMode + +
+          DOTS - print progress dots.
+  + + + + + + + + + + +
+Constructor Summary
ApiUtilities() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidprintProgressInfo(int counter, + int size, + int step, + ApiUtilities.ProgressInfoMode mode, + String text) + +
+          Prints a progress counter.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ApiUtilities

+
+public ApiUtilities()
+
+
+ + + + + + + + +
+Method Detail
+ +

+printProgressInfo

+
+public static void printProgressInfo(int counter,
+                                     int size,
+                                     int step,
+                                     ApiUtilities.ProgressInfoMode mode,
+                                     String text)
+
+
Prints a progress counter. +

+

+
Parameters:
counter - Indicates the position in the task.
size - Size of the overall task.
step - How many parts should the progress counter have?
mode - Sets the output mode.
text - The text that should be print along with the progress indicator.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/CommonUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/CommonUtilities.html new file mode 100644 index 00000000..2245bfe8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/CommonUtilities.html @@ -0,0 +1,276 @@ + + + + + + + +CommonUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class CommonUtilities

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.CommonUtilities
+
+
+
+
public class CommonUtilities
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
CommonUtilities() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static StringgetMapContents(Map m) + +
+          Debug output an internal map structure as key-value pairs.
+static StringgetSetContents(Set s) + +
+          Debug output an internal set structure.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CommonUtilities

+
+public CommonUtilities()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSetContents

+
+public static String getSetContents(Set s)
+
+
Debug output an internal set structure. +

+

+
Parameters:
s -
+
+
+
+ +

+getMapContents

+
+public static String getMapContents(Map m)
+
+
Debug output an internal map structure as key-value pairs. +

+

+
Parameters:
m -
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/DbUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/DbUtilities.html new file mode 100644 index 00000000..8b6417a2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/DbUtilities.html @@ -0,0 +1,253 @@ + + + + + + + +DbUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class DbUtilities

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.DbUtilities
+
+
+
+
public class DbUtilities
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DbUtilities(Connection conn) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ booleantableExists(String tableName) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DbUtilities

+
+public DbUtilities(Connection conn)
+
+
+ + + + + + + + +
+Method Detail
+ +

+tableExists

+
+public boolean tableExists(String tableName)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/GraphUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/GraphUtilities.html new file mode 100644 index 00000000..b5184d11 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/GraphUtilities.html @@ -0,0 +1,279 @@ + + + + + + + +GraphUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class GraphUtilities

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.GraphUtilities
+
+
+
+
public class GraphUtilities
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GraphUtilities() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static Set<Integer>getRandomPageSubset(Iterable<Page> pages, + int pResultSetSize) + +
+           
+static Set<Integer>getRandomPageSubset(Set<Integer> pPageIDs, + int pResultSetSize) + +
+          Get a random subset (of size pSize) of the page set passed to the method.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GraphUtilities

+
+public GraphUtilities()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getRandomPageSubset

+
+public static Set<Integer> getRandomPageSubset(Iterable<Page> pages,
+                                               int pResultSetSize)
+
+
+
+
+
+
+ +

+getRandomPageSubset

+
+public static Set<Integer> getRandomPageSubset(Set<Integer> pPageIDs,
+                                               int pResultSetSize)
+
+
Get a random subset (of size pSize) of the page set passed to the method. +

+

+
Parameters:
pPageIDs - The pages.
pResultSetSize - The size of the result set. +
Returns:
A random subset of the original page set of the given size or null, if the requested subset size is larger than the original page set.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/HibernateUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/HibernateUtilities.html new file mode 100644 index 00000000..be992e7f --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/HibernateUtilities.html @@ -0,0 +1,328 @@ + + + + + + + +HibernateUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class HibernateUtilities

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities
+
+
+
All Implemented Interfaces:
WikiConstants
+
+
+
+
public class HibernateUtilities
extends Object
implements WikiConstants
+ + +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
WikiConstants.Language
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants
DISCUSSION_PREFIX, LF
+  + + + + + + + + + + +
+Constructor Summary
HibernateUtilities(WikiConstants.Language pLanguage, + DatabaseConfiguration dbConfig) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ Map<Integer,Long>getIdMappingCategories() + +
+          Hibernate IDs are needed to load an object from the database.
+ Map<Integer,Long>getIdMappingPages() + +
+          Hibernate IDs are needed to load an object from the database.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+HibernateUtilities

+
+public HibernateUtilities(WikiConstants.Language pLanguage,
+                          DatabaseConfiguration dbConfig)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getIdMappingPages

+
+public Map<Integer,Long> getIdMappingPages()
+
+
Hibernate IDs are needed to load an object from the database. + Internal references are via pageIDs. +

+

+
+
+
+ +
Returns:
A mapping of pageIDs to hibernate IDs.
+
+
+
+ +

+getIdMappingCategories

+
+public Map<Integer,Long> getIdMappingCategories()
+
+
Hibernate IDs are needed to load an object from the database. + Internal references are via pageIDs. +

+

+
+
+
+ +
Returns:
A mapping of pageIDs to hibernate IDs.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/OS.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/OS.html new file mode 100644 index 00000000..6db18023 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/OS.html @@ -0,0 +1,279 @@ + + + + + + + +OS (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class OS

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.OS
+
+
+
+
public class OS
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
OS() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static StringgetOsType() + +
+          Tries to determine the tpye of OS the application is running on.
+static doublegetUsedMemory() + +
+          Gets the memory used by the JVM in MB.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+OS

+
+public OS()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getOsType

+
+public static String getOsType()
+
+
Tries to determine the tpye of OS the application is running on. + At the moment only Windows and Linux are supported. +

+

+ +
Returns:
The type of OS the application is running on. Or "unknown" if the system is unknown.
+
+
+
+ +

+getUsedMemory

+
+public static double getUsedMemory()
+
+
Gets the memory used by the JVM in MB. +

+

+ +
Returns:
Returns how much memory (in MB) is used by the JVM at the moment.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/StringUtils.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/StringUtils.html new file mode 100644 index 00000000..d57c0d09 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/StringUtils.html @@ -0,0 +1,303 @@ + + + + + + + +StringUtils (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class StringUtils

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.StringUtils
+
+
+
+
public class StringUtils
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StringUtils() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static StringgetFileContent(String filename, + String encoding) + +
+           
+static Stringjoin(Collection c, + String delimiter) + +
+          Joins the elements of a collection into a string.
+static StringsqlEscape(String str) + +
+          Replaces all problematic characters from a String with their escaped + versions to make it SQL conform.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringUtils

+
+public StringUtils()
+
+
+ + + + + + + + +
+Method Detail
+ +

+join

+
+public static String join(Collection c,
+                          String delimiter)
+
+
Joins the elements of a collection into a string. +

+

+
Parameters:
c - The collection which elements should be joined.
delimiter - String that is introduced between two joined elements. +
Returns:
The joined string.
+
+
+
+ +

+getFileContent

+
+public static String getFileContent(String filename,
+                                    String encoding)
+
+
+
+
+
+
+ +

+sqlEscape

+
+public static String sqlEscape(String str)
+
+
Replaces all problematic characters from a String with their escaped + versions to make it SQL conform. +

+

+
Parameters:
str - unescaped String +
Returns:
SQL safe escaped String
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/UnmodifiableArraySet.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/UnmodifiableArraySet.html new file mode 100644 index 00000000..6758be8a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/UnmodifiableArraySet.html @@ -0,0 +1,553 @@ + + + + + + + +UnmodifiableArraySet (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class UnmodifiableArraySet<E>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet<E>
+
+
+
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
+
+
+
+
public class UnmodifiableArraySet<E>
extends Object
implements Set<E>
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
UnmodifiableArraySet(E[] aData) + +
+           
UnmodifiableArraySet(Set<E> aData) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanadd(E aE) + +
+           
+ booleanaddAll(Collection<? extends E> aC) + +
+           
+ voidclear() + +
+           
+ booleancontains(Object aO) + +
+           
+ booleancontainsAll(Collection<?> aC) + +
+           
+ booleanisEmpty() + +
+           
+ Iterator<E>iterator() + +
+           
+ booleanremove(Object aO) + +
+           
+ booleanremoveAll(Collection<?> aC) + +
+           
+ booleanretainAll(Collection<?> aC) + +
+           
+ intsize() + +
+           
+ Object[]toArray() + +
+           
+ + + + + +
+<T> T[]
+
toArray(T[] aA) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.Set
equals, hashCode
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UnmodifiableArraySet

+
+public UnmodifiableArraySet(E[] aData)
+
+
+
+ +

+UnmodifiableArraySet

+
+public UnmodifiableArraySet(Set<E> aData)
+
+
+ + + + + + + + +
+Method Detail
+ +

+size

+
+public int size()
+
+
+
Specified by:
size in interface Collection<E>
Specified by:
size in interface Set<E>
+
+
+
+
+
+
+ +

+isEmpty

+
+public boolean isEmpty()
+
+
+
Specified by:
isEmpty in interface Collection<E>
Specified by:
isEmpty in interface Set<E>
+
+
+
+
+
+
+ +

+contains

+
+public boolean contains(Object aO)
+
+
+
Specified by:
contains in interface Collection<E>
Specified by:
contains in interface Set<E>
+
+
+
+
+
+
+ +

+iterator

+
+public Iterator<E> iterator()
+
+
+
Specified by:
iterator in interface Iterable<E>
Specified by:
iterator in interface Collection<E>
Specified by:
iterator in interface Set<E>
+
+
+
+
+
+
+ +

+toArray

+
+public Object[] toArray()
+
+
+
Specified by:
toArray in interface Collection<E>
Specified by:
toArray in interface Set<E>
+
+
+
+
+
+
+ +

+toArray

+
+public <T> T[] toArray(T[] aA)
+
+
+
Specified by:
toArray in interface Collection<E>
Specified by:
toArray in interface Set<E>
+
+
+
+
+
+
+ +

+add

+
+public boolean add(E aE)
+
+
+
Specified by:
add in interface Collection<E>
Specified by:
add in interface Set<E>
+
+
+
+
+
+
+ +

+remove

+
+public boolean remove(Object aO)
+
+
+
Specified by:
remove in interface Collection<E>
Specified by:
remove in interface Set<E>
+
+
+
+
+
+
+ +

+containsAll

+
+public boolean containsAll(Collection<?> aC)
+
+
+
Specified by:
containsAll in interface Collection<E>
Specified by:
containsAll in interface Set<E>
+
+
+
+
+
+
+ +

+addAll

+
+public boolean addAll(Collection<? extends E> aC)
+
+
+
Specified by:
addAll in interface Collection<E>
Specified by:
addAll in interface Set<E>
+
+
+
+
+
+
+ +

+retainAll

+
+public boolean retainAll(Collection<?> aC)
+
+
+
Specified by:
retainAll in interface Collection<E>
Specified by:
retainAll in interface Set<E>
+
+
+
+
+
+
+ +

+removeAll

+
+public boolean removeAll(Collection<?> aC)
+
+
+
Specified by:
removeAll in interface Collection<E>
Specified by:
removeAll in interface Set<E>
+
+
+
+
+
+
+ +

+clear

+
+public void clear()
+
+
+
Specified by:
clear in interface Collection<E>
Specified by:
clear in interface Set<E>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.ProgressInfoMode.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.ProgressInfoMode.html new file mode 100644 index 00000000..70c08512 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.ProgressInfoMode.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.ApiUtilities.ProgressInfoMode (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.ApiUtilities.ProgressInfoMode

+
+ + + + + + + + + +
+Packages that use ApiUtilities.ProgressInfoMode
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + +
+Uses of ApiUtilities.ProgressInfoMode in de.tudarmstadt.ukp.wikipedia.util
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.util that return ApiUtilities.ProgressInfoMode
+static ApiUtilities.ProgressInfoModeApiUtilities.ProgressInfoMode.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ApiUtilities.ProgressInfoMode[]ApiUtilities.ProgressInfoMode.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.util with parameters of type ApiUtilities.ProgressInfoMode
+static voidApiUtilities.printProgressInfo(int counter, + int size, + int step, + ApiUtilities.ProgressInfoMode mode, + String text) + +
+          Prints a progress counter.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.html new file mode 100644 index 00000000..656e42e8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/ApiUtilities.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.ApiUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.ApiUtilities

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.ApiUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/CommonUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/CommonUtilities.html new file mode 100644 index 00000000..3a14e4b5 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/CommonUtilities.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.CommonUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.CommonUtilities

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.CommonUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/DbUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/DbUtilities.html new file mode 100644 index 00000000..04f1c33c --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/DbUtilities.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.DbUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.DbUtilities

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.DbUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/GraphUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/GraphUtilities.html new file mode 100644 index 00000000..fff38091 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/GraphUtilities.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.GraphUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.GraphUtilities

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.GraphUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/HibernateUtilities.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/HibernateUtilities.html new file mode 100644 index 00000000..b21bbc88 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/HibernateUtilities.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/OS.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/OS.html new file mode 100644 index 00000000..96be7b0b --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/OS.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.OS (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.OS

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.OS +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/StringUtils.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/StringUtils.html new file mode 100644 index 00000000..36fff569 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/StringUtils.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.StringUtils (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.StringUtils

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.StringUtils +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/UnmodifiableArraySet.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/UnmodifiableArraySet.html new file mode 100644 index 00000000..a471580a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/UnmodifiableArraySet.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/LevenshteinStringDistance.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/LevenshteinStringDistance.html new file mode 100644 index 00000000..6769861e --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/LevenshteinStringDistance.html @@ -0,0 +1,261 @@ + + + + + + + +LevenshteinStringDistance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util.distance +
+Class LevenshteinStringDistance

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.distance.LevenshteinStringDistance
+
+
+
All Implemented Interfaces:
StringDistance
+
+
+
+
public class LevenshteinStringDistance
extends Object
implements StringDistance
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
LevenshteinStringDistance() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ doubledistance(String s, + String t) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LevenshteinStringDistance

+
+public LevenshteinStringDistance()
+
+
+ + + + + + + + +
+Method Detail
+ +

+distance

+
+public double distance(String s,
+                       String t)
+
+
+
Specified by:
distance in interface StringDistance
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/StringDistance.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/StringDistance.html new file mode 100644 index 00000000..5af68bb8 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/StringDistance.html @@ -0,0 +1,212 @@ + + + + + + + +StringDistance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util.distance +
+Interface StringDistance

+
+
All Known Implementing Classes:
LevenshteinStringDistance
+
+
+
+
public interface StringDistance
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ doubledistance(String s1, + String s2) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+distance

+
+double distance(String s1,
+                String s2)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/LevenshteinStringDistance.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/LevenshteinStringDistance.html new file mode 100644 index 00000000..bd5f7f8c --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/LevenshteinStringDistance.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.distance.LevenshteinStringDistance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.distance.LevenshteinStringDistance

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.distance.LevenshteinStringDistance +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/StringDistance.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/StringDistance.html new file mode 100644 index 00000000..df0df210 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/class-use/StringDistance.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.util.distance.StringDistance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.util.distance.StringDistance

+
+ + + + + + + + + +
+Packages that use StringDistance
de.tudarmstadt.ukp.wikipedia.util.distance  
+  +

+ + + + + +
+Uses of StringDistance in de.tudarmstadt.ukp.wikipedia.util.distance
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.util.distance that implement StringDistance
+ classLevenshteinStringDistance + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-frame.html new file mode 100644 index 00000000..570cc7bc --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util.distance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.util.distance + + + + +
+Interfaces  + +
+StringDistance
+ + + + + + +
+Classes  + +
+LevenshteinStringDistance
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-summary.html new file mode 100644 index 00000000..b380319d --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util.distance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.util.distance +

+ + + + + + + + + +
+Interface Summary
StringDistance 
+  + +

+ + + + + + + + + +
+Class Summary
LevenshteinStringDistance 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-tree.html new file mode 100644 index 00000000..078f5d5a --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util.distance Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.util.distance +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-use.html new file mode 100644 index 00000000..bef28646 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/distance/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.util.distance (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.util.distance

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.util.distance
de.tudarmstadt.ukp.wikipedia.util.distance  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.util.distance used by de.tudarmstadt.ukp.wikipedia.util.distance
StringDistance + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html new file mode 100644 index 00000000..735dfbde --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html @@ -0,0 +1,58 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.util + + + + +
+Classes  + +
+ApiUtilities +
+CommonUtilities +
+DbUtilities +
+GraphUtilities +
+HibernateUtilities +
+OS +
+StringUtils +
+UnmodifiableArraySet
+ + + + + + +
+Enums  + +
+ApiUtilities.ProgressInfoMode
+ + + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html new file mode 100644 index 00000000..0384cdc0 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html @@ -0,0 +1,200 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.util +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ApiUtilities 
CommonUtilities 
DbUtilities 
GraphUtilities 
HibernateUtilities 
OS 
StringUtils 
UnmodifiableArraySet<E> 
+  + +

+ + + + + + + + + +
+Enum Summary
ApiUtilities.ProgressInfoModeDOTS - print progress dots.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html new file mode 100644 index 00000000..05c5cc25 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html @@ -0,0 +1,166 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html new file mode 100644 index 00000000..b50878a2 --- /dev/null +++ b/apidocs/API-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.util (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.util

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.util
de.tudarmstadt.ukp.wikipedia.util  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.util used by de.tudarmstadt.ukp.wikipedia.util
ApiUtilities.ProgressInfoMode + +
+          DOTS - print progress dots.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/deprecated-list.html b/apidocs/API-0.9.1/deprecated-list.html new file mode 100644 index 00000000..bfa68477 --- /dev/null +++ b/apidocs/API-0.9.1/deprecated-list.html @@ -0,0 +1,162 @@ + + + + + + + +Deprecated List (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + + + + + + + + + +
+Deprecated Methods
de.tudarmstadt.ukp.wikipedia.api.Category.getPages() +
+          Use Category.getArticles() instead. 
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/help-doc.html b/apidocs/API-0.9.1/help-doc.html new file mode 100644 index 00000000..afc32657 --- /dev/null +++ b/apidocs/API-0.9.1/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/index-all.html b/apidocs/API-0.9.1/index-all.html new file mode 100644 index 00000000..55d8afd4 --- /dev/null +++ b/apidocs/API-0.9.1/index-all.html @@ -0,0 +1,2847 @@ + + + + + + + +Index (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I J L M N O P R S T U V W _
+

+A

+
+
add(NestedList) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
  +
add(E) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
addAll(Collection<? extends E>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
addDefinitionList(DefinitionList) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
addDefiniton(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
addDeleteTemplate(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Adds a Template which should be deleted while the parsing process. +
addNestedList(NestedListContainer) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
addParagraph(Paragraph) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
addParseTemplate(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Adds a Template which should be "parsed" while the parsing process. +
addSection(Section) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
Adds a SubSection after the last SubSection. +
addSectionHandling(int, EnumMap<SelectiveAccessHandler.SIT, EnumMap<SelectiveAccessHandler.CIT, Boolean>>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
adds section handling for a specified relative level... +
addSectionHandling(String, EnumMap<SelectiveAccessHandler.SIT, EnumMap<SelectiveAccessHandler.CIT, Boolean>>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
adds section handling for a specila section name... +
addTable(Table) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
addTableElement(TableElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
adjust(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
adjust(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
Adjusts the start and end Position of the Span, if they are + larger than the offset. +
adjustEnd(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
adjustStart(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
ApiUtilities - Class in de.tudarmstadt.ukp.wikipedia.util
 
ApiUtilities() - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.ApiUtilities +
  +
ApiUtilities.ProgressInfoMode - Enum in de.tudarmstadt.ukp.wikipedia.util
DOTS - print progress dots.
attachClean(Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
attachClean(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
attachClean(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
attachDirty(Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
attachDirty(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
attachDirty(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
+
+

+B

+
+
buildCITMap(boolean, boolean, boolean, boolean) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
  +
buildSITMap(EnumMap<SelectiveAccessHandler.CIT, Boolean>, EnumMap<SelectiveAccessHandler.CIT, Boolean>, EnumMap<SelectiveAccessHandler.CIT, Boolean>, EnumMap<SelectiveAccessHandler.CIT, Boolean>, EnumMap<SelectiveAccessHandler.CIT, Boolean>, EnumMap<SelectiveAccessHandler.CIT, Boolean>) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
  +
+
+

+C

+
+
calculateSrcSpans() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
Category - Class in de.tudarmstadt.ukp.wikipedia.api
 
Category(Wikipedia, long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Category +
Creates a category object. +
Category(Wikipedia, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Category +
Creates a category object. +
Category(Wikipedia, String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Category +
Creates a category object. +
Category - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
 
Category() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
A no argument constructor as required by Hibernate. +
CategoryDAO - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
Data access object for class Page
CategoryDAO(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
CategoryDescendantsIterable - Class in de.tudarmstadt.ukp.wikipedia.api
An iterable over category objects retrieved by Category.getDescendants()
CategoryDescendantsIterable(Wikipedia, Category) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable +
  +
CategoryDescendantsIterable(Wikipedia, int, Category) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable +
  +
CategoryDescendantsIterator - Class in de.tudarmstadt.ukp.wikipedia.api
An iterator over category objects retrieved by Category.getDescendants()
CategoryDescendantsIterator(Wikipedia, int, Category) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator +
  +
CategoryGraph - Class in de.tudarmstadt.ukp.wikipedia.api
The category graph is constructed from the links connecting Wikipedia categories.
CategoryGraph() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates an empty category graph. +
CategoryGraph(Wikipedia, File) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates an CategoryGraph using a serialized DirectedGraph object. +
CategoryGraph(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates a CategoryGraph object using all categories of the given Wikipedia. +
CategoryGraph(Wikipedia, List<String>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates a CategoryGraph object using all categories, but filters all categories starting with strings contained in the filterList. +
CategoryGraph(Wikipedia, Iterable<Category>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates a CategoryGraph object using the categories given by the iterable +
CategoryGraph(Wikipedia, Iterable<Category>, List<String>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates a CategoryGraph object using the categories given by the iterable, but filters all categories starting with strings contained in the filterList +
CategoryGraph(Wikipedia, Set<Integer>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Creates a category graph using a subset (that may also be the full set :) of the categories. +
CategoryGraph(Wikipedia, DirectedGraph<Integer, DefaultEdge>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
CategoryGraphManager - Class in de.tudarmstadt.ukp.wikipedia.api
 
CategoryGraphManager() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager +
  +
CategoryIterable - Class in de.tudarmstadt.ukp.wikipedia.api
An iterable over category objects.
CategoryIterable(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryIterable +
  +
CategoryIterable(Wikipedia, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryIterable +
  +
CategoryIterator - Class in de.tudarmstadt.ukp.wikipedia.api
An iterator over category objects.
CategoryIterator(Wikipedia, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryIterator +
  +
CategoryTitleComparator - Class in de.tudarmstadt.ukp.wikipedia.api
Compares two categories based on the lexicographic ordering of their titles.
CategoryTitleComparator() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CategoryTitleComparator +
  +
ccl - +Variable in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
charAt(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
charAt(int, CharSequence) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
checkRange(ParsedPage) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SrcPosRangeChecker +
  +
CITInfo(EnumMap<SelectiveAccessHandler.CIT, Boolean>) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Converts a CITMap into a human readable String +
clear() - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
clone() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
CommonUtilities - Class in de.tudarmstadt.ukp.wikipedia.util
 
CommonUtilities() - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.CommonUtilities +
  +
compare(Category, Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryTitleComparator +
  +
compare(Page, Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageTitleComparator +
  +
configurationInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates +
  +
configurationInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser +
  +
configurationInfo() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParser +
Retruns information abour the configuration of the parser. +
configurationInfo() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiTemplateParser +
Returns some information about what the TemplateParser does am how + it is configurated. +
configurationInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at the MediaWikiParser interface for a description... +
configurationInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters +
  +
contains(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
containsAll(Collection<?>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
containsCycle() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CycleHandler +
The JGraphT cycle detection seems not to find all cycles. +
Content - Interface in de.tudarmstadt.ukp.wikipedia.parser
This is a main Interface used by nearly all classes of this package.
Content.FormatType - Enum in de.tudarmstadt.ukp.wikipedia.parser
 
ContentContainer - Class in de.tudarmstadt.ukp.wikipedia.parser
A ContentContainer is used to combine more than one Content element (not only + ContentElement.class!)
ContentContainer() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
ContentElement - Class in de.tudarmstadt.ukp.wikipedia.parser
This is the Simple implementation of the Content Inteface, and is used + for nearly all content containing classes...
ContentElement() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
  +
createParser() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Creates a MediaWikiParser with the configurations which has been set. +
createRootPathMap() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Computes the paths from each category node to the root. +
CycleHandler - Class in de.tudarmstadt.ukp.wikipedia.api
Methods for handling cycles in the category graph.
CycleHandler(Wikipedia, CategoryGraph) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.CycleHandler +
Creates a cycle handler object. +
+
+

+D

+
+
DatabaseConfiguration - Class in de.tudarmstadt.ukp.wikipedia.api
A database configuration is used to establish a database connection and set various parameters.
DatabaseConfiguration() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
DatabaseConfiguration(String, String, String, String, WikiConstants.Language) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
DbUtilities - Class in de.tudarmstadt.ukp.wikipedia.util
 
DbUtilities(Connection) - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.DbUtilities +
  +
de.tudarmstadt.ukp.wikipedia.api - package de.tudarmstadt.ukp.wikipedia.api
 
de.tudarmstadt.ukp.wikipedia.api.exception - package de.tudarmstadt.ukp.wikipedia.api.exception
 
de.tudarmstadt.ukp.wikipedia.api.hibernate - package de.tudarmstadt.ukp.wikipedia.api.hibernate
 
de.tudarmstadt.ukp.wikipedia.api.tutorial - package de.tudarmstadt.ukp.wikipedia.api.tutorial
 
de.tudarmstadt.ukp.wikipedia.api.util - package de.tudarmstadt.ukp.wikipedia.api.util
 
de.tudarmstadt.ukp.wikipedia.parser - package de.tudarmstadt.ukp.wikipedia.parser
 
de.tudarmstadt.ukp.wikipedia.parser.html - package de.tudarmstadt.ukp.wikipedia.parser.html
 
de.tudarmstadt.ukp.wikipedia.parser.mediawiki - package de.tudarmstadt.ukp.wikipedia.parser.mediawiki
 
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess - package de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
 
de.tudarmstadt.ukp.wikipedia.parser.statistics - package de.tudarmstadt.ukp.wikipedia.parser.statistics
 
de.tudarmstadt.ukp.wikipedia.parser.tutorial - package de.tudarmstadt.ukp.wikipedia.parser.tutorial
 
de.tudarmstadt.ukp.wikipedia.util - package de.tudarmstadt.ukp.wikipedia.util
 
de.tudarmstadt.ukp.wikipedia.util.distance - package de.tudarmstadt.ukp.wikipedia.util.distance
 
DefinitionList - Class in de.tudarmstadt.ukp.wikipedia.parser
In a definition List exist a Defined Term with Zero or more Definitions.
DefinitionList() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
DefinitionList(ContentElement, List<ContentElement>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
DefinitionList(List<ContentElement>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
content = definedTerm[+definition]* +
delete(Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
delete(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
delete(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
delete(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Deletes the content between s.getStart() (included) and s.getEnd() (excluded). +
delete(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Deletes the content between start (included) and end (excluded). +
deleteRootPathMap() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Deleted the root path map file. +
deleteTags() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
DISCUSSION_PREFIX - +Static variable in interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants +
The prefix that is added to page titles of discussion pages + Has to be the same as in wikipedia.datamachine:SingleDumpVersionJDKGeneric +
distance(String, String) - +Method in class de.tudarmstadt.ukp.wikipedia.util.distance.LevenshteinStringDistance +
  +
distance(String, String) - +Method in interface de.tudarmstadt.ukp.wikipedia.util.distance.StringDistance +
  +
+
+

+E

+
+
empty() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
Returns true, if there is no content in the element. +
empty() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
empty() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns true if there is no Content in this ContentElement. +
enableSrcPosCalculation() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Enables the Calculation of Src Position. +
equals(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
equals(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
ERRORCHAR - +Static variable in class de.tudarmstadt.ukp.wikipedia.parser.Span +
A defined ErrorChar which will be returnd when an error occures. +
existsPage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Tests, whether a page or redirect with the given title exists. +
existsPage(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Tests, whether a page with the given pageID exists. +
+
+

+F

+
+
findById(Long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
findById(Long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
findById(Long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
FlushTemplates - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
This TemplateParser will delete ALL templates, whitout any exception!
FlushTemplates() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates +
  +
+
+

+G

+
+
GermanTemplateParser - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
This is the TemplateParser for the german language, with special treatment + for all the german templates, like "Dieser Artikel" or "Deutschlandlastig".
GermanTemplateParser(MediaWikiContentElementParser, List<String>, List<String>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser +
  +
getArticleForDiscussionPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Returns the article page for a given discussion page. +
getArticleIds() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns the set of article ids that are categorized under this category. +
getArticles() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns the set of articles that are categorized under this category. +
getArticles() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get all articles (pages MINUS disambiguationPages MINUS redirects). +
getAverageDegree() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Computes the average degree. +
getAverageFanOut() - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
  +
getAveragePathLengthFromRoot(Wikipedia, CategoryGraph) - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
  +
getAverageShortestPathLength() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Computes the average of the path length between all pairs of nodes. +
getCalculateSrcSpans() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns if the Parser should calculate the positions in the original source of the elements + which are parsed. +
getCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns a set of categories that this page belongs to. +
getCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
This returns an iterable over all categories, as returning all category objects would be much too expensive. +
getCategories(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get all wikipedia categories. +
getCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of category Link objects. +
getCategorizedArticles(Wikipedia, CategoryGraph) - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
  +
getCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the category for a given title. +
getCategory(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the category for a given pageId. +
getCategoryElement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
The ContentElement with links to a page's categories. +
getCategoryGraph(Wikipedia) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager +
  +
getCategoryGraph(Wikipedia, boolean) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager +
  +
getCategoryGraph(Wikipedia, Set<Integer>) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager +
  +
getCategoryGraph(Wikipedia, Set<Integer>, boolean) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraphManager +
  +
getCategoryIdentifers() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns the List of Strings which are used to specifiy that a link is a link to a + cathegory. +
getCategoryIdentifers() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
getCategoryInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
  +
getChildren() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns a set containing the children (subcategories) of this category. +
getChildrenIDs() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
  +
getClusterCoefficient() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Compute the cluster coefficient of the graph (after Watts and Strogatz 1998) + Cluster coefficient C is defined as the average of C_v over all edges. +
getCol() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getContentList() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Return a List with all Content of any Type in Order of appearance. +
getContentList() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getContentList() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getContentList() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getContentList() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getContext(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Returns the Number of Words left and right of the Link, in the Bounds of the + HomeElement of this Link. +
getDatabase() - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
getDatabaseConfiguration() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Returns the DatabaseConfiguration object that was used to create the Wikipedia object. +
getDefinedTerm() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
getDefinition(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
getDefinitionList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the definition list indicated by the parameter i. +
getDefinitionList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the i-th Table of this Section. +
getDefinitionList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getDefinitionList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getDefinitionList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getDefinitionList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of definition lists. +
getDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns a List of all DefinitionLists of this Section. +
getDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getDefinitions() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
getDegreeDistribution() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Computes the degree distribution. +
getDeleteTags() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns if &lf; * > tags should be deleted or annotaded. +
getDeleteTemplates() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Retuns the List of templates which should be deleted in the parseing process. +
getDepth() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
This parameter is already set in the constructor as it is needed for computation of relatedness values. +
getDescendants() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns *all* recursively collected descendants (=subcategories) of this category. +
getDescendants(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns *all* recursively collected descendants (=subcategories) of this category. +
getDiameter() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Computes the diameter of the graph (the maximum of the shortest path length between all pairs of nodes) + The graph is treated as a undirected graph. +
getDisambiguationCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getDisambiguationCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the disambiguation category. +
getDisambiguationText() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
Returns the disambigutation text of a page title (i.e., the part in parentheses following the page's name). +
getDiscussionArchives(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Returns an iterable containing all archived discussion pages for + the page with the given title String. +
getDiscussionArchives(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Returns an iterable containing all archived discussion pages for + the page with the given title String. +
getDiscussionArchives(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Return an iterable containing all archived discussion pages for + the given article page. +
getDiscussionPage(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the discussion page for an article page with the given pageId. +
getDiscussionPage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the discussion page for the page with the given title. +
getDiscussionPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the discussion page for the given article page + The provided page must not be a discussion page +
getDistributionOfArticlesByCategory(Wikipedia, CategoryGraph) - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
Computes the distribution of the number of articles per category. +
getEnd() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
getEnd() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan +
Look at Constructor for Details... +
getEntity() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
Returns the name of the entity (i.e. the page's title *without* disambiguation string). +
getFileContent(String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.StringUtils +
  +
getFileText() - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.html.ParsedPageCSS +
  +
getFileText() - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.TestFile +
  +
getFirstParagraph() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the first paragraph. +
getFirstParagraphNr() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the number of the first paragraph. +
getFormats() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns the Formats uses in this element. +
getFormats(int, int) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns the Formats uses in this element, in the Range from start to end. +
getFormats(Span) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns the Formats uses in this element, in the Range of s. +
getFormats() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getFormats(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getFormats(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getFormats() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns the Formats wich are used in this ContentElement in a List. +
getFormats(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns the Formats wich are used in this ContentElement, in the Range from start to end, in a List. +
getFormats(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns the Formats wich are used in this ContentElement, in the Range of the Span s, in a List. +
getFormats() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
  +
getFormatSpans(Content.FormatType) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns the Format Spans of the Specified Type. +
getFormatSpans(Content.FormatType, int, int) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns the Format Spans of the Specified Type, in the Range from start to end. +
getFormatSpans(Content.FormatType, Span) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns the Format Spans of the Specified Type, in the Range of s. +
getFormatSpans(Content.FormatType) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getFormatSpans(Content.FormatType, int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getFormatSpans(Content.FormatType, Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getFormatSpans(Content.FormatType) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns all the Spans of the Format type t. +
getFormatSpans(Content.FormatType, int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns all the Spans of the Format type t in the Range of start to end +
getFormatSpans(Content.FormatType, Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns all the Spans of the Format type t in the Range of the Span s +
getFormatSpans(Content.FormatType) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
  +
getGraph() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getGraph() - +Method in class de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph +
Returns the graph. +
getGraphInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getGraphParameters(CategoryGraph) - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
Get various graph parameters like diameter, average out-degree etc of the categroy graph. +
getHomeElement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Returns the Content Element in wich the Link occures. +
getHost() - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
getHyponymCountMap() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the id of the MetaData object. +
getIdMappingCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities +
Hibernate IDs are needed to load an object from the database. +
getIdMappingPages() - +Method in class de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities +
Hibernate IDs are needed to load an object from the database. +
getImageIdentifers() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns the List of Strings which are used to specifiy that a link is an Image. +
getImageIdentifers() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
getInDegree(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getInlinkAnchors() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Note that this method only returns the anchors that are not equal to the page's title. +
getInlinkIDs() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
The result set may also contain links from non-existing pages. +
getInLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
getInLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getInlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns the set of pages that have a link pointing to this page. +
getIntrinsicInformationContent(Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Intrinsic information content (Seco Etal. 2004) allows to compute information content from the structure of the taxonomy (no corpus needed). +
getIsDisambiguation() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getLanguage() - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
getLanguage() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getLanguage() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the language of this wikipedia. +
getLanguage() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Returns the language of this Wikipedia. +
getLanguageIdentifers() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns the List of Strings which are used to specifiy that a link is a link to a + wikipedia i another language. +
getLanguageIdentifers() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
getLanguages() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of language Link objects. +
getLanguagesElement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a ContentElement containing the languages that are linked inside the article. +
getLargestConnectedComponent() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getLCS(Category, Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Gets the lowest common subsumer (LCS) of two nodes. +
getLemma() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
getLevel() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Retruns the hirachical Level of this Section. +
getLineSeparator() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParser +
Retruns the String which is uses as line separator, usually it + will be "\n" or "\r\n" +
getLineSeparator() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns the CharSequence/String which should be used as line separator. +
getLineSeparator() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
getLinks() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Links of this element. +
getLinks(Link.type) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Links of this element of the specified type. +
getLinks(Link.type, int, int) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Links of this element of the specified type, in the Range from start to end. +
getLinks(Link.type, Span) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Links of this element of the specified type, in the Range of s +
getLinks(Link.type) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getLinks(Link.type, int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getLinks(Link.type, Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Retruns a List of the Links of this ContentElement +
getLinks(Link.type) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns a List of the Links of this ContentElement of the Specified Link.type t +
getLinks(Link.type, Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of s +
getLinks(Link.type, int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns a List of the Links of this ContentElement of the Specified Link.type t in the Range of start to end +
getLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
  +
getMainCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getMainCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the name of the main/root category. +
getMapContents(Map) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.CommonUtilities +
Debug output an internal map structure as key-value pairs. +
getMaxCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMaxIndegree() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMaxOutdegree() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMaxRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMaxTokens() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Returns a MetaData object containing all meta data about this instance of Wikipedia. +
getMinCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMinIndegree() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMinOutdegree() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMinRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getMinTokens() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getName() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
getName() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getName() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
getName() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
The name of a parsed page. +
getName() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
  +
getNeighbors(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Get the neighbors of a given node. +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
Returns the NestedListContainer or NestedListElement at Positon i. +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the nested list indicated by the parameter i. +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the i-th NestedList of this Section as NestedListContainer. +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getNestedList(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
  +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of nested lists. +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns a List of all NestedLists of this Section. +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getNrofCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getNrofDisambiguationPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getNrofPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getNrofRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getNumberOfCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the number of categories in the current Wikipedia. +
getNumberOfCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
This is a more efficient shortcut for writing "getCategories().size()", as that would require + to load all the categories first. +
getNumberOfCategorizedArticles(Wikipedia, CategoryGraph) - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
If the return value has been already computed, it is returned, else it is computed at retrieval time. +
getNumberOfChildren() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
This is a more efficient shortcut for writing "getChildren().size()", as that would require to load all the children first. +
getNumberOfDisambiguationPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the number of disambituation pages in the current Wikipedia. +
getNumberOfEdges() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Get the number of edges in the graph. +
getNumberOfInlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
This is a more efficient shortcut for writing "getInlinks().size()", as that would require to + load all the inlinks first. +
getNumberOfNodes() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Get the number of nodes in the graph. +
getNumberOfOutlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
This is a more efficient shortcut for writing "getOutlinks().size()", as that would require + to load all the outlinks first. +
getNumberOfPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
This is a more efficient shortcut for writing "getPages().size()", as that would require to load all the pages first. +
getNumberOfPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the number of pages in the current Wikipedia. +
getNumberOfPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
  +
getNumberOfParents() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
This is a more efficient shortcut for writing "getParents().size()", as that would require to load all the parents first. +
getNumberOfRedirectPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the number of redirects in the current Wikipedia. +
getOsType() - +Static method in class de.tudarmstadt.ukp.wikipedia.util.OS +
Tries to determine the tpye of OS the application is running on. +
getOutDegree(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getOutDegree() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getOutlinkAnchors() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Note that this method only returns the anchors that are not equal to the title of the page + they are pointing to. +
getOutlinkIDs() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
The result set may also contain links from non-existing pages. +
getOutLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
getOutLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getOutlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns the set of pages that are linked from this page. +
getOverlapping(Wikipedia, CategoryGraph) - +Method in class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
Articles in wikipedia may be tagged with multiple categories. +
getPage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the page with the given title. +
getPage(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the page for a given pageId. +
getPageId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns a unique page id. +
getPageId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
getPageId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getPageID() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
getPageId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
  +
getPageId() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
The pageId of a parsed page. +
getPageIds(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the page ids for a given title. +
getPageIds() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
  +
getPageInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns a string with infos about this page object. +
getPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Deprecated. Use Category.getArticles() instead. +
getPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
getPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get all wikipedia pages. +
getPages(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get all wikipedia pages. +
getPages(PageQuery) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get the pages that match the given query. +
getParagraph(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the paragraph indicated by the parameter i. +
getParagraph(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the i-th Paragraph of this Section. +
getParagraph(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getParagraph(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getParagraph(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getParagraph(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of paragraphs. +
getParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Retuns a List of all Paragraphs of this Section. +
getParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getParameters() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Returns a List of Parameters for this Link, in most cases the size of the list will be 0. +
getParameters() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
  +
getParentIDs() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
  +
getParents() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns a set containing parents (supercategories) of this category. +
getParsedObject() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
Returns the Object which is representative for the Template Code. +
getParsedPage() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns a ParsedPage object as would have been returned by the JWPL Parser. +
getParser() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
  +
getParserClass() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Retuns the Class of the selected Parser. +
getParseTemplates() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns the List of templates which should be "parsed" in the parseing process. +
getPassword() - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
getPathLengthInEdges(Category, Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Gets the path length between two category nodes - measured in "edges". +
getPathLengthInNodes(Category, Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Gets the path length between two category nodes - measured in "nodes". +
getPlainText() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns the Wikipedia article as plain text. +
getPlainTitle() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
Returns the plain title, without wikistyle underscores replacing spaces. +
getPos() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Retruns the Position Span of the Link, wich refers to getHomeElement().getText(). +
getPos() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
Returns the Position Span of this Template refering to the ContentElement + in which the Template occures. +
getPostParseReplacement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
Will be called by the parser after the parsing process and will replace + the TEXT which is within the bounds of the original template src. +
getPreParseReplacement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
will be called by the parser before the Parsing process and replaces the original + template code. +
getQueryInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getRandomPageSubset(Iterable<Page>, int) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.GraphUtilities +
  +
getRandomPageSubset(Set<Integer>, int) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.GraphUtilities +
Get a random subset (of size pSize) of the page set passed to the method. +
getRawTitleText() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
  +
getRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns the set of strings that are redirects to this page. +
getRootPathMap() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getRow() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getSection(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the requested Section of the lowest level. +
getSection(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getSectionContainer() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getSectionHandling() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
  +
getSections() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Retruns a list of all Sections of the lowest level. +
getSectionText() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
  +
getSelectedText(ParsedPage) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Returns the Information of a ParsedPage which are selected by the actual configuration +
getSelectionInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Returns information which infomations are selected by the actual configuration +
getSessionFactory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
getSessionFactory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
getSessionFactory() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
getSessionFactory(DatabaseConfiguration) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.WikiHibernateUtil +
  +
getSetContents(Set) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.CommonUtilities +
Debug output an internal set structure. +
getShowImageText() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns if the Parser should show the Text of an Image, or delete it. +
getShowMathTagContent() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Retruns if the Content of math tags (&lf;math>&lf;CONTENT/math>) should be deleted or annotated. +
getSiblings() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns the siblings of this category. +
getSimilarPages(String, int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the pages or redirects with a name similar to the pattern. +
getSrcPos(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Retruns a SrcPos for the index of the aktual SpanManager base. +
getSrcSpan() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.NestedList +
  +
getSrcSpan() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject +
Returns a Span refering to a SourceCode. +
getStart() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
getStart() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan +
Look at Constructor for Details... +
getStem() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
getSubSection(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
Returns the i�th SubSection of this Section. +
getSubSections() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
Returns a List of all SubSections of the next level. +
getSubSections() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getTable(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the table indicated by the parameter i. +
getTable(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the i-th Table of this Section. +
getTable(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getTable(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getTable(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getTable(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getTableElement(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of tables. +
getTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns a List of all Tables of this Section. +
getTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
getTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
getTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
getTarget() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Retruns the Target of the Link. +
getTaxonomicallyBoundPathLengthInEdges(Category, Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Computing the path length in very large graphs like the Wikipedia category graph is very time consuming. +
getTaxonomicallyBoundPathLengthInNodes(Category, Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
getTemplate() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
In case of an Error the Parser will use the Original Template + as parsed object. +
getTemplateParser() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
getTemplateParserClass() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Returns the Class of the selected TemplateParser. +
getTemplates() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Templates. +
getTemplates(int, int) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Templates, in the Range from start to end. +
getTemplates(Span) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
returns all Templates, in the Range of s. +
getTemplates() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getTemplates(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getTemplates(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getTemplates() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns a List of the Templates of this ContentElement. +
getTemplates(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns a List of the Templates of this ContentElement in the Range from start to end +
getTemplates(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns a List of the Templates of this ContentElement in the Range of s +
getTemplates() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns a list of templates that are used in the page. +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns the text of the page with media wiki markup. +
getText() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
Returns the Text of the Element +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
getText(List<Span>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
Returns the Text in the Span List in a String... +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns the Text on wich all elements of this ContentElement are bases on. +
getText(List<Span>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Returns the Text defined with the Spans in the List divided by a WS +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Retruns the Link text or link caption. +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Return the plain text. +
getText(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
simply src.substring( this.getStart(), this.getEnd ); +
getTitle() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
Returns the title of the category. +
getTitle() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns the title of the page. +
getTitle(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Gets the title for a given pageId. +
getTitle() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns getTitleElement().getText() without NullPointerException +
getTitleElement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns a ContentElement representing the content, originally given as + MediaWiki SourcCode, beween one ore more equality chars at the beginning + of a line. +
getTitleElement() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
getTitlePattern() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
getTitles() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get all titles including disambiguation pages and redirects). +
getType() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
Returns the Type of the Link. +
getType() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Paragraph +
  +
getUniqueArticleTitles() - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T6_HelperMethods +
  +
getUsedMemory() - +Static method in class de.tudarmstadt.ukp.wikipedia.util.OS +
Gets the memory used by the JVM in MB. +
getUser() - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
getVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
getVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Returns the version of the wikipedia data. +
getWikipediaId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
The ID consists of the host, the database, and the language. +
getWikiStyleTitle() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
Returns the wikistyle title, with spaces replaced by underscores. +
GraphSerialization - Class in de.tudarmstadt.ukp.wikipedia.api.util
Utility for serializing and deserializing DirectedGraph objects, that are
+ wrapped into SerializableDirectedGraph objects.
GraphUtilities - Class in de.tudarmstadt.ukp.wikipedia.util
 
GraphUtilities() - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.GraphUtilities +
  +
+
+

+H

+
+
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator +
  +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryIterator +
  +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageIterator +
  +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator +
  +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.api.TitleIterator +
  +
HibernateUtilities - Class in de.tudarmstadt.ukp.wikipedia.util
 
HibernateUtilities(WikiConstants.Language, DatabaseConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.HibernateUtilities +
  +
hits(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
returns true if this Span is in the range of the Span s. +
HtmlFileDemo - Class in de.tudarmstadt.ukp.wikipedia.parser.html
This Class shows how to use the HtmlTools.class...
HtmlFileDemo() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlFileDemo +
  +
HtmlWriter - Class in de.tudarmstadt.ukp.wikipedia.parser.html
Renders a ParsedPage in HTML...
HtmlWriter() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter +
  +
+
+

+I

+
+
indexOf(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
indexOf(String, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
indexOf(String, Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
indexOf(String, int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
info() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Returnes some information about the content of the SpanManager an it�s manages + Spans +
insert(int, String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Insterts a String at the position offset. +
isDisambiguation() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns true, if the page is a disambiguation page, false otherwise. +
isDiscussion() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
  +
isEmpty() - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
isNumbered() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
Returns if the NestedList is a numbered or a unnumbered/pointed NestedList +
isRedirect() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
Returns true, if the page was returned by querying a redirect string, false otherwise. +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterable +
  +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryIterable +
  +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageIterable +
  +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable +
  +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.api.TitleIterable +
  +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
+
+

+J

+
+
join(Collection, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.StringUtils +
Joins the elements of a collection into a string. +
+
+

+L

+
+
length() - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.Content +
Content.getText().length() == Content.length() +
length() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
  +
length() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Retruns the length of the Text. +
length() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
length() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the length of the text in characters. +
length() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
returns this.getEnd()-this.getStart() +
LevenshteinStringDistance - Class in de.tudarmstadt.ukp.wikipedia.util.distance
 
LevenshteinStringDistance() - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.distance.LevenshteinStringDistance +
  +
LF - +Static variable in interface de.tudarmstadt.ukp.wikipedia.api.WikiConstants +
Shortcut for System.getProperty("line.separator"). +
LF - +Static variable in interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ParserConstants +
Shortcut for System.getProperty("line.separator"). +
Link - Class in de.tudarmstadt.ukp.wikipedia.parser
 
Link(Content, Span, String, Link.type, List<String>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Link +
  +
Link.type - Enum in de.tudarmstadt.ukp.wikipedia.parser
 
loadConfig(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Loads a Configuration from an XMLFile... +
loadGraph(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization +
Deserializes a SerializableDirectedGraph object that is stored in the given
+ location. +
loadGraph(File) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization +
Deserializes a SerializableDirectedGraph object that is stored in the given
+ location. +
+
+

+M

+
+
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.PerformanceTest +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1a_HelloWorld +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1b_HelloWorld +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1c_HelloWorld +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T2_PageInfo +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T3_PageDetails +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T4_Categories +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.tutorial.T5_TownList +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlFileDemo +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics2 +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T1_SimpleParserDemo +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T2_InternalLinks +
Prints the targets of the internal links found in the page Germany. +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T3_LinkContexts +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T4_InterfacingWithWikipedia +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T5_CleaningTemplateImage +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists +
  +
manageList(List<Span>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Adds a List of Spans, which should be managed. +
MediaWikiParser - Interface in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
This is an Interface for MediaWiki Parsers.
MediaWikiParserFactory - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
Class for easy creating a configurated MediaWiki Parser...
MediaWikiParserFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Creates a new UNCONFIGURATED Parser Factory. +
MediaWikiParserFactory(WikiConstants.Language) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Creates a fully configurated parser factory for the specified language. +
MediaWikiTemplateParser - Interface in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
Because template parsing is a special task, it is usesfull to use + a special parser.
merge(Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
merge(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
merge(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
MetaData - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
 
MetaData() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
A no argument constructor as required by Hibernate. +
MetaData - Class in de.tudarmstadt.ukp.wikipedia.api
Provides access to meta data about a certain instance of Wikipedia.
MetaData(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.MetaData +
Creates a meta data object. +
MetaDataDAO - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
Home object for class Page
MetaDataDAO(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
ModularParser - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
This is a Parser for MediaWiki Source.
ModularParser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Creates a unconfigurated Parser... +
ModularParser(String, List<String>, List<String>, List<String>, boolean, boolean, boolean, boolean, MediaWikiTemplateParser) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Creates a fully configurated parser... +
+
+

+N

+
+
NestedList - Interface in de.tudarmstadt.ukp.wikipedia.parser
A NestedList can contain ContentElements or other NestedLists, + for this purpose and to avoid a improper use, this interface has been created.
NestedListContainer - Class in de.tudarmstadt.ukp.wikipedia.parser
Take a Look a NestedList description first.
NestedListContainer(boolean) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
  +
NestedListElement - Class in de.tudarmstadt.ukp.wikipedia.parser
This is a simple ContentElement, wich occures in a NestedList.
NestedListElement() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.NestedListElement +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryIterator +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageIterator +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.api.TitleIterator +
  +
nonWSCharPos(CharSequence) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
nrOfDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the number of definition lists. +
nrOfDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the Number of DefinitionLists of this Section. +
nrOfDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
nrOfDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
nrOfDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
nrOfDefinitionLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
nrOfDefinitions() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
nrOfNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the number of nested lists. +
nrOfNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the Number of NestedLists of this Section. +
nrOfNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
nrOfNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
nrOfNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
nrOfNestedLists() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
nrOfParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the number of paragraphs. +
nrOfParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the Number of Paragraphs in this Section. +
nrOfParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
nrOfParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
nrOfParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
nrOfParagraphs() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
nrOfSections() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
nrOfSubSections() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
Returns the Number of SubSection of this Section. +
nrOfTableElements() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
nrOfTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Returns the number of tables. +
nrOfTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns the Number of Tables of this Section. +
nrOfTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
nrOfTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
nrOfTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
nrOfTables() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
+
+

+O

+
+
onlyArticlePages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
onlyDisambiguationPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
OS - Class in de.tudarmstadt.ukp.wikipedia.util
 
OS() - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.OS +
  +
outputNestedList(NestedList, int) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists +
Returns String with all elements of a NestedList +
+
+

+P

+
+
Page - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
The page class that is actually persisted by Hibernate.
Page() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
A no argument constructor as required by Hibernate. +
Page - Class in de.tudarmstadt.ukp.wikipedia.api
Represents a Wikipedia article page.
Page(Wikipedia, long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Page +
Creates a page object. +
Page(Wikipedia, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Page +
Creates a page object. +
Page(Wikipedia, String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Page +
Creates a page object. +
Page(Wikipedia, long, Page) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Page +
Creates a Page object from an already retrieved hibernate Page +
PageDAO - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
Home object for class Page
PageDAO(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
PageIterable - Class in de.tudarmstadt.ukp.wikipedia.api
An iterable of page objects.
PageIterable(Wikipedia, boolean) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageIterable +
  +
PageIterable(Wikipedia, boolean, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageIterable +
  +
PageIterator - Class in de.tudarmstadt.ukp.wikipedia.api
An iterator over page objects.
PageIterator(Wikipedia, Set<String>, Set<String>, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageIterator +
  +
PageIterator(Wikipedia, boolean, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageIterator +
  +
PageMapLine - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
 
PageMapLine() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
A no argument constructor as required by Hibernate. +
PageQuery - Class in de.tudarmstadt.ukp.wikipedia.api
Represents a query for retrieving pages that meet the given conditions.
PageQuery() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
  +
PageQueryIterable - Class in de.tudarmstadt.ukp.wikipedia.api
An iterable over page objects selected by a query.
PageQueryIterable(Wikipedia, PageQuery) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterable +
  +
PageQueryIterator - Class in de.tudarmstadt.ukp.wikipedia.api
An iterator over page objects selected by a query.
PageQueryIterator(Wikipedia, List<Integer>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator +
  +
PageTitleComparator - Class in de.tudarmstadt.ukp.wikipedia.api
Compares two pages based on the lexicographic ordering of their titles.
PageTitleComparator() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PageTitleComparator +
  +
Paragraph - Class in de.tudarmstadt.ukp.wikipedia.parser
This is a simple ContentElement extende with a Paragraph Type.
Paragraph() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Paragraph +
  +
Paragraph(Paragraph.type) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Paragraph +
  +
Paragraph.type - Enum in de.tudarmstadt.ukp.wikipedia.parser
 
parse(String) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParser +
Parses MediaWiki Source, given as parameter src, and returns a ParsedPage. +
parse(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at the MediaWikiParser for a description... +
parseContentElement(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Building a ContentElement from a String +
ParsedPage - Class in de.tudarmstadt.ukp.wikipedia.parser
Provides access to structured information about a MediaWiki article page.
ParsedPage() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Constructor for a blank ParsedPage. +
ParsedPageCSS - Class in de.tudarmstadt.ukp.wikipedia.parser.html
 
ParsedPageCSS() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.html.ParsedPageCSS +
  +
ParsedPageObject - Class in de.tudarmstadt.ukp.wikipedia.parser
All clases in parsedpage package, which can be created by a + parser, extending this class.
ParsedPageObject() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject +
  +
parsedPageToHtml(ParsedPage) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter +
Generates HTML Output for a ParsedPage. +
ParserConstants - Interface in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
 
parseTemplate(Template, ParsedPage) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.FlushTemplates +
  +
parseTemplate(Template, ParsedPage) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.GermanTemplateParser +
  +
parseTemplate(Template, ParsedPage) - +Method in interface de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiTemplateParser +
Takes a Template and do whatever is required for handling this Template. +
parseTemplate(Template, ParsedPage) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters +
  +
path - +Static variable in class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics +
  +
PerformanceTest - Class in de.tudarmstadt.ukp.wikipedia.api
 
PerformanceTest(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PerformanceTest +
  +
PerformanceTestPageIterator - Class in de.tudarmstadt.ukp.wikipedia.api
This is a test class for the version of PageIterator, that buffers a + certain number of pages in order to gain efficiency.
PerformanceTestPageIterator() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator +
  +
persist(Category) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.CategoryDAO +
  +
persist(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaDataDAO +
  +
persist(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageDAO +
  +
printProgressInfo(int, int, int, ApiUtilities.ProgressInfoMode, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.ApiUtilities +
Prints a progress counter. +
+
+

+R

+
+
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryDescendantsIterator +
  +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryIterator +
  +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageIterator +
  +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQueryIterator +
  +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.api.TitleIterator +
  +
remove(NestedList) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
  +
remove(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
removeAll(Collection<?>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
removeCycles() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CycleHandler +
Removes cycles from the graph that was used to construct the cycle handler. +
removeDefinition(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
removeDefinitionList(DefinitionList) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
removeManagedList(List<Span>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Removes a List of Spans (not the Spans in the List), which shouldn�t be managed anymore. +
removeNestedList(NestedListContainer) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
removeParagraph(Paragraph) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
removeSection(Section) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
Removes the specified Section. +
removeSection(Section) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
removeTable(Table) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
removeTableElement(TableElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
replace(Span, String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Replaces the content between s.getStart() (included) and s.getEnd() (excluded) with + a String +
replace(int, int, String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Replaces the content between start (included) and end (excluded) with a String +
ResolvedTemplate - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
 
ResolvedTemplate(Template) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
Creates a new ResolvedTemplate linked to the original template. +
retainAll(Collection<?>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
+
+

+S

+
+
saveGraph(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
Serializes the graph to the given destination. +
saveGraph(DirectedGraph<Integer, DefaultEdge>, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization +
Serializes the given DirectedGraph object to the given location. +
saveGraph(DirectedGraph<Integer, DefaultEdge>, File) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.util.GraphSerialization +
Serializes the given DirectedGraph object to the given location. +
Section - Class in de.tudarmstadt.ukp.wikipedia.parser
A Section consists at first of a Title.
Section(ContentElement, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Section +
  +
SectionContainer - Class in de.tudarmstadt.ukp.wikipedia.parser
This is the structure implementation of Section.
SectionContainer(int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
SectionContainer(ContentElement, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
SectionContent - Class in de.tudarmstadt.ukp.wikipedia.parser
This is a Implementation of the Content of a Section.
SectionContent(int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
SectionContent(ContentElement, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
SelectiveAccessHandler - Class in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
Provides access to a ParsedPage at an abstract Level.
SelectiveAccessHandler() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Creates an SelectiveAccessHandler... ready to config... +
SelectiveAccessHandler(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Creates an SelectiveAccessHandler and loads the config from an XMLFile +
SelectiveAccessHandler.SectionType - Enum in de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess
 
SerializableDirectedGraph - Class in de.tudarmstadt.ukp.wikipedia.api.util
Serializable Wrapper for a DirectedGraph object, that has Integer objects as vertices and DefaultEdge objects as edges.
SerializableDirectedGraph(DirectedGraph<Integer, DefaultEdge>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph +
This Constructor is intended to be used before the serialization of the
+ directed graph. +
setCalculateSrcSpans(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets if the Parser should calculate the positions in the original source of the elements + which are parsed. +
setCalculateSrcSpans(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setCategories(Set<Integer>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setCategoryElement(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Sets the category element of a parsed page. +
setCategoryIdentifers(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Set the list of cathegory identifers. +
setCategoryIdentifers(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setCharAt(int, char) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
setDatabase(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
setDefaultSectionHandling(EnumMap<SelectiveAccessHandler.SIT, EnumMap<SelectiveAccessHandler.CIT, Boolean>>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
sets the section handling for all sections which are not set by level or name... +
setDefinedTerm(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
setDeleteTags(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets if &lf; * > tags should be deleted or annotaded. +
setDeleteTags(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setDeleteTemplates(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Set the List of templates which should be deleted in the parseing process. +
setDisambiguationCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setEnd(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
setEnd(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan +
Look at Constructor for Details... +
setFirstParagraphHandling(EnumMap<SelectiveAccessHandler.CIT, Boolean>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
if firstParagraphHandling is null, there will be no special handling for the FirstParagraph... +
setFirstParagraphNr(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Sets the number of the first paragraph. +
setFormatSpans(Content.FormatType, List<Span>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Look at getFormatSpans for Details... +
setHomeElement(Content) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
  +
setHost(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
setId(long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setId(long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
setImageIdentifers(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets the image identifer list. +
setImageIdentifers(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setInLinks(Set<Integer>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
setInLinks(Set<Integer>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setIsDisambiguation(Boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setLanguage(WikiConstants.Language) - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
setLanguage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setLanguageIdentifers(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets the list of language identifiers. +
setLanguageIdentifers(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setLanguagesElement(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Sets the language element of a parsed page. +
setLemma(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
setLevel(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Look at getLevel() for Details... +
setLineSeparator(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets the CharSequence/String which should be used as line separator. +
setLineSeparator(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setLinks(List<Link>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Look at getLinks() for Details... +
setMainCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setMaxCategories(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the maximum number of categories that queried articles should have. +
setMaxIndegree(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the maximum number of ingoing links that queried articles should have. +
setMaxOutdegree(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the maximum number of outgoing links that queried articles should have. +
setMaxRedirects(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the maximum number of redirects that queried articles should have. +
setMaxTokens(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the maximum number of tokens that queried articles should have. +
setMinCategories(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the minimum number of categories that queried articles should have. +
setMinIndegree(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the minimum number of ingoing links that queried articles should have. +
setMinOutdegree(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the minimum number of outgoing links that queried articles should have. +
setMinRedirects(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the minimum number of redirects that queried articles should have. +
setMinTokens(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets the minimum number of tokens that queried articles should have. +
setName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
setName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
setName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Sets the name of a parsed page. +
setName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
  +
setNrofCategories(long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setNrofDisambiguationPages(long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setNrofPages(long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setNrofRedirects(long) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
setOnlyArticlePages(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets whether only be articles should be retrieved. +
setOnlyDisambiguationPages(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets whether only disambiguation pages should be retrieved. +
setOutLinks(Set<Integer>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
setOutLinks(Set<Integer>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setPageHandling(EnumMap<SelectiveAccessHandler.CIT, Boolean>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
if pageHandling is null, there will be no special handling for the WHOLE PAGE, this means, the handling will be sectionwhise... +
setPageId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
setPageId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setPageID(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
setPageId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Set the pageId of a parsed page. +
setPages(Set<Integer>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Category +
  +
setParameters(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
  +
setParsedObject(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
Look at getParsedObject for Details. +
setParserClass(Class) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Set the Parser which should be configurated and returned by createParser(). +
setParseTemplates(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets the List of templates which should be "parsed" in the parseing process. +
setPassword(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
setPos(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
Look at getPos for Details... +
setPostParseReplacement(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
Look at getPostParseReplacement... +
setPreParseReplacement(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
Look at getPreParseReplacement... +
setRedirects(Set<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setSectionHandling(Map<String, EnumMap<SelectiveAccessHandler.SIT, EnumMap<SelectiveAccessHandler.CIT, Boolean>>>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Be sure to set the Default Section Handling to avoid errors... +
setSections(List<Section>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Sets the Sections of a ParsedPage. +
setSections(SectionContainer) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
Set the Sections of the ParsedPage. +
setShowImageText(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Sets if the Parser should show the Text of an Image, or delete it. +
setShowImageText(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setShowMathTagContent(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Set if the Contetn of math tags should be deleted or annotated. +
setShowMathTagContent(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setSrcSpan(SrcSpan) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPageObject +
  +
setStart(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
setStart(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan +
Look at Constructor for Details... +
setStem(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.PageMapLine +
  +
setTemplateParser(MediaWikiTemplateParser) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
setTemplateParserClass(Class) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.MediaWikiParserFactory +
Set the Parser which should be used for Template parsing. +
setTemplates(List<Template>) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Look at getTemplates for Details... +
setText(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.Page +
  +
setText(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Look at getText() for Details... +
setTitleElement(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Look at getTitleElement() for Details... +
setTitleElement(ContentElement) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
setTitlePattern(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.PageQuery +
Sets a regular expression that pages have to match +
setType(Paragraph.type) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Paragraph +
  +
setUser(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
  +
setVersion(String) - +Method in class de.tudarmstadt.ukp.wikipedia.api.hibernate.MetaData +
  +
showImageText() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
showMathTagContent() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ModularParser +
Look at MediaWikiParserFactory for a description... +
ShowTemplateNamesAndParameters - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
This TemplateParser simply shows the name of the Template with all + parameters, without any exception.
ShowTemplateNamesAndParameters() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ShowTemplateNamesAndParameters +
  +
SITInfo(EnumMap<SelectiveAccessHandler.SIT, EnumMap<SelectiveAccessHandler.CIT, Boolean>>) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
Converts a SITMap into a human readable String +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentContainer +
Retruns the Number of Content elements in this ContentContainer. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
Span - Class in de.tudarmstadt.ukp.wikipedia.parser
Provides a Start and End Position...
Span(int, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
SpanManager - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
A Class which manages Spans which are related to a StringBuilder.
SpanManager(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
Creates a new SpanManager with src as base. +
sqlEscape(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.StringUtils +
Replaces all problematic characters from a String with their escaped + versions to make it SQL conform. +
SrcPosRangeChecker - Class in de.tudarmstadt.ukp.wikipedia.parser.mediawiki
Checks the Range of the SrcSpans of a ParsedPage, so it isn't possible + that e.g. a ContentElement conatins a Link which isn't in the Range of + this ContentElement.
SrcPosRangeChecker() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SrcPosRangeChecker +
  +
SrcSpan - Class in de.tudarmstadt.ukp.wikipedia.parser
 
SrcSpan(int, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan +
  +
Statistics - Class in de.tudarmstadt.ukp.wikipedia.parser.statistics
This creates a Detailed Statistic file for Tables and Templates.
Statistics() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics +
  +
Statistics2 - Class in de.tudarmstadt.ukp.wikipedia.parser.statistics
Creates a little Statistic about occurence of MediaWiki Elements...
Statistics2() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.statistics.Statistics2 +
  +
StringDistance - Interface in de.tudarmstadt.ukp.wikipedia.util.distance
 
StringUtils - Class in de.tudarmstadt.ukp.wikipedia.util
 
StringUtils() - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.StringUtils +
  +
subSequence(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
This function is not implemented !!! +
substring(int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
substring(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
substring(Span) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
+
+

+T

+
+
T1_SimpleParserDemo - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
Displays informations about the inner structure of a page.
T1_SimpleParserDemo() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T1_SimpleParserDemo +
  +
T1a_HelloWorld - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 1a + + Get the text of a wikipedia article.
T1a_HelloWorld() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1a_HelloWorld +
  +
T1b_HelloWorld - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 1b + + Get the text of a wikipedia article.
T1b_HelloWorld() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1b_HelloWorld +
  +
T1c_HelloWorld - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 1c + + Get the text of a wikipedia article.
T1c_HelloWorld() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T1c_HelloWorld +
  +
T2_InternalLinks - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
This class shows how to get the internal links from a parsed page.
T2_InternalLinks() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T2_InternalLinks +
  +
T2_PageInfo - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 2 + + A page provides a number of informative methods.
T2_PageInfo() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T2_PageInfo +
  +
T3_LinkContexts - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
This is a little demo, to show how the parsedpage and parsedpage.parser package + works.
T3_LinkContexts() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T3_LinkContexts +
  +
T3_PageDetails - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 3 + + Even more things to do with a Wikipedia page.
T3_PageDetails() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T3_PageDetails +
  +
T4_Categories - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 4 + + Wikipedia categories are used as a kind of semantic tag for pages.
T4_Categories() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T4_Categories +
  +
T4_InterfacingWithWikipedia - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
Displays the titles of the sections found in the page Dog.
T4_InterfacingWithWikipedia() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T4_InterfacingWithWikipedia +
  +
T5_CleaningTemplateImage - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
Shows how to clean an article text from "TEMPLATE" and "Image" elements
T5_CleaningTemplateImage() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T5_CleaningTemplateImage +
  +
T5_TownList - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
Tutorial 5 + + Wikipedia categories are used as a kind of semantic tag for pages.
T5_TownList() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T5_TownList +
  +
T6_HelperMethods - Class in de.tudarmstadt.ukp.wikipedia.api.tutorial
 
T6_HelperMethods() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.tutorial.T6_HelperMethods +
  +
T6_NestedLists - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
Displays all nested lists of a page.
T6_NestedLists() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.T6_NestedLists +
  +
Table - Class in de.tudarmstadt.ukp.wikipedia.parser
A Table has a Title and contains TableElements.
Table() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
TableElement - Class in de.tudarmstadt.ukp.wikipedia.parser
This Class implements a Field in a Table...
TableElement(SectionContainer, int, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
tableExists(String) - +Method in class de.tudarmstadt.ukp.wikipedia.util.DbUtilities +
  +
Template - Class in de.tudarmstadt.ukp.wikipedia.parser
 
Template(Span, String, List<String>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.Template +
  +
TEMPLATESPACER - +Static variable in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.ResolvedTemplate +
  +
test(int, int, Wikipedia) - +Static method in class de.tudarmstadt.ukp.wikipedia.api.PerformanceTestPageIterator +
  +
TestFile - Class in de.tudarmstadt.ukp.wikipedia.parser.tutorial
 
TestFile() - +Constructor for class de.tudarmstadt.ukp.wikipedia.parser.tutorial.TestFile +
  +
Title - Class in de.tudarmstadt.ukp.wikipedia.api
Represents a Wikipedia page title.
Title(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Title +
Create a title object using a title string. +
TitleIterable - Class in de.tudarmstadt.ukp.wikipedia.api
An iterable over all titles.
TitleIterable(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.TitleIterable +
  +
TitleIterable(Wikipedia, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.TitleIterable +
  +
TitleIterator - Class in de.tudarmstadt.ukp.wikipedia.api
An iterator over category objects.
TitleIterator(Wikipedia, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.TitleIterator +
  +
toArray() - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
toArray(T[]) - +Method in class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Title +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ContentElement +
Try and find out ;-) +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.DefinitionList +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Link +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.mediawiki.SpanManager +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListContainer +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.NestedListElement +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Paragraph +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.ParsedPage +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Section +
Returns a sequence of Chars followed by ZERO. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContainer +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SectionContent +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.SrcSpan +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Table +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.TableElement +
  +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Template +
  +
trim(CharSequence) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
Returns the Span, with leading and trailing whitespaces omitted. +
trimTrail(CharSequence) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.Span +
Returns the Span, with trailing whitespaces omitted. +
+
+

+U

+
+
UnmodifiableArraySet<E> - Class in de.tudarmstadt.ukp.wikipedia.util
 
UnmodifiableArraySet(E[]) - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
UnmodifiableArraySet(Set<E>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.UnmodifiableArraySet +
  +
+
+

+V

+
+
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.api.WikiConstants.Language +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.Content.FormatType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.Link.type +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.Paragraph.type +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SectionType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.util.ApiUtilities.ProgressInfoMode +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.api.WikiConstants.Language +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.Content.FormatType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.Link.type +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.Paragraph.type +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler.SectionType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.util.ApiUtilities.ProgressInfoMode +
Returns an array containing the constants of this enum type, in +the order they are declared. +
+
+

+W

+
+
WikiApiException - Exception in de.tudarmstadt.ukp.wikipedia.api.exception
 
WikiApiException() - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException +
  +
WikiApiException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException +
  +
WikiApiException(String, Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException +
  +
WikiApiException(Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException +
  +
WikiConstants - Interface in de.tudarmstadt.ukp.wikipedia.api
 
WikiConstants.Language - Enum in de.tudarmstadt.ukp.wikipedia.api
Enumerates the languages for which Wikipedia APIs are available.
WikiException - Exception in de.tudarmstadt.ukp.wikipedia.api.exception
 
WikiException() - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiException +
  +
WikiException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiException +
  +
WikiException(String, Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiException +
  +
WikiException(Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiException +
  +
WikiHibernateUtil - Class in de.tudarmstadt.ukp.wikipedia.api.hibernate
 
WikiHibernateUtil() - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.hibernate.WikiHibernateUtil +
  +
WikiInitializationException - Exception in de.tudarmstadt.ukp.wikipedia.api.exception
Thrown, when the Wikipedia object could not be properly initialized.
WikiInitializationException() - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException +
  +
WikiInitializationException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException +
  +
WikiInitializationException(String, Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException +
  +
WikiInitializationException(Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException +
  +
WikiPageNotFoundException - Exception in de.tudarmstadt.ukp.wikipedia.api.exception
Thrown when a requested page or category could not be found in Wikipedia.
WikiPageNotFoundException() - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException +
  +
WikiPageNotFoundException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException +
  +
WikiPageNotFoundException(String, Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException +
  +
WikiPageNotFoundException(Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException +
  +
Wikipedia - Class in de.tudarmstadt.ukp.wikipedia.api
Provides access to Wikipedia articles and categories.
Wikipedia(DatabaseConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Creates a new Wikipedia object accessing the database indicated by the dbConfig parameter. +
WikipediaInfo - Class in de.tudarmstadt.ukp.wikipedia.api
Holds numerous information on a given subset (that may also be + the whole Wikipedia) of Wikipedia nodes.
WikipediaInfo(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
Get infos for the whole wikipedia. +
WikipediaInfo(Iterable<Page>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.api.WikipediaInfo +
Get infos only for a subset of articles. +
WikiRelatednessException - Exception in de.tudarmstadt.ukp.wikipedia.api.exception
 
WikiRelatednessException() - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException +
  +
WikiRelatednessException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException +
  +
WikiRelatednessException(String, Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException +
  +
WikiRelatednessException(Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException +
  +
WikiTitleParsingException - Exception in de.tudarmstadt.ukp.wikipedia.api.exception
Thrown when an exceptional situation occurs during parsing a page title to create a Title object.
WikiTitleParsingException() - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException +
  +
WikiTitleParsingException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException +
  +
WikiTitleParsingException(String, Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException +
  +
WikiTitleParsingException(Throwable) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException +
  +
writeConfig(String) - +Method in class de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess.SelectiveAccessHandler +
writes an XML configuration file... +
writeFile(String, String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.parser.html.HtmlWriter +
  +
+
+

+_

+
+
__getCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Protected method that is much faster than the public version, but exposes too much implementation details. +
__getCategoryHibernateId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get the hibernate ID to a given pageID of a category. +
__getChildren(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
__getHibernateSession() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Shortcut for getting a hibernate session. +
__getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
This returns the internal id. +
__getId() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Page +
  +
__getLeafNodes() - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
__getPageHibernateId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Get the hibernate ID to a given pageID of a page. +
__getPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Category +
This method exposes implementation details and should not be made public. +
__getPages() - +Method in class de.tudarmstadt.ukp.wikipedia.api.Wikipedia +
Protected method that is much faster than the public version, but exposes too much implementation details. +
__getParents(int) - +Method in class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph +
  +
+
+A B C D E F G H I J L M N O P R S T U V W _ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/index.html b/apidocs/API-0.9.1/index.html new file mode 100644 index 00000000..b417ee23 --- /dev/null +++ b/apidocs/API-0.9.1/index.html @@ -0,0 +1,40 @@ + + + + + + + +Java Wikipedia API 0.9.1 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/API-0.9.1/overview-frame.html b/apidocs/API-0.9.1/overview-frame.html new file mode 100644 index 00000000..f56f17c7 --- /dev/null +++ b/apidocs/API-0.9.1/overview-frame.html @@ -0,0 +1,67 @@ + + + + + + + +Overview List (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.tudarmstadt.ukp.wikipedia.api +
+de.tudarmstadt.ukp.wikipedia.api.exception +
+de.tudarmstadt.ukp.wikipedia.api.hibernate +
+de.tudarmstadt.ukp.wikipedia.api.tutorial +
+de.tudarmstadt.ukp.wikipedia.api.util +
+de.tudarmstadt.ukp.wikipedia.parser +
+de.tudarmstadt.ukp.wikipedia.parser.html +
+de.tudarmstadt.ukp.wikipedia.parser.mediawiki +
+de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess +
+de.tudarmstadt.ukp.wikipedia.parser.statistics +
+de.tudarmstadt.ukp.wikipedia.parser.tutorial +
+de.tudarmstadt.ukp.wikipedia.util +
+de.tudarmstadt.ukp.wikipedia.util.distance +
+

+ +

+  + + diff --git a/apidocs/API-0.9.1/overview-summary.html b/apidocs/API-0.9.1/overview-summary.html new file mode 100644 index 00000000..64ff65fb --- /dev/null +++ b/apidocs/API-0.9.1/overview-summary.html @@ -0,0 +1,205 @@ + + + + + + + +Overview (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Java Wikipedia API 0.9.1 API +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
de.tudarmstadt.ukp.wikipedia.api 
de.tudarmstadt.ukp.wikipedia.api.exception 
de.tudarmstadt.ukp.wikipedia.api.hibernate 
de.tudarmstadt.ukp.wikipedia.api.tutorial 
de.tudarmstadt.ukp.wikipedia.api.util 
de.tudarmstadt.ukp.wikipedia.parser 
de.tudarmstadt.ukp.wikipedia.parser.html 
de.tudarmstadt.ukp.wikipedia.parser.mediawiki 
de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess 
de.tudarmstadt.ukp.wikipedia.parser.statistics 
de.tudarmstadt.ukp.wikipedia.parser.tutorial 
de.tudarmstadt.ukp.wikipedia.util 
de.tudarmstadt.ukp.wikipedia.util.distance 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/overview-tree.html b/apidocs/API-0.9.1/overview-tree.html new file mode 100644 index 00000000..84fe890e --- /dev/null +++ b/apidocs/API-0.9.1/overview-tree.html @@ -0,0 +1,228 @@ + + + + + + + +Class Hierarchy (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.tudarmstadt.ukp.wikipedia.api, de.tudarmstadt.ukp.wikipedia.api.exception, de.tudarmstadt.ukp.wikipedia.api.hibernate, de.tudarmstadt.ukp.wikipedia.api.tutorial, de.tudarmstadt.ukp.wikipedia.api.util, de.tudarmstadt.ukp.wikipedia.parser, de.tudarmstadt.ukp.wikipedia.parser.html, de.tudarmstadt.ukp.wikipedia.parser.mediawiki, de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess, de.tudarmstadt.ukp.wikipedia.parser.statistics, de.tudarmstadt.ukp.wikipedia.parser.tutorial, de.tudarmstadt.ukp.wikipedia.util, de.tudarmstadt.ukp.wikipedia.util.distance
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/package-list b/apidocs/API-0.9.1/package-list new file mode 100644 index 00000000..4169fb1a --- /dev/null +++ b/apidocs/API-0.9.1/package-list @@ -0,0 +1,13 @@ +de.tudarmstadt.ukp.wikipedia.api +de.tudarmstadt.ukp.wikipedia.api.exception +de.tudarmstadt.ukp.wikipedia.api.hibernate +de.tudarmstadt.ukp.wikipedia.api.tutorial +de.tudarmstadt.ukp.wikipedia.api.util +de.tudarmstadt.ukp.wikipedia.parser +de.tudarmstadt.ukp.wikipedia.parser.html +de.tudarmstadt.ukp.wikipedia.parser.mediawiki +de.tudarmstadt.ukp.wikipedia.parser.selectiveaccess +de.tudarmstadt.ukp.wikipedia.parser.statistics +de.tudarmstadt.ukp.wikipedia.parser.tutorial +de.tudarmstadt.ukp.wikipedia.util +de.tudarmstadt.ukp.wikipedia.util.distance diff --git a/apidocs/API-0.9.1/resources/inherit.gif b/apidocs/API-0.9.1/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/API-0.9.1/serialized-form.html b/apidocs/API-0.9.1/serialized-form.html new file mode 100644 index 00000000..2009f287 --- /dev/null +++ b/apidocs/API-0.9.1/serialized-form.html @@ -0,0 +1,448 @@ + + + + + + + +Serialized Form (Java Wikipedia API 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.api
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.CategoryGraph extends Object implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+logger

+
+org.apache.commons.logging.Log logger
+
+
+
+
+
+

+wiki

+
+Wikipedia wiki
+
+
+
+
+
+

+graph

+
+org.jgrapht.DirectedGraph<V,E> graph
+
+
+
+
+
+

+undirectedGraph

+
+org.jgrapht.UndirectedGraph<V,E> undirectedGraph
+
+
+
+
+
+

+degreeDistribution

+
+Map<K,V> degreeDistribution
+
+
+
+
+
+

+numberOfNodes

+
+int numberOfNodes
+
+
+
+
+
+

+numberOfEdges

+
+int numberOfEdges
+
+
+
+
+
+

+hyponymCountMap

+
+Map<K,V> hyponymCountMap
+
+
+
+
+
+

+hyponymCountMapFilename

+
+String hyponymCountMapFilename
+
+
+
+
+
+

+rootPathMap

+
+Map<K,V> rootPathMap
+
+
+
+
+
+

+rootPathMapFilename

+
+String rootPathMapFilename
+
+
+
+
+
+

+averageShortestPathLength

+
+double averageShortestPathLength
+
+
+
+
+
+

+diameter

+
+double diameter
+
+
+
+
+
+

+averageDegree

+
+double averageDegree
+
+
+
+
+
+

+clusterCoefficient

+
+double clusterCoefficient
+
+
+
+
+
+

+depth

+
+double depth
+
+
+
+
+
+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.api.exception
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiApiException extends WikiException implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiException extends Exception implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiInitializationException extends WikiApiException implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiPageNotFoundException extends WikiApiException implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiRelatednessException extends WikiException implements Serializable
+ +

+serialVersionUID: 1L + +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.exception.WikiTitleParsingException extends WikiApiException implements Serializable
+ +

+serialVersionUID: 1L + +

+


+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.api.util
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.api.util.SerializableDirectedGraph extends Object implements Serializable
+ +

+serialVersionUID: -8298189410676038723L + +

+ + + + + +
+Serialized Fields
+ +

+graph

+
+org.jgrapht.DirectedGraph<V,E> graph
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/API-0.9.1/stylesheet.css b/apidocs/API-0.9.1/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/API-0.9.1/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/apidocs/DataMachine-0.9.1/allclasses-frame.html b/apidocs/DataMachine-0.9.1/allclasses-frame.html new file mode 100644 index 00000000..58c21b69 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/allclasses-frame.html @@ -0,0 +1,56 @@ + + + + + + + +All Classes (DataMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
BinaryDumpTableInputStream +
+DataMachineFiles +
+DataMachineGenerator +
+DataMachineRevisionParser +
+JWPLDataMachine +
+SimpleBinaryDumpWriter +
+SimpleXmlDumpReader +
+SingleDumpVersionJDKGeneric +
+SingleDumpVersionJDKIntKeyFactory +
+SingleDumpVersionJDKLongKeyFactory +
+SingleDumpVersionJDKStringKeyFactory +
+SingleDumpVersionOriginal +
+XML2Binary +
+
+ + + diff --git a/apidocs/DataMachine-0.9.1/allclasses-noframe.html b/apidocs/DataMachine-0.9.1/allclasses-noframe.html new file mode 100644 index 00000000..23c65c0c --- /dev/null +++ b/apidocs/DataMachine-0.9.1/allclasses-noframe.html @@ -0,0 +1,56 @@ + + + + + + + +All Classes (DataMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
BinaryDumpTableInputStream +
+DataMachineFiles +
+DataMachineGenerator +
+DataMachineRevisionParser +
+JWPLDataMachine +
+SimpleBinaryDumpWriter +
+SimpleXmlDumpReader +
+SingleDumpVersionJDKGeneric +
+SingleDumpVersionJDKIntKeyFactory +
+SingleDumpVersionJDKLongKeyFactory +
+SingleDumpVersionJDKStringKeyFactory +
+SingleDumpVersionOriginal +
+XML2Binary +
+
+ + + diff --git a/apidocs/DataMachine-0.9.1/constant-values.html b/apidocs/DataMachine-0.9.1/constant-values.html new file mode 100644 index 00000000..3cdff1a2 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/constant-values.html @@ -0,0 +1,147 @@ + + + + + + + +Constant Field Values (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineFiles.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineFiles.html new file mode 100644 index 00000000..d1e69d39 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineFiles.html @@ -0,0 +1,536 @@ + + + + + + + +DataMachineFiles (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.domain +
+Class DataMachineFiles

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
+      extended by de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles
+
+
+
+
public class DataMachineFiles
extends Files
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
logger, OUTPUT_CATEGORY, OUTPUT_CATEGORYINLINKS, OUTPUT_CATEGORYOUTLINKS, OUTPUT_CATEGORYPAGES, OUTPUT_DIRECTORY, OUTPUT_METADATA, OUTPUT_PAGE, OUTPUT_PAGECATEGORIES, OUTPUT_PAGEINLINKS, OUTPUT_PAGEMAPLINE, OUTPUT_PAGEOUTLINKS, OUTPUT_PAGEREDIRECTS, outputDirectory
+  + + + + + + + + + + + + + +
+Constructor Summary
DataMachineFiles(DataMachineFiles files) + +
+           
DataMachineFiles(ILogger logger) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckAll() + +
+           
+ booleancheckDatamachineSourceFiles() + +
+           
+ StringgetGeneratedDiscussions() + +
+           
+ StringgetGeneratedPage() + +
+           
+ StringgetGeneratedRevision() + +
+           
+ StringgetGeneratedText() + +
+           
+ StringgetInputCategoryLinks() + +
+           
+ StringgetInputPageLinks() + +
+           
+ StringgetInputPagesArticles() + +
+           
+ StringgetInputPagesMetaCurrent() + +
+           
+ booleanisCompressGeneratedFiles() + +
+           
+ voidsetCompressGeneratedFiles(boolean compressGeneratedFiles) + +
+          Set the input parameter to true it you want to GZip the temporary + files and save a disk space.
+ voidsetDataDirectory(String newDataDirectory) + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
checkOutputDirectory, getOutputCategory, getOutputCategoryInlinks, getOutputCategoryOutlinks, getOutputCategoryPages, getOutputDirectory, getOutputMetadata, getOutputPage, getOutputPageCategories, getOutputPageInlinks, getOutputPageMapLine, getOutputPageOutlinks, getOutputPageRedirects, getOutputPath, setOutputDirectory
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DataMachineFiles

+
+public DataMachineFiles(ILogger logger)
+
+
+
+ +

+DataMachineFiles

+
+public DataMachineFiles(DataMachineFiles files)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setDataDirectory

+
+public void setDataDirectory(String newDataDirectory)
+
+
+
+
+
+
+ +

+checkDatamachineSourceFiles

+
+public boolean checkDatamachineSourceFiles()
+
+
+
+
+
+
+ +

+getGeneratedPage

+
+public String getGeneratedPage()
+
+
+
+
+
+
+ +

+getGeneratedRevision

+
+public String getGeneratedRevision()
+
+
+
+
+
+
+ +

+getGeneratedText

+
+public String getGeneratedText()
+
+
+
+
+
+
+ +

+getGeneratedDiscussions

+
+public String getGeneratedDiscussions()
+
+
+
+
+
+
+ +

+getInputPageLinks

+
+public String getInputPageLinks()
+
+
+
+
+
+
+ +

+getInputPagesArticles

+
+public String getInputPagesArticles()
+
+
+
+
+
+
+ +

+getInputCategoryLinks

+
+public String getInputCategoryLinks()
+
+
+
+
+
+
+ +

+getInputPagesMetaCurrent

+
+public String getInputPagesMetaCurrent()
+
+
+
+
+
+
+ +

+isCompressGeneratedFiles

+
+public boolean isCompressGeneratedFiles()
+
+
+
See Also:
Files#setCompressGeneratedFiles(boolean)
+
+
+
+ +

+setCompressGeneratedFiles

+
+public void setCompressGeneratedFiles(boolean compressGeneratedFiles)
+
+
Set the input parameter to true it you want to GZip the temporary + files and save a disk space. Attention: DataInputStream + can have problems reading from a compressed file. This can be a reason + for strange side effects like heap overflow or some other exceptions.
+ For UKP-Developers: you can save much more disk space if you'll parse the + page-articles XML Dump every time you need it: during processPage(), + processRevision() and processText(). See TimeMachine solution especially + the package de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +

+

+
Parameters:
compressGeneratedFiles -
+
+
+
+ +

+checkAll

+
+public boolean checkAll()
+
+
+
Overrides:
checkAll in class Files
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineGenerator.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineGenerator.html new file mode 100644 index 00000000..724631ff --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/DataMachineGenerator.html @@ -0,0 +1,322 @@ + + + + + + + +DataMachineGenerator (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.domain +
+Class DataMachineGenerator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
+      extended by de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator
+
+
+
All Implemented Interfaces:
ISnapshotGenerator
+
+
+
+
public class DataMachineGenerator
extends AbstractSnapshotGenerator
+ + +

+Transforms a database from mediawiki format to JWPL format.
+ The transformation produces .txt files for the different tables in the JWPL + database. +

+ +

+

+
Author:
+
Anouar, ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
configuration, decompressor, dumpVersionProcessor, environmentFactory, logger
+  + + + + + + + + + + +
+Constructor Summary
DataMachineGenerator(IEnvironmentFactory environmentFactory) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetFiles(Files files) + +
+           
+ voidstart() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
setConfiguration
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DataMachineGenerator

+
+public DataMachineGenerator(IEnvironmentFactory environmentFactory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setFiles

+
+public void setFiles(Files files)
+
+
+
Specified by:
setFiles in interface ISnapshotGenerator
Specified by:
setFiles in class AbstractSnapshotGenerator
+
+
+
+
+
+
+ +

+start

+
+public void start()
+           throws Exception
+
+
+
Specified by:
start in interface ISnapshotGenerator
Specified by:
start in class AbstractSnapshotGenerator
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/JWPLDataMachine.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/JWPLDataMachine.html new file mode 100644 index 00000000..d0f83d29 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/JWPLDataMachine.html @@ -0,0 +1,257 @@ + + + + + + + +JWPLDataMachine (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.domain +
+Class JWPLDataMachine

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.domain.JWPLDataMachine
+
+
+
+
public class JWPLDataMachine
extends Object
+ + +

+Starts the transformation from Mediawiki dump format to JWPL dump format. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
JWPLDataMachine() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JWPLDataMachine

+
+public JWPLDataMachine()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineFiles.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineFiles.html new file mode 100644 index 00000000..80542922 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineFiles.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles

+
+ + + + + + + + + + + + + +
+Packages that use DataMachineFiles
de.tudarmstadt.ukp.wikipedia.datamachine.domain  
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml  
+  +

+ + + + + +
+Uses of DataMachineFiles in de.tudarmstadt.ukp.wikipedia.datamachine.domain
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.datamachine.domain with parameters of type DataMachineFiles
DataMachineFiles(DataMachineFiles files) + +
+           
+  +

+ + + + + +
+Uses of DataMachineFiles in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml with parameters of type DataMachineFiles
SimpleBinaryDumpWriter(DataMachineFiles files) + +
+           
XML2Binary(InputStream iStream, + DataMachineFiles files) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineGenerator.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineGenerator.html new file mode 100644 index 00000000..b06e5810 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/DataMachineGenerator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/JWPLDataMachine.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/JWPLDataMachine.html new file mode 100644 index 00000000..c11b26b8 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/class-use/JWPLDataMachine.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.domain.JWPLDataMachine (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.domain.JWPLDataMachine

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.domain.JWPLDataMachine +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-frame.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-frame.html new file mode 100644 index 00000000..109db22c --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.domain (DataMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.domain + + + + +
+Classes  + +
+DataMachineFiles +
+DataMachineGenerator +
+JWPLDataMachine
+ + + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-summary.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-summary.html new file mode 100644 index 00000000..7f198aa9 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-summary.html @@ -0,0 +1,166 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.domain (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.datamachine.domain +

+ + + + + + + + + + + + + + + + + +
+Class Summary
DataMachineFiles 
DataMachineGeneratorTransforms a database from mediawiki format to JWPL format.
JWPLDataMachineStarts the transformation from Mediawiki dump format to JWPL dump format.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-tree.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-tree.html new file mode 100644 index 00000000..d3ea24e1 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.domain Class Hierarchy (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.datamachine.domain +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-use.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-use.html new file mode 100644 index 00000000..91d17081 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/domain/package-use.html @@ -0,0 +1,190 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.datamachine.domain (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.datamachine.domain

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.datamachine.domain
de.tudarmstadt.ukp.wikipedia.datamachine.domain  
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.datamachine.domain used by de.tudarmstadt.ukp.wikipedia.datamachine.domain
DataMachineFiles + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.datamachine.domain used by de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
DataMachineFiles + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKGeneric.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKGeneric.html new file mode 100644 index 00000000..4d3e54f1 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKGeneric.html @@ -0,0 +1,515 @@ + + + + + + + +SingleDumpVersionJDKGeneric (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +
+Class SingleDumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
+      extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric<KeyType,HashAlgorithm>
+
+
+
All Implemented Interfaces:
IDumpVersion
+
+
+
+
public class SingleDumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode>
extends AbstractDumpVersion
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
categoryInlinks, categoryOutlinks, categoryPages, logger, metaData, NS_BOOK, NS_BOOK_TALK, NS_CATEGORY, NS_CATEGORY_TALK, NS_FILE, NS_FILE_TALK, NS_HELP, NS_HELP_TALK, NS_MAIN, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_PORTAL, NS_PORTAL_TALK, NS_SUMMARY, NS_SUMMARY_TALK, NS_TALK, NS_TEMPLATE, NS_TEMPLATE_TALK, NS_THREAD, NS_THREAD_TALK, NS_USER, NS_USER_TALK, NS_WIKIPEDIA, NS_WIKIPEDIA_TALK, page, pageCategories, pageInlinks, pageMapLine, pageOutlinks, pageRedirects, skipCategory, skipPage, timestamp, txtFW, versionFiles
+  + + + + + + + + + + +
+Constructor Summary
SingleDumpVersionJDKGeneric(Class<HashAlgorithm> hashAlgorithmClass) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidfreeAfterCategoryLinksParsing() + +
+           
+ voidfreeAfterPageLinksParsing() + +
+           
+ voidfreeAfterPageParsing() + +
+           
+ voidfreeAfterRevisonParsing() + +
+           
+ voidfreeAfterTextParsing() + +
+           
+ voidinitialize(Timestamp timestamp) + +
+           
+ voidprocessCategoryLinksRow(CategorylinksParser clParser) + +
+           
+ voidprocessPageLinksRow(PagelinksParser plParser) + +
+           
+ voidprocessPageRow(PageParser pageParser) + +
+           
+ voidprocessRevisionRow(RevisionParser revisionParser) + +
+           
+ voidprocessTextRow(TextParser textParser) + +
+           
+ voidwriteMetaData() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
exportAfterCategoryLinksParsing, exportAfterPageLinksParsing, exportAfterPageParsing, exportAfterRevisionParsing, exportAfterTextParsing, flushByTextParsing, formatBoolean, initCategoryLinksParsing, initPageLinksParsing, initPageParsing, initRevisionParsion, initTextParsing, setCategoryRedirectsSkip, setFiles, setLogger, setMetaData, setPageRedirectsSkip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SingleDumpVersionJDKGeneric

+
+public SingleDumpVersionJDKGeneric(Class<HashAlgorithm> hashAlgorithmClass)
+                            throws InstantiationException,
+                                   IllegalAccessException
+
+
+ +
Throws: +
InstantiationException +
IllegalAccessException
+
+ + + + + + + + +
+Method Detail
+ +

+freeAfterCategoryLinksParsing

+
+public void freeAfterCategoryLinksParsing()
+
+
+
+
+
+
+ +

+freeAfterPageLinksParsing

+
+public void freeAfterPageLinksParsing()
+
+
+
+
+
+
+ +

+freeAfterPageParsing

+
+public void freeAfterPageParsing()
+
+
+
+
+
+
+ +

+freeAfterRevisonParsing

+
+public void freeAfterRevisonParsing()
+
+
+
+
+
+
+ +

+freeAfterTextParsing

+
+public void freeAfterTextParsing()
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(Timestamp timestamp)
+
+
+
+
+
+
+ +

+processCategoryLinksRow

+
+public void processCategoryLinksRow(CategorylinksParser clParser)
+                             throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageLinksRow

+
+public void processPageLinksRow(PagelinksParser plParser)
+                         throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageRow

+
+public void processPageRow(PageParser pageParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processRevisionRow

+
+public void processRevisionRow(RevisionParser revisionParser)
+
+
+
+
+
+
+ +

+processTextRow

+
+public void processTextRow(TextParser textParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeMetaData

+
+public void writeMetaData()
+                   throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKIntKeyFactory.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKIntKeyFactory.html new file mode 100644 index 00000000..004c9254 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKIntKeyFactory.html @@ -0,0 +1,259 @@ + + + + + + + +SingleDumpVersionJDKIntKeyFactory (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +
+Class SingleDumpVersionJDKIntKeyFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKIntKeyFactory
+
+
+
All Implemented Interfaces:
IDumpVersionFactory
+
+
+
+
public class SingleDumpVersionJDKIntKeyFactory
extends Object
implements IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SingleDumpVersionJDKIntKeyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SingleDumpVersionJDKIntKeyFactory

+
+public SingleDumpVersionJDKIntKeyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IDumpVersionFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKLongKeyFactory.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKLongKeyFactory.html new file mode 100644 index 00000000..44c0f7d6 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKLongKeyFactory.html @@ -0,0 +1,259 @@ + + + + + + + +SingleDumpVersionJDKLongKeyFactory (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +
+Class SingleDumpVersionJDKLongKeyFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKLongKeyFactory
+
+
+
All Implemented Interfaces:
IDumpVersionFactory
+
+
+
+
public class SingleDumpVersionJDKLongKeyFactory
extends Object
implements IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SingleDumpVersionJDKLongKeyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SingleDumpVersionJDKLongKeyFactory

+
+public SingleDumpVersionJDKLongKeyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IDumpVersionFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKStringKeyFactory.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKStringKeyFactory.html new file mode 100644 index 00000000..a10ac66a --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionJDKStringKeyFactory.html @@ -0,0 +1,259 @@ + + + + + + + +SingleDumpVersionJDKStringKeyFactory (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +
+Class SingleDumpVersionJDKStringKeyFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKStringKeyFactory
+
+
+
All Implemented Interfaces:
IDumpVersionFactory
+
+
+
+
public class SingleDumpVersionJDKStringKeyFactory
extends Object
implements IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SingleDumpVersionJDKStringKeyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SingleDumpVersionJDKStringKeyFactory

+
+public SingleDumpVersionJDKStringKeyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IDumpVersionFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionOriginal.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionOriginal.html new file mode 100644 index 00000000..7cde04f3 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/SingleDumpVersionOriginal.html @@ -0,0 +1,911 @@ + + + + + + + +SingleDumpVersionOriginal (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +
+Class SingleDumpVersionOriginal

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal
+
+
+
All Implemented Interfaces:
IDumpVersion
+
+
+
+
public class SingleDumpVersionOriginal
extends Object
implements IDumpVersion
+ + +

+Transforms a database from mediawiki format to JWPL format.
+ The transformation produces .txt files for the different tables
+ in the JWPL database.
+
+ + Adopted to IDumpVersion by Galkin +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SingleDumpVersionOriginal() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidexportAfterCategoryLinksParsing() + +
+           
+ voidexportAfterPageLinksParsing() + +
+           
+ voidexportAfterPageParsing() + +
+           
+ voidexportAfterRevisionParsing() + +
+           
+ voidexportAfterTextParsing() + +
+           
+ voidflushByTextParsing() + +
+           
+ voidfreeAfterCategoryLinksParsing() + +
+           
+ voidfreeAfterPageLinksParsing() + +
+           
+ voidfreeAfterPageParsing() + +
+           
+ voidfreeAfterRevisonParsing() + +
+           
+ voidfreeAfterTextParsing() + +
+           
+ voidinitCategoryLinksParsing() + +
+           
+ voidinitialize(Timestamp timestamp) + +
+           
+ voidinitPageLinksParsing() + +
+           
+ voidinitPageParsing() + +
+           
+ voidinitRevisionParsion() + +
+           
+ voidinitTextParsing() + +
+           
+ voidprocessCategoryLinksRow(CategorylinksParser clParser) + +
+           
+ voidprocessPageLinksRow(PagelinksParser plParser) + +
+           
+ voidprocessPageRow(PageParser pageParser) + +
+           
+ voidprocessRevisionRow(RevisionParser revisionParser) + +
+           
+ voidprocessTextRow(TextParser textParser) + +
+           
+ voidsetCategoryRedirectsSkip(boolean skipCategory) + +
+           
+ voidsetFiles(Files versionFiles) + +
+           
+ voidsetLogger(ILogger logger) + +
+           
+ voidsetMetaData(MetaData commonMetaData) + +
+           
+ voidsetPageRedirectsSkip(boolean skipPage) + +
+           
+ voidwriteMetaData() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SingleDumpVersionOriginal

+
+public SingleDumpVersionOriginal()
+
+
+ + + + + + + + +
+Method Detail
+ +

+exportAfterCategoryLinksParsing

+
+public void exportAfterCategoryLinksParsing()
+                                     throws IOException
+
+
+
Specified by:
exportAfterCategoryLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageLinksParsing

+
+public void exportAfterPageLinksParsing()
+                                 throws IOException
+
+
+
Specified by:
exportAfterPageLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageParsing

+
+public void exportAfterPageParsing()
+                            throws IOException
+
+
+
Specified by:
exportAfterPageParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterRevisionParsing

+
+public void exportAfterRevisionParsing()
+                                throws IOException
+
+
+
Specified by:
exportAfterRevisionParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterTextParsing

+
+public void exportAfterTextParsing()
+                            throws IOException
+
+
+
Specified by:
exportAfterTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+flushByTextParsing

+
+public void flushByTextParsing()
+                        throws IOException
+
+
+
Specified by:
flushByTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterCategoryLinksParsing

+
+public void freeAfterCategoryLinksParsing()
+
+
+
Specified by:
freeAfterCategoryLinksParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterPageLinksParsing

+
+public void freeAfterPageLinksParsing()
+
+
+
Specified by:
freeAfterPageLinksParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterPageParsing

+
+public void freeAfterPageParsing()
+
+
+
Specified by:
freeAfterPageParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterRevisonParsing

+
+public void freeAfterRevisonParsing()
+
+
+
Specified by:
freeAfterRevisonParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterTextParsing

+
+public void freeAfterTextParsing()
+
+
+
Specified by:
freeAfterTextParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+initCategoryLinksParsing

+
+public void initCategoryLinksParsing()
+                              throws IOException
+
+
+
Specified by:
initCategoryLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initPageLinksParsing

+
+public void initPageLinksParsing()
+                          throws IOException
+
+
+
Specified by:
initPageLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initPageParsing

+
+public void initPageParsing()
+                     throws IOException
+
+
+
Specified by:
initPageParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initRevisionParsion

+
+public void initRevisionParsion()
+
+
+
Specified by:
initRevisionParsion in interface IDumpVersion
+
+
+
+
+
+
+ +

+initTextParsing

+
+public void initTextParsing()
+                     throws IOException
+
+
+
Specified by:
initTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initialize

+
+public void initialize(Timestamp timestamp)
+
+
+
Specified by:
initialize in interface IDumpVersion
+
+
+
+
+
+
+ +

+processCategoryLinksRow

+
+public void processCategoryLinksRow(CategorylinksParser clParser)
+                             throws IOException
+
+
+
Specified by:
processCategoryLinksRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageLinksRow

+
+public void processPageLinksRow(PagelinksParser plParser)
+                         throws IOException
+
+
+
Specified by:
processPageLinksRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageRow

+
+public void processPageRow(PageParser pageParser)
+                    throws IOException
+
+
+
Specified by:
processPageRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processRevisionRow

+
+public void processRevisionRow(RevisionParser revisionParser)
+
+
+
Specified by:
processRevisionRow in interface IDumpVersion
+
+
+
+
+
+
+ +

+processTextRow

+
+public void processTextRow(TextParser textParser)
+                    throws IOException
+
+
+
Specified by:
processTextRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+setFiles

+
+public void setFiles(Files versionFiles)
+
+
+
Specified by:
setFiles in interface IDumpVersion
+
+
+
+
+
+
+ +

+setLogger

+
+public void setLogger(ILogger logger)
+
+
+
Specified by:
setLogger in interface IDumpVersion
+
+
+
+
+
+
+ +

+setMetaData

+
+public void setMetaData(MetaData commonMetaData)
+
+
+
Specified by:
setMetaData in interface IDumpVersion
+
+
+
+
+
+
+ +

+writeMetaData

+
+public void writeMetaData()
+                   throws IOException
+
+
+
Specified by:
writeMetaData in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+setCategoryRedirectsSkip

+
+public void setCategoryRedirectsSkip(boolean skipCategory)
+
+
+
Specified by:
setCategoryRedirectsSkip in interface IDumpVersion
+
+
+
+
+
+
+ +

+setPageRedirectsSkip

+
+public void setPageRedirectsSkip(boolean skipPage)
+
+
+
Specified by:
setPageRedirectsSkip in interface IDumpVersion
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKGeneric.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKGeneric.html new file mode 100644 index 00000000..748d8ed4 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKGeneric.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKIntKeyFactory.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKIntKeyFactory.html new file mode 100644 index 00000000..53d16d02 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKIntKeyFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKIntKeyFactory (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKIntKeyFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKIntKeyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKLongKeyFactory.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKLongKeyFactory.html new file mode 100644 index 00000000..b737b523 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKLongKeyFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKLongKeyFactory (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKLongKeyFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKLongKeyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKStringKeyFactory.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKStringKeyFactory.html new file mode 100644 index 00000000..ca7f48ec --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionJDKStringKeyFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKStringKeyFactory (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKStringKeyFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKStringKeyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionOriginal.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionOriginal.html new file mode 100644 index 00000000..a8ad657f --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/class-use/SingleDumpVersionOriginal.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-frame.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-frame.html new file mode 100644 index 00000000..70cb3b6d --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version (DataMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version + + + + +
+Classes  + +
+SingleDumpVersionJDKGeneric +
+SingleDumpVersionJDKIntKeyFactory +
+SingleDumpVersionJDKLongKeyFactory +
+SingleDumpVersionJDKStringKeyFactory +
+SingleDumpVersionOriginal
+ + + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-summary.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-summary.html new file mode 100644 index 00000000..85673223 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-summary.html @@ -0,0 +1,174 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
SingleDumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode> 
SingleDumpVersionJDKIntKeyFactory 
SingleDumpVersionJDKLongKeyFactory 
SingleDumpVersionJDKStringKeyFactory 
SingleDumpVersionOriginalTransforms a database from mediawiki format to JWPL format.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-tree.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-tree.html new file mode 100644 index 00000000..ab119474 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-tree.html @@ -0,0 +1,161 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version Class Hierarchy (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-use.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-use.html new file mode 100644 index 00000000..b63f5059 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/version/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.datamachine.dump.version (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/BinaryDumpTableInputStream.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/BinaryDumpTableInputStream.html new file mode 100644 index 00000000..b9636127 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/BinaryDumpTableInputStream.html @@ -0,0 +1,336 @@ + + + + + + + +BinaryDumpTableInputStream (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +
+Class BinaryDumpTableInputStream

+
+java.lang.Object
+  extended by java.io.InputStream
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream
+          extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream
+
+
+
All Implemented Interfaces:
Closeable
+
+
+
+
public class BinaryDumpTableInputStream
extends DumpTableInputStream
+ + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+protected  InputStreaminputStream + +
+           
+  + + + + + + + + + + +
+Constructor Summary
BinaryDumpTableInputStream() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidinitialize(InputStream inputStream, + DumpTableEnum table) + +
+           
+ intread() + +
+           
+ + + + + + + +
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+inputStream

+
+protected InputStream inputStream
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+BinaryDumpTableInputStream

+
+public BinaryDumpTableInputStream()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize(InputStream inputStream,
+                       DumpTableEnum table)
+                throws IOException
+
+
+
Specified by:
initialize in class DumpTableInputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+read

+
+public int read()
+         throws IOException
+
+
+
Specified by:
read in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/DataMachineRevisionParser.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/DataMachineRevisionParser.html new file mode 100644 index 00000000..8f8ba5f8 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/DataMachineRevisionParser.html @@ -0,0 +1,287 @@ + + + + + + + +DataMachineRevisionParser (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +
+Class DataMachineRevisionParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
+      extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.DataMachineRevisionParser
+
+
+
+
public class DataMachineRevisionParser
extends RevisionParser
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
revPage, revTextId, revTimestamp, stream
+  + + + + + + + + + + +
+Constructor Summary
DataMachineRevisionParser() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ booleannext() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
close, getRevPage, getRevTextId, getRevTimestamp, setInputStream
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DataMachineRevisionParser

+
+public DataMachineRevisionParser()
+
+
+ + + + + + + + +
+Method Detail
+ +

+next

+
+public boolean next()
+             throws IOException
+
+
+
Specified by:
next in class RevisionParser
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleBinaryDumpWriter.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleBinaryDumpWriter.html new file mode 100644 index 00000000..57920e47 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleBinaryDumpWriter.html @@ -0,0 +1,467 @@ + + + + + + + +SimpleBinaryDumpWriter (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +
+Class SimpleBinaryDumpWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter
+
+
+
All Implemented Interfaces:
DumpWriter
+
+
+
+
public class SimpleBinaryDumpWriter
extends Object
implements DumpWriter
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SimpleBinaryDumpWriter(DataMachineFiles files) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+protected  voidcreateCompressed() + +
+           
+protected  voidcreateUncompressed() + +
+           
+ voidwriteEndPage() + +
+           
+ voidwriteEndWiki() + +
+           
+ voidwriteRevision(Revision revision) + +
+           
+ voidwriteSiteinfo(Siteinfo info) + +
+           
+ voidwriteStartPage(Page page) + +
+           
+ voidwriteStartWiki() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SimpleBinaryDumpWriter

+
+public SimpleBinaryDumpWriter(DataMachineFiles files)
+                       throws IOException
+
+
+ +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+createUncompressed

+
+protected void createUncompressed()
+                           throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+createCompressed

+
+protected void createCompressed()
+                         throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+
Specified by:
close in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndPage

+
+public void writeEndPage()
+                  throws IOException
+
+
+
Specified by:
writeEndPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndWiki

+
+public void writeEndWiki()
+                  throws IOException
+
+
+
Specified by:
writeEndWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeRevision

+
+public void writeRevision(Revision revision)
+                   throws IOException
+
+
+
Specified by:
writeRevision in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeSiteinfo

+
+public void writeSiteinfo(Siteinfo info)
+                   throws IOException
+
+
+
Specified by:
writeSiteinfo in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartPage

+
+public void writeStartPage(Page page)
+                    throws IOException
+
+
+
Specified by:
writeStartPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartWiki

+
+public void writeStartWiki()
+                    throws IOException
+
+
+
Specified by:
writeStartWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleXmlDumpReader.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleXmlDumpReader.html new file mode 100644 index 00000000..d2adffaf --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/SimpleXmlDumpReader.html @@ -0,0 +1,331 @@ + + + + + + + +SimpleXmlDumpReader (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +
+Class SimpleXmlDumpReader

+
+java.lang.Object
+  extended by org.xml.sax.helpers.DefaultHandler
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+          extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader
+
+
+
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
+
+
+
+
public class SimpleXmlDumpReader
extends AbstractXmlDumpReader
+ + +

+This class is a specified variant of + org.mediawiki.importer.XmlDumpReader. Please see its source for more + information about a functionality and a license.
+

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
BASE, CASE, COMMENT, CONTRIBUTOR, endElements, forbiddenIdEndElements, forbiddenIdStartElements, GENERATOR, ID, IP, MEDIAWIKI, MINOR, NAMESPACE, NAMESPACES, PAGE, RESTRICTIONS, REVISION, SITEINFO, SITENAME, startElements, TEXT, THREAD_ANCESTOR, THREAD_AUTHOR, THREAD_EDIT_STATUS, THREAD_ID, THREAD_PAGE, THREAD_PARENT, THREAD_SUBJECT, THREAD_SUMMARY_PAGE, THREAD_TYPE, TIMESTAMP, TITLE, USERNAME
+  + + + + + + + + + + +
+Constructor Summary
SimpleXmlDumpReader(InputStream inputStream, + DumpWriter writer) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidsetupEndElements() + +
+           
+protected  voidsetupStartElements() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
abort, characters, endElement, readDump, setupForbiddenEndElements, setupForbiddenStartElements, startElement
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SimpleXmlDumpReader

+
+public SimpleXmlDumpReader(InputStream inputStream,
+                           DumpWriter writer)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setupStartElements

+
+protected void setupStartElements()
+
+
+
Specified by:
setupStartElements in class AbstractXmlDumpReader
+
+
+
+
+
+
+ +

+setupEndElements

+
+protected void setupEndElements()
+
+
+
Specified by:
setupEndElements in class AbstractXmlDumpReader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/XML2Binary.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/XML2Binary.html new file mode 100644 index 00000000..11e624cf --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/XML2Binary.html @@ -0,0 +1,243 @@ + + + + + + + +XML2Binary (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +
+Class XML2Binary

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.XML2Binary
+
+
+
+
public class XML2Binary
extends Object
+ + +

+Use org.mediawiki.importer engine to parse the XML-Dump (only useful fields) + and store it to binary file. Compression of the output files is possible. +

+ +

+

+
Author:
+
ivan.galkin
+
See Also:
Files, +Files, +org.mediawiki.importer.NamespaceFilter
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
XML2Binary(InputStream iStream, + DataMachineFiles files) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XML2Binary

+
+public XML2Binary(InputStream iStream,
+                  DataMachineFiles files)
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/BinaryDumpTableInputStream.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/BinaryDumpTableInputStream.html new file mode 100644 index 00000000..76898b6b --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/BinaryDumpTableInputStream.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/DataMachineRevisionParser.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/DataMachineRevisionParser.html new file mode 100644 index 00000000..0bc46bcf --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/DataMachineRevisionParser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.DataMachineRevisionParser (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.DataMachineRevisionParser

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.DataMachineRevisionParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleBinaryDumpWriter.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleBinaryDumpWriter.html new file mode 100644 index 00000000..8bb967d7 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleBinaryDumpWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleXmlDumpReader.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleXmlDumpReader.html new file mode 100644 index 00000000..d0c48efd --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/SimpleXmlDumpReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/XML2Binary.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/XML2Binary.html new file mode 100644 index 00000000..35adc2be --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/class-use/XML2Binary.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.XML2Binary (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.XML2Binary

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.XML2Binary +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-frame.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-frame.html new file mode 100644 index 00000000..b20796b2 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml (DataMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml + + + + +
+Classes  + +
+BinaryDumpTableInputStream +
+DataMachineRevisionParser +
+SimpleBinaryDumpWriter +
+SimpleXmlDumpReader +
+XML2Binary
+ + + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-summary.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-summary.html new file mode 100644 index 00000000..dd87fe81 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-summary.html @@ -0,0 +1,176 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
BinaryDumpTableInputStream 
DataMachineRevisionParser 
SimpleBinaryDumpWriter 
SimpleXmlDumpReaderThis class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
XML2BinaryUse org.mediawiki.importer engine to parse the XML-Dump (only useful fields) + and store it to binary file.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-tree.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-tree.html new file mode 100644 index 00000000..9611da89 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-tree.html @@ -0,0 +1,167 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml Class Hierarchy (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-use.html b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-use.html new file mode 100644 index 00000000..88cceacb --- /dev/null +++ b/apidocs/DataMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/datamachine/dump/xml/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml

+
+No usage of de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/deprecated-list.html b/apidocs/DataMachine-0.9.1/deprecated-list.html new file mode 100644 index 00000000..f425a63f --- /dev/null +++ b/apidocs/DataMachine-0.9.1/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/help-doc.html b/apidocs/DataMachine-0.9.1/help-doc.html new file mode 100644 index 00000000..51bd9f05 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/index-all.html b/apidocs/DataMachine-0.9.1/index-all.html new file mode 100644 index 00000000..6fbc26f2 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/index-all.html @@ -0,0 +1,480 @@ + + + + + + + +Index (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +B C D E F G I J M N P R S W X
+

+B

+
+
BinaryDumpTableInputStream - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
 
BinaryDumpTableInputStream() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream +
  +
+
+

+C

+
+
checkAll() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
checkDatamachineSourceFiles() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
createCompressed() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
createUncompressed() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
+
+

+D

+
+
DataMachineFiles - Class in de.tudarmstadt.ukp.wikipedia.datamachine.domain
 
DataMachineFiles(ILogger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
DataMachineFiles(DataMachineFiles) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
DataMachineGenerator - Class in de.tudarmstadt.ukp.wikipedia.datamachine.domain
Transforms a database from mediawiki format to JWPL format.
DataMachineGenerator(IEnvironmentFactory) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator +
  +
DataMachineRevisionParser - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
 
DataMachineRevisionParser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.DataMachineRevisionParser +
  +
de.tudarmstadt.ukp.wikipedia.datamachine.domain - package de.tudarmstadt.ukp.wikipedia.datamachine.domain
 
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version - package de.tudarmstadt.ukp.wikipedia.datamachine.dump.version
 
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml - package de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
 
+
+

+E

+
+
exportAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
exportAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
exportAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
exportAfterRevisionParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
exportAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
+
+

+F

+
+
flushByTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
freeAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
freeAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
freeAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
freeAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
freeAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
freeAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
freeAfterRevisonParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
freeAfterRevisonParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
freeAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
freeAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
+
+

+G

+
+
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKIntKeyFactory +
  +
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKLongKeyFactory +
  +
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKStringKeyFactory +
  +
getGeneratedDiscussions() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getGeneratedPage() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getGeneratedRevision() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getGeneratedText() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getInputCategoryLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getInputPageLinks() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getInputPagesArticles() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
getInputPagesMetaCurrent() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
+
+

+I

+
+
initCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
initialize(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
initialize(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
initialize(InputStream, DumpTableEnum) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream +
  +
initPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
initPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
initRevisionParsion() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
initTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
inputStream - +Variable in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream +
  +
isCompressGeneratedFiles() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
+
+

+J

+
+
JWPLDataMachine - Class in de.tudarmstadt.ukp.wikipedia.datamachine.domain
Starts the transformation from Mediawiki dump format to JWPL dump format.
JWPLDataMachine() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.domain.JWPLDataMachine +
  +
+
+

+M

+
+
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.JWPLDataMachine +
  +
+
+

+N

+
+
next() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.DataMachineRevisionParser +
  +
+
+

+P

+
+
processCategoryLinksRow(CategorylinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
processCategoryLinksRow(CategorylinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
processPageLinksRow(PagelinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
processPageLinksRow(PagelinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
processPageRow(PageParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
processPageRow(PageParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
processRevisionRow(RevisionParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
processRevisionRow(RevisionParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
processTextRow(TextParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
processTextRow(TextParser) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
+
+

+R

+
+
read() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.BinaryDumpTableInputStream +
  +
+
+

+S

+
+
setCategoryRedirectsSkip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
setCompressGeneratedFiles(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
Set the input parameter to true it you want to GZip the temporary + files and save a disk space. +
setDataDirectory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineFiles +
  +
setFiles(Files) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator +
  +
setFiles(Files) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
setLogger(ILogger) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
setMetaData(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
setPageRedirectsSkip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
setupEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader +
  +
setupStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader +
  +
SimpleBinaryDumpWriter - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
 
SimpleBinaryDumpWriter(DataMachineFiles) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
SimpleXmlDumpReader - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
This class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
SimpleXmlDumpReader(InputStream, DumpWriter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleXmlDumpReader +
  +
SingleDumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode> - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.version
 
SingleDumpVersionJDKGeneric(Class<HashAlgorithm>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
SingleDumpVersionJDKIntKeyFactory - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.version
 
SingleDumpVersionJDKIntKeyFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKIntKeyFactory +
  +
SingleDumpVersionJDKLongKeyFactory - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.version
 
SingleDumpVersionJDKLongKeyFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKLongKeyFactory +
  +
SingleDumpVersionJDKStringKeyFactory - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.version
 
SingleDumpVersionJDKStringKeyFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKStringKeyFactory +
  +
SingleDumpVersionOriginal - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.version
Transforms a database from mediawiki format to JWPL format.
SingleDumpVersionOriginal() - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
start() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.domain.DataMachineGenerator +
  +
+
+

+W

+
+
writeEndPage() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
writeEndWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
writeMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionJDKGeneric +
  +
writeMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.version.SingleDumpVersionOriginal +
  +
writeRevision(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
writeSiteinfo(Siteinfo) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
writeStartPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
writeStartWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.SimpleBinaryDumpWriter +
  +
+
+

+X

+
+
XML2Binary - Class in de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
Use org.mediawiki.importer engine to parse the XML-Dump (only useful fields) + and store it to binary file.
XML2Binary(InputStream, DataMachineFiles) - +Constructor for class de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml.XML2Binary +
  +
+
+B C D E F G I J M N P R S W X + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/index.html b/apidocs/DataMachine-0.9.1/index.html new file mode 100644 index 00000000..b84facfc --- /dev/null +++ b/apidocs/DataMachine-0.9.1/index.html @@ -0,0 +1,40 @@ + + + + + + + +DataMachine 0.9.1 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/DataMachine-0.9.1/overview-frame.html b/apidocs/DataMachine-0.9.1/overview-frame.html new file mode 100644 index 00000000..ca9bf29d --- /dev/null +++ b/apidocs/DataMachine-0.9.1/overview-frame.html @@ -0,0 +1,47 @@ + + + + + + + +Overview List (DataMachine 0.9.1 API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.tudarmstadt.ukp.wikipedia.datamachine.domain +
+de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +
+de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml +
+

+ +

+  + + diff --git a/apidocs/DataMachine-0.9.1/overview-summary.html b/apidocs/DataMachine-0.9.1/overview-summary.html new file mode 100644 index 00000000..b96b73f4 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/overview-summary.html @@ -0,0 +1,165 @@ + + + + + + + +Overview (DataMachine 0.9.1 API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+DataMachine 0.9.1 API +

+
+ + + + + + + + + + + + + + + + + +
+Packages
de.tudarmstadt.ukp.wikipedia.datamachine.domain 
de.tudarmstadt.ukp.wikipedia.datamachine.dump.version 
de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/overview-tree.html b/apidocs/DataMachine-0.9.1/overview-tree.html new file mode 100644 index 00000000..ef820434 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/overview-tree.html @@ -0,0 +1,178 @@ + + + + + + + +Class Hierarchy (DataMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.tudarmstadt.ukp.wikipedia.datamachine.domain, de.tudarmstadt.ukp.wikipedia.datamachine.dump.version, de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/DataMachine-0.9.1/package-list b/apidocs/DataMachine-0.9.1/package-list new file mode 100644 index 00000000..d0cc2a66 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/package-list @@ -0,0 +1,3 @@ +de.tudarmstadt.ukp.wikipedia.datamachine.domain +de.tudarmstadt.ukp.wikipedia.datamachine.dump.version +de.tudarmstadt.ukp.wikipedia.datamachine.dump.xml diff --git a/apidocs/DataMachine-0.9.1/resources/inherit.gif b/apidocs/DataMachine-0.9.1/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/DataMachine-0.9.1/stylesheet.css b/apidocs/DataMachine-0.9.1/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/DataMachine-0.9.1/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/apidocs/RevisionMachine-0.9.1/allclasses-frame.html b/apidocs/RevisionMachine-0.9.1/allclasses-frame.html new file mode 100644 index 00000000..80fd2b35 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/allclasses-frame.html @@ -0,0 +1,294 @@ + + + + + + + +All Classes (RevisionMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractIndex +
+AbstractPanel +
+ArchiveDescription +
+ArchiveManager +
+ArchiveRegistry +
+ArticleConsumerLogMessages +
+ArticleFilter +
+ArticleIndex +
+ArticleIndexData +
+ArticleInformation +
+ArticleReaderException +
+ArticleReaderInterface +
+BitReader +
+BitWriter +
+BlockManagement +
+BlockManagementInterface +
+Bzip2Archiver +
+CachePanel +
+ChronoFullRevision +
+ChronoIndex +
+ChronoIndexData +
+ChronoIterator +
+ChronoRevisionIterator +
+ChronoStorage +
+ChronoStorageBlock +
+ComponentRegistry +
+ConfigController +
+ConfigDialog +
+ConfigEnum +
+ConfigErrorKeys +
+ConfigGUI +
+ConfigItem +
+ConfigItemTypes +
+ConfigMenuBar +
+ConfigPanel +
+ConfigSettings +
+ConfigurationException +
+ConfigurationKeys +
+ConfigurationManager +
+ConfigurationReader +
+ConfigVerification +
+ConsumerLogMessages +
+Contributor +
+DatabaseWriter +
+DataFileArchiveWriter +
+DataFileEncoder +
+DataFileWriter +
+DataFileWriter +
+DebugPanel +
+DecodingException +
+Diff +
+DiffAction +
+DiffBlock +
+DiffCalculator +
+DiffCalculatorInterface +
+DiffConsumerLogMessages +
+DiffException +
+DiffPart +
+DiffTool +
+DiffToolLogMessages +
+DiffToolThread +
+EncodingException +
+ErrorFactory +
+ErrorKeys +
+ExternalProgramsPanel +
+FilterPanel +
+Indexer +
+IndexGenerator +
+IndexIterator +
+IndexWriterInterface +
+InputDialog +
+InputFactory +
+InputPanel +
+InputType +
+ISizeable +
+LetterNode +
+Logger +
+LoggerType +
+LoggingException +
+LoggingFactory +
+LoggingPanel +
+MathUtilities +
+ModePanel +
+MultipleKeywordTree +
+OutputCompressionEnum +
+OutputFactory +
+OutputPanel +
+OutputType +
+OutputTypes +
+PanelKeys +
+Revision +
+RevisionApi +
+RevisionAPIConfiguration +
+RevisionCodecData +
+RevisionDataInterface +
+RevisionDecoder +
+RevisionEncoder +
+RevisionEncoderInterface +
+RevisionIndex +
+RevisionIterator +
+RevisionIteratorInterface +
+SimpleConfig +
+SingleKeywordTree +
+SQLArchiveWriter +
+SQLConsumerException +
+SQLConsumerLogMessages +
+SQLDatabaseWriter +
+SQLEncoder +
+SQLEncoderInterface +
+SQLEncoding +
+SQLEscape +
+SQLFileWriter +
+SQLFileWriter +
+SQLPanel +
+SurrogateModes +
+Surrogates +
+Task +
+TaskTransmitterInterface +
+TaskTypes +
+Time +
+TimedDiffCalculator +
+TimedSQLArchiveWriter +
+TimedSQLDatabaseWriter +
+TimedSQLEncoder +
+TimedSQLFileWriter +
+TimedWikipediaXMLReader +
+TimeoutException +
+WikipediaXMLKeys +
+WikipediaXMLReader +
+WikipediaXMLWriter +
+WriterInterface +
+XMLFileChooser +
+
+ + + diff --git a/apidocs/RevisionMachine-0.9.1/allclasses-noframe.html b/apidocs/RevisionMachine-0.9.1/allclasses-noframe.html new file mode 100644 index 00000000..9ab28da8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/allclasses-noframe.html @@ -0,0 +1,294 @@ + + + + + + + +All Classes (RevisionMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractIndex +
+AbstractPanel +
+ArchiveDescription +
+ArchiveManager +
+ArchiveRegistry +
+ArticleConsumerLogMessages +
+ArticleFilter +
+ArticleIndex +
+ArticleIndexData +
+ArticleInformation +
+ArticleReaderException +
+ArticleReaderInterface +
+BitReader +
+BitWriter +
+BlockManagement +
+BlockManagementInterface +
+Bzip2Archiver +
+CachePanel +
+ChronoFullRevision +
+ChronoIndex +
+ChronoIndexData +
+ChronoIterator +
+ChronoRevisionIterator +
+ChronoStorage +
+ChronoStorageBlock +
+ComponentRegistry +
+ConfigController +
+ConfigDialog +
+ConfigEnum +
+ConfigErrorKeys +
+ConfigGUI +
+ConfigItem +
+ConfigItemTypes +
+ConfigMenuBar +
+ConfigPanel +
+ConfigSettings +
+ConfigurationException +
+ConfigurationKeys +
+ConfigurationManager +
+ConfigurationReader +
+ConfigVerification +
+ConsumerLogMessages +
+Contributor +
+DatabaseWriter +
+DataFileArchiveWriter +
+DataFileEncoder +
+DataFileWriter +
+DataFileWriter +
+DebugPanel +
+DecodingException +
+Diff +
+DiffAction +
+DiffBlock +
+DiffCalculator +
+DiffCalculatorInterface +
+DiffConsumerLogMessages +
+DiffException +
+DiffPart +
+DiffTool +
+DiffToolLogMessages +
+DiffToolThread +
+EncodingException +
+ErrorFactory +
+ErrorKeys +
+ExternalProgramsPanel +
+FilterPanel +
+Indexer +
+IndexGenerator +
+IndexIterator +
+IndexWriterInterface +
+InputDialog +
+InputFactory +
+InputPanel +
+InputType +
+ISizeable +
+LetterNode +
+Logger +
+LoggerType +
+LoggingException +
+LoggingFactory +
+LoggingPanel +
+MathUtilities +
+ModePanel +
+MultipleKeywordTree +
+OutputCompressionEnum +
+OutputFactory +
+OutputPanel +
+OutputType +
+OutputTypes +
+PanelKeys +
+Revision +
+RevisionApi +
+RevisionAPIConfiguration +
+RevisionCodecData +
+RevisionDataInterface +
+RevisionDecoder +
+RevisionEncoder +
+RevisionEncoderInterface +
+RevisionIndex +
+RevisionIterator +
+RevisionIteratorInterface +
+SimpleConfig +
+SingleKeywordTree +
+SQLArchiveWriter +
+SQLConsumerException +
+SQLConsumerLogMessages +
+SQLDatabaseWriter +
+SQLEncoder +
+SQLEncoderInterface +
+SQLEncoding +
+SQLEscape +
+SQLFileWriter +
+SQLFileWriter +
+SQLPanel +
+SurrogateModes +
+Surrogates +
+Task +
+TaskTransmitterInterface +
+TaskTypes +
+Time +
+TimedDiffCalculator +
+TimedSQLArchiveWriter +
+TimedSQLDatabaseWriter +
+TimedSQLEncoder +
+TimedSQLFileWriter +
+TimedWikipediaXMLReader +
+TimeoutException +
+WikipediaXMLKeys +
+WikipediaXMLReader +
+WikipediaXMLWriter +
+WriterInterface +
+XMLFileChooser +
+
+ + + diff --git a/apidocs/RevisionMachine-0.9.1/constant-values.html b/apidocs/RevisionMachine-0.9.1/constant-values.html new file mode 100644 index 00000000..ca22246a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/constant-values.html @@ -0,0 +1,181 @@ + + + + + + + +Constant Field Values (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.tudarmstadt.*
+ +

+ + + + + + + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory
+public static final StringNAME_ARTICLE_OUTPUT_LOGGER"DiffToolOutput"
+public static final StringNAME_ERROR_LOGGER"DiffToolErrors"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/ChronoRevisionIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/ChronoRevisionIterator.html new file mode 100644 index 00000000..48d5bd07 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/ChronoRevisionIterator.html @@ -0,0 +1,405 @@ + + + + + + + +ChronoRevisionIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Class ChronoRevisionIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator
+
+
+
All Implemented Interfaces:
RevisionIteratorInterface, Iterator<Revision>
+
+
+
+
public class ChronoRevisionIterator
extends Object
implements RevisionIteratorInterface
+ + +

+This class represents the iteration in chronological order. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ChronoRevisionIterator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new ChronoRevisionIterator
ChronoRevisionIterator(RevisionAPIConfiguration config, + int firstArticleID, + int lastArticleID) + +
+          (Constructor) Creates a new ChronoRevisionIterator
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method closes the connection to the input component.
+ booleanhasNext() + +
+          Returns whether another revision is available or not.
+static voidmain(String[] args) + +
+           
+ Revisionnext() + +
+          Returns the next revision.
+ voidremove() + +
+          Deprecated.  
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoRevisionIterator

+
+public ChronoRevisionIterator(RevisionAPIConfiguration config)
+                       throws WikiApiException
+
+
(Constructor) Creates a new ChronoRevisionIterator +

+

+
Parameters:
config - Reference to the configuration parameters +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+ChronoRevisionIterator

+
+public ChronoRevisionIterator(RevisionAPIConfiguration config,
+                              int firstArticleID,
+                              int lastArticleID)
+                       throws WikiApiException
+
+
(Constructor) Creates a new ChronoRevisionIterator +

+

+
Parameters:
config - Reference to the configuration parameters +
Throws: +
WikiApiException - if an error occurs
+
+ + + + + + + + +
+Method Detail
+ +

+next

+
+public Revision next()
+
+
Returns the next revision. +

+

+
Specified by:
next in interface Iterator<Revision>
+
+
+ +
Returns:
Revision
+
+
+
+ +

+hasNext

+
+public boolean hasNext()
+
+
Returns whether another revision is available or not. +

+

+
Specified by:
hasNext in interface Iterator<Revision>
+
+
+ +
Returns:
TRUE or FALSE
+
+
+
+ +

+remove

+
+@Deprecated
+public void remove()
+
+
Deprecated.  +

+

This method is unsupported. +

+

+
Specified by:
remove in interface Iterator<Revision>
+
+
+ +
Throws: +
UnsupportedOperationException
+
+
+
+ +

+close

+
+public void close()
+           throws SQLException
+
+
This method closes the connection to the input component. +

+

+
Specified by:
close in interface RevisionIteratorInterface
+
+
+ +
Throws: +
SQLException - if an error occurs while closing the connection to the + database.
+
+
+
+ +

+main

+
+public static void main(String[] args)
+                 throws Exception
+
+
+
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Contributor.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Contributor.html new file mode 100644 index 00000000..0e5029fb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Contributor.html @@ -0,0 +1,390 @@ + + + + + + + +Contributor (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Class Contributor

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor
+
+
+
+
public class Contributor
extends Object
+ + +

+Provides basic user/conttributor information in a single object +

+ +

+

+
Author:
+
Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
Contributor(String name) + +
+           
Contributor(String name, + Integer id) + +
+           
Contributor(String name, + Integer id, + List<String> groups) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<String>getGroups() + +
+           
+ IntegergetId() + +
+           
+ StringgetName() + +
+           
+ voidsetGroups(List<String> groups) + +
+           
+ voidsetId(Integer aId) + +
+           
+ voidsetName(String aName) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Contributor

+
+public Contributor(String name)
+
+
+
+ +

+Contributor

+
+public Contributor(String name,
+                   Integer id)
+
+
+
+ +

+Contributor

+
+public Contributor(String name,
+                   Integer id,
+                   List<String> groups)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public String getName()
+
+
+
+
+
+
+ +

+setName

+
+public void setName(String aName)
+
+
+
+
+
+
+ +

+getId

+
+public Integer getId()
+
+
+
+
+
+
+ +

+setId

+
+public void setId(Integer aId)
+
+
+
+
+
+
+ +

+getGroups

+
+public List<String> getGroups()
+
+
+
+
+
+
+ +

+setGroups

+
+public void setGroups(List<String> groups)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Revision.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Revision.html new file mode 100644 index 00000000..5d7cd5a0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/Revision.html @@ -0,0 +1,1001 @@ + + + + + + + +Revision (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Class Revision

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision
+
+
+
All Implemented Interfaces:
RevisionDataInterface, ISizeable, Comparable<Revision>
+
+
+
+
public class Revision
extends Object
implements ISizeable, Comparable<Revision>, RevisionDataInterface
+ + +

+This class contains all revision data. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
Revision(int revisionCounter) + +
+          (Constructor) Creates a new Revision object.
Revision(int revisionCounter, + RevisionApi revisionApi) + +
+          (Constructor) Creates a new Revision object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longbyteSize() + +
+          Returns the estimated number of bytes used to encode the contained + information.
+ intcompareTo(Revision r) + +
+           
+ booleancontributorIsRegistered() + +
+          Returns true, if the contributor is a registered user
+ intgetArticleID() + +
+          Returns the ID of the article.
+ StringgetComment() + +
+          Returns the user comment for this revision
+ IntegergetContributorId() + +
+          Returns the contributorID of the revision contributor + Unregistered users do not have an id, so the return value might be null.
+ StringgetContributorName() + +
+          Returns the contributorName of the revision contributor
+ intgetFullRevisionID() + +
+          Returns the full revision ID.
+ Collection<DiffPart>getParts() + +
+          Returns a collection of DiffPart objects that make up this revision
+ intgetPrimaryKey() + +
+          Returns the primary key.
+ intgetRevisionCounter() + +
+          Returns the revision counter.
+ intgetRevisionID() + +
+          Returns the ID of the revision.
+ StringgetRevisionText() + +
+          Returns the textual content of this revision.
+ TimestampgetTimeStamp() + +
+          Returns the timestamp.
+ booleanisMinor() + +
+          Returns true if revision is a minor revision.
+ voidsetArticleID(int articleID) + +
+          Sets the ID of the article.
+ voidsetComment(String comment) + +
+          Sets the user comment for this revision
+ voidsetContributorId(Integer contributorId) + +
+           
+ voidsetContributorIsRegistered(boolean contributorIsRegistered) + +
+           
+ voidsetContributorName(String contributorName) + +
+           
+ voidsetFullRevisionID(int fullRevisionID) + +
+          Set the ID of the full revision.
+ voidsetMinor(boolean isMinor) + +
+           
+ voidsetParts(Collection<DiffPart> parts) + +
+          Sets the collection of DiffPart objects that make up this revision
+ voidsetPrimaryKey(int primaryKey) + +
+          Sets the primary key.
+ voidsetRevisionApi(RevisionApi revisionApi) + +
+          Sets the revision api
+ voidsetRevisionID(int revisionId) + +
+          Sets the ID of the revision.
+ voidsetRevisionText(String revisionText) + +
+          Sets the revision text.
+ voidsetTimeStamp(String timeStamp) + +
+          Sets the timestamp information.
+ voidsetTimeStamp(Timestamp timeStamp) + +
+          Sets the timestamp information.
+ StringtoString() + +
+          Returns the string representation of this object.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Revision

+
+public Revision(int revisionCounter)
+
+
(Constructor) Creates a new Revision object. +

+

+
Parameters:
revisionCounter - revision counter
+
+
+ +

+Revision

+
+public Revision(int revisionCounter,
+                RevisionApi revisionApi)
+
+
(Constructor) Creates a new Revision object. +

+

+
Parameters:
revisionCounter - revision counter
revisionApi - revision API
+
+ + + + + + + + +
+Method Detail
+ +

+byteSize

+
+public long byteSize()
+
+
Returns the estimated number of bytes used to encode the contained + information. +

+

+
Specified by:
byteSize in interface ISizeable
+
+
+ +
Returns:
estimated size in bytes
+
+
+
+ +

+getArticleID

+
+public int getArticleID()
+
+
Returns the ID of the article. +

+

+
Specified by:
getArticleID in interface RevisionDataInterface
+
+
+ +
Returns:
article ID
+
+
+
+ +

+getFullRevisionID

+
+public int getFullRevisionID()
+
+
Returns the full revision ID. +

+

+
+
+
+ +
Returns:
full revision ID
+
+
+
+ +

+getPrimaryKey

+
+public int getPrimaryKey()
+
+
Returns the primary key. +

+

+
+
+
+ +
Returns:
primary key
+
+
+
+ +

+compareTo

+
+public int compareTo(Revision r)
+
+
+
Specified by:
compareTo in interface Comparable<Revision>
+
+
+
+
+
+
+ +

+setRevisionApi

+
+public void setRevisionApi(RevisionApi revisionApi)
+
+
Sets the revision api +

+

+
+
+
+
Parameters:
revisionApi - api to set
+
+
+
+ +

+getRevisionCounter

+
+public int getRevisionCounter()
+
+
Returns the revision counter. +

+

+
Specified by:
getRevisionCounter in interface RevisionDataInterface
+
+
+ +
Returns:
revision counter
+
+
+
+ +

+getRevisionID

+
+public int getRevisionID()
+
+
Returns the ID of the revision. +

+

+
Specified by:
getRevisionID in interface RevisionDataInterface
+
+
+ +
Returns:
revision ID
+
+
+
+ +

+getRevisionText

+
+public String getRevisionText()
+
+
Returns the textual content of this revision. +

+

+
+
+
+ +
Returns:
content
+
+
+
+ +

+getTimeStamp

+
+public Timestamp getTimeStamp()
+
+
Returns the timestamp. +

+

+
Specified by:
getTimeStamp in interface RevisionDataInterface
+
+
+ +
Returns:
timestamp
+
+
+
+ +

+getParts

+
+public Collection<DiffPart> getParts()
+
+
Returns a collection of DiffPart objects that make up this revision +

+

+
+
+
+ +
Returns:
a collection of DiffPart object that make up this revision
+
+
+
+ +

+setArticleID

+
+public void setArticleID(int articleID)
+
+
Sets the ID of the article. +

+

+
+
+
+
Parameters:
articleID - article ID
+
+
+
+ +

+setFullRevisionID

+
+public void setFullRevisionID(int fullRevisionID)
+
+
Set the ID of the full revision. +

+

+
+
+
+
Parameters:
fullRevisionID - full revision ID
+
+
+
+ +

+setPrimaryKey

+
+public void setPrimaryKey(int primaryKey)
+
+
Sets the primary key. +

+

+
+
+
+
Parameters:
primaryKey - primary key
+
+
+
+ +

+setRevisionID

+
+public void setRevisionID(int revisionId)
+
+
Sets the ID of the revision. +

+

+
+
+
+
Parameters:
revisionId - revision ID
+
+
+
+ +

+setRevisionText

+
+public void setRevisionText(String revisionText)
+
+
Sets the revision text. +

+

+
+
+
+
Parameters:
revisionText - content
+
+
+
+ +

+setTimeStamp

+
+public void setTimeStamp(String timeStamp)
+
+
Sets the timestamp information. + + The input is expected to be the wikipedia version of the timestamp as + String (YYYY-MM-DDThh-mm-ssZ). T and Z will be replaced with spaces. +

+

+
+
+
+
Parameters:
timeStamp - timestamp (wikipedia version)
+
+
+
+ +

+setTimeStamp

+
+public void setTimeStamp(Timestamp timeStamp)
+
+
Sets the timestamp information. +

+

+
+
+
+
Parameters:
timeStamp - timestamp
+
+
+
+ +

+setParts

+
+public void setParts(Collection<DiffPart> parts)
+
+
Sets the collection of DiffPart objects that make up this revision +

+

+
+
+
+
Parameters:
parts - a collection of DiffPart object that make up this revision
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the string representation of this object. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
(ArticleID, RevisionCounter, Timestamp, RevisionID, TextLength)
+
+
+
+ +

+setComment

+
+public void setComment(String comment)
+
+
Sets the user comment for this revision +

+

+
+
+
+
Parameters:
comment - the user comment for this revision
+
+
+
+ +

+getComment

+
+public String getComment()
+
+
Returns the user comment for this revision +

+

+
Specified by:
getComment in interface RevisionDataInterface
+
+
+ +
Returns:
the user comment for this revision
+
+
+
+ +

+setMinor

+
+public void setMinor(boolean isMinor)
+
+
+
+
+
+
+
+
+
+ +

+isMinor

+
+public boolean isMinor()
+
+
Description copied from interface: RevisionDataInterface
+
Returns true if revision is a minor revision. +

+

+
Specified by:
isMinor in interface RevisionDataInterface
+
+
+ +
Returns:
true if revision is a minor revision, false else
+
+
+
+ +

+setContributorName

+
+public void setContributorName(String contributorName)
+
+
+
+
+
+
+
+
+
+ +

+getContributorName

+
+public String getContributorName()
+
+
Description copied from interface: RevisionDataInterface
+
Returns the contributorName of the revision contributor +

+

+
Specified by:
getContributorName in interface RevisionDataInterface
+
+
+ +
Returns:
the contributorName of the revision contributor
+
+
+
+ +

+setContributorIsRegistered

+
+public void setContributorIsRegistered(boolean contributorIsRegistered)
+
+
+
+
+
+
+
+
+
+ +

+contributorIsRegistered

+
+public boolean contributorIsRegistered()
+
+
Description copied from interface: RevisionDataInterface
+
Returns true, if the contributor is a registered user +

+

+
Specified by:
contributorIsRegistered in interface RevisionDataInterface
+
+
+ +
Returns:
true, if the contributor is a registered user, false else
+
+
+
+ +

+setContributorId

+
+public void setContributorId(Integer contributorId)
+
+
+
+
+
+
+
+
+
+ +

+getContributorId

+
+public Integer getContributorId()
+
+
Description copied from interface: RevisionDataInterface
+
Returns the contributorID of the revision contributor + Unregistered users do not have an id, so the return value might be null. +

+

+
Specified by:
getContributorId in interface RevisionDataInterface
+
+
+ +
Returns:
the contributorID of the revision contributor or null, if user does not have an id (= is not registered)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionAPIConfiguration.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionAPIConfiguration.html new file mode 100644 index 00000000..4e0a39bb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionAPIConfiguration.html @@ -0,0 +1,529 @@ + + + + + + + +RevisionAPIConfiguration (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Class RevisionAPIConfiguration

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration
+
+
+
+
public class RevisionAPIConfiguration
extends DatabaseConfiguration
+ + +

+This class contains the additional parameters for the RevisionApi. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
RevisionAPIConfiguration() + +
+          (Constructor) Creates the default configuration.
RevisionAPIConfiguration(DatabaseConfiguration existingWikiConfig) + +
+          Creates a (default) RevisionAPIConfiguration from an existing + DatabaseConfiguration.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetBufferSize() + +
+          Returns the maximum size of a result set.
+ StringgetCharacterSet() + +
+          Returns the character encoding.
+ longgetChronoStorageSpace() + +
+          Returns the memory size used for the purpose of storing revisions.
+ longgetMaxAllowedPacket() + +
+          Returns the value of MAX_ALLOWED_PACKET parameter.
+ StringgetOutputPath() + +
+          Returns the output path of the index generator.
+ OutputTypesgetOutputType() + +
+          Returns the output type of the index generator.
+ voidsetBufferSize(int bufferSize) + +
+          Sets the maximum size of a result set.
+ voidsetCharacterSet(String characterSet) + +
+          Sets the character endocing.
+ voidsetChronoStorageSpace(long chronoStorageSpace) + +
+          Set the memory size used for the purpose of storing revisions.
+ voidsetMaxAllowedPacket(long maxAllowedPacket) + +
+          Sets the value of MAX_ALLOWED_PACKET parameter.
+ voidsetOutputPath(String outputPath) + +
+          Sets the output path of the index generator.
+ voidsetOutputType(OutputTypes outputType) + +
+          Sets the output type of the index generator.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration
getDatabase, getHost, getLanguage, getPassword, getUser, setDatabase, setHost, setLanguage, setPassword, setUser
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionAPIConfiguration

+
+public RevisionAPIConfiguration()
+
+

(Constructor) Creates the default configuration.

+ OutputType: UNCOMPRESSED (revisionIndex.sql)
+

+

+
+ +

+RevisionAPIConfiguration

+
+public RevisionAPIConfiguration(DatabaseConfiguration existingWikiConfig)
+
+

Creates a (default) RevisionAPIConfiguration from an existing + DatabaseConfiguration.

+ + OutputType: DATABASE
+

+

+ + + + + + + + +
+Method Detail
+ +

+getBufferSize

+
+public int getBufferSize()
+
+
Returns the maximum size of a result set. +

+

+ +
Returns:
maximum size of a result set
+
+
+
+ +

+getCharacterSet

+
+public String getCharacterSet()
+
+
Returns the character encoding. +

+

+ +
Returns:
character encoding
+
+
+
+ +

+getChronoStorageSpace

+
+public long getChronoStorageSpace()
+
+
Returns the memory size used for the purpose of storing revisions. +

+

+ +
Returns:
memory size
+
+
+
+ +

+getMaxAllowedPacket

+
+public long getMaxAllowedPacket()
+
+
Returns the value of MAX_ALLOWED_PACKET parameter. +

+

+ +
Returns:
MAX_ALLOWED_PACKET
+
+
+
+ +

+getOutputPath

+
+public String getOutputPath()
+
+
Returns the output path of the index generator. +

+

+ +
Returns:
output path
+
+
+
+ +

+getOutputType

+
+public OutputTypes getOutputType()
+
+
Returns the output type of the index generator. +

+

+ +
Returns:
output type
+
+
+
+ +

+setBufferSize

+
+public void setBufferSize(int bufferSize)
+
+
Sets the maximum size of a result set. +

+

+
Parameters:
bufferSize - maximum size of a result set
+
+
+
+ +

+setCharacterSet

+
+public void setCharacterSet(String characterSet)
+
+
Sets the character endocing. +

+

+
Parameters:
characterSet - character encoding
+
+
+
+ +

+setChronoStorageSpace

+
+public void setChronoStorageSpace(long chronoStorageSpace)
+
+
Set the memory size used for the purpose of storing revisions. +

+

+
Parameters:
chronoStorageSpace - memory size
+
+
+
+ +

+setMaxAllowedPacket

+
+public void setMaxAllowedPacket(long maxAllowedPacket)
+
+
Sets the value of MAX_ALLOWED_PACKET parameter. +

+

+
Parameters:
maxAllowedPacket - MAX_ALLOWED_PACKET
+
+
+
+ +

+setOutputPath

+
+public void setOutputPath(String outputPath)
+
+
Sets the output path of the index generator. +

+

+
Parameters:
outputPath - output path
+
+
+
+ +

+setOutputType

+
+public void setOutputType(OutputTypes outputType)
+
+
Sets the output type of the index generator. +

+

+
Parameters:
outputType - output type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionApi.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionApi.html new file mode 100644 index 00000000..8bc5448c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionApi.html @@ -0,0 +1,847 @@ + + + + + + + +RevisionApi (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Class RevisionApi

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi
+
+
+
+
public class RevisionApi
extends Object
+ + +

+This class can access the database and retrieve single revisions. +

+ +

+

+
Author:
+
Simon Kulessa, Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
RevisionApi(DatabaseConfiguration dbConfig) + +
+          (Constructor) Creates a new RevisionApi object.
RevisionApi(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new RevisionApi object.
RevisionApi(RevisionAPIConfiguration config, + Connection connection) + +
+          (Constructor) Creates a new RevisionApi object with an existing database + connection.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  intcheckMapping(int articleID, + int revisionCounter) + +
+          This method maps the chronological order to the revisionCounter.
+ intcheckReverseMapping(int articleID, + int revisionCounter) + +
+          Deprecated. this method should only be used for internal processes
+ voidclose() + +
+          This method closes the connection to the database.
+ TimestampgetFirstDateOfAppearance(int articleID) + +
+          Returns the timestamp of the first revision connected to the specified + article.
+ TimestampgetLastDateOfAppearance(int articleID) + +
+          Returns the timestamp of the last revision connected to the specified + article.
+ intgetNumberOfRevisions(int articleID) + +
+          Returns the number of revisions contained by the specified article.
+ intgetNumberOfUniqueContributors(int articleID) + +
+          Returns the number of unique contributors to an article based on the + people who revised the article (revision contributors).
+ intgetNumberOfUniqueContributors(int articleID, + boolean onlyRegistered) + +
+          Returns the number of unique contributors to an article based on the + people who revised the article (revision contributors).
+ RevisiongetRevision(int revisionID) + +
+          ( + Returns the by the id specified revision.
+ RevisiongetRevision(int articleID, + int revisionCounter) + +
+          Returns the by the article ID and revisionCounter specified revision.
+ RevisiongetRevision(int articleID, + Timestamp time) + +
+          Returns the by the article ID and timestamp specified revision.
+ List<Timestamp>getRevisionTimestamps(int articleID) + +
+          Returns the timestamps of all revisions connected to the specified + article.
+ Map<Timestamp,Collection<DiffPart>>getTimestampToRevisionMap(int articleID) + +
+          Returns a map of timestamps mapped on the corresponding + DiffPart-Collections.
+ Map<String,Timestamp>getUserContributionMap(int articleID) + +
+          Returns a map of usernames mapped to the timestamps of their contributions + + In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table.
+ Map<String,Timestamp>getUserContributionMap(int articleID, + String[] groupfilter) + +
+          Returns a map of usernames mapped to the timestamps of their contributions + + Users of certain user groups (e.g. bots) can be filtered by providing + the unwanted groups in the groupFilter.
+ Map<String,Timestamp>getUserContributionMap(int articleID, + String[] groupfilter, + boolean onlyRegistered) + +
+          Returns a map of usernames mapped to the timestamps of their contributions.
+ List<String>getUserGroups(int userID) + +
+          Returns the group assignments of the specified user
+static voidmain(String[] args) + +
+           
+ voidsetRevisionTextAndParts(Revision revision) + +
+          This method queries and builds the specified revision.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionApi

+
+public RevisionApi(RevisionAPIConfiguration config,
+                   Connection connection)
+            throws WikiApiException
+
+
(Constructor) Creates a new RevisionApi object with an existing database + connection. +

+

+
Parameters:
config - Reference to the configuration parameters
connection - Reference to the database connection +
Throws: +
WikiApiException
+
+
+ +

+RevisionApi

+
+public RevisionApi(RevisionAPIConfiguration config)
+            throws WikiApiException
+
+
(Constructor) Creates a new RevisionApi object. +

+

+
Parameters:
config - Reference to the configuration parameters +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+RevisionApi

+
+public RevisionApi(DatabaseConfiguration dbConfig)
+            throws WikiApiException
+
+
(Constructor) Creates a new RevisionApi object. +

+

+
Parameters:
config - A database configuration object +
Throws: +
WikiApiException - if an error occurs
+
+ + + + + + + + +
+Method Detail
+ +

+getNumberOfRevisions

+
+public int getNumberOfRevisions(int articleID)
+                         throws WikiApiException
+
+
Returns the number of revisions contained by the specified article. +

+

+
Parameters:
articleID - ID of the article +
Returns:
number of revisions +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getRevisionTimestamps

+
+public List<Timestamp> getRevisionTimestamps(int articleID)
+                                      throws WikiApiException
+
+
Returns the timestamps of all revisions connected to the specified + article. + + In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article +
Returns:
collection of timestampf of all revisions +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getNumberOfUniqueContributors

+
+public int getNumberOfUniqueContributors(int articleID)
+                                  throws WikiApiException
+
+
Returns the number of unique contributors to an article based on the + people who revised the article (revision contributors).
+ + In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article +
Returns:
the number of unique contributors to the article +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getNumberOfUniqueContributors

+
+public int getNumberOfUniqueContributors(int articleID,
+                                         boolean onlyRegistered)
+                                  throws WikiApiException
+
+
Returns the number of unique contributors to an article based on the + people who revised the article (revision contributors).
+ It is possible to only count the registerd users, if onlyRegistered is set to true.
+
+ In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article
onlyRegistered - defines whether to count only registered users (true), or all users (false) +
Returns:
the number of unique contributors to the article +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getUserContributionMap

+
+public Map<String,Timestamp> getUserContributionMap(int articleID)
+                                             throws WikiApiException
+
+
Returns a map of usernames mapped to the timestamps of their contributions + + In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article +
Returns:
map of Timestamp-DiffPart-Collection pairs +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getUserContributionMap

+
+public Map<String,Timestamp> getUserContributionMap(int articleID,
+                                                    String[] groupfilter)
+                                             throws WikiApiException
+
+
Returns a map of usernames mapped to the timestamps of their contributions + + Users of certain user groups (e.g. bots) can be filtered by providing + the unwanted groups in the groupFilter. Nothing is filtered if + the groupFilter is null or empty.
+
+ Filtered results also include unregistered users (because they cannot + be filtered using user groups) In order to get results containing only registered + users, use getUserContributionMap(final int articleID, List groupfilter, boolean onlyRegistered) and + set onlyRegistered=true.
+
+ In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article
groupfilter - a list of unwanted user groups +
Returns:
map of Timestamp-DiffPart-Collection pairs +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getUserContributionMap

+
+public Map<String,Timestamp> getUserContributionMap(int articleID,
+                                                    String[] groupfilter,
+                                                    boolean onlyRegistered)
+                                             throws WikiApiException
+
+
Returns a map of usernames mapped to the timestamps of their contributions.
+
+ Users of certain user groups (e.g. bots) can be filtered by providing + the unwanted groups in the groupFilter. Nothing is filtered if + the groupFilter is null or empty.
+
+ In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article
groupfilter - a list of unwanted user groups
onlyRegistered - true, if result should only contain registered users. false, else +
Returns:
map of Timestamp-DiffPart-Collection pairs +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getUserGroups

+
+public List<String> getUserGroups(int userID)
+                           throws WikiApiException
+
+
Returns the group assignments of the specified user +

+

+
Parameters:
userID - ID of the user (NOT THE USERNAME) +
Returns:
collection of user groups +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getTimestampToRevisionMap

+
+public Map<Timestamp,Collection<DiffPart>> getTimestampToRevisionMap(int articleID)
+                                                              throws WikiApiException
+
+
Returns a map of timestamps mapped on the corresponding + DiffPart-Collections. Can be used to compile statistics over all changes + that have been made in one article. + + In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +

+

+
Parameters:
articleID - ID of the article +
Returns:
map of Timestamp-DiffPart-Collection pairs +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getFirstDateOfAppearance

+
+public Timestamp getFirstDateOfAppearance(int articleID)
+                                   throws WikiApiException
+
+
Returns the timestamp of the first revision connected to the specified + article. +

+

+
Parameters:
articleID - ID of the article +
Returns:
first date of appearance or the article does not exist +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getLastDateOfAppearance

+
+public Timestamp getLastDateOfAppearance(int articleID)
+                                  throws WikiApiException
+
+
Returns the timestamp of the last revision connected to the specified + article. +

+

+
Parameters:
articleID - ID of the article +
Returns:
last date of appearance or the article does not exist +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+getRevision

+
+public Revision getRevision(int revisionID)
+                     throws WikiApiException
+
+
( + Returns the by the id specified revision. +

+

+
Parameters:
revisionID - ID of the revison +
Returns:
Revision +
Throws: +
WikiApiException - if an error occurs or the revision does not exists.
+
+
+
+ +

+getRevision

+
+public Revision getRevision(int articleID,
+                            int revisionCounter)
+                     throws WikiApiException
+
+
Returns the by the article ID and revisionCounter specified revision. + Note that this method returns the revision in chronological order. +

+

+
Parameters:
articleID - ID of the article
revisionCounter - number of revision +
Returns:
Revision +
Throws: +
WikiApiException - if an error occurs or the revision does not exists.
+
+
+
+ +

+getRevision

+
+public Revision getRevision(int articleID,
+                            Timestamp time)
+                     throws WikiApiException
+
+
Returns the by the article ID and timestamp specified revision. Note that + the timestamp is not an unique identifier of a revision related to an + article. The returned revision should be the first revision that can be + found inside the database. +

+

+
Parameters:
articleID - ID of the article
time - Timestamp +
Returns:
Revision +
Throws: +
WikiApiException - if an error occurs or the revision does not exists.
+
+
+
+ +

+checkMapping

+
+protected int checkMapping(int articleID,
+                           int revisionCounter)
+                    throws SQLException
+
+
This method maps the chronological order to the revisionCounter. +

+

+
Parameters:
articleID - ID of the article
revisionCounter - chronological position +
Returns:
position in the chronological order +
Throws: +
SQLException - if an error occurs while accesing the database.
+
+
+
+ +

+checkReverseMapping

+
+@Deprecated
+public int checkReverseMapping(int articleID,
+                                          int revisionCounter)
+                        throws SQLException
+
+
Deprecated. this method should only be used for internal processes +

+

This method maps the revisionCounter to the chronological order. +

+

+
Parameters:
articleID - ID of the article
revisionCounter - chronological position +
Returns:
position in the chronological order +
Throws: +
SQLException - if an error occurs while accesing the database.
+
+
+
+ +

+setRevisionTextAndParts

+
+public void setRevisionTextAndParts(Revision revision)
+
+
This method queries and builds the specified revision. +

+

+
Parameters:
fullRevPK - PK of the full revision
limit - number of revision to query +
Throws: +
SQLException - if an error occurs while retrieving data from the sql + database. +
IOException - if an error occurs while reading the content stream +
DecodingException - if an error occurs while decoding the content of the revision +
WikiPageNotFoundException - if the revision was not found
+
+
+
+ +

+close

+
+public void close()
+           throws SQLException
+
+
This method closes the connection to the database. +

+

+ +
Throws: +
SQLException - if an error occurs while closing the connection
+
+
+
+ +

+main

+
+public static void main(String[] args)
+                 throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionDataInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionDataInterface.html new file mode 100644 index 00000000..702f61e1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionDataInterface.html @@ -0,0 +1,395 @@ + + + + + + + +RevisionDataInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Interface RevisionDataInterface

+
+
All Known Implementing Classes:
Revision
+
+
+
+
public interface RevisionDataInterface
+ + +

+This interface contains method to access the additional data of a revision. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancontributorIsRegistered() + +
+          Returns true, if the contributor is a registered user
+ intgetArticleID() + +
+          Returns the ID of the article.
+ StringgetComment() + +
+          Returns the user comment for this revision
+ IntegergetContributorId() + +
+          Returns the contributorID of the revision contributor + Unregistered users do not have an id, so the return value might be null.
+ StringgetContributorName() + +
+          Returns the contributorName of the revision contributor
+ intgetRevisionCounter() + +
+          Returns the revision counter
+ intgetRevisionID() + +
+          Returns the ID of the revision.
+ TimestampgetTimeStamp() + +
+          Returns the timestamp
+ booleanisMinor() + +
+          Returns true if revision is a minor revision.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getArticleID

+
+int getArticleID()
+
+
Returns the ID of the article. +

+

+ +
Returns:
ID of the article
+
+
+
+ +

+getRevisionID

+
+int getRevisionID()
+
+
Returns the ID of the revision. +

+

+ +
Returns:
ID of the revision
+
+
+
+ +

+getTimeStamp

+
+Timestamp getTimeStamp()
+
+
Returns the timestamp +

+

+ +
Returns:
timestamp
+
+
+
+ +

+getRevisionCounter

+
+int getRevisionCounter()
+
+
Returns the revision counter +

+

+ +
Returns:
revision counter
+
+
+
+ +

+getComment

+
+String getComment()
+
+
Returns the user comment for this revision +

+

+ +
Returns:
the user comment for this revision
+
+
+
+ +

+isMinor

+
+boolean isMinor()
+
+
Returns true if revision is a minor revision. +

+

+ +
Returns:
true if revision is a minor revision, false else
+
+
+
+ +

+getContributorId

+
+Integer getContributorId()
+
+
Returns the contributorID of the revision contributor + Unregistered users do not have an id, so the return value might be null. +

+

+ +
Returns:
the contributorID of the revision contributor or null, if user does not have an id (= is not registered)
+
+
+
+ +

+getContributorName

+
+String getContributorName()
+
+
Returns the contributorName of the revision contributor +

+

+ +
Returns:
the contributorName of the revision contributor
+
+
+
+ +

+contributorIsRegistered

+
+boolean contributorIsRegistered()
+
+
Returns true, if the contributor is a registered user +

+

+ +
Returns:
true, if the contributor is a registered user, false else
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIterator.html new file mode 100644 index 00000000..5824be8d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIterator.html @@ -0,0 +1,543 @@ + + + + + + + +RevisionIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Class RevisionIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator
+
+
+
All Implemented Interfaces:
RevisionIteratorInterface, Iterator<Revision>
+
+
+
+
public class RevisionIterator
extends Object
implements RevisionIteratorInterface
+ + +

+Part of the JWPL Revision API + + This class represents the interface to iterate through multiple revisions. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
RevisionIterator(DatabaseConfiguration db) + +
+           
RevisionIterator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + boolean shouldLoadRevisionText) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + int startPK) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + int startPK, + int endPK) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + int startPK, + int endPK, + Connection connection) + +
+          (Constructor) Creates a new RevisionIterator object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method closes the connection to the input component.
+ booleanhasNext() + +
+          Returns whether another revision is available or not.
+static voidmain(String[] args) + +
+           
+ Revisionnext() + +
+          Returns the next revision.
+ voidremove() + +
+          Deprecated.  
+ voidsetShouldLoadRevisionText(boolean shouldLoadRevisionText) + +
+           
+ booleanshouldLoadRevisionText() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionIterator

+
+public RevisionIterator(RevisionAPIConfiguration config,
+                        int startPK,
+                        int endPK,
+                        Connection connection)
+                 throws WikiApiException
+
+
(Constructor) Creates a new RevisionIterator object. +

+

+
Parameters:
config - Reference to the configuration object
startPK - Start index
endPK - End index
connection - Reference to the connection +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+RevisionIterator

+
+public RevisionIterator(RevisionAPIConfiguration config,
+                        int startPK)
+                 throws WikiApiException
+
+
(Constructor) Creates a new RevisionIterator object. +

+

+
Parameters:
config - Reference to the configuration object
startPK - Start index +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+RevisionIterator

+
+public RevisionIterator(RevisionAPIConfiguration config,
+                        int startPK,
+                        int endPK)
+                 throws WikiApiException
+
+
(Constructor) Creates a new RevisionIterator object. +

+

+
Parameters:
config - Reference to the configuration object
startPK - Start index
endPK - End index +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+RevisionIterator

+
+public RevisionIterator(RevisionAPIConfiguration config)
+                 throws WikiApiException
+
+
(Constructor) Creates a new RevisionIterator object. +

+

+
Parameters:
config - Reference to the configuration object +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+RevisionIterator

+
+public RevisionIterator(RevisionAPIConfiguration config,
+                        boolean shouldLoadRevisionText)
+                 throws WikiApiException
+
+
(Constructor) Creates a new RevisionIterator object. +

+

+
Parameters:
config - Reference to the configuration object
shouldLoadRevisionText - should load revision text +
Throws: +
WikiApiException - if an error occurs
+
+
+ +

+RevisionIterator

+
+public RevisionIterator(DatabaseConfiguration db)
+                 throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+shouldLoadRevisionText

+
+public boolean shouldLoadRevisionText()
+
+
+
+
+
+
+
+
+
+ +

+setShouldLoadRevisionText

+
+public void setShouldLoadRevisionText(boolean shouldLoadRevisionText)
+
+
+
+
+
+
+
+
+
+ +

+next

+
+public Revision next()
+
+
Returns the next revision. +

+

+
Specified by:
next in interface Iterator<Revision>
+
+
+ +
Returns:
next revision
+
+
+
+ +

+hasNext

+
+public boolean hasNext()
+
+
Returns whether another revision is available or not. +

+

+
Specified by:
hasNext in interface Iterator<Revision>
+
+
+ +
Returns:
TRUE or FALSE
+
+
+
+ +

+remove

+
+@Deprecated
+public void remove()
+
+
Deprecated.  +

+

This method is unsupported. +

+

+
Specified by:
remove in interface Iterator<Revision>
+
+
+ +
Throws: +
UnsupportedOperationException
+
+
+
+ +

+close

+
+public void close()
+           throws SQLException
+
+
This method closes the connection to the input component. +

+

+
Specified by:
close in interface RevisionIteratorInterface
+
+
+ +
Throws: +
SQLException - if an error occurs while closing the connection to the + database.
+
+
+
+ +

+main

+
+public static void main(String[] args)
+                 throws Exception
+
+
+
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIteratorInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIteratorInterface.html new file mode 100644 index 00000000..deac7b46 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/RevisionIteratorInterface.html @@ -0,0 +1,240 @@ + + + + + + + +RevisionIteratorInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+Interface RevisionIteratorInterface

+
+
All Superinterfaces:
Iterator<Revision>
+
+
+
All Known Implementing Classes:
ChronoRevisionIterator, RevisionIterator
+
+
+
+
public interface RevisionIteratorInterface
extends Iterator<Revision>
+ + +

+The RevisionIteratorInterface extends the generic java.util.Iterator + Interface with a close() function. + + Since the IOException does not have inner exception in JAVA 1.5 the close + method has to throw both exception for both input components. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the reader or connection to the input component.
+ + + + + + + +
Methods inherited from interface java.util.Iterator
hasNext, next, remove
+  +

+ + + + + + + + +
+Method Detail
+ +

+close

+
+void close()
+           throws IOException,
+                  SQLException
+
+
Closes the reader or connection to the input component. +

+

+
+
+
+ +
Throws: +
IOException - if an error occurs while reading from the input archive. +
SQLException - if an error occurs while accessing the sql database.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoFullRevision.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoFullRevision.html new file mode 100644 index 00000000..fc49885f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoFullRevision.html @@ -0,0 +1,578 @@ + + + + + + + +ChronoFullRevision (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +
+Class ChronoFullRevision

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision
+
+
+
+
public class ChronoFullRevision
extends Object
+ + +

+ChronoFullRevision + + + 1 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChronoFullRevision(int fullRevisionPK, + int startRC, + int endRC) + +
+          (Constructor) Creates a new ChronoFullRevision object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(ChronoStorageBlock block) + +
+          Adds a ChonoStorageBlock to this chrono full revision object.
+ longclean(int currentRevisionIndex, + int revisionIndex) + +
+          Reduces the storage space.
+ intgetEndRC() + +
+          Returns the last revision counter based on this full revision.
+ ChronoStorageBlockgetFirst() + +
+          Returns the reference to the ChronoStorageBlock.
+ intgetFullRevisionPK() + +
+          Returns the pk of the full revision.
+ RevisiongetNearest(int revisionCounter) + +
+          Returns the nearest available revision to the specified revision counter.
+ ChronoFullRevisiongetNext() + +
+          Returns the next chrono full revision.
+ ChronoFullRevisiongetPrev() + +
+          Returns the previous chrono full revision.
+ intgetStartRC() + +
+          Returns the revision counter of the full revision.
+ booleanisEmpty() + +
+          Returns whether more revisions can be reconstructed by the use of this + chrono full revision.
+ voidremove(int revisionCounter) + +
+          Removes the revision counter from the list of reconstructible revisions.
+ voidsetFirst(ChronoStorageBlock block) + +
+          Sets the reference of the ChronoStorageBlock.
+ voidsetNext(ChronoFullRevision next) + +
+          Sets the link to the next chrono full revision.
+ voidsetPrev(ChronoFullRevision prev) + +
+          Sets the link to the previous chrono full revision.
+ longsize() + +
+          Returns the size of this chrono full revision.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoFullRevision

+
+public ChronoFullRevision(int fullRevisionPK,
+                          int startRC,
+                          int endRC)
+
+
(Constructor) Creates a new ChronoFullRevision object. +

+

+
Parameters:
fullRevisionPK - primary key of a full revision
startRC - revision counter of the full revision
endRC - last revision counter based on the full revision
+
+ + + + + + + + +
+Method Detail
+ +

+getFirst

+
+public ChronoStorageBlock getFirst()
+
+
Returns the reference to the ChronoStorageBlock. +

+

+ +
Returns:
chrono storage block
+
+
+
+ +

+setFirst

+
+public void setFirst(ChronoStorageBlock block)
+
+
Sets the reference of the ChronoStorageBlock. +

+

+
Parameters:
block - chrono storage block
+
+
+
+ +

+add

+
+public void add(ChronoStorageBlock block)
+
+
Adds a ChonoStorageBlock to this chrono full revision object. +

+

+
Parameters:
block - reference to the chrono storage block
+
+
+
+ +

+getNearest

+
+public Revision getNearest(int revisionCounter)
+
+
Returns the nearest available revision to the specified revision counter. +

+

+
Parameters:
revisionCounter - revision counter +
Returns:
Revision
+
+
+
+ +

+remove

+
+public void remove(int revisionCounter)
+
+
Removes the revision counter from the list of reconstructible revisions. +

+

+
Parameters:
revisionCounter - revision counter
+
+
+
+ +

+isEmpty

+
+public boolean isEmpty()
+
+
Returns whether more revisions can be reconstructed by the use of this + chrono full revision. +

+

+ +
Returns:
TRUE | FALSE
+
+
+
+ +

+getNext

+
+public ChronoFullRevision getNext()
+
+
Returns the next chrono full revision. +

+

+ +
Returns:
next chrono full revision
+
+
+
+ +

+setNext

+
+public void setNext(ChronoFullRevision next)
+
+
Sets the link to the next chrono full revision. +

+

+
Parameters:
next - next chrono full revision
+
+
+
+ +

+getPrev

+
+public ChronoFullRevision getPrev()
+
+
Returns the previous chrono full revision. +

+

+ +
Returns:
previous chrono full revision
+
+
+
+ +

+setPrev

+
+public void setPrev(ChronoFullRevision prev)
+
+
Sets the link to the previous chrono full revision. +

+

+
Parameters:
prev - previous chrono full revision
+
+
+
+ +

+clean

+
+public long clean(int currentRevisionIndex,
+                  int revisionIndex)
+
+
Reduces the storage space. +

+

+
Parameters:
currentRevisionIndex - index of the current revision
revisionIndex - index of the revision +
Returns:
size of used storage
+
+
+
+ +

+size

+
+public long size()
+
+
Returns the size of this chrono full revision. +

+

+ +
Returns:
size
+
+
+
+ +

+getEndRC

+
+public int getEndRC()
+
+
Returns the last revision counter based on this full revision. +

+

+ +
Returns:
last revision counter
+
+
+
+ +

+getFullRevisionPK

+
+public int getFullRevisionPK()
+
+
Returns the pk of the full revision. +

+

+ +
Returns:
pk of the full revision
+
+
+
+ +

+getStartRC

+
+public int getStartRC()
+
+
Returns the revision counter of the full revision. +

+

+ +
Returns:
first revision counter
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoIterator.html new file mode 100644 index 00000000..bdf5dbac --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoIterator.html @@ -0,0 +1,322 @@ + + + + + + + +ChronoIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +
+Class ChronoIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator
+
+
+
+
public class ChronoIterator
extends Object
+ + +

+ChronoIterator Iterates articles in chronological order. + + + 1 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChronoIterator(RevisionAPIConfiguration config, + Connection connection, + String mapping, + String fullRevisionPKs, + String revisionCounters) + +
+          (Constructor) Create a ChronoIterator object
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetStorageSize() + +
+          Returns the storage size description.
+ booleanhasNext() + +
+          Returns if all revision have retrieved.
+ Revisionnext() + +
+          Returns the next revision.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoIterator

+
+public ChronoIterator(RevisionAPIConfiguration config,
+                      Connection connection,
+                      String mapping,
+                      String fullRevisionPKs,
+                      String revisionCounters)
+
+
(Constructor) Create a ChronoIterator object +

+

+
Parameters:
config - reference to the configuration
connection - reference to the database connection
mapping - mapping (chrono counter to revision counter)
fullRevisionPKs - space separated list of full revision pks
revisionCounters - space separated list of revision counter intervals
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+
+
Returns if all revision have retrieved. +

+

+ +
Returns:
+
+
+
+ +

+next

+
+public Revision next()
+              throws Exception
+
+
Returns the next revision. +

+

+ +
Returns:
next revision +
Throws: +
Exception
+
+
+
+ +

+getStorageSize

+
+public String getStorageSize()
+
+
Returns the storage size description. +

+

+ +
Returns:
storage size description
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorage.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorage.html new file mode 100644 index 00000000..aab0e14e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorage.html @@ -0,0 +1,426 @@ + + + + + + + +ChronoStorage (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +
+Class ChronoStorage

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage
+
+
+
+
public class ChronoStorage
extends Object
+ + +

+This class represents the chrono storage. + + + 1 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChronoStorage(RevisionAPIConfiguration config, + Map<Integer,Integer> mapping, + ChronoFullRevision firstCFR, + Map<Integer,ChronoFullRevision> fullRevStorage) + +
+          (Constructor) Creates a ChronoStorage object
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(Revision rev) + +
+          Adds a revision to the chrono storage.
+ voidclean() + +
+          Reduces the amount of used storage by discarding chrono storage blocks.
+ booleancontains(int revisionIndex) + +
+          Checks whether the specified chrono storage block is contained or not.
+ Revisionget(int revisionIndex) + +
+          Returns the revision of the specified chrono storage block.
+ StringgetStorageSize() + +
+          Returns a description of the chrono storage size.
+ booleanhasMore() + +
+          Returns whether more chrono storage blocks are available.
+ booleanisTop(int revisionIndex) + +
+          Checks whether the chrono storage block is on top or not.
+ Revisionremove() + +
+          Removes a revision from the chrono storage.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoStorage

+
+public ChronoStorage(RevisionAPIConfiguration config,
+                     Map<Integer,Integer> mapping,
+                     ChronoFullRevision firstCFR,
+                     Map<Integer,ChronoFullRevision> fullRevStorage)
+
+
(Constructor) Creates a ChronoStorage object +

+

+
Parameters:
config - Reference to the configuration
mapping - Mapping information (revision counter -> chronological + revision counter)
firstCFR - Head of the double linked list of full revisions blocks
fullRevStorage - Mapping of revision counter and their full revision blocks
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(Revision rev)
+
+
Adds a revision to the chrono storage. +

+

+
Parameters:
rev - reference to the revision
+
+
+
+ +

+hasMore

+
+public boolean hasMore()
+
+
Returns whether more chrono storage blocks are available. +

+

+ +
Returns:
TRUE | FALSE
+
+
+
+ +

+remove

+
+public Revision remove()
+
+
Removes a revision from the chrono storage. +

+

+ +
Returns:
+
+
+
+ +

+contains

+
+public boolean contains(int revisionIndex)
+
+
Checks whether the specified chrono storage block is contained or not. +

+

+
Parameters:
revisionIndex - chronological order index +
Returns:
+
+
+
+ +

+isTop

+
+public boolean isTop(int revisionIndex)
+
+
Checks whether the chrono storage block is on top or not. +

+

+
Parameters:
revisionIndex - chronological order index +
Returns:
+
+
+
+ +

+get

+
+public Revision get(int revisionIndex)
+
+
Returns the revision of the specified chrono storage block. +

+

+
Parameters:
revisionIndex - chronological order index +
Returns:
+
+
+
+ +

+clean

+
+public void clean()
+
+
Reduces the amount of used storage by discarding chrono storage blocks. +

+

+
+
+
+
+ +

+getStorageSize

+
+public String getStorageSize()
+
+
Returns a description of the chrono storage size. +

+

+ +
Returns:
current revision index | storage size | size | total size
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorageBlock.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorageBlock.html new file mode 100644 index 00000000..cb380015 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/ChronoStorageBlock.html @@ -0,0 +1,576 @@ + + + + + + + +ChronoStorageBlock (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +
+Class ChronoStorageBlock

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock
+
+
+
+
public class ChronoStorageBlock
extends Object
+ + +

+This class represents an object in the chrono storage space. + + A node contains multiple links: - Reference to the chrono full revision + + - links to the previous and next index block an index reference describes the + chronological order + + - links to the previous and next counter block an counter reference describes + the normal order + + + 1 +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChronoStorageBlock(ChronoFullRevision cfr, + int revisionIndex, + Revision rev) + +
+          (Constructor) Creates a new ChronoStorageBlock.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ChronoFullRevisiongetChronoFullRevision() + +
+          Returns the related chrono full revision.
+ ChronoStorageBlockgetCounterNext() + +
+          Returns the next counter block.
+ ChronoStorageBlockgetCounterPrev() + +
+          Returns the previous counter block.
+ ChronoStorageBlockgetIndexNext() + +
+          Returns the next index block.
+ ChronoStorageBlockgetIndexPrev() + +
+          Returns the previous index block.
+ RevisiongetRev() + +
+           
+ intgetRevisionCounter() + +
+          Returns the revision counter.
+ intgetRevisionIndex() + +
+          Returns the revision index.
+ booleanisDelivered() + +
+          Returns whether this revision was already returned or not.
+ intlength() + +
+           
+ voidsetCounterNext(ChronoStorageBlock counterNext) + +
+          Sets the next counter block.
+ voidsetCounterPrev(ChronoStorageBlock counterPrev) + +
+          Sets the previous counter block.
+ voidsetDelivered(boolean delivered) + +
+          Sets whether this revision was already returned or not.
+ voidsetIndexNext(ChronoStorageBlock indexNext) + +
+          Sets the next index block.
+ voidsetIndexPrev(ChronoStorageBlock indexPrev) + +
+          Sets the previous index block.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoStorageBlock

+
+public ChronoStorageBlock(ChronoFullRevision cfr,
+                          int revisionIndex,
+                          Revision rev)
+
+
(Constructor) Creates a new ChronoStorageBlock. +

+

+
Parameters:
cfr - Reference to the chrono full revision
revisionIndex - Index of this revision
rev - Reference to the revision
+
+ + + + + + + + +
+Method Detail
+ +

+getChronoFullRevision

+
+public ChronoFullRevision getChronoFullRevision()
+
+
Returns the related chrono full revision. +

+

+ +
Returns:
chrono full revision
+
+
+
+ +

+getCounterNext

+
+public ChronoStorageBlock getCounterNext()
+
+
Returns the next counter block. +

+

+ +
Returns:
next counter block
+
+
+
+ +

+setCounterNext

+
+public void setCounterNext(ChronoStorageBlock counterNext)
+
+
Sets the next counter block. +

+

+
Parameters:
counterNext - next counter block
+
+
+
+ +

+getCounterPrev

+
+public ChronoStorageBlock getCounterPrev()
+
+
Returns the previous counter block. +

+

+ +
Returns:
previous counter block
+
+
+
+ +

+setCounterPrev

+
+public void setCounterPrev(ChronoStorageBlock counterPrev)
+
+
Sets the previous counter block. +

+

+
Parameters:
counterPrev - previous counter block
+
+
+
+ +

+getIndexNext

+
+public ChronoStorageBlock getIndexNext()
+
+
Returns the next index block. +

+

+ +
Returns:
next index block
+
+
+
+ +

+setIndexNext

+
+public void setIndexNext(ChronoStorageBlock indexNext)
+
+
Sets the next index block. +

+

+
Parameters:
indexNext - next index block
+
+
+
+ +

+getIndexPrev

+
+public ChronoStorageBlock getIndexPrev()
+
+
Returns the previous index block. +

+

+ +
Returns:
previous index block
+
+
+
+ +

+setIndexPrev

+
+public void setIndexPrev(ChronoStorageBlock indexPrev)
+
+
Sets the previous index block. +

+

+
Parameters:
indexPrev - previous counter block
+
+
+
+ +

+getRev

+
+public Revision getRev()
+
+
+
+
+
+
+ +

+isDelivered

+
+public boolean isDelivered()
+
+
Returns whether this revision was already returned or not. +

+

+ +
Returns:
flag
+
+
+
+ +

+setDelivered

+
+public void setDelivered(boolean delivered)
+
+
Sets whether this revision was already returned or not. +

+

+
Parameters:
delivered - flag
+
+
+
+ +

+getRevisionIndex

+
+public int getRevisionIndex()
+
+
Returns the revision index. +

+

+ +
Returns:
revision index
+
+
+
+ +

+getRevisionCounter

+
+public int getRevisionCounter()
+
+
Returns the revision counter. +

+

+ +
Returns:
revision counter
+
+
+
+ +

+length

+
+public int length()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoFullRevision.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoFullRevision.html new file mode 100644 index 00000000..e2351156 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoFullRevision.html @@ -0,0 +1,263 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision

+
+ + + + + + + + + +
+Packages that use ChronoFullRevision
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono  
+  +

+ + + + + +
+Uses of ChronoFullRevision in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono that return ChronoFullRevision
+ ChronoFullRevisionChronoStorageBlock.getChronoFullRevision() + +
+          Returns the related chrono full revision.
+ ChronoFullRevisionChronoFullRevision.getNext() + +
+          Returns the next chrono full revision.
+ ChronoFullRevisionChronoFullRevision.getPrev() + +
+          Returns the previous chrono full revision.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with parameters of type ChronoFullRevision
+ voidChronoFullRevision.setNext(ChronoFullRevision next) + +
+          Sets the link to the next chrono full revision.
+ voidChronoFullRevision.setPrev(ChronoFullRevision prev) + +
+          Sets the link to the previous chrono full revision.
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with parameters of type ChronoFullRevision
ChronoStorage(RevisionAPIConfiguration config, + Map<Integer,Integer> mapping, + ChronoFullRevision firstCFR, + Map<Integer,ChronoFullRevision> fullRevStorage) + +
+          (Constructor) Creates a ChronoStorage object
ChronoStorageBlock(ChronoFullRevision cfr, + int revisionIndex, + Revision rev) + +
+          (Constructor) Creates a new ChronoStorageBlock.
+  +

+ + + + + + + + +
Constructor parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with type arguments of type ChronoFullRevision
ChronoStorage(RevisionAPIConfiguration config, + Map<Integer,Integer> mapping, + ChronoFullRevision firstCFR, + Map<Integer,ChronoFullRevision> fullRevStorage) + +
+          (Constructor) Creates a ChronoStorage object
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoIterator.html new file mode 100644 index 00000000..8d2cce01 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorage.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorage.html new file mode 100644 index 00000000..9f6e5d8c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorage.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorageBlock.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorageBlock.html new file mode 100644 index 00000000..0f35c8e5 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/class-use/ChronoStorageBlock.html @@ -0,0 +1,269 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock

+
+ + + + + + + + + +
+Packages that use ChronoStorageBlock
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono  
+  +

+ + + + + +
+Uses of ChronoStorageBlock in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono that return ChronoStorageBlock
+ ChronoStorageBlockChronoStorageBlock.getCounterNext() + +
+          Returns the next counter block.
+ ChronoStorageBlockChronoStorageBlock.getCounterPrev() + +
+          Returns the previous counter block.
+ ChronoStorageBlockChronoFullRevision.getFirst() + +
+          Returns the reference to the ChronoStorageBlock.
+ ChronoStorageBlockChronoStorageBlock.getIndexNext() + +
+          Returns the next index block.
+ ChronoStorageBlockChronoStorageBlock.getIndexPrev() + +
+          Returns the previous index block.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with parameters of type ChronoStorageBlock
+ voidChronoFullRevision.add(ChronoStorageBlock block) + +
+          Adds a ChonoStorageBlock to this chrono full revision object.
+ voidChronoStorageBlock.setCounterNext(ChronoStorageBlock counterNext) + +
+          Sets the next counter block.
+ voidChronoStorageBlock.setCounterPrev(ChronoStorageBlock counterPrev) + +
+          Sets the previous counter block.
+ voidChronoFullRevision.setFirst(ChronoStorageBlock block) + +
+          Sets the reference of the ChronoStorageBlock.
+ voidChronoStorageBlock.setIndexNext(ChronoStorageBlock indexNext) + +
+          Sets the next index block.
+ voidChronoStorageBlock.setIndexPrev(ChronoStorageBlock indexPrev) + +
+          Sets the previous index block.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-frame.html new file mode 100644 index 00000000..7a6ef31f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-frame.html @@ -0,0 +1,39 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono + + + + +
+Classes  + +
+ChronoFullRevision +
+ChronoIterator +
+ChronoStorage +
+ChronoStorageBlock
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-summary.html new file mode 100644 index 00000000..b2fb66de --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-summary.html @@ -0,0 +1,179 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ChronoFullRevisionChronoFullRevision + + + 1
ChronoIteratorChronoIterator Iterates articles in chronological order. + + + 1
ChronoStorageThis class represents the chrono storage. + + + 1
ChronoStorageBlockThis class represents an object in the chrono storage space.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-tree.html new file mode 100644 index 00000000..47d744cf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-use.html new file mode 100644 index 00000000..389a3494 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/chrono/package-use.html @@ -0,0 +1,180 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono used by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
ChronoFullRevision + +
+          ChronoFullRevision + + + 1
ChronoStorageBlock + +
+          This class represents an object in the chrono storage space.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/ChronoRevisionIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/ChronoRevisionIterator.html new file mode 100644 index 00000000..d50fc15c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/ChronoRevisionIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Contributor.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Contributor.html new file mode 100644 index 00000000..471c21d6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Contributor.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Revision.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Revision.html new file mode 100644 index 00000000..08e5613c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/Revision.html @@ -0,0 +1,728 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Revision
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index  
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api that return Revision
+ RevisionRevisionApi.getRevision(int revisionID) + +
+          ( + Returns the by the id specified revision.
+ RevisionRevisionApi.getRevision(int articleID, + int revisionCounter) + +
+          Returns the by the article ID and revisionCounter specified revision.
+ RevisionRevisionApi.getRevision(int articleID, + Timestamp time) + +
+          Returns the by the article ID and timestamp specified revision.
+ RevisionRevisionIterator.next() + +
+          Returns the next revision.
+ RevisionChronoRevisionIterator.next() + +
+          Returns the next revision.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api with parameters of type Revision
+ intRevision.compareTo(Revision r) + +
+           
+ voidRevisionApi.setRevisionTextAndParts(Revision revision) + +
+          This method queries and builds the specified revision.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono that return Revision
+ RevisionChronoStorage.get(int revisionIndex) + +
+          Returns the revision of the specified chrono storage block.
+ RevisionChronoFullRevision.getNearest(int revisionCounter) + +
+          Returns the nearest available revision to the specified revision counter.
+ RevisionChronoStorageBlock.getRev() + +
+           
+ RevisionChronoIterator.next() + +
+          Returns the next revision.
+ RevisionChronoStorage.remove() + +
+          Removes a revision from the chrono storage.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with parameters of type Revision
+ voidChronoStorage.add(Revision rev) + +
+          Adds a revision to the chrono storage.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with parameters of type Revision
ChronoStorageBlock(ChronoFullRevision cfr, + int revisionIndex, + Revision rev) + +
+          (Constructor) Creates a new ChronoStorageBlock.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with type arguments of type Revision
+static voidDiffConsumerLogMessages.logArticleProcessed(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the processing of a revision task.
+static voidDiffConsumerLogMessages.logArticleProcessed(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the processing of a revision task.
+static voidArticleConsumerLogMessages.logArticleRead(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the reading of an revision task.
+static voidArticleConsumerLogMessages.logArticleRead(Logger logger, + Task<Revision> article, + long time, + long position) + +
+          Logs the reading of an revision task.
+static voidArticleConsumerLogMessages.logReadTaskException(Logger logger, + Task<Revision> task, + Exception e) + +
+          Logs an occurance of an exception while reading a task.
+static voidArticleConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs an occurance of an OutOfMemoryError while reading a task.
+static voidDiffConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs the occurance of an TaskOutOfMemoryError while reading a revision + task.
+static voidDiffConsumerLogMessages.logStartArticleProcessing(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the start of the processing of an revision task.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util with type arguments of type Revision
+ voidWikipediaXMLWriter.writeRevision(Task<Revision> task) + +
+          Writes the revision task to the output using wikipedia xml notation.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article that return types with arguments of type Revision
+ Task<Revision>ArticleReaderInterface.next() + +
+          Returns the next RevisionTask.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that return Revision
+protected  RevisionTimedWikipediaXMLReader.readRevision() + +
+          Reads a single revision from an article.
+protected  RevisionWikipediaXMLReader.readRevision() + +
+          Reads a single revision from an article.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that return types with arguments of type Revision
+ Task<Revision>TimedWikipediaXMLReader.next() + +
+          Returns the next RevisionTask.
+ Task<Revision>WikipediaXMLReader.next() + +
+          Returns the next RevisionTask.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader with parameters of type Revision
+protected  voidWikipediaXMLReader.readContributor(Revision rev, + String str) + +
+          Parses the content within the contributor tags and adds the + parsed info to the provided revision object.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff with type arguments of type Revision
+ voidDiffCalculatorInterface.process(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with parameters of type Revision
+protected  DiffDiffCalculator.processRevision(Revision revision) + +
+          Calculates the diff for the given revision.
+protected  DiffTimedDiffCalculator.processRevision(Revision revision) + +
+          Calculates the diff for the given revision.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with type arguments of type Revision
+ voidDiffCalculator.process(Task<Revision> task) + +
+           
+ voidTimedDiffCalculator.process(Task<Revision> task) + +
+           
+protected  voidDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidTimedDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+  +

+ + + + + +
+Uses of Revision in de.tudarmstadt.ukp.wikipedia.revisionmachine.index
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.index that return Revision
+ RevisionIndexIterator.next() + +
+          Returns the next revision information.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.index with parameters of type Revision
+ voidIndexer.index(Revision rev) + +
+          Processes the given revision.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionAPIConfiguration.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionAPIConfiguration.html new file mode 100644 index 00000000..f8993b36 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionAPIConfiguration.html @@ -0,0 +1,356 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use RevisionAPIConfiguration
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer  
+  +

+ + + + + +
+Uses of RevisionAPIConfiguration in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.api with parameters of type RevisionAPIConfiguration
ChronoRevisionIterator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new ChronoRevisionIterator
ChronoRevisionIterator(RevisionAPIConfiguration config, + int firstArticleID, + int lastArticleID) + +
+          (Constructor) Creates a new ChronoRevisionIterator
RevisionApi(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new RevisionApi object.
RevisionApi(RevisionAPIConfiguration config, + Connection connection) + +
+          (Constructor) Creates a new RevisionApi object with an existing database + connection.
RevisionIterator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + boolean shouldLoadRevisionText) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + int startPK) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + int startPK, + int endPK) + +
+          (Constructor) Creates a new RevisionIterator object.
RevisionIterator(RevisionAPIConfiguration config, + int startPK, + int endPK, + Connection connection) + +
+          (Constructor) Creates a new RevisionIterator object.
+  +

+ + + + + +
+Uses of RevisionAPIConfiguration in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono with parameters of type RevisionAPIConfiguration
ChronoIterator(RevisionAPIConfiguration config, + Connection connection, + String mapping, + String fullRevisionPKs, + String revisionCounters) + +
+          (Constructor) Create a ChronoIterator object
ChronoStorage(RevisionAPIConfiguration config, + Map<Integer,Integer> mapping, + ChronoFullRevision firstCFR, + Map<Integer,ChronoFullRevision> fullRevStorage) + +
+          (Constructor) Creates a ChronoStorage object
+  +

+ + + + + +
+Uses of RevisionAPIConfiguration in de.tudarmstadt.ukp.wikipedia.revisionmachine.index
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.index with parameters of type RevisionAPIConfiguration
Indexer(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a Index object.
IndexGenerator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new IndexGenerator object.
IndexIterator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates the IndexIterator object.
+  +

+ + + + + +
+Uses of RevisionAPIConfiguration in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer with parameters of type RevisionAPIConfiguration
DatabaseWriter(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new DatabaseWriter.
DataFileWriter(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new SQLFileWriter.
SQLFileWriter(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new SQLFileWriter.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionApi.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionApi.html new file mode 100644 index 00000000..21a48120 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionApi.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi

+
+ + + + + + + + + +
+Packages that use RevisionApi
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
+  +

+ + + + + +
+Uses of RevisionApi in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api with parameters of type RevisionApi
+ voidRevision.setRevisionApi(RevisionApi revisionApi) + +
+          Sets the revision api
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.api with parameters of type RevisionApi
Revision(int revisionCounter, + RevisionApi revisionApi) + +
+          (Constructor) Creates a new Revision object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionDataInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionDataInterface.html new file mode 100644 index 00000000..775ee64f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionDataInterface.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface

+
+ + + + + + + + + +
+Packages that use RevisionDataInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
+  +

+ + + + + +
+Uses of RevisionDataInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api that implement RevisionDataInterface
+ classRevision + +
+          This class contains all revision data.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIterator.html new file mode 100644 index 00000000..bcba59a8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIteratorInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIteratorInterface.html new file mode 100644 index 00000000..80b89ac0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/class-use/RevisionIteratorInterface.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIteratorInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIteratorInterface

+
+ + + + + + + + + +
+Packages that use RevisionIteratorInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
+  +

+ + + + + +
+Uses of RevisionIteratorInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api that implement RevisionIteratorInterface
+ classChronoRevisionIterator + +
+          This class represents the iteration in chronological order.
+ classRevisionIterator + +
+          Part of the JWPL Revision API + + This class represents the interface to iterate through multiple revisions.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-frame.html new file mode 100644 index 00000000..1c441235 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-frame.html @@ -0,0 +1,56 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api + + + + +
+Interfaces  + +
+RevisionDataInterface +
+RevisionIteratorInterface
+ + + + + + +
+Classes  + +
+ChronoRevisionIterator +
+Contributor +
+Revision +
+RevisionApi +
+RevisionAPIConfiguration +
+RevisionIterator
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-summary.html new file mode 100644 index 00000000..e7ba79b1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-summary.html @@ -0,0 +1,199 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.api +

+ + + + + + + + + + + + + +
+Interface Summary
RevisionDataInterfaceThis interface contains method to access the additional data of a revision.
RevisionIteratorInterfaceThe RevisionIteratorInterface extends the generic java.util.Iterator + Interface with a close() function.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ChronoRevisionIteratorThis class represents the iteration in chronological order.
ContributorProvides basic user/conttributor information in a single object
RevisionThis class contains all revision data.
RevisionApiThis class can access the database and retrieve single revisions.
RevisionAPIConfigurationThis class contains the additional parameters for the RevisionApi.
RevisionIteratorPart of the JWPL Revision API + + This class represents the interface to iterate through multiple revisions.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-tree.html new file mode 100644 index 00000000..b6c1ee95 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-tree.html @@ -0,0 +1,166 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.api Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.api +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-use.html new file mode 100644 index 00000000..9a7322c3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/api/package-use.html @@ -0,0 +1,379 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.api (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.api

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.api
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer  
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.api
Revision + +
+          This class contains all revision data.
RevisionApi + +
+          This class can access the database and retrieve single revisions.
RevisionAPIConfiguration + +
+          This class contains the additional parameters for the RevisionApi.
RevisionDataInterface + +
+          This interface contains method to access the additional data of a revision.
RevisionIteratorInterface + +
+          The RevisionIteratorInterface extends the generic java.util.Iterator + Interface with a close() function.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
Revision + +
+          This class contains all revision data.
RevisionAPIConfiguration + +
+          This class contains the additional parameters for the RevisionApi.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
Revision + +
+          This class contains all revision data.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
Revision + +
+          This class contains all revision data.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
Revision + +
+          This class contains all revision data.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
Revision + +
+          This class contains all revision data.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
Revision + +
+          This class contains all revision data.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Revision + +
+          This class contains all revision data.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.index
Revision + +
+          This class contains all revision data.
RevisionAPIConfiguration + +
+          This class contains the additional parameters for the RevisionApi.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api used by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
RevisionAPIConfiguration + +
+          This class contains the additional parameters for the RevisionApi.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/Bzip2Archiver.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/Bzip2Archiver.html new file mode 100644 index 00000000..166b8048 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/Bzip2Archiver.html @@ -0,0 +1,339 @@ + + + + + + + +Bzip2Archiver (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers +
+Class Bzip2Archiver

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver
+
+
+
+
public class Bzip2Archiver
extends Object
+ + +

+Class provides basic bzip2 compression/decompression functionality +

+ +

+

+
Author:
+
a_vovk
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
Bzip2Archiver() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcompress(String path) + +
+          Creates bz2 archive file from file in path
+ voiddecompress(String path) + +
+          Uncompress bz2 file
+ OutputStreamgetCompressionStream(String path) + +
+          Creates stream for compression
+ InputStreamReadergetDecompressionStream(String path, + String encoding) + +
+          Creates Stream for decompression
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Bzip2Archiver

+
+public Bzip2Archiver()
+
+
+ + + + + + + + +
+Method Detail
+ +

+compress

+
+public void compress(String path)
+
+
Creates bz2 archive file from file in path +

+

+
Parameters:
path - to file to compress
+
+
+
+ +

+getCompressionStream

+
+public OutputStream getCompressionStream(String path)
+                                  throws IOException
+
+
Creates stream for compression +

+

+
Parameters:
path - path to file to compress +
Returns:
compression stream +
Throws: +
IOException
+
+
+
+ +

+getDecompressionStream

+
+public InputStreamReader getDecompressionStream(String path,
+                                                String encoding)
+                                         throws IOException
+
+
Creates Stream for decompression +

+

+
Parameters:
path - path to file to uncompress
encoding - ecoding to use +
Returns:
decompression stream +
Throws: +
IOException
+
+
+
+ +

+decompress

+
+public void decompress(String path)
+                throws IOException
+
+
Uncompress bz2 file +

+

+
Parameters:
path - path to file to uncompress +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/class-use/Bzip2Archiver.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/class-use/Bzip2Archiver.html new file mode 100644 index 00000000..e63693fc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/class-use/Bzip2Archiver.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-frame.html new file mode 100644 index 00000000..422565bd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers + + + + +
+Classes  + +
+Bzip2Archiver
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-summary.html new file mode 100644 index 00000000..a6d8e980 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers +

+ + + + + + + + + +
+Class Summary
Bzip2ArchiverClass provides basic bzip2 compression/decompression functionality
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-tree.html new file mode 100644 index 00000000..1f4e2e99 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-use.html new file mode 100644 index 00000000..10b605e2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/archivers/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ArticleReaderException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ArticleReaderException.html new file mode 100644 index 00000000..65b10096 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ArticleReaderException.html @@ -0,0 +1,288 @@ + + + + + + + +ArticleReaderException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class ArticleReaderException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class ArticleReaderException
extends Exception
+ + +

+ArticleReaderException Describes an exception that occurred while reading the + articles. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
ArticleReaderException(Exception e) + +
+          (Constructor) Creates a new ArticleReaderException.
ArticleReaderException(String description) + +
+          (Constructor) Creates a new ArticleReaderException.
ArticleReaderException(String description, + Exception e) + +
+          (Constructor) Creates a new ArticleReaderException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArticleReaderException

+
+public ArticleReaderException(String description)
+
+
(Constructor) Creates a new ArticleReaderException. +

+

+
Parameters:
description - message
+
+
+ +

+ArticleReaderException

+
+public ArticleReaderException(Exception e)
+
+
(Constructor) Creates a new ArticleReaderException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+ArticleReaderException

+
+public ArticleReaderException(String description,
+                              Exception e)
+
+
(Constructor) Creates a new ArticleReaderException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ConfigurationException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ConfigurationException.html new file mode 100644 index 00000000..ea9479c1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ConfigurationException.html @@ -0,0 +1,339 @@ + + + + + + + +ConfigurationException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class ConfigurationException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class ConfigurationException
extends Exception
+ + +

+ConfigurationException Describes an exception that occurred while accessing + the configuration. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + + + + +
+Constructor Summary
ConfigurationException(ErrorKeys key, + String description) + +
+          (Constructor) Creates a new ConfigurationException.
ConfigurationException(Exception e) + +
+          (Constructor) Creates a new ConfigurationException.
ConfigurationException(String description) + +
+          (Constructor) Creates a new ConfigurationException.
ConfigurationException(String description, + Exception e) + +
+          (Constructor) Creates a new ConfigurationException.
+  + + + + + + + + + + + +
+Method Summary
+ ErrorKeysgetKey() + +
+          Returns the error key.
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigurationException

+
+public ConfigurationException(String description)
+
+
(Constructor) Creates a new ConfigurationException. +

+

+
Parameters:
description - message
+
+
+ +

+ConfigurationException

+
+public ConfigurationException(Exception e)
+
+
(Constructor) Creates a new ConfigurationException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+ConfigurationException

+
+public ConfigurationException(String description,
+                              Exception e)
+
+
(Constructor) Creates a new ConfigurationException. +

+

+
Parameters:
description - message
e - inner exception
+
+
+ +

+ConfigurationException

+
+public ConfigurationException(ErrorKeys key,
+                              String description)
+
+
(Constructor) Creates a new ConfigurationException. +

+

+
Parameters:
key - error key
description - message
+
+ + + + + + + + +
+Method Detail
+ +

+getKey

+
+public ErrorKeys getKey()
+
+
Returns the error key. +

+

+ +
Returns:
error key
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DecodingException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DecodingException.html new file mode 100644 index 00000000..45cf670a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DecodingException.html @@ -0,0 +1,288 @@ + + + + + + + +DecodingException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class DecodingException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class DecodingException
extends Exception
+ + +

+DecodingException Describes an exception that occurred while decoding the + diff information. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
DecodingException(Exception e) + +
+          (Constructor) Creates a new DecodingException.
DecodingException(String description) + +
+          (Constructor) Creates a new DecodingException.
DecodingException(String description, + Exception e) + +
+          (Constructor) Creates a new DecodingException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DecodingException

+
+public DecodingException(String description)
+
+
(Constructor) Creates a new DecodingException. +

+

+
Parameters:
description - message
+
+
+ +

+DecodingException

+
+public DecodingException(Exception e)
+
+
(Constructor) Creates a new DecodingException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+DecodingException

+
+public DecodingException(String description,
+                         Exception e)
+
+
(Constructor) Creates a new DecodingException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DiffException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DiffException.html new file mode 100644 index 00000000..21266f99 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/DiffException.html @@ -0,0 +1,288 @@ + + + + + + + +DiffException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class DiffException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class DiffException
extends Exception
+ + +

+DiffException Describes an exception that occurred while calculating the + diff. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
DiffException(Exception e) + +
+          (Constructor) Creates a new DiffException.
DiffException(String description) + +
+          (Constructor) Creates a new DiffException.
DiffException(String description, + Exception e) + +
+          (Constructor) Creates a new DiffException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DiffException

+
+public DiffException(String description)
+
+
(Constructor) Creates a new DiffException. +

+

+
Parameters:
description - message
+
+
+ +

+DiffException

+
+public DiffException(Exception e)
+
+
(Constructor) Creates a new DiffException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+DiffException

+
+public DiffException(String description,
+                     Exception e)
+
+
(Constructor) Creates a new DiffException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/EncodingException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/EncodingException.html new file mode 100644 index 00000000..0a386e5d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/EncodingException.html @@ -0,0 +1,288 @@ + + + + + + + +EncodingException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class EncodingException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class EncodingException
extends Exception
+ + +

+DecodingException Describes an exception that occurred while encoding the + diff information. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
EncodingException(Exception e) + +
+          (Constructor) Creates a new EncodingException.
EncodingException(String description) + +
+          (Constructor) Creates a new EncodingException.
EncodingException(String description, + Exception e) + +
+          (Constructor) Creates a new EncodingException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EncodingException

+
+public EncodingException(String description)
+
+
(Constructor) Creates a new EncodingException. +

+

+
Parameters:
description - message
+
+
+ +

+EncodingException

+
+public EncodingException(Exception e)
+
+
(Constructor) Creates a new EncodingException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+EncodingException

+
+public EncodingException(String description,
+                         Exception e)
+
+
(Constructor) Creates a new EncodingException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorFactory.html new file mode 100644 index 00000000..1cc5e4c2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorFactory.html @@ -0,0 +1,633 @@ + + + + + + + +ErrorFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class ErrorFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory
+
+
+
+
public final class ErrorFactory
extends Object
+ + +

+This utility class contains method two create exceptions. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static ArticleReaderExceptioncreateArticleReaderException(ErrorKeys errorId) + +
+          Creates a ArticleReaderException object.
+static ConfigurationExceptioncreateConfigurationException(ErrorKeys errorId) + +
+          Creates a ConfigurationException object.
+static ConfigurationExceptioncreateConfigurationException(ErrorKeys errorId, + String message) + +
+          Creates a ConfigurationException object.
+static DecodingExceptioncreateDecodingException(ErrorKeys errorId) + +
+          Creates a DecodingException object.
+static DecodingExceptioncreateDecodingException(ErrorKeys errorId, + String message) + +
+          Creates a DecodingException object.
+static DecodingExceptioncreateDecodingException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a DecodingException object.
+static DiffExceptioncreateDiffException(ErrorKeys errorId, + String message) + +
+          Creates a DiffException object.
+static DiffExceptioncreateDiffException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a DiffException object.
+static EncodingExceptioncreateEncodingException(ErrorKeys errorId) + +
+          Creates an EncodingException object.
+static EncodingExceptioncreateEncodingException(ErrorKeys errorId, + String message) + +
+          Creates an EncodingException object.
+static EncodingExceptioncreateEncodingException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates an EncodingException object.
+static LoggingExceptioncreateLoggingException(ErrorKeys errorId) + +
+          Creates a LoggingException object.
+static LoggingExceptioncreateLoggingException(ErrorKeys errorId, + Exception e) + +
+          Creates a LoggingException object.
+static RuntimeExceptioncreateRuntimeException(ErrorKeys errorId) + +
+          Creates a RuntimeException object.
+static SQLConsumerExceptioncreateSQLConsumerException(ErrorKeys errorId, + Exception e) + +
+          Creates a SQLConsumerException object.
+static SQLConsumerExceptioncreateSQLConsumerException(ErrorKeys errorId, + String message) + +
+          Creates a SQLConsumerException object.
+static SQLConsumerExceptioncreateSQLConsumerException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a SQLConsumerException object.
+static TimeoutExceptioncreateTimeoutException(ErrorKeys errorId, + long sleepPeriod) + +
+          Creates a TimeoutException object.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+createRuntimeException

+
+public static RuntimeException createRuntimeException(ErrorKeys errorId)
+
+
Creates a RuntimeException object. +

+

+
Parameters:
errorId - reference to the error identifier +
Returns:
RuntimeException
+
+
+
+ +

+createArticleReaderException

+
+public static ArticleReaderException createArticleReaderException(ErrorKeys errorId)
+
+
Creates a ArticleReaderException object. +

+

+
Parameters:
errorId - reference to the error identifier +
Returns:
ArticleReaderException
+
+
+
+ +

+createConfigurationException

+
+public static ConfigurationException createConfigurationException(ErrorKeys errorId)
+
+
Creates a ConfigurationException object. +

+

+
Parameters:
errorId - reference to the error identifier +
Returns:
ConfigurationException
+
+
+
+ +

+createConfigurationException

+
+public static ConfigurationException createConfigurationException(ErrorKeys errorId,
+                                                                  String message)
+
+
Creates a ConfigurationException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional error message +
Returns:
ConfigurationException
+
+
+
+ +

+createTimeoutException

+
+public static TimeoutException createTimeoutException(ErrorKeys errorId,
+                                                      long sleepPeriod)
+
+
Creates a TimeoutException object. +

+

+
Parameters:
errorId - reference to the error identifier
sleepPeriod - time value +
Returns:
TimeoutException
+
+
+
+ +

+createLoggingException

+
+public static LoggingException createLoggingException(ErrorKeys errorId)
+
+
Creates a LoggingException object. +

+

+
Parameters:
errorId - reference to the error identifier +
Returns:
LoggingException
+
+
+
+ +

+createLoggingException

+
+public static LoggingException createLoggingException(ErrorKeys errorId,
+                                                      Exception e)
+
+
Creates a LoggingException object. +

+

+
Parameters:
errorId - reference to the error identifier
e - inner exception +
Returns:
LoggingException
+
+
+
+ +

+createDiffException

+
+public static DiffException createDiffException(ErrorKeys errorId,
+                                                String message)
+
+
Creates a DiffException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message +
Returns:
DiffException
+
+
+
+ +

+createDiffException

+
+public static DiffException createDiffException(ErrorKeys errorId,
+                                                String message,
+                                                Exception e)
+
+
Creates a DiffException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message
e - inner exception +
Returns:
DiffException
+
+
+
+ +

+createEncodingException

+
+public static EncodingException createEncodingException(ErrorKeys errorId)
+
+
Creates an EncodingException object. +

+

+
Parameters:
errorId - reference to the error identifier +
Returns:
EncodingException
+
+
+
+ +

+createEncodingException

+
+public static EncodingException createEncodingException(ErrorKeys errorId,
+                                                        String message)
+
+
Creates an EncodingException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message +
Returns:
EncodingException
+
+
+
+ +

+createEncodingException

+
+public static EncodingException createEncodingException(ErrorKeys errorId,
+                                                        String message,
+                                                        Exception e)
+
+
Creates an EncodingException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message
e - inner exception +
Returns:
EncodingException
+
+
+
+ +

+createDecodingException

+
+public static DecodingException createDecodingException(ErrorKeys errorId)
+
+
Creates a DecodingException object. +

+

+
Parameters:
errorId - reference to the error identifier +
Returns:
DecodingException
+
+
+
+ +

+createDecodingException

+
+public static DecodingException createDecodingException(ErrorKeys errorId,
+                                                        String message)
+
+
Creates a DecodingException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message +
Returns:
DecodingException
+
+
+
+ +

+createDecodingException

+
+public static DecodingException createDecodingException(ErrorKeys errorId,
+                                                        String message,
+                                                        Exception e)
+
+
Creates a DecodingException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message
e - inner exception +
Returns:
DecodingException
+
+
+
+ +

+createSQLConsumerException

+
+public static SQLConsumerException createSQLConsumerException(ErrorKeys errorId,
+                                                              Exception e)
+
+
Creates a SQLConsumerException object. +

+

+
Parameters:
errorId - reference to the error identifier
e - inner exception +
Returns:
SQLConsumerException
+
+
+
+ +

+createSQLConsumerException

+
+public static SQLConsumerException createSQLConsumerException(ErrorKeys errorId,
+                                                              String message)
+
+
Creates a SQLConsumerException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message +
Returns:
SQLConsumerException
+
+
+
+ +

+createSQLConsumerException

+
+public static SQLConsumerException createSQLConsumerException(ErrorKeys errorId,
+                                                              String message,
+                                                              Exception e)
+
+
Creates a SQLConsumerException object. +

+

+
Parameters:
errorId - reference to the error identifier
message - additional message
e - inner exception +
Returns:
SQLConsumerException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorKeys.html new file mode 100644 index 00000000..221c754f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/ErrorKeys.html @@ -0,0 +1,707 @@ + + + + + + + +ErrorKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Enum ErrorKeys

+
+java.lang.Object
+  extended by java.lang.Enum<ErrorKeys>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorKeys
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ErrorKeys>
+
+
+
+
public enum ErrorKeys
extends Enum<ErrorKeys>
+ + +

+This class contains an enumeration of the possible error sources. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ABSTRACT_CONSUMER_TIMEOUT + +
+           
CONFIGURATION_CONFIGURATIONMANAGER_NOT_INITIALIZED + +
+          The configuration manager has not been created
CONFIGURATION_CONFIGURATIONMANAGER_UNKNOWN_CONFIG_PARAMETER + +
+          An unknown configuration parameter was requested
CONFIGURATION_PARAMETER_UNDEFINED + +
+          An undefined parameter was requested
DELTA_CONSUMERS_SQL_CODEC_BITREADER_READ_OPERATION_AFTER_END_OF_STREAM + +
+           
DELTA_CONSUMERS_SQL_CODEC_BITREADER_READ_OPERATION_OUT_OF_RANGE + +
+           
DELTA_CONSUMERS_SQL_CODEC_BITWRITER_INVALID_WRITE_OPERATION + +
+           
DELTA_CONSUMERS_SQL_CODEC_BITWRITER_WRITE_OPERATOR_OUT_OF_RANGE + +
+           
DELTA_CONSUMERS_SQL_WRITER_OUTPUTFACTORY_ILLEGAL_OUTPUTMODE_VALUE + +
+           
DELTA_CONSUMERS_TASK_READER_INPUTFACTORY_ILLEGAL_INPUTMODE_VALUE + +
+           
DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_IOEXCEPTION + +
+          An IOException occurred while parsing the xml input
DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_UNEXPECTED_END_OF_FILE + +
+          The end of the file was reached, but the parsing process was not finished
DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_UNEXPECTED_KEYWORD + +
+          An keyword was found were it was not supposed to be
DIFFTOOL_DECODING_INVALID_VALUE + +
+           
DIFFTOOL_DECODING_UNEXPECTED_END_OF_STREAM + +
+           
DIFFTOOL_DECODING_VALUE_OUT_OF_RANGE + +
+           
DIFFTOOL_DIFFCONSUMER_DIFF_VERIFICATION_FAILED + +
+           
DIFFTOOL_ENCODING_INVALID_VALUE + +
+           
DIFFTOOL_ENCODING_VALUE_OUT_OF_RANGE + +
+           
DIFFTOOL_SQLCONSUMER_DATABASEWRITER_EXCEPTION + +
+           
DIFFTOOL_SQLCONSUMER_ENCODING_VERIFICATION_FAILED + +
+           
DIFFTOOL_SQLCONSUMER_FILEWRITER_EXCEPTION + +
+           
LOGGING_LOGGER_INITIALIZISATION_FAILED + +
+           
LOGGING_LOGGINGFACTORY_LOGGER_ALREADY_EXIST + +
+           
LOGGING_LOGGINGFACTORY_NO_SUCH_LOGGER + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ErrorKeysvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ErrorKeys[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+CONFIGURATION_CONFIGURATIONMANAGER_NOT_INITIALIZED

+
+public static final ErrorKeys CONFIGURATION_CONFIGURATIONMANAGER_NOT_INITIALIZED
+
+
The configuration manager has not been created +

+

+
+
+
+ +

+CONFIGURATION_CONFIGURATIONMANAGER_UNKNOWN_CONFIG_PARAMETER

+
+public static final ErrorKeys CONFIGURATION_CONFIGURATIONMANAGER_UNKNOWN_CONFIG_PARAMETER
+
+
An unknown configuration parameter was requested +

+

+
+
+
+ +

+CONFIGURATION_PARAMETER_UNDEFINED

+
+public static final ErrorKeys CONFIGURATION_PARAMETER_UNDEFINED
+
+
An undefined parameter was requested +

+

+
+
+
+ +

+DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_IOEXCEPTION

+
+public static final ErrorKeys DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_IOEXCEPTION
+
+
An IOException occurred while parsing the xml input +

+

+
+
+
+ +

+DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_UNEXPECTED_KEYWORD

+
+public static final ErrorKeys DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_UNEXPECTED_KEYWORD
+
+
An keyword was found were it was not supposed to be +

+

+
+
+
+ +

+DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_UNEXPECTED_END_OF_FILE

+
+public static final ErrorKeys DELTA_CONSUMERS_TASK_READER_WIKIPEDIAXMLREADER_UNEXPECTED_END_OF_FILE
+
+
The end of the file was reached, but the parsing process was not finished +

+

+
+
+
+ +

+DELTA_CONSUMERS_TASK_READER_INPUTFACTORY_ILLEGAL_INPUTMODE_VALUE

+
+public static final ErrorKeys DELTA_CONSUMERS_TASK_READER_INPUTFACTORY_ILLEGAL_INPUTMODE_VALUE
+
+
+
+
+
+ +

+DELTA_CONSUMERS_SQL_CODEC_BITREADER_READ_OPERATION_OUT_OF_RANGE

+
+public static final ErrorKeys DELTA_CONSUMERS_SQL_CODEC_BITREADER_READ_OPERATION_OUT_OF_RANGE
+
+
+
+
+
+ +

+DELTA_CONSUMERS_SQL_CODEC_BITREADER_READ_OPERATION_AFTER_END_OF_STREAM

+
+public static final ErrorKeys DELTA_CONSUMERS_SQL_CODEC_BITREADER_READ_OPERATION_AFTER_END_OF_STREAM
+
+
+
+
+
+ +

+DELTA_CONSUMERS_SQL_CODEC_BITWRITER_WRITE_OPERATOR_OUT_OF_RANGE

+
+public static final ErrorKeys DELTA_CONSUMERS_SQL_CODEC_BITWRITER_WRITE_OPERATOR_OUT_OF_RANGE
+
+
+
+
+
+ +

+DELTA_CONSUMERS_SQL_CODEC_BITWRITER_INVALID_WRITE_OPERATION

+
+public static final ErrorKeys DELTA_CONSUMERS_SQL_CODEC_BITWRITER_INVALID_WRITE_OPERATION
+
+
+
+
+
+ +

+DELTA_CONSUMERS_SQL_WRITER_OUTPUTFACTORY_ILLEGAL_OUTPUTMODE_VALUE

+
+public static final ErrorKeys DELTA_CONSUMERS_SQL_WRITER_OUTPUTFACTORY_ILLEGAL_OUTPUTMODE_VALUE
+
+
+
+
+
+ +

+DIFFTOOL_DIFFCONSUMER_DIFF_VERIFICATION_FAILED

+
+public static final ErrorKeys DIFFTOOL_DIFFCONSUMER_DIFF_VERIFICATION_FAILED
+
+
+
+
+
+ +

+DIFFTOOL_SQLCONSUMER_ENCODING_VERIFICATION_FAILED

+
+public static final ErrorKeys DIFFTOOL_SQLCONSUMER_ENCODING_VERIFICATION_FAILED
+
+
+
+
+
+ +

+DIFFTOOL_SQLCONSUMER_DATABASEWRITER_EXCEPTION

+
+public static final ErrorKeys DIFFTOOL_SQLCONSUMER_DATABASEWRITER_EXCEPTION
+
+
+
+
+
+ +

+DIFFTOOL_SQLCONSUMER_FILEWRITER_EXCEPTION

+
+public static final ErrorKeys DIFFTOOL_SQLCONSUMER_FILEWRITER_EXCEPTION
+
+
+
+
+
+ +

+DIFFTOOL_ENCODING_INVALID_VALUE

+
+public static final ErrorKeys DIFFTOOL_ENCODING_INVALID_VALUE
+
+
+
+
+
+ +

+DIFFTOOL_ENCODING_VALUE_OUT_OF_RANGE

+
+public static final ErrorKeys DIFFTOOL_ENCODING_VALUE_OUT_OF_RANGE
+
+
+
+
+
+ +

+DIFFTOOL_DECODING_INVALID_VALUE

+
+public static final ErrorKeys DIFFTOOL_DECODING_INVALID_VALUE
+
+
+
+
+
+ +

+DIFFTOOL_DECODING_VALUE_OUT_OF_RANGE

+
+public static final ErrorKeys DIFFTOOL_DECODING_VALUE_OUT_OF_RANGE
+
+
+
+
+
+ +

+DIFFTOOL_DECODING_UNEXPECTED_END_OF_STREAM

+
+public static final ErrorKeys DIFFTOOL_DECODING_UNEXPECTED_END_OF_STREAM
+
+
+
+
+
+ +

+LOGGING_LOGGER_INITIALIZISATION_FAILED

+
+public static final ErrorKeys LOGGING_LOGGER_INITIALIZISATION_FAILED
+
+
+
+
+
+ +

+LOGGING_LOGGINGFACTORY_NO_SUCH_LOGGER

+
+public static final ErrorKeys LOGGING_LOGGINGFACTORY_NO_SUCH_LOGGER
+
+
+
+
+
+ +

+LOGGING_LOGGINGFACTORY_LOGGER_ALREADY_EXIST

+
+public static final ErrorKeys LOGGING_LOGGINGFACTORY_LOGGER_ALREADY_EXIST
+
+
+
+
+
+ +

+ABSTRACT_CONSUMER_TIMEOUT

+
+public static final ErrorKeys ABSTRACT_CONSUMER_TIMEOUT
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ErrorKeys[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ErrorKeys c : ErrorKeys.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ErrorKeys valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/LoggingException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/LoggingException.html new file mode 100644 index 00000000..5a22f9b0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/LoggingException.html @@ -0,0 +1,287 @@ + + + + + + + +LoggingException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class LoggingException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class LoggingException
extends Exception
+ + +

+LoggingException Describes an exception that occurred during the logging. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
LoggingException(Exception e) + +
+          (Constructor) Creates a new LoggingException.
LoggingException(String description) + +
+          (Constructor) Creates a new LoggingException.
LoggingException(String description, + Exception e) + +
+          (Constructor) Creates a new LoggingException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LoggingException

+
+public LoggingException(String description)
+
+
(Constructor) Creates a new LoggingException. +

+

+
Parameters:
description - message
+
+
+ +

+LoggingException

+
+public LoggingException(Exception e)
+
+
(Constructor) Creates a new LoggingException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+LoggingException

+
+public LoggingException(String description,
+                        Exception e)
+
+
(Constructor) Creates a new LoggingException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/SQLConsumerException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/SQLConsumerException.html new file mode 100644 index 00000000..eb26db7e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/SQLConsumerException.html @@ -0,0 +1,288 @@ + + + + + + + +SQLConsumerException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class SQLConsumerException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class SQLConsumerException
extends Exception
+ + +

+SQLConsumerException Describes an exception that occurred while accessing the + database. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
SQLConsumerException(Exception e) + +
+          (Constructor) Creates a new SQLConsumerException.
SQLConsumerException(String description) + +
+          (Constructor) Creates a new SQLConsumerException.
SQLConsumerException(String description, + Exception e) + +
+          (Constructor) Creates a new SQLConsumerException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SQLConsumerException

+
+public SQLConsumerException(String description)
+
+
(Constructor) Creates a new SQLConsumerException. +

+

+
Parameters:
description - message
+
+
+ +

+SQLConsumerException

+
+public SQLConsumerException(Exception e)
+
+
(Constructor) Creates a new SQLConsumerException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+SQLConsumerException

+
+public SQLConsumerException(String description,
+                            Exception e)
+
+
(Constructor) Creates a new SQLConsumerException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/TimeoutException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/TimeoutException.html new file mode 100644 index 00000000..8e75a3f8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/TimeoutException.html @@ -0,0 +1,288 @@ + + + + + + + +TimeoutException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+Class TimeoutException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException
+
+
+
All Implemented Interfaces:
Serializable
+
+
+
+
public class TimeoutException
extends Exception
+ + +

+TimeoutException Describes an exception that occurred because of a timeout + event. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
TimeoutException(Exception e) + +
+          (Constructor) Creates a new TimeoutException.
TimeoutException(String description) + +
+          (Constructor) Creates a new TimeoutException.
TimeoutException(String description, + Exception e) + +
+          (Constructor) Creates a new TimeoutException.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimeoutException

+
+public TimeoutException(String description)
+
+
(Constructor) Creates a new TimeoutException. +

+

+
Parameters:
description - message
+
+
+ +

+TimeoutException

+
+public TimeoutException(Exception e)
+
+
(Constructor) Creates a new TimeoutException. +

+

+
Parameters:
e - inner exception
+
+
+ +

+TimeoutException

+
+public TimeoutException(String description,
+                        Exception e)
+
+
(Constructor) Creates a new TimeoutException. +

+

+
Parameters:
description - message
e - inner exception
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ArticleReaderException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ArticleReaderException.html new file mode 100644 index 00000000..00fd20f7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ArticleReaderException.html @@ -0,0 +1,360 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ArticleReaderException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
+  +

+ + + + + +
+Uses of ArticleReaderException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return ArticleReaderException
+static ArticleReaderExceptionErrorFactory.createArticleReaderException(ErrorKeys errorId) + +
+          Creates a ArticleReaderException object.
+  +

+ + + + + +
+Uses of ArticleReaderException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type ArticleReaderException
+static voidArticleConsumerLogMessages.logTaskReaderException(Logger logger, + ArticleReaderException e) + +
+          Logs the occurance of an ArticleReaderException.
+  +

+ + + + + +
+Uses of ArticleReaderException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article that throw ArticleReaderException
+ booleanArticleReaderInterface.hasNext() + +
+          Determines whether another task is available or not.
+ Task<Revision>ArticleReaderInterface.next() + +
+          Returns the next RevisionTask.
+  +

+ + + + + +
+Uses of ArticleReaderException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that throw ArticleReaderException
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive) + +
+          Returns an ArticleReader which reads the specified input file.
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive, + ArticleFilter checker) + +
+          Returns an ArticleReader which reads the specified input file.
+ booleanTimedWikipediaXMLReader.hasNext() + +
+          Determines whether another task is available or not.
+ booleanWikipediaXMLReader.hasNext() + +
+          Determines whether another task is available or not.
+ Task<Revision>TimedWikipediaXMLReader.next() + +
+          Returns the next RevisionTask.
+ Task<Revision>WikipediaXMLReader.next() + +
+          Returns the next RevisionTask.
+protected  voidWikipediaXMLReader.readContributor(Revision rev, + String str) + +
+          Parses the content within the contributor tags and adds the + parsed info to the provided revision object.
+protected  booleanTimedWikipediaXMLReader.readHeader() + +
+          Reads the header of an article.
+protected  booleanWikipediaXMLReader.readHeader() + +
+          Reads the header of an article.
+protected  RevisionTimedWikipediaXMLReader.readRevision() + +
+          Reads a single revision from an article.
+protected  RevisionWikipediaXMLReader.readRevision() + +
+          Reads a single revision from an article.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ConfigurationException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ConfigurationException.html new file mode 100644 index 00000000..751e5137 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ConfigurationException.html @@ -0,0 +1,831 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ConfigurationException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return ConfigurationException
+static ConfigurationExceptionErrorFactory.createConfigurationException(ErrorKeys errorId) + +
+          Creates a ConfigurationException object.
+static ConfigurationExceptionErrorFactory.createConfigurationException(ErrorKeys errorId, + String message) + +
+          Creates a ConfigurationException object.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config that throw ConfigurationException
+ ObjectConfigurationManager.getConfigParameter(ConfigurationKeys configParameter) + +
+          Returns the value of the configuration parameter.
+static ConfigurationManagerConfigurationManager.getInstance() + +
+          Returns the reference to the instance of the ConfigurationManager.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that throw ConfigurationException
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive) + +
+          Returns an ArticleReader which reads the specified input file.
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive, + ArticleFilter checker) + +
+          Returns an ArticleReader which reads the specified input file.
+  +

+ + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that throw ConfigurationException
ArticleFilter() + +
+          Creates an ArticleFilter that uses configuration file to filter prefixes
TimedWikipediaXMLReader(Reader input) + +
+          (Constructor) Creates a new WikipediaXMLReader.
TimedWikipediaXMLReader(Reader input, + ArticleFilter articleNameChecker) + +
+          (Constructor) Creates a new TimedWikipediaXMLReader.
WikipediaXMLReader(Reader input) + +
+          (Constructor) Creates a new WikipediaXMLReader.
WikipediaXMLReader(Reader input, + ArticleFilter articleNameChecker) + +
+          (Constructor) Creates a new WikipediaXMLReader.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation that throw ConfigurationException
BlockManagement() + +
+          (Constructor) Creates a BlockManagement object.
DiffCalculator(TaskTransmitterInterface taskTransmitter) + +
+          (Constructor) Creates a new DiffCalculator object.
TimedDiffCalculator(TaskTransmitterInterface taskTransmitter) + +
+          (Constructor) Creates a new DiffCalculator object.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump that throw ConfigurationException
+ voidWriterInterface.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that throw ConfigurationException
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ List<String>DataFileEncoder.encodeTask(Task<Diff> task) + +
+           
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that throw ConfigurationException
DataFileEncoder() + +
+          (Constructor) Creates a new SQLEncoder object.
SQLEncoder(Logger logger) + +
+          (Constructor) Creates a new SQLEncoder object.
TimedSQLEncoder(Logger logger) + +
+          (Constructor) Creates a new TimedSQLEncoder object.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer that throw ConfigurationException
+static OutputStreamOutputFactory.getOutputStream(String archivePath) + +
+           
+protected  voidTimedSQLDatabaseWriter.init() + +
+          Creates the sql encoder.
+protected  voidTimedSQLArchiveWriter.init() + +
+          Creates the sql encoder.
+protected  voidDataFileArchiveWriter.init() + +
+          Creates the sql encoder.
+protected  voidSQLFileWriter.init() + +
+          Creates the sql encoder.
+protected  voidSQLDatabaseWriter.init() + +
+          Creates the sql encoder.
+protected  voidTimedSQLFileWriter.init() + +
+          Creates the sql encoder.
+protected  voidSQLArchiveWriter.init() + +
+          Creates the sql encoder.
+protected  voidDataFileWriter.init() + +
+          Creates the sql encoder.
+ voidTimedSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidTimedSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidDataFileArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidTimedSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidDataFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+protected  voidDataFileArchiveWriter.writeHeader() + +
+          Creates a new output file and writes the header information.
+protected  voidSQLFileWriter.writeHeader() + +
+          Creates a new output file and writes the header information.
+protected  voidSQLArchiveWriter.writeHeader() + +
+          Creates a new output file and writes the header information.
+protected  voidDataFileWriter.writeHeader() + +
+          Creates a new output file and writes the header information.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer that throw ConfigurationException
DataFileArchiveWriter(String outputName) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
DataFileWriter(String outputName) + +
+          (Constructor) Creates a new SQLFileWriter object.
SQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
SQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new SQLDatabaseWriter object.
SQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLFileWriter object.
TimedSQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
TimedSQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new TimedSQLDatabaseWriter object.
TimedSQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive that throw ConfigurationException
ArchiveManager() + +
+          (Constructor) Creates the ArchiveManager.
+  +

+ + + + + +
+Uses of ConfigurationException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec that throw ConfigurationException
RevisionDecoder(byte[] input) + +
+          (Constructor) Creates a new RevisionDecoder object.
RevisionEncoder() + +
+          (Constructor) Creates a new RevisionEnocder object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DecodingException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DecodingException.html new file mode 100644 index 00000000..c43d00c2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DecodingException.html @@ -0,0 +1,405 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use DecodingException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + +
+Uses of DecodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return DecodingException
+static DecodingExceptionErrorFactory.createDecodingException(ErrorKeys errorId) + +
+          Creates a DecodingException object.
+static DecodingExceptionErrorFactory.createDecodingException(ErrorKeys errorId, + String message) + +
+          Creates a DecodingException object.
+static DecodingExceptionErrorFactory.createDecodingException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a DecodingException object.
+  +

+ + + + + +
+Uses of DecodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that throw DecodingException
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ List<String>DataFileEncoder.encodeTask(Task<Diff> task) + +
+           
+  +

+ + + + + +
+Uses of DecodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec that throw DecodingException
+ DiffRevisionDecoder.decode() + +
+          Decodes the information and returns the Diff.
+ intBitReader.read(int length) + +
+          Reads the next length-bits from the input.
+ intBitReader.readBit() + +
+          Reads the next bit from the input.
+ intBitReader.readByte() + +
+          Reads the next character in the input Note: The current content of the + buffer will be deleted.
+ voidRevisionDecoder.setInput(String input) + +
+          Assigns base 64 encoded input.
+  +

+ + + + + +
+Uses of DecodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content that throw DecodingException
+static DiffActionDiffAction.parse(int val) + +
+          Returns the appropriate DiffAction value.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DiffException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DiffException.html new file mode 100644 index 00000000..e1cfb368 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/DiffException.html @@ -0,0 +1,288 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use DiffException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of DiffException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return DiffException
+static DiffExceptionErrorFactory.createDiffException(ErrorKeys errorId, + String message) + +
+          Creates a DiffException object.
+static DiffExceptionErrorFactory.createDiffException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a DiffException object.
+  +

+ + + + + +
+Uses of DiffException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type DiffException
+static voidDiffConsumerLogMessages.logDiffException(Logger logger, + DiffException e) + +
+          Logs the occurance of a DiffException.
+  +

+ + + + + +
+Uses of DiffException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff that throw DiffException
+ voidDiffCalculatorInterface.process(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+  +

+ + + + + +
+Uses of DiffException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation that throw DiffException
+ voidDiffCalculator.process(Task<Revision> task) + +
+           
+ voidTimedDiffCalculator.process(Task<Revision> task) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/EncodingException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/EncodingException.html new file mode 100644 index 00000000..7a11de43 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/EncodingException.html @@ -0,0 +1,405 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException

+
+ + + + + + + + + + + + + + + + + +
+Packages that use EncodingException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
+  +

+ + + + + +
+Uses of EncodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return EncodingException
+static EncodingExceptionErrorFactory.createEncodingException(ErrorKeys errorId) + +
+          Creates an EncodingException object.
+static EncodingExceptionErrorFactory.createEncodingException(ErrorKeys errorId, + String message) + +
+          Creates an EncodingException object.
+static EncodingExceptionErrorFactory.createEncodingException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates an EncodingException object.
+  +

+ + + + + +
+Uses of EncodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that throw EncodingException
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ List<String>DataFileEncoder.encodeTask(Task<Diff> task) + +
+           
+  +

+ + + + + +
+Uses of EncodingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec that throw EncodingException
+ byte[]RevisionEncoder.binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+           
+ byte[]RevisionEncoderInterface.binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the binary encoding of the given Diff.
+ StringRevisionEncoder.encodeDiff(RevisionCodecData codecData, + Diff diff) + +
+           
+ StringRevisionEncoderInterface.encodeDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the textual encoding of the given Diff.
+ voidBitWriter.write(byte[] bText) + +
+          Writes the byte array to the buffer.
+ voidBitWriter.writeBit(int bit) + +
+          Writes a single bit to the buffer.
+ voidBitWriter.writeFillBits() + +
+          The currently used buffer will be filled with zero bits before is is + written in the buffer.
+ voidBitWriter.writeValue(int length, + int value) + +
+          Writes a positive integer to the buffer.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorFactory.html new file mode 100644 index 00000000..46e32951 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorKeys.html new file mode 100644 index 00000000..2248eefb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/ErrorKeys.html @@ -0,0 +1,381 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorKeys

+
+ + + + + + + + + +
+Packages that use ErrorKeys
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
+  +

+ + + + + +
+Uses of ErrorKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return ErrorKeys
+ ErrorKeysConfigurationException.getKey() + +
+          Returns the error key.
+static ErrorKeysErrorKeys.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ErrorKeys[]ErrorKeys.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions with parameters of type ErrorKeys
+static ArticleReaderExceptionErrorFactory.createArticleReaderException(ErrorKeys errorId) + +
+          Creates a ArticleReaderException object.
+static ConfigurationExceptionErrorFactory.createConfigurationException(ErrorKeys errorId) + +
+          Creates a ConfigurationException object.
+static ConfigurationExceptionErrorFactory.createConfigurationException(ErrorKeys errorId, + String message) + +
+          Creates a ConfigurationException object.
+static DecodingExceptionErrorFactory.createDecodingException(ErrorKeys errorId) + +
+          Creates a DecodingException object.
+static DecodingExceptionErrorFactory.createDecodingException(ErrorKeys errorId, + String message) + +
+          Creates a DecodingException object.
+static DecodingExceptionErrorFactory.createDecodingException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a DecodingException object.
+static DiffExceptionErrorFactory.createDiffException(ErrorKeys errorId, + String message) + +
+          Creates a DiffException object.
+static DiffExceptionErrorFactory.createDiffException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a DiffException object.
+static EncodingExceptionErrorFactory.createEncodingException(ErrorKeys errorId) + +
+          Creates an EncodingException object.
+static EncodingExceptionErrorFactory.createEncodingException(ErrorKeys errorId, + String message) + +
+          Creates an EncodingException object.
+static EncodingExceptionErrorFactory.createEncodingException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates an EncodingException object.
+static LoggingExceptionErrorFactory.createLoggingException(ErrorKeys errorId) + +
+          Creates a LoggingException object.
+static LoggingExceptionErrorFactory.createLoggingException(ErrorKeys errorId, + Exception e) + +
+          Creates a LoggingException object.
+static RuntimeExceptionErrorFactory.createRuntimeException(ErrorKeys errorId) + +
+          Creates a RuntimeException object.
+static SQLConsumerExceptionErrorFactory.createSQLConsumerException(ErrorKeys errorId, + Exception e) + +
+          Creates a SQLConsumerException object.
+static SQLConsumerExceptionErrorFactory.createSQLConsumerException(ErrorKeys errorId, + String message) + +
+          Creates a SQLConsumerException object.
+static SQLConsumerExceptionErrorFactory.createSQLConsumerException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a SQLConsumerException object.
+static TimeoutExceptionErrorFactory.createTimeoutException(ErrorKeys errorId, + long sleepPeriod) + +
+          Creates a TimeoutException object.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions with parameters of type ErrorKeys
ConfigurationException(ErrorKeys key, + String description) + +
+          (Constructor) Creates a new ConfigurationException.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/LoggingException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/LoggingException.html new file mode 100644 index 00000000..4a2ed2cb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/LoggingException.html @@ -0,0 +1,448 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use LoggingException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of LoggingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return LoggingException
+static LoggingExceptionErrorFactory.createLoggingException(ErrorKeys errorId) + +
+          Creates a LoggingException object.
+static LoggingExceptionErrorFactory.createLoggingException(ErrorKeys errorId, + Exception e) + +
+          Creates a LoggingException object.
+  +

+ + + + + +
+Uses of LoggingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging that throw LoggingException
+static LoggerLoggingFactory.createLogger(LoggerType type, + String consumerName) + +
+          Creates a new Logger.
+static LoggerLoggingFactory.getLogger(String consumerName) + +
+          Returns an already created Logger.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging that throw LoggingException
Logger(LoggerType type, + String consumerName) + +
+          Creates a new logger.
+  +

+ + + + + +
+Uses of LoggingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool that throw LoggingException
DiffToolThread(ConfigSettings config) + +
+          (Constructor) Creates a DiffToolThread object.
+  +

+ + + + + +
+Uses of LoggingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that throw LoggingException
SQLEncoder(Logger logger) + +
+          (Constructor) Creates a new SQLEncoder object.
TimedSQLEncoder(Logger logger) + +
+          (Constructor) Creates a new TimedSQLEncoder object.
+  +

+ + + + + +
+Uses of LoggingException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer that throw LoggingException
+protected  voidTimedSQLDatabaseWriter.init() + +
+          Creates the sql encoder.
+protected  voidTimedSQLArchiveWriter.init() + +
+          Creates the sql encoder.
+protected  voidDataFileArchiveWriter.init() + +
+          Creates the sql encoder.
+protected  voidSQLFileWriter.init() + +
+          Creates the sql encoder.
+protected  voidSQLDatabaseWriter.init() + +
+          Creates the sql encoder.
+protected  voidTimedSQLFileWriter.init() + +
+          Creates the sql encoder.
+protected  voidSQLArchiveWriter.init() + +
+          Creates the sql encoder.
+protected  voidDataFileWriter.init() + +
+          Creates the sql encoder.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer that throw LoggingException
DataFileArchiveWriter(String outputName) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
DataFileWriter(String outputName) + +
+          (Constructor) Creates a new SQLFileWriter object.
SQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
SQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new SQLDatabaseWriter object.
SQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLFileWriter object.
TimedSQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
TimedSQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new TimedSQLDatabaseWriter object.
TimedSQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/SQLConsumerException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/SQLConsumerException.html new file mode 100644 index 00000000..c4b212f4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/SQLConsumerException.html @@ -0,0 +1,468 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use SQLConsumerException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of SQLConsumerException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return SQLConsumerException
+static SQLConsumerExceptionErrorFactory.createSQLConsumerException(ErrorKeys errorId, + Exception e) + +
+          Creates a SQLConsumerException object.
+static SQLConsumerExceptionErrorFactory.createSQLConsumerException(ErrorKeys errorId, + String message) + +
+          Creates a SQLConsumerException object.
+static SQLConsumerExceptionErrorFactory.createSQLConsumerException(ErrorKeys errorId, + String message, + Exception e) + +
+          Creates a SQLConsumerException object.
+  +

+ + + + + +
+Uses of SQLConsumerException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type SQLConsumerException
+static voidSQLConsumerLogMessages.logSQLConsumerException(Logger logger, + SQLConsumerException e) + +
+          Logs the occurance of an SqlConsumerException.
+  +

+ + + + + +
+Uses of SQLConsumerException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump that throw SQLConsumerException
+ voidWriterInterface.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+  +

+ + + + + +
+Uses of SQLConsumerException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that throw SQLConsumerException
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ List<String>DataFileEncoder.encodeTask(Task<Diff> task) + +
+           
+  +

+ + + + + +
+Uses of SQLConsumerException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer that throw SQLConsumerException
+ voidTimedSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidTimedSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidDataFileArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidTimedSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidDataFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/TimeoutException.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/TimeoutException.html new file mode 100644 index 00000000..94532973 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/class-use/TimeoutException.html @@ -0,0 +1,328 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use TimeoutException
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of TimeoutException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions that return TimeoutException
+static TimeoutExceptionErrorFactory.createTimeoutException(ErrorKeys errorId, + long sleepPeriod) + +
+          Creates a TimeoutException object.
+  +

+ + + + + +
+Uses of TimeoutException in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type TimeoutException
+static voidConsumerLogMessages.logTimeoutException(Logger logger, + TimeoutException e) + +
+          Logs the occurance of a TimeoutException.
+  +

+ + + + + +
+Uses of TimeoutException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff that throw TimeoutException
+ voidDiffCalculatorInterface.process(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+ voidTaskTransmitterInterface.transmitDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - FullTaskPool.
+ voidTaskTransmitterInterface.transmitPartialDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - PartialTaskPool.
+  +

+ + + + + +
+Uses of TimeoutException in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation that throw TimeoutException
+ voidDiffCalculator.process(Task<Revision> task) + +
+           
+ voidTimedDiffCalculator.process(Task<Revision> task) + +
+           
+protected  voidDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidTimedDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidDiffCalculator.transmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+protected  voidTimedDiffCalculator.transmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-frame.html new file mode 100644 index 00000000..4e3624d6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-frame.html @@ -0,0 +1,69 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions + + + + +
+Classes  + +
+ErrorFactory
+ + + + + + +
+Enums  + +
+ErrorKeys
+ + + + + + +
+Exceptions  + +
+ArticleReaderException +
+ConfigurationException +
+DecodingException +
+DiffException +
+EncodingException +
+LoggingException +
+SQLConsumerException +
+TimeoutException
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-summary.html new file mode 100644 index 00000000..9dafe2f2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-summary.html @@ -0,0 +1,221 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +

+ + + + + + + + + +
+Class Summary
ErrorFactoryThis utility class contains method two create exceptions.
+  + +

+ + + + + + + + + +
+Enum Summary
ErrorKeysThis class contains an enumeration of the possible error sources.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Exception Summary
ArticleReaderExceptionArticleReaderException Describes an exception that occurred while reading the + articles.
ConfigurationExceptionConfigurationException Describes an exception that occurred while accessing + the configuration.
DecodingExceptionDecodingException Describes an exception that occurred while decoding the + diff information.
DiffExceptionDiffException Describes an exception that occurred while calculating the + diff.
EncodingExceptionDecodingException Describes an exception that occurred while encoding the + diff information.
LoggingExceptionLoggingException Describes an exception that occurred during the logging.
SQLConsumerExceptionSQLConsumerException Describes an exception that occurred while accessing the + database.
TimeoutExceptionTimeoutException Describes an exception that occurred because of a timeout + event.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-tree.html new file mode 100644 index 00000000..ecae81b9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-tree.html @@ -0,0 +1,169 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-use.html new file mode 100644 index 00000000..9e81b6cd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/exceptions/package-use.html @@ -0,0 +1,614 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
ArticleReaderException + +
+          ArticleReaderException Describes an exception that occurred while reading the + articles.
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
DecodingException + +
+          DecodingException Describes an exception that occurred while decoding the + diff information.
DiffException + +
+          DiffException Describes an exception that occurred while calculating the + diff.
EncodingException + +
+          DecodingException Describes an exception that occurred while encoding the + diff information.
ErrorKeys + +
+          This class contains an enumeration of the possible error sources.
LoggingException + +
+          LoggingException Describes an exception that occurred during the logging.
SQLConsumerException + +
+          SQLConsumerException Describes an exception that occurred while accessing the + database.
TimeoutException + +
+          TimeoutException Describes an exception that occurred because of a timeout + event.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
LoggingException + +
+          LoggingException Describes an exception that occurred during the logging.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
ArticleReaderException + +
+          ArticleReaderException Describes an exception that occurred while reading the + articles.
DiffException + +
+          DiffException Describes an exception that occurred while calculating the + diff.
SQLConsumerException + +
+          SQLConsumerException Describes an exception that occurred while accessing the + database.
TimeoutException + +
+          TimeoutException Describes an exception that occurred because of a timeout + event.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
LoggingException + +
+          LoggingException Describes an exception that occurred during the logging.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
ArticleReaderException + +
+          ArticleReaderException Describes an exception that occurred while reading the + articles.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
ArticleReaderException + +
+          ArticleReaderException Describes an exception that occurred while reading the + articles.
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
DiffException + +
+          DiffException Describes an exception that occurred while calculating the + diff.
TimeoutException + +
+          TimeoutException Describes an exception that occurred because of a timeout + event.
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
DiffException + +
+          DiffException Describes an exception that occurred while calculating the + diff.
TimeoutException + +
+          TimeoutException Describes an exception that occurred because of a timeout + event.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
SQLConsumerException + +
+          SQLConsumerException Describes an exception that occurred while accessing the + database.
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
DecodingException + +
+          DecodingException Describes an exception that occurred while decoding the + diff information.
EncodingException + +
+          DecodingException Describes an exception that occurred while encoding the + diff information.
LoggingException + +
+          LoggingException Describes an exception that occurred during the logging.
SQLConsumerException + +
+          SQLConsumerException Describes an exception that occurred while accessing the + database.
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
LoggingException + +
+          LoggingException Describes an exception that occurred during the logging.
SQLConsumerException + +
+          SQLConsumerException Describes an exception that occurred while accessing the + database.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
ConfigurationException + +
+          ConfigurationException Describes an exception that occurred while accessing + the configuration.
DecodingException + +
+          DecodingException Describes an exception that occurred while decoding the + diff information.
EncodingException + +
+          DecodingException Describes an exception that occurred while encoding the + diff information.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
DecodingException + +
+          DecodingException Describes an exception that occurred while decoding the + diff information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/Logger.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/Logger.html new file mode 100644 index 00000000..cc743edd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/Logger.html @@ -0,0 +1,396 @@ + + + + + + + +Logger (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +
+Class Logger

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger
+
+
+
+
public class Logger
extends Object
+ + +

+DiffTool Logger class +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Logger(LoggerType type, + String consumerName) + +
+          Creates a new logger.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the output writer.
+ voidflush() + +
+          Flushes the buffered output of the writer to the file.
+ LevelgetLogLevel() + +
+          Returns the log level.
+ voidlogError(Level level, + String message, + Error e) + +
+          The occurred error with the related log level and message has to be given + to this method.
+ voidlogException(Level level, + String message, + Exception e) + +
+          The occurred exception with the related log level and message has to be + given to this method.
+ voidlogMessage(Level level, + String message) + +
+          This method will be called with a message and the related log level.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Logger

+
+public Logger(LoggerType type,
+              String consumerName)
+       throws LoggingException
+
+
Creates a new logger. +

+

+
Parameters:
type - type
consumerName - name +
Throws: +
LoggingException - if an error occured
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+
+
Closes the output writer. +

+

+
+
+
+
+ +

+flush

+
+public void flush()
+
+
Flushes the buffered output of the writer to the file. +

+

+
+
+
+
+ +

+getLogLevel

+
+public Level getLogLevel()
+
+
Returns the log level. +

+

+ +
Returns:
log level
+
+
+
+ +

+logError

+
+public void logError(Level level,
+                     String message,
+                     Error e)
+
+
The occurred error with the related log level and message has to be given + to this method. + + This method will verify if the message should be logged or not. +

+

+
Parameters:
level - log level
message - message
e - Error
+
+
+
+ +

+logException

+
+public void logException(Level level,
+                         String message,
+                         Exception e)
+
+
The occurred exception with the related log level and message has to be + given to this method. + + This method will verify if the message should be logged or not. +

+

+
Parameters:
level - log level
message - message
e - Exception
+
+
+
+ +

+logMessage

+
+public void logMessage(Level level,
+                       String message)
+
+
This method will be called with a message and the related log level. It + be verified if the message should be logged or not. + + The format of the logged message is: \t consumerName [ Type of Logger ] + \t message \r\n +

+

+
Parameters:
level - level
message - message
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggerType.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggerType.html new file mode 100644 index 00000000..c67161b6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggerType.html @@ -0,0 +1,475 @@ + + + + + + + +LoggerType (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +
+Enum LoggerType

+
+java.lang.Object
+  extended by java.lang.Enum<LoggerType>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggerType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<LoggerType>
+
+
+
+
public enum LoggerType
extends Enum<LoggerType>
+ + +

+This class contains all keys for diff tool loggers. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ARTICLE_OUTPUT + +
+          Article Output Logger
CONSUMER_DIFF + +
+          Diff Consumer Logger
CONSUMER_SQL + +
+          UNCOMPRESSED Consumer Logger
CONSUMER_TASK + +
+          Task Consumer Logger
DIFF_TOOL + +
+          DiffTool Logger
DIFF_TOOL_ERROR + +
+          DiffTool Error Logger
PRODUCER_ARCHIVES + +
+          Producer Archives Logger
PRODUCER_ARTICLES + +
+          Artcile Producer Logger
PRODUCER_CONSUMERS + +
+          Consumer Producer Logger
PRODUCER_DIFFS + +
+          Diff Producer Logger
+  + + + + + + + + + + + + + + + +
+Method Summary
+static LoggerTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static LoggerType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DIFF_TOOL_ERROR

+
+public static final LoggerType DIFF_TOOL_ERROR
+
+
DiffTool Error Logger +

+

+
+
+
+ +

+DIFF_TOOL

+
+public static final LoggerType DIFF_TOOL
+
+
DiffTool Logger +

+

+
+
+
+ +

+ARTICLE_OUTPUT

+
+public static final LoggerType ARTICLE_OUTPUT
+
+
Article Output Logger +

+

+
+
+
+ +

+CONSUMER_SQL

+
+public static final LoggerType CONSUMER_SQL
+
+
UNCOMPRESSED Consumer Logger +

+

+
+
+
+ +

+CONSUMER_DIFF

+
+public static final LoggerType CONSUMER_DIFF
+
+
Diff Consumer Logger +

+

+
+
+
+ +

+CONSUMER_TASK

+
+public static final LoggerType CONSUMER_TASK
+
+
Task Consumer Logger +

+

+
+
+
+ +

+PRODUCER_ARTICLES

+
+public static final LoggerType PRODUCER_ARTICLES
+
+
Artcile Producer Logger +

+

+
+
+
+ +

+PRODUCER_ARCHIVES

+
+public static final LoggerType PRODUCER_ARCHIVES
+
+
Producer Archives Logger +

+

+
+
+
+ +

+PRODUCER_DIFFS

+
+public static final LoggerType PRODUCER_DIFFS
+
+
Diff Producer Logger +

+

+
+
+
+ +

+PRODUCER_CONSUMERS

+
+public static final LoggerType PRODUCER_CONSUMERS
+
+
Consumer Producer Logger +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static LoggerType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (LoggerType c : LoggerType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static LoggerType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggingFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggingFactory.html new file mode 100644 index 00000000..593213bb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/LoggingFactory.html @@ -0,0 +1,315 @@ + + + + + + + +LoggingFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +
+Class LoggingFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory
+
+
+
+
public class LoggingFactory
extends Object
+ + +

+The static references in this 'class' creates and controlls all loggers. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+static StringNAME_ARTICLE_OUTPUT_LOGGER + +
+          Name for the DiffTool Output Logger
+static StringNAME_ERROR_LOGGER + +
+          Name for the DiffTool Error Logger
+  + + + + + + + + + + + + + + + +
+Method Summary
+static LoggercreateLogger(LoggerType type, + String consumerName) + +
+          Creates a new Logger.
+static LoggergetLogger(String consumerName) + +
+          Returns an already created Logger.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+NAME_ARTICLE_OUTPUT_LOGGER

+
+public static final String NAME_ARTICLE_OUTPUT_LOGGER
+
+
Name for the DiffTool Output Logger +

+

+
See Also:
Constant Field Values
+
+
+ +

+NAME_ERROR_LOGGER

+
+public static final String NAME_ERROR_LOGGER
+
+
Name for the DiffTool Error Logger +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Method Detail
+ +

+createLogger

+
+public static Logger createLogger(LoggerType type,
+                                  String consumerName)
+                           throws LoggingException
+
+
Creates a new Logger. +

+

+
Parameters:
consumerName - Consumer Name +
Returns:
The referenced Logger +
Throws: +
LoggingException
+
+
+
+ +

+getLogger

+
+public static Logger getLogger(String consumerName)
+                        throws LoggingException
+
+
Returns an already created Logger. +

+

+
Parameters:
consumerName - Consumer Name +
Returns:
The referenced Logger +
Throws: +
LoggingException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/Logger.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/Logger.html new file mode 100644 index 00000000..baa04200 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/Logger.html @@ -0,0 +1,743 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Logger
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of Logger in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging that return Logger
+static LoggerLoggingFactory.createLogger(LoggerType type, + String consumerName) + +
+          Creates a new Logger.
+static LoggerLoggingFactory.getLogger(String consumerName) + +
+          Returns an already created Logger.
+  +

+ + + + + +
+Uses of Logger in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages with parameters of type Logger
+static voidDiffToolLogMessages.logError(Logger logger, + Error e) + +
+          Logs an error.
+static voidDiffToolLogMessages.logException(Logger logger, + Exception e) + +
+          Logs an exception.
+static voidDiffToolLogMessages.logInitialization(Logger logger) + +
+          Logs the start of the diff tool.
+static voidDiffToolLogMessages.logShutdown(Logger logger, + long endTime) + +
+          Logs the shutdown of the logger.
+static voidDiffToolLogMessages.logStatus(Logger logger, + long time, + int articleConsumer, + int diffConsumer, + int sqlConsumer, + boolean archiveState, + boolean articleState, + boolean diffState) + +
+          Logs the status of the diff tool.
+  +

+ + + + + +
+Uses of Logger in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type Logger
+static voidArticleConsumerLogMessages.logArchiveRetrieved(Logger logger, + ArchiveDescription archive) + +
+          Logs the retiraval of an archive desriptor.
+static voidDiffConsumerLogMessages.logArticleProcessed(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the processing of a revision task.
+static voidDiffConsumerLogMessages.logArticleProcessed(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the processing of a revision task.
+static voidArticleConsumerLogMessages.logArticleRead(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the reading of an revision task.
+static voidArticleConsumerLogMessages.logArticleRead(Logger logger, + Task<Revision> article, + long time, + long position) + +
+          Logs the reading of an revision task.
+static voidConsumerLogMessages.logConsumerRunning(Logger logger) + +
+          Logs the start of a consumer.
+static voidDiffConsumerLogMessages.logDiffException(Logger logger, + DiffException e) + +
+          Logs the occurance of a DiffException.
+static voidSQLConsumerLogMessages.logDiffProcessed(Logger logger, + Task<Diff> diff, + long time) + +
+          Logs the processing of a diff task.
+static voidDiffConsumerLogMessages.logEndTaskReceived(Logger logger) + +
+          Logs the receival of an end task.
+static voidConsumerLogMessages.logError(Logger logger, + Error e) + +
+          Logs an error.
+static voidArticleConsumerLogMessages.logErrorRetrieveArchive(Logger logger, + ArchiveDescription archive, + Error e) + +
+          Logs the occurance of an error while retrieving the input file.
+static voidConsumerLogMessages.logException(Logger logger, + Exception e) + +
+          Logs an exception.
+static voidArticleConsumerLogMessages.logExceptionRetrieveArchive(Logger logger, + ArchiveDescription archive, + Exception e) + +
+          Logs the occurance of an exception while retrieving the input file.
+static voidSQLConsumerLogMessages.logFileCreation(Logger logger, + String path) + +
+          Logs the creation of an output file.
+static voidConsumerLogMessages.logInitialization(Logger logger) + +
+          Logs the initialization of a consumer.
+static voidArticleConsumerLogMessages.logInvalidTaskType(Logger logger, + TaskTypes type) + +
+          Logs the occurance of an invalid task type.
+static voidDiffConsumerLogMessages.logInvalidTaskType(Logger logger, + TaskTypes type) + +
+          Logs the occurance of an invalid task type.
+static voidConsumerLogMessages.logKillSignalMessage(Logger logger) + +
+          Logs the receival of the kill signal.
+static voidArticleConsumerLogMessages.logNoMoreArchives(Logger logger) + +
+          Logs that no more archives are available.
+static voidArticleConsumerLogMessages.logNoMoreArticles(Logger logger, + ArchiveDescription archive) + +
+          Logs that no more articles are available.
+static voidConsumerLogMessages.logPingSignal(Logger logger) + +
+          Logs the receival of the ping signal.
+static voidArticleConsumerLogMessages.logReadTaskException(Logger logger, + Task<Revision> task, + Exception e) + +
+          Logs an occurance of an exception while reading a task.
+static voidSQLConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Diff> task, + OutOfMemoryError e) + +
+          Logs the occurance of an OutOfMemoryError while reading a task.
+static voidArticleConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs an occurance of an OutOfMemoryError while reading a task.
+static voidDiffConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs the occurance of an TaskOutOfMemoryError while reading a revision + task.
+static voidArticleConsumerLogMessages.logRetrieveArchiveFailed(Logger logger) + +
+          Logs the failed retrieval of an archive descriptor.
+static voidConsumerLogMessages.logShutdown(Logger logger, + long endTime) + +
+          Logs the shutdown of the consumer.
+static voidConsumerLogMessages.logSleep(Logger logger) + +
+          Logs that the consumer is sleeping.
+static voidSQLConsumerLogMessages.logSQLConsumerException(Logger logger, + SQLConsumerException e) + +
+          Logs the occurance of an SqlConsumerException.
+static voidDiffConsumerLogMessages.logStartArticleProcessing(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the start of the processing of an revision task.
+static voidConsumerLogMessages.logStartSignalMessage(Logger logger) + +
+          Logs the receival of the start signal.
+static voidArticleConsumerLogMessages.logStatus(Logger logger, + ArticleReaderInterface articleReader, + long startTime, + long sleepingTime, + long workingTime) + +
+          Logs the status of the article consumer.
+static voidConsumerLogMessages.logStatus(Logger logger, + long startTime, + long sleepingTime, + long workingTime) + +
+          Logs the status of the consumer.
+static voidConsumerLogMessages.logStopSignal(Logger logger) + +
+          Logs the receival of the stop signal.
+static voidArticleConsumerLogMessages.logTaskReaderException(Logger logger, + ArticleReaderException e) + +
+          Logs the occurance of an ArticleReaderException.
+static voidConsumerLogMessages.logTimeoutException(Logger logger, + TimeoutException e) + +
+          Logs the occurance of a TimeoutException.
+  +

+ + + + + +
+Uses of Logger in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec with parameters of type Logger
SQLEncoder(Logger logger) + +
+          (Constructor) Creates a new SQLEncoder object.
TimedSQLEncoder(Logger logger) + +
+          (Constructor) Creates a new TimedSQLEncoder object.
+  +

+ + + + + +
+Uses of Logger in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer declared as Logger
+protected  LoggerSQLFileWriter.logger + +
+          Reference to the logger
+protected  LoggerSQLDatabaseWriter.logger + +
+          Reference to the logger
+protected  LoggerSQLArchiveWriter.logger + +
+          Reference to the logger
+  +

+ + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer with parameters of type Logger
SQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
SQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new SQLDatabaseWriter object.
SQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLFileWriter object.
TimedSQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
TimedSQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new TimedSQLDatabaseWriter object.
TimedSQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggerType.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggerType.html new file mode 100644 index 00000000..903d376c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggerType.html @@ -0,0 +1,222 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggerType (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggerType

+
+ + + + + + + + + +
+Packages that use LoggerType
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging  
+  +

+ + + + + +
+Uses of LoggerType in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging that return LoggerType
+static LoggerTypeLoggerType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static LoggerType[]LoggerType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging with parameters of type LoggerType
+static LoggerLoggingFactory.createLogger(LoggerType type, + String consumerName) + +
+          Creates a new Logger.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging with parameters of type LoggerType
Logger(LoggerType type, + String consumerName) + +
+          Creates a new logger.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggingFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggingFactory.html new file mode 100644 index 00000000..8b479adc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/class-use/LoggingFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/DiffToolLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/DiffToolLogMessages.html new file mode 100644 index 00000000..671e7887 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/DiffToolLogMessages.html @@ -0,0 +1,332 @@ + + + + + + + +DiffToolLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages +
+Class DiffToolLogMessages

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages
+
+
+
+
public class DiffToolLogMessages
extends Object
+ + +

+This class contains the english localized log messages for DiffTool. + + TODO: This file should be replaced with resource files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidlogError(Logger logger, + Error e) + +
+          Logs an error.
+static voidlogException(Logger logger, + Exception e) + +
+          Logs an exception.
+static voidlogInitialization(Logger logger) + +
+          Logs the start of the diff tool.
+static voidlogShutdown(Logger logger, + long endTime) + +
+          Logs the shutdown of the logger.
+static voidlogStatus(Logger logger, + long time, + int articleConsumer, + int diffConsumer, + int sqlConsumer, + boolean archiveState, + boolean articleState, + boolean diffState) + +
+          Logs the status of the diff tool.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+logInitialization

+
+public static void logInitialization(Logger logger)
+
+
Logs the start of the diff tool. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logStatus

+
+public static void logStatus(Logger logger,
+                             long time,
+                             int articleConsumer,
+                             int diffConsumer,
+                             int sqlConsumer,
+                             boolean archiveState,
+                             boolean articleState,
+                             boolean diffState)
+
+
Logs the status of the diff tool. +

+

+
Parameters:
logger - reference to the logger
time - time since start
articleConsumer - number of active article consumers
diffConsumer - number of active diff consumers
sqlConsumer - number of active sql consumers
archiveState - state of the arcive producer
articleState - state of the article producer
diffState - state of the diff producer
+
+
+
+ +

+logException

+
+public static void logException(Logger logger,
+                                Exception e)
+
+
Logs an exception. +

+

+
Parameters:
logger - reference to the logger
e - reference to the exception
+
+
+
+ +

+logError

+
+public static void logError(Logger logger,
+                            Error e)
+
+
Logs an error. +

+

+
Parameters:
logger - reference to the logger
e - reference to the error
+
+
+
+ +

+logShutdown

+
+public static void logShutdown(Logger logger,
+                               long endTime)
+
+
Logs the shutdown of the logger. +

+

+
Parameters:
logger - reference to the logger
endTime - time since start
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/class-use/DiffToolLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/class-use/DiffToolLogMessages.html new file mode 100644 index 00000000..f34e25f1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/class-use/DiffToolLogMessages.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ArticleConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ArticleConsumerLogMessages.html new file mode 100644 index 00000000..14ebc2a9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ArticleConsumerLogMessages.html @@ -0,0 +1,522 @@ + + + + + + + +ArticleConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +
+Class ArticleConsumerLogMessages

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages
+
+
+
+
public final class ArticleConsumerLogMessages
extends Object
+ + +

+This class contains the english localized log messages for ArticleConsumers. + + TODO: This file should be replaced with resource files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidlogArchiveRetrieved(Logger logger, + ArchiveDescription archive) + +
+          Logs the retiraval of an archive desriptor.
+static voidlogArticleRead(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the reading of an revision task.
+static voidlogArticleRead(Logger logger, + Task<Revision> article, + long time, + long position) + +
+          Logs the reading of an revision task.
+static voidlogErrorRetrieveArchive(Logger logger, + ArchiveDescription archive, + Error e) + +
+          Logs the occurance of an error while retrieving the input file.
+static voidlogExceptionRetrieveArchive(Logger logger, + ArchiveDescription archive, + Exception e) + +
+          Logs the occurance of an exception while retrieving the input file.
+static voidlogInvalidTaskType(Logger logger, + TaskTypes type) + +
+          Logs the occurance of an invalid task type.
+static voidlogNoMoreArchives(Logger logger) + +
+          Logs that no more archives are available.
+static voidlogNoMoreArticles(Logger logger, + ArchiveDescription archive) + +
+          Logs that no more articles are available.
+static voidlogReadTaskException(Logger logger, + Task<Revision> task, + Exception e) + +
+          Logs an occurance of an exception while reading a task.
+static voidlogReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs an occurance of an OutOfMemoryError while reading a task.
+static voidlogRetrieveArchiveFailed(Logger logger) + +
+          Logs the failed retrieval of an archive descriptor.
+static voidlogStatus(Logger logger, + ArticleReaderInterface articleReader, + long startTime, + long sleepingTime, + long workingTime) + +
+          Logs the status of the article consumer.
+static voidlogTaskReaderException(Logger logger, + ArticleReaderException e) + +
+          Logs the occurance of an ArticleReaderException.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+logArchiveRetrieved

+
+public static void logArchiveRetrieved(Logger logger,
+                                       ArchiveDescription archive)
+
+
Logs the retiraval of an archive desriptor. +

+

+
Parameters:
logger - reference to the logger
archive - reference to the archive descriptor
+
+
+
+ +

+logArticleRead

+
+public static void logArticleRead(Logger logger,
+                                  Task<Revision> article,
+                                  long time)
+
+
Logs the reading of an revision task. +

+

+
Parameters:
logger - reference to the logger
article - reference to the revision task
time - time needed for the operation
+
+
+
+ +

+logArticleRead

+
+public static void logArticleRead(Logger logger,
+                                  Task<Revision> article,
+                                  long time,
+                                  long position)
+
+
Logs the reading of an revision task. +

+

+
Parameters:
logger - reference to the logger
article - reference to the revision task
time - time needed for the operation
position - input file position
+
+
+
+ +

+logErrorRetrieveArchive

+
+public static void logErrorRetrieveArchive(Logger logger,
+                                           ArchiveDescription archive,
+                                           Error e)
+
+
Logs the occurance of an error while retrieving the input file. +

+

+
Parameters:
logger - reference to the logger
archive - reference to the archive
e - reference to the error
+
+
+
+ +

+logExceptionRetrieveArchive

+
+public static void logExceptionRetrieveArchive(Logger logger,
+                                               ArchiveDescription archive,
+                                               Exception e)
+
+
Logs the occurance of an exception while retrieving the input file. +

+

+
Parameters:
logger - reference to the logger
archive - reference to the archive
e - reference to the exception
+
+
+
+ +

+logInvalidTaskType

+
+public static void logInvalidTaskType(Logger logger,
+                                      TaskTypes type)
+
+
Logs the occurance of an invalid task type. +

+

+
Parameters:
logger - reference to the logger
type - type of task
+
+
+
+ +

+logNoMoreArchives

+
+public static void logNoMoreArchives(Logger logger)
+
+
Logs that no more archives are available. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logNoMoreArticles

+
+public static void logNoMoreArticles(Logger logger,
+                                     ArchiveDescription archive)
+
+
Logs that no more articles are available. +

+

+
Parameters:
logger - reference to the logger
archive - reference to the archive descriptor
+
+
+
+ +

+logReadTaskException

+
+public static void logReadTaskException(Logger logger,
+                                        Task<Revision> task,
+                                        Exception e)
+
+
Logs an occurance of an exception while reading a task. +

+

+
Parameters:
logger - reference to the logger
task - reference to the task
e - reference to the exception
+
+
+
+ +

+logReadTaskOutOfMemoryError

+
+public static void logReadTaskOutOfMemoryError(Logger logger,
+                                               Task<Revision> task,
+                                               OutOfMemoryError e)
+
+
Logs an occurance of an OutOfMemoryError while reading a task. +

+

+
Parameters:
logger - reference to the logger
task - reference to the task
e - reference to the error
+
+
+
+ +

+logRetrieveArchiveFailed

+
+public static void logRetrieveArchiveFailed(Logger logger)
+
+
Logs the failed retrieval of an archive descriptor. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logStatus

+
+public static void logStatus(Logger logger,
+                             ArticleReaderInterface articleReader,
+                             long startTime,
+                             long sleepingTime,
+                             long workingTime)
+
+
Logs the status of the article consumer. +

+

+
Parameters:
logger - reference to the logger
articleReader - reference to the ArticleReader
startTime - start time
sleepingTime - time the consumer has slept
workingTime - time the consumer was working
+
+
+
+ +

+logTaskReaderException

+
+public static void logTaskReaderException(Logger logger,
+                                          ArticleReaderException e)
+
+
Logs the occurance of an ArticleReaderException. +

+

+
Parameters:
logger - reference to the logger
e - reference to the exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ConsumerLogMessages.html new file mode 100644 index 00000000..91e7c7ae --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/ConsumerLogMessages.html @@ -0,0 +1,473 @@ + + + + + + + +ConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +
+Class ConsumerLogMessages

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages
+
+
+
+
public final class ConsumerLogMessages
extends Object
+ + +

+This class contains the english localized log messages for Consumers. + + TODO: This file should be replaced with resource files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidlogConsumerRunning(Logger logger) + +
+          Logs the start of a consumer.
+static voidlogError(Logger logger, + Error e) + +
+          Logs an error.
+static voidlogException(Logger logger, + Exception e) + +
+          Logs an exception.
+static voidlogInitialization(Logger logger) + +
+          Logs the initialization of a consumer.
+static voidlogKillSignalMessage(Logger logger) + +
+          Logs the receival of the kill signal.
+static voidlogPingSignal(Logger logger) + +
+          Logs the receival of the ping signal.
+static voidlogShutdown(Logger logger, + long endTime) + +
+          Logs the shutdown of the consumer.
+static voidlogSleep(Logger logger) + +
+          Logs that the consumer is sleeping.
+static voidlogStartSignalMessage(Logger logger) + +
+          Logs the receival of the start signal.
+static voidlogStatus(Logger logger, + long startTime, + long sleepingTime, + long workingTime) + +
+          Logs the status of the consumer.
+static voidlogStopSignal(Logger logger) + +
+          Logs the receival of the stop signal.
+static voidlogTimeoutException(Logger logger, + TimeoutException e) + +
+          Logs the occurance of a TimeoutException.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+logConsumerRunning

+
+public static void logConsumerRunning(Logger logger)
+
+
Logs the start of a consumer. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logError

+
+public static void logError(Logger logger,
+                            Error e)
+
+
Logs an error. +

+

+
Parameters:
logger - reference to the logger
e - reference to the error
+
+
+
+ +

+logException

+
+public static void logException(Logger logger,
+                                Exception e)
+
+
Logs an exception. +

+

+
Parameters:
logger - reference to the logger
e - reference to the exception
+
+
+
+ +

+logInitialization

+
+public static void logInitialization(Logger logger)
+
+
Logs the initialization of a consumer. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logKillSignalMessage

+
+public static void logKillSignalMessage(Logger logger)
+
+
Logs the receival of the kill signal. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logPingSignal

+
+public static void logPingSignal(Logger logger)
+
+
Logs the receival of the ping signal. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logShutdown

+
+public static void logShutdown(Logger logger,
+                               long endTime)
+
+
Logs the shutdown of the consumer. +

+

+
Parameters:
logger - reference to the logger
endTime - time
+
+
+
+ +

+logSleep

+
+public static void logSleep(Logger logger)
+
+
Logs that the consumer is sleeping. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logStartSignalMessage

+
+public static void logStartSignalMessage(Logger logger)
+
+
Logs the receival of the start signal. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logStatus

+
+public static void logStatus(Logger logger,
+                             long startTime,
+                             long sleepingTime,
+                             long workingTime)
+
+
Logs the status of the consumer. +

+

+
Parameters:
logger - reference to the logger
startTime - start time
sleepingTime - time the consumer has slept
workingTime - time the consumer was working
+
+
+
+ +

+logStopSignal

+
+public static void logStopSignal(Logger logger)
+
+
Logs the receival of the stop signal. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logTimeoutException

+
+public static void logTimeoutException(Logger logger,
+                                       TimeoutException e)
+
+
Logs the occurance of a TimeoutException. +

+

+
Parameters:
logger - reference to the logger
e - reference to the exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/DiffConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/DiffConsumerLogMessages.html new file mode 100644 index 00000000..db4ff6dc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/DiffConsumerLogMessages.html @@ -0,0 +1,380 @@ + + + + + + + +DiffConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +
+Class DiffConsumerLogMessages

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages
+
+
+
+
public class DiffConsumerLogMessages
extends Object
+ + +

+This class contains the english localized log messages for DiffConsumers. + + TODO: This file should be replaced with resource files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidlogArticleProcessed(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the processing of a revision task.
+static voidlogArticleProcessed(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the processing of a revision task.
+static voidlogDiffException(Logger logger, + DiffException e) + +
+          Logs the occurance of a DiffException.
+static voidlogEndTaskReceived(Logger logger) + +
+          Logs the receival of an end task.
+static voidlogInvalidTaskType(Logger logger, + TaskTypes type) + +
+          Logs the occurance of an invalid task type.
+static voidlogReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs the occurance of an TaskOutOfMemoryError while reading a revision + task.
+static voidlogStartArticleProcessing(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the start of the processing of an revision task.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+logArticleProcessed

+
+public static void logArticleProcessed(Logger logger,
+                                       Task<Revision> article,
+                                       long time)
+
+
Logs the processing of a revision task. +

+

+
Parameters:
logger - reference to the logger
article - reference to the revision task
time - time
+
+
+
+ +

+logArticleProcessed

+
+public static void logArticleProcessed(Logger logger,
+                                       Task<Revision> article,
+                                       long time,
+                                       long transmittingTime)
+
+
Logs the processing of a revision task. +

+

+
Parameters:
logger - reference to the logger
article - reference to the revision task
time - time
transmittingTime - time that the transfer of data to the producer needed
+
+
+
+ +

+logDiffException

+
+public static void logDiffException(Logger logger,
+                                    DiffException e)
+
+
Logs the occurance of a DiffException. +

+

+
Parameters:
logger - reference to the logger
e - reference to the exception
+
+
+
+ +

+logEndTaskReceived

+
+public static void logEndTaskReceived(Logger logger)
+
+
Logs the receival of an end task. +

+

+
Parameters:
logger - reference to the logger
+
+
+
+ +

+logInvalidTaskType

+
+public static void logInvalidTaskType(Logger logger,
+                                      TaskTypes type)
+
+
Logs the occurance of an invalid task type. +

+

+
Parameters:
logger - reference to the logger
type - type of task
+
+
+
+ +

+logReadTaskOutOfMemoryError

+
+public static void logReadTaskOutOfMemoryError(Logger logger,
+                                               Task<Revision> task,
+                                               OutOfMemoryError e)
+
+
Logs the occurance of an TaskOutOfMemoryError while reading a revision + task. +

+

+
Parameters:
logger - reference to the logger
task - reference to the revision task
e - reference to the error
+
+
+
+ +

+logStartArticleProcessing

+
+public static void logStartArticleProcessing(Logger logger,
+                                             Task<Revision> article,
+                                             long time,
+                                             long transmittingTime)
+
+
Logs the start of the processing of an revision task. +

+

+
Parameters:
logger - reference to the logger
article - reference to the revision task
time - time
transmittingTime - time that the transfer of data to the producer needed
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/SQLConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/SQLConsumerLogMessages.html new file mode 100644 index 00000000..8bdffa41 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/SQLConsumerLogMessages.html @@ -0,0 +1,303 @@ + + + + + + + +SQLConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +
+Class SQLConsumerLogMessages

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages
+
+
+
+
public class SQLConsumerLogMessages
extends Object
+ + +

+This class contains the english localized log messages for SQLConsumers. + + TODO: This file should be replaced with resource files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidlogDiffProcessed(Logger logger, + Task<Diff> diff, + long time) + +
+          Logs the processing of a diff task.
+static voidlogFileCreation(Logger logger, + String path) + +
+          Logs the creation of an output file.
+static voidlogReadTaskOutOfMemoryError(Logger logger, + Task<Diff> task, + OutOfMemoryError e) + +
+          Logs the occurance of an OutOfMemoryError while reading a task.
+static voidlogSQLConsumerException(Logger logger, + SQLConsumerException e) + +
+          Logs the occurance of an SqlConsumerException.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+logDiffProcessed

+
+public static void logDiffProcessed(Logger logger,
+                                    Task<Diff> diff,
+                                    long time)
+
+
Logs the processing of a diff task. +

+

+
Parameters:
logger - reference to the logger
diff - reference to the task
time - time
+
+
+
+ +

+logFileCreation

+
+public static void logFileCreation(Logger logger,
+                                   String path)
+
+
Logs the creation of an output file. +

+

+
Parameters:
logger - reference to the logger
path - path of the output file
+
+
+
+ +

+logReadTaskOutOfMemoryError

+
+public static void logReadTaskOutOfMemoryError(Logger logger,
+                                               Task<Diff> task,
+                                               OutOfMemoryError e)
+
+
Logs the occurance of an OutOfMemoryError while reading a task. +

+

+
Parameters:
logger - reference to the logger
task - reference to the revision task
e - reference to the error
+
+
+
+ +

+logSQLConsumerException

+
+public static void logSQLConsumerException(Logger logger,
+                                           SQLConsumerException e)
+
+
Logs the occurance of an SqlConsumerException. +

+

+
Parameters:
logger - reference to the logger
e - reference to the exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ArticleConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ArticleConsumerLogMessages.html new file mode 100644 index 00000000..714a80b9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ArticleConsumerLogMessages.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ConsumerLogMessages.html new file mode 100644 index 00000000..ee8bd141 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/ConsumerLogMessages.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/DiffConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/DiffConsumerLogMessages.html new file mode 100644 index 00000000..c4922a72 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/DiffConsumerLogMessages.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/SQLConsumerLogMessages.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/SQLConsumerLogMessages.html new file mode 100644 index 00000000..b8c6edb2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/class-use/SQLConsumerLogMessages.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-frame.html new file mode 100644 index 00000000..25628132 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-frame.html @@ -0,0 +1,39 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer + + + + +
+Classes  + +
+ArticleConsumerLogMessages +
+ConsumerLogMessages +
+DiffConsumerLogMessages +
+SQLConsumerLogMessages
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-summary.html new file mode 100644 index 00000000..f10933c8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-summary.html @@ -0,0 +1,170 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ArticleConsumerLogMessagesThis class contains the english localized log messages for ArticleConsumers.
ConsumerLogMessagesThis class contains the english localized log messages for Consumers.
DiffConsumerLogMessagesThis class contains the english localized log messages for DiffConsumers.
SQLConsumerLogMessagesThis class contains the english localized log messages for SQLConsumers.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-tree.html new file mode 100644 index 00000000..7782966a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-use.html new file mode 100644 index 00000000..d9a2fcea --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/consumer/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-frame.html new file mode 100644 index 00000000..7c090800 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages + + + + +
+Classes  + +
+DiffToolLogMessages
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-summary.html new file mode 100644 index 00000000..2724f3ee --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages +

+ + + + + + + + + +
+Class Summary
DiffToolLogMessagesThis class contains the english localized log messages for DiffTool.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-tree.html new file mode 100644 index 00000000..4b1c98bb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-use.html new file mode 100644 index 00000000..970586f8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/messages/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-frame.html new file mode 100644 index 00000000..61b224de --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-frame.html @@ -0,0 +1,46 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging + + + + +
+Classes  + +
+Logger +
+LoggingFactory
+ + + + + + +
+Enums  + +
+LoggerType
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-summary.html new file mode 100644 index 00000000..6450d238 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-summary.html @@ -0,0 +1,176 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +

+ + + + + + + + + + + + + +
+Class Summary
LoggerDiffTool Logger class
LoggingFactoryThe static references in this 'class' creates and controlls all loggers.
+  + +

+ + + + + + + + + +
+Enum Summary
LoggerTypeThis class contains all keys for diff tool loggers.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-tree.html new file mode 100644 index 00000000..3cee2fc4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory
    +
+

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-use.html new file mode 100644 index 00000000..249b1228 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/logging/package-use.html @@ -0,0 +1,253 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
Logger + +
+          DiffTool Logger class
LoggerType + +
+          This class contains all keys for diff tool loggers.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages
Logger + +
+          DiffTool Logger class
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
Logger + +
+          DiffTool Logger class
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
Logger + +
+          DiffTool Logger class
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
Logger + +
+          DiffTool Logger class
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/LetterNode.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/LetterNode.html new file mode 100644 index 00000000..ef4ad4a1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/LetterNode.html @@ -0,0 +1,393 @@ + + + + + + + +LetterNode (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class LetterNode<V>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode<V>
+
+
+
Type Parameters:
V - contained value
+
+
+
public class LetterNode<V>
extends Object
+ + +

+LetterNode This node represents a node of the keyword tree. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
LetterNode() + +
+          (Constructor) Creates a empty LetterNode.
LetterNode(String word) + +
+          (Constructor) Creates a LetterNode with a keyword.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(String word, + V value) + +
+          Adds a word and its related value.
+ booleancontains(char c) + +
+          Checks whether the specified successor node is contained.
+ LetterNode<V>get(char c) + +
+          Returns the specified successor node.
+ VgetValue() + +
+          Returns the related value.
+ StringgetWord() + +
+          Returns the keyword.
+ booleanisKeyword() + +
+          Returns whether this node contains a keyword or not.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LetterNode

+
+public LetterNode()
+
+
(Constructor) Creates a empty LetterNode. +

+

+
+ +

+LetterNode

+
+public LetterNode(String word)
+
+
(Constructor) Creates a LetterNode with a keyword. +

+

+
Parameters:
word - keyword
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(String word,
+                V value)
+
+
Adds a word and its related value. +

+

+
Parameters:
word - keyword
value - related value
+
+
+
+ +

+getWord

+
+public String getWord()
+
+
Returns the keyword. +

+

+ +
Returns:
keyword
+
+
+
+ +

+getValue

+
+public V getValue()
+
+
Returns the related value. +

+

+ +
Returns:
related value
+
+
+
+ +

+get

+
+public LetterNode<V> get(char c)
+
+
Returns the specified successor node. +

+

+
Parameters:
c - character +
Returns:
successor node or NULL if the specified node is not available
+
+
+
+ +

+contains

+
+public boolean contains(char c)
+
+
Checks whether the specified successor node is contained. +

+

+
Parameters:
c - character +
Returns:
TRUE | FALSE
+
+
+
+ +

+isKeyword

+
+public boolean isKeyword()
+
+
Returns whether this node contains a keyword or not. +

+

+ +
Returns:
TRUE | FALSE
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MathUtilities.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MathUtilities.html new file mode 100644 index 00000000..e4009663 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MathUtilities.html @@ -0,0 +1,327 @@ + + + + + + + +MathUtilities (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class MathUtilities

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities
+
+
+
+
public class MathUtilities
extends Object
+ + +

+Mathematic functions +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static doublepercentDiv(double a, + double b) + +
+          Rounds the result of a / b to a precision of two after digit numbers.
+static StringpercentFrom(double a, + double b) + +
+          Returns the result of (a / b) as a percentage string
+static doublepercentPlus(double a, + double b) + +
+          Rounds the result of a / (a + b) to a precision of two after digit + numbers.
+static doublepercRoundPlus(double a, + double b) + +
+          Rounds the result of a / (a + b) to a precision of two after digit + numbers.
+static doubleround(double v) + +
+          Rounds the given number to a precision of two after digit numbers.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+round

+
+public static double round(double v)
+
+
Rounds the given number to a precision of two after digit numbers. +

+

+
Parameters:
v - number +
Returns:
rounded number
+
+
+
+ +

+percentPlus

+
+public static double percentPlus(double a,
+                                 double b)
+
+
Rounds the result of a / (a + b) to a precision of two after digit + numbers. +

+

+
Parameters:
a - value a
b - value b +
Returns:
xx.xx
+
+
+
+ +

+percRoundPlus

+
+public static double percRoundPlus(double a,
+                                   double b)
+
+
Rounds the result of a / (a + b) to a precision of two after digit + numbers. +

+

+
Parameters:
a - value a
b - value b +
Returns:
xx.xx
+
+
+
+ +

+percentDiv

+
+public static double percentDiv(double a,
+                                double b)
+
+
Rounds the result of a / b to a precision of two after digit numbers. +

+

+
Parameters:
a - value a
b - value b +
Returns:
xx.xx
+
+
+
+ +

+percentFrom

+
+public static String percentFrom(double a,
+                                 double b)
+
+
Returns the result of (a / b) as a percentage string +

+

+
Parameters:
a - value a
b - value b +
Returns:
xx.xx%
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MultipleKeywordTree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MultipleKeywordTree.html new file mode 100644 index 00000000..cdb41f5a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/MultipleKeywordTree.html @@ -0,0 +1,337 @@ + + + + + + + +MultipleKeywordTree (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class MultipleKeywordTree<V>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree<V>
+
+
+
Type Parameters:
V - related value
+
+
+
public class MultipleKeywordTree<V>
extends Object
+ + +

+This class represents a keyword tree and is used to process or to search a + character sequence. + + This keyword tree can be used for overlapping keywords. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
MultipleKeywordTree() + +
+          (Constructor) Creates an empty MultipleKeywordTree object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddKeyword(String s, + V value) + +
+          Adds a keyword and its related value.
+ booleancheck(char c) + +
+          Checks whether the character is related to one of the current nodes (the + root node is always a current node).
+ List<LetterNode<V>>getHits() + +
+          Returns the list of successor nodes.
+ voidreset() + +
+          Resets the list of current node to only contain the root node.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MultipleKeywordTree

+
+public MultipleKeywordTree()
+
+
(Constructor) Creates an empty MultipleKeywordTree object. +

+

+ + + + + + + + +
+Method Detail
+ +

+addKeyword

+
+public void addKeyword(String s,
+                       V value)
+
+
Adds a keyword and its related value. +

+

+
Parameters:
s - keyword
value - related value
+
+
+
+ +

+check

+
+public boolean check(char c)
+
+
Checks whether the character is related to one of the current nodes (the + root node is always a current node). + + After the comparison the list of current nodes will be replaced. +

+

+
Parameters:
c - character +
Returns:
TRUE if successor nodes could be identified FALSE otherwise
+
+
+
+ +

+reset

+
+public void reset()
+
+
Resets the list of current node to only contain the root node. +

+

+
+
+
+
+ +

+getHits

+
+public List<LetterNode<V>> getHits()
+
+
Returns the list of successor nodes. +

+

+ +
Returns:
list of successor nodes
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/SingleKeywordTree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/SingleKeywordTree.html new file mode 100644 index 00000000..3d6b5169 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/SingleKeywordTree.html @@ -0,0 +1,357 @@ + + + + + + + +SingleKeywordTree (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class SingleKeywordTree<V>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree<V>
+
+
+
Type Parameters:
V - related value
+
+
+
public class SingleKeywordTree<V>
extends Object
+ + +

+This class represents a keyword tree and is used to process or to search a + character sequence. + + This keyword tree can only be used for non overlapping keywords. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SingleKeywordTree() + +
+          (Constructor) Creates an empty SingleKeywordTree object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddKeyword(String s, + V value) + +
+          Adds a keyword and its related value.
+ booleancheck(char c) + +
+          Checks whether the character is related to the currently used node.
+ VgetValue() + +
+          Returns the related value of the current node.
+ StringgetWord() + +
+          Returns the keyword of the current node.
+ voidreset() + +
+          Resets the current node with the root node.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SingleKeywordTree

+
+public SingleKeywordTree()
+
+
(Constructor) Creates an empty SingleKeywordTree object. +

+

+ + + + + + + + +
+Method Detail
+ +

+addKeyword

+
+public void addKeyword(String s,
+                       V value)
+
+
Adds a keyword and its related value. +

+

+
Parameters:
s - keyword
value - related value
+
+
+
+ +

+check

+
+public boolean check(char c)
+
+
Checks whether the character is related to the currently used node. If + the comparison fails the keyword tree will be reseted to its root node, + otherwise the related node will replace the current node. +

+

+
Parameters:
c - character +
Returns:
TRUE if the current node contains a keyword FALSE otherwise
+
+
+
+ +

+reset

+
+public void reset()
+
+
Resets the current node with the root node. +

+

+
+
+
+
+ +

+getWord

+
+public String getWord()
+
+
Returns the keyword of the current node. +

+

+ +
Returns:
keyword
+
+
+
+ +

+getValue

+
+public V getValue()
+
+
Returns the related value of the current node. +

+

+ +
Returns:
related value
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Surrogates.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Surrogates.html new file mode 100644 index 00000000..1ddf8192 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Surrogates.html @@ -0,0 +1,251 @@ + + + + + + + +Surrogates (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class Surrogates

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates
+
+
+
+
public class Surrogates
extends Object
+ + +

+This utitly class contains some surrogate related methods. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+static char[]replace(char[] input) + +
+          Replaces all surrogates characters with '?'.
+static booleanscan(char[] input) + +
+          Returns whether a surrogate character was contained in the specified + input.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+scan

+
+public static boolean scan(char[] input)
+
+
Returns whether a surrogate character was contained in the specified + input. +

+

+
Parameters:
input - input +
Returns:
if a surrogate character was contained or not
+
+
+
+ +

+replace

+
+public static char[] replace(char[] input)
+
+
Replaces all surrogates characters with '?'. +

+

+
Parameters:
input - input +
Returns:
input with '?' instead of surrogates characters
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Time.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Time.html new file mode 100644 index 00000000..aab329e6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/Time.html @@ -0,0 +1,314 @@ + + + + + + + +Time (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class Time

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time
+
+
+
+
public class Time
extends Object
+ + +

+This class transform milliseconds to a clock representation. + + A clock representation describes the time (HH:MM:SS:sss) and is used for + measuring the processing times. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Time(long time) + +
+          (Constructor) Creates a new time information transforming the millisecond + value into a clock representation.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringtoClock() + +
+          Returns the clock description of the time value.
+static StringtoClock(long time) + +
+          Transforms a millisecond value to the clock representation.
+ StringtoString() + +
+          Returns the textual description of the time value.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Time

+
+public Time(long time)
+
+
(Constructor) Creates a new time information transforming the millisecond + value into a clock representation. +

+

+
Parameters:
time - milliseconds
+
+ + + + + + + + +
+Method Detail
+ +

+toString

+
+public String toString()
+
+
Returns the textual description of the time value. +

+

+
Overrides:
toString in class Object
+
+
+
+
+
+
+ +

+toClock

+
+public String toClock()
+
+
Returns the clock description of the time value. +

+

+
+
+
+
+ +

+toClock

+
+public static String toClock(long time)
+
+
Transforms a millisecond value to the clock representation. +

+

+
Parameters:
time - milliseconds +
Returns:
clock representation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLKeys.html new file mode 100644 index 00000000..0394216c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLKeys.html @@ -0,0 +1,731 @@ + + + + + + + +WikipediaXMLKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Enum WikipediaXMLKeys

+
+java.lang.Object
+  extended by java.lang.Enum<WikipediaXMLKeys>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys
+
+
+
All Implemented Interfaces:
Serializable, Comparable<WikipediaXMLKeys>
+
+
+
+
public enum WikipediaXMLKeys
extends Enum<WikipediaXMLKeys>
+ + +

+This class contains all keys for wikipedia dump files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
KEY_END_COMMENT + +
+          Indicates the end of a comment
KEY_END_CONTRIBUTOR + +
+          Indicates the end of the contributor info
KEY_END_ID + +
+          Indicates the end of an id
KEY_END_IP + +
+          Indicates the end of the contributor ip
KEY_END_NAMESPACES + +
+          Indicates the end of the namespace block
KEY_END_PAGE + +
+          Indicates the end of a page
KEY_END_REVISION + +
+          Indicates the end of a revision
KEY_END_TEXT + +
+          Indicates the end of a text segment
KEY_END_TIMESTAMP + +
+          Indicates the end of a timestamp
KEY_END_TITLE + +
+          Indicates the end of a title
KEY_END_USERNAME + +
+          Indicates the end of the contributor username
KEY_MINOR_FLAG + +
+          Indicates that the revision is a minor revision
KEY_START_COMMENT + +
+          Indicates the start of a comment
KEY_START_CONTRIBUTOR + +
+          Indicates the start of the contributor info
KEY_START_ID + +
+          Indicates the start of an id
KEY_START_IP + +
+          Indicates the start of the contributor ip
KEY_START_NAMESPACES + +
+          Indicates the start of the namespace block
KEY_START_PAGE + +
+          Indicates the start of a page
KEY_START_REVISION + +
+          Indicates the start of a revision
KEY_START_TEXT + +
+          Indicates the start of a text segment
KEY_START_TIMESTAMP + +
+          Indicates the start of a timestamp
KEY_START_TITLE + +
+          Indicates the start of a title
KEY_START_USERNAME + +
+          Indicates the start of the the contributor username
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetKeyword() + +
+          Returns the keyword
+static WikipediaXMLKeysvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static WikipediaXMLKeys[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+KEY_START_PAGE

+
+public static final WikipediaXMLKeys KEY_START_PAGE
+
+
Indicates the start of a page +

+

+
+
+
+ +

+KEY_END_PAGE

+
+public static final WikipediaXMLKeys KEY_END_PAGE
+
+
Indicates the end of a page +

+

+
+
+
+ +

+KEY_START_TITLE

+
+public static final WikipediaXMLKeys KEY_START_TITLE
+
+
Indicates the start of a title +

+

+
+
+
+ +

+KEY_END_TITLE

+
+public static final WikipediaXMLKeys KEY_END_TITLE
+
+
Indicates the end of a title +

+

+
+
+
+ +

+KEY_START_ID

+
+public static final WikipediaXMLKeys KEY_START_ID
+
+
Indicates the start of an id +

+

+
+
+
+ +

+KEY_END_ID

+
+public static final WikipediaXMLKeys KEY_END_ID
+
+
Indicates the end of an id +

+

+
+
+
+ +

+KEY_START_REVISION

+
+public static final WikipediaXMLKeys KEY_START_REVISION
+
+
Indicates the start of a revision +

+

+
+
+
+ +

+KEY_END_REVISION

+
+public static final WikipediaXMLKeys KEY_END_REVISION
+
+
Indicates the end of a revision +

+

+
+
+
+ +

+KEY_START_COMMENT

+
+public static final WikipediaXMLKeys KEY_START_COMMENT
+
+
Indicates the start of a comment +

+

+
+
+
+ +

+KEY_END_COMMENT

+
+public static final WikipediaXMLKeys KEY_END_COMMENT
+
+
Indicates the end of a comment +

+

+
+
+
+ +

+KEY_START_IP

+
+public static final WikipediaXMLKeys KEY_START_IP
+
+
Indicates the start of the contributor ip +

+

+
+
+
+ +

+KEY_END_IP

+
+public static final WikipediaXMLKeys KEY_END_IP
+
+
Indicates the end of the contributor ip +

+

+
+
+
+ +

+KEY_START_USERNAME

+
+public static final WikipediaXMLKeys KEY_START_USERNAME
+
+
Indicates the start of the the contributor username +

+

+
+
+
+ +

+KEY_END_USERNAME

+
+public static final WikipediaXMLKeys KEY_END_USERNAME
+
+
Indicates the end of the contributor username +

+

+
+
+
+ +

+KEY_START_TIMESTAMP

+
+public static final WikipediaXMLKeys KEY_START_TIMESTAMP
+
+
Indicates the start of a timestamp +

+

+
+
+
+ +

+KEY_END_TIMESTAMP

+
+public static final WikipediaXMLKeys KEY_END_TIMESTAMP
+
+
Indicates the end of a timestamp +

+

+
+
+
+ +

+KEY_START_CONTRIBUTOR

+
+public static final WikipediaXMLKeys KEY_START_CONTRIBUTOR
+
+
Indicates the start of the contributor info +

+

+
+
+
+ +

+KEY_END_CONTRIBUTOR

+
+public static final WikipediaXMLKeys KEY_END_CONTRIBUTOR
+
+
Indicates the end of the contributor info +

+

+
+
+
+ +

+KEY_START_NAMESPACES

+
+public static final WikipediaXMLKeys KEY_START_NAMESPACES
+
+
Indicates the start of the namespace block +

+

+
+
+
+ +

+KEY_END_NAMESPACES

+
+public static final WikipediaXMLKeys KEY_END_NAMESPACES
+
+
Indicates the end of the namespace block +

+

+
+
+
+ +

+KEY_START_TEXT

+
+public static final WikipediaXMLKeys KEY_START_TEXT
+
+
Indicates the start of a text segment +

+

+
+
+
+ +

+KEY_END_TEXT

+
+public static final WikipediaXMLKeys KEY_END_TEXT
+
+
Indicates the end of a text segment +

+

+
+
+
+ +

+KEY_MINOR_FLAG

+
+public static final WikipediaXMLKeys KEY_MINOR_FLAG
+
+
Indicates that the revision is a minor revision +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static WikipediaXMLKeys[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (WikipediaXMLKeys c : WikipediaXMLKeys.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static WikipediaXMLKeys valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+getKeyword

+
+public String getKeyword()
+
+
Returns the keyword +

+

+ +
Returns:
keyword
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLWriter.html new file mode 100644 index 00000000..c5b704c6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/WikipediaXMLWriter.html @@ -0,0 +1,374 @@ + + + + + + + +WikipediaXMLWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+Class WikipediaXMLWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter
+
+
+
+
public class WikipediaXMLWriter
extends Object
+ + +

+The WikipediaXMLWriter writes xml representations of task objects to an + output file. + + This class is used for debug purposes. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
WikipediaXMLWriter(String path) + +
+          (Constructor) Creates a WikipediaXMLWriter object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the writer.
+ voidwriteDiff(Task<Diff> diff) + +
+          Writes the diff task to the output using wikipedia xml notation.
+ voidwriteDiff(Task<Diff> diff, + int start) + +
+          Writes a part of the diff task, starting with the given element, to the + output using wikipedia xml notation.
+ voidwriteDiffFile(Task<Diff> diff) + +
+          Writes the diff task to the output using an xml representation of the + diff information.
+ voidwriteRevision(Task<Revision> task) + +
+          Writes the revision task to the output using wikipedia xml notation.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikipediaXMLWriter

+
+public WikipediaXMLWriter(String path)
+                   throws IOException
+
+
(Constructor) Creates a WikipediaXMLWriter object. +

+

+
Parameters:
path - path of the output file +
Throws: +
IOException - if an error occurs while writing the output
+
+ + + + + + + + +
+Method Detail
+ +

+writeDiff

+
+public void writeDiff(Task<Diff> diff)
+               throws IOException
+
+
Writes the diff task to the output using wikipedia xml notation. +

+

+
Parameters:
diff - Reference to a diff task +
Throws: +
IOException - if an error occurs while writing the output
+
+
+
+ +

+writeDiff

+
+public void writeDiff(Task<Diff> diff,
+                      int start)
+               throws IOException
+
+
Writes a part of the diff task, starting with the given element, to the + output using wikipedia xml notation. +

+

+
Parameters:
diff - Reference to a diff task
start - Position of the start element +
Throws: +
IOException - if an error occurs while writing the output
+
+
+
+ +

+writeDiffFile

+
+public void writeDiffFile(Task<Diff> diff)
+                   throws IOException
+
+
Writes the diff task to the output using an xml representation of the + diff information. +

+

+
Parameters:
diff - Reference to a diff task +
Throws: +
IOException - if an error occurs while writing the output
+
+
+
+ +

+writeRevision

+
+public void writeRevision(Task<Revision> task)
+                   throws IOException
+
+
Writes the revision task to the output using wikipedia xml notation. +

+

+
Parameters:
task - Reference to a revision task +
Throws: +
IOException - if an error occurs while writing the output
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
Closes the writer. +

+

+ +
Throws: +
IOException - if an error occured while closing the writer
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/LetterNode.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/LetterNode.html new file mode 100644 index 00000000..c89238bb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/LetterNode.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode

+
+ + + + + + + + + +
+Packages that use LetterNode
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
+  +

+ + + + + +
+Uses of LetterNode in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util that return LetterNode
+ LetterNode<V>LetterNode.get(char c) + +
+          Returns the specified successor node.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util that return types with arguments of type LetterNode
+ List<LetterNode<V>>MultipleKeywordTree.getHits() + +
+          Returns the list of successor nodes.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MathUtilities.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MathUtilities.html new file mode 100644 index 00000000..1a77b811 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MathUtilities.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MultipleKeywordTree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MultipleKeywordTree.html new file mode 100644 index 00000000..68d5aa77 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/MultipleKeywordTree.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/SingleKeywordTree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/SingleKeywordTree.html new file mode 100644 index 00000000..d3529692 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/SingleKeywordTree.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Surrogates.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Surrogates.html new file mode 100644 index 00000000..9fa2477b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Surrogates.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Time.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Time.html new file mode 100644 index 00000000..518362a5 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/Time.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLKeys.html new file mode 100644 index 00000000..927fdc54 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLKeys.html @@ -0,0 +1,190 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys

+
+ + + + + + + + + +
+Packages that use WikipediaXMLKeys
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
+  +

+ + + + + +
+Uses of WikipediaXMLKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util that return WikipediaXMLKeys
+static WikipediaXMLKeysWikipediaXMLKeys.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static WikipediaXMLKeys[]WikipediaXMLKeys.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLWriter.html new file mode 100644 index 00000000..d1909a23 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/class-use/WikipediaXMLWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-frame.html new file mode 100644 index 00000000..7d25f1d7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-frame.html @@ -0,0 +1,56 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util + + + + +
+Classes  + +
+LetterNode +
+MathUtilities +
+MultipleKeywordTree +
+SingleKeywordTree +
+Surrogates +
+Time +
+WikipediaXMLWriter
+ + + + + + +
+Enums  + +
+WikipediaXMLKeys
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-summary.html new file mode 100644 index 00000000..82482950 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-summary.html @@ -0,0 +1,199 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
LetterNode<V>LetterNode This node represents a node of the keyword tree.
MathUtilitiesMathematic functions
MultipleKeywordTree<V>This class represents a keyword tree and is used to process or to search a + character sequence.
SingleKeywordTree<V>This class represents a keyword tree and is used to process or to search a + character sequence.
SurrogatesThis utitly class contains some surrogate related methods.
TimeThis class transform milliseconds to a clock representation.
WikipediaXMLWriterThe WikipediaXMLWriter writes xml representations of task objects to an + output file.
+  + +

+ + + + + + + + + +
+Enum Summary
WikipediaXMLKeysThis class contains all keys for wikipedia dump files.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-tree.html new file mode 100644 index 00000000..fb6245c6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode<V>
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree<V>
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree<V>
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter
    +
+

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-use.html new file mode 100644 index 00000000..c21c50f6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/common/util/package-use.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
LetterNode + +
+          LetterNode This node represents a node of the keyword tree.
WikipediaXMLKeys + +
+          This class contains all keys for wikipedia dump files.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffTool.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffTool.html new file mode 100644 index 00000000..12061b4d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffTool.html @@ -0,0 +1,227 @@ + + + + + + + +DiffTool (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +
+Class DiffTool

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffTool
+
+
+
+
public class DiffTool
extends Object
+ + +

+This class contains the start method for the DiffTool application. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+          Starts the DiffTool application.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
Starts the DiffTool application. +

+

+
Parameters:
args - program arguments args[0] has to be the path to the + configuration file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffToolThread.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffToolThread.html new file mode 100644 index 00000000..e2e7931f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/DiffToolThread.html @@ -0,0 +1,320 @@ + + + + + + + +DiffToolThread (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +
+Class DiffToolThread

+
+java.lang.Object
+  extended by java.lang.Thread
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread
+
+
+
All Implemented Interfaces:
Runnable
+
+
+
+
public class DiffToolThread
extends Thread
+ + +

+This class represents the main method for the DiffTool application +

+ +

+


+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
+  + + + + + + + + + + +
+Constructor Summary
DiffToolThread(ConfigSettings config) + +
+          (Constructor) Creates a DiffToolThread object.
+  + + + + + + + + + + + +
+Method Summary
+ voidrun() + +
+          Runs the diff creation process
+ + + + + + + +
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DiffToolThread

+
+public DiffToolThread(ConfigSettings config)
+               throws LoggingException
+
+
(Constructor) Creates a DiffToolThread object. +

+

+
Parameters:
config - Reference to the configuration +
Throws: +
ConfigurationException - if an error occurs while accessing the configuration +
LoggingException - if an error occurs while logging
+
+ + + + + + + + +
+Method Detail
+ +

+run

+
+public void run()
+
+
Runs the diff creation process +

+

+
Specified by:
run in interface Runnable
Overrides:
run in class Thread
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffTool.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffTool.html new file mode 100644 index 00000000..f1d9c0ca --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffTool.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffTool (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffTool

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffTool +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffToolThread.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffToolThread.html new file mode 100644 index 00000000..9516080f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/class-use/DiffToolThread.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationKeys.html new file mode 100644 index 00000000..0872920e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationKeys.html @@ -0,0 +1,974 @@ + + + + + + + +ConfigurationKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +
+Enum ConfigurationKeys

+
+java.lang.Object
+  extended by java.lang.Enum<ConfigurationKeys>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationKeys
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ConfigurationKeys>
+
+
+
+
public enum ConfigurationKeys
extends Enum<ConfigurationKeys>
+ + +

+Contains all applicable keys for the configuration file. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
COUNTER_FULL_REVISION + +
+          Type: Integer Range: > 1 Used by: DiffConsumers - Diff Generation + + Description: This number indicates which revisions should be full + revisions.
LIMIT_SQL_ARCHIVE_SIZE + +
+          Type: Long Used by: SQLConsumer - SevenZipSQLWriter + + Description: Maximum size of an sql archive file (in bytes) + + Recommendation / Default: Currently not implemented
LIMIT_SQL_FILE_SIZE + +
+          Type: Long Used by: SQLConsumer - SQLFileWriter + + Description: Maximum size of an sql file (in bytes) + + Recommendation / Default: Currently 100 MB
LIMIT_SQLSERVER_MAX_ALLOWED_PACKET + +
+          Type: Integer Used by: SQLEncoder + + Description: MaxAllowedPacket variable of the MySQL Server
LIMIT_TASK_SIZE_DIFFS + +
+          Type: Long Used by: DiffConsumers + + Description: This value indicates the maximum size of a diff task (in + bytes).
LIMIT_TASK_SIZE_REVISIONS + +
+          Type: Long Used by: ArticleConsumers + + Description: This value indicates the maximum size of an article task (in + bytes).
LOGGING_LOGLEVEL_DIFFTOOL + +
+          Type: java.util.logging.Level Used by: DiffTool Logger + + Description: Log level for the diff tool logger + + Recommendation / Default: Log.INFO + + Note that the corresponding output directory for the logger has to exist + when the LogLevel is not Level.OFF
LOGGING_PATH_DEBUG + +
+          Type: String Used by: DiffConsumer, SQLConsumer + + Description: Output directory for articles with failed verifications + + Recommendation / Default: "logs/" + "debug/"
LOGGING_PATH_DIFFTOOL + +
+          Type: String Used by: All Loggers + + Description: Root-Directory for all logger + + Recommendation / Default: "logs/"
MODE_BINARY_OUTPUT_ENABLED + +
+          Type: boolean Used by: RevisionApi + + Description: Enables the binary output
MODE_DATAFILE_OUTPUT + +
+          Type: boolean + + Description: Write datafiles instead of SQL dumps
MODE_DEBUG_OUTPUT + +
+          Type: boolean Used by: All Consumers and the processing components + + Description: Enables the debug output
MODE_OUTPUT + +
+          Type: OutputMode Used by: SQLConsumer + + Description: Output Mode
MODE_STATISTICAL_OUTPUT + +
+          Type: boolean Used by: All Consumers and the processing components + + Description: Enables the statistical output
MODE_SURROGATES + +
+          Type: SurrogateModes Used by: DiffCalculator, RevisionApi + + Description: Surrogate Mode
MODE_ZIP_COMPRESSION_ENABLED + +
+          Type: boolean Used by: RevisionApi + + Description: Enables the zip compression
NAMESPACES_TO_KEEP + +
+          Type: java.util.Set Used by: ArticleFilter + + Description: The Set of namespaces to keep in output
PATH_OUTPUT_SQL_FILES + +
+          Type: String Used by: SQLConsumer - SQLFileWriter + + Description: Output-Directory for the sql files + + Recommendation / Default: No default value - has to be configured!
PATH_PROGRAM_7ZIP + +
+          Type: String Used by: ArticleConsumers - ArticleReader - InputFactory + + Description: If you want to use 7Zip to decompress your 7z or bz2 + archives set the corresponding path in the config file.
SQL_DATABASE + +
+          Type: String Used by: SQLConsumers - SQLDatabaseWriter + + Description: Name of the sql database + + Recommendation / Default: currently not used
SQL_HOST + +
+           
SQL_PASSWORD + +
+          Type: String Used by: SQLConsumers - SQLDatabaseWriter + + Description: Password for the corresponding username + + Recommendation / Default: currently not used
SQL_USERNAME + +
+          Type: String Used by: SQLConsumers - SQLDatabaseWriter + + Description: Username of your sql producer + + Recommendation / Default: currently not used
VALUE_MINIMUM_LONGEST_COMMON_SUBSTRING + +
+          Type: Integer Range: > 1 Used by: DiffConsumers - Common Longest + Substring Search + + Description: This number indicates when a matching sequence between two + revisions is considered as sequence.
VERIFICATION_DIFF + +
+          Type: Boolean Used by: DiffConsumer - DiffCalculator + + Description: Enabels the verification of the diff generation + + Recommendation / Default: Should only be used for debug purposes
VERIFICATION_ENCODING + +
+          Type: Boolean Used by: SQLConsumer - SQLFileWriter + + Description: Enables the verification of the encoded revision data + + Recommendation / Default: Should only be used for debug purposes
WIKIPEDIA_ENCODING + +
+          Type: String Used by: everybody + + Description: Charset name of the input data + + Recommendation / Default: "UTF-8"
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ConfigurationKeysvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigurationKeys[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+MODE_SURROGATES

+
+public static final ConfigurationKeys MODE_SURROGATES
+
+
Type: SurrogateModes Used by: DiffCalculator, RevisionApi + + Description: Surrogate Mode +

+

+
+
+
+ +

+LIMIT_SQLSERVER_MAX_ALLOWED_PACKET

+
+public static final ConfigurationKeys LIMIT_SQLSERVER_MAX_ALLOWED_PACKET
+
+
Type: Integer Used by: SQLEncoder + + Description: MaxAllowedPacket variable of the MySQL Server +

+

+
+
+
+ +

+MODE_OUTPUT

+
+public static final ConfigurationKeys MODE_OUTPUT
+
+
Type: OutputMode Used by: SQLConsumer + + Description: Output Mode +

+

+
+
+
+ +

+MODE_ZIP_COMPRESSION_ENABLED

+
+public static final ConfigurationKeys MODE_ZIP_COMPRESSION_ENABLED
+
+
Type: boolean Used by: RevisionApi + + Description: Enables the zip compression +

+

+
+
+
+ +

+MODE_BINARY_OUTPUT_ENABLED

+
+public static final ConfigurationKeys MODE_BINARY_OUTPUT_ENABLED
+
+
Type: boolean Used by: RevisionApi + + Description: Enables the binary output +

+

+
+
+
+ +

+MODE_STATISTICAL_OUTPUT

+
+public static final ConfigurationKeys MODE_STATISTICAL_OUTPUT
+
+
Type: boolean Used by: All Consumers and the processing components + + Description: Enables the statistical output +

+

+
+
+
+ +

+MODE_DATAFILE_OUTPUT

+
+public static final ConfigurationKeys MODE_DATAFILE_OUTPUT
+
+
Type: boolean + + Description: Write datafiles instead of SQL dumps +

+

+
+
+
+ +

+MODE_DEBUG_OUTPUT

+
+public static final ConfigurationKeys MODE_DEBUG_OUTPUT
+
+
Type: boolean Used by: All Consumers and the processing components + + Description: Enables the debug output +

+

+
+
+
+ +

+WIKIPEDIA_ENCODING

+
+public static final ConfigurationKeys WIKIPEDIA_ENCODING
+
+
Type: String Used by: everybody + + Description: Charset name of the input data + + Recommendation / Default: "UTF-8" +

+

+
+
+
+ +

+COUNTER_FULL_REVISION

+
+public static final ConfigurationKeys COUNTER_FULL_REVISION
+
+
Type: Integer Range: > 1 Used by: DiffConsumers - Diff Generation + + Description: This number indicates which revisions should be full + revisions. + + A full revision is generated if the result of the revisionCounter of the + revision modulo COUNTER_FULL_REVISION is 0. + + Recommendation / Default: Currenty a value of 1000 is used. + + Example: COUNTER_FULL_REVISION = 100 + + FullRevisions are all revisions with a revisionCounter % 100 == 0 0, 100, + 200, 300, 400, ... +

+

+
+
+
+ +

+VALUE_MINIMUM_LONGEST_COMMON_SUBSTRING

+
+public static final ConfigurationKeys VALUE_MINIMUM_LONGEST_COMMON_SUBSTRING
+
+
Type: Integer Range: > 1 Used by: DiffConsumers - Common Longest + Substring Search + + Description: This number indicates when a matching sequence between two + revisions is considered as sequence. + + Recommendation / Default: Currently 12 Value should be greater than the + encoded size of an operation. +

+

+
+
+
+ +

+PATH_OUTPUT_SQL_FILES

+
+public static final ConfigurationKeys PATH_OUTPUT_SQL_FILES
+
+
Type: String Used by: SQLConsumer - SQLFileWriter + + Description: Output-Directory for the sql files + + Recommendation / Default: No default value - has to be configured! + + More consumers should lead to a speed-up +

+

+
+
+
+ +

+LIMIT_SQL_FILE_SIZE

+
+public static final ConfigurationKeys LIMIT_SQL_FILE_SIZE
+
+
Type: Long Used by: SQLConsumer - SQLFileWriter + + Description: Maximum size of an sql file (in bytes) + + Recommendation / Default: Currently 100 MB +

+

+
+
+
+ +

+LIMIT_SQL_ARCHIVE_SIZE

+
+public static final ConfigurationKeys LIMIT_SQL_ARCHIVE_SIZE
+
+
Type: Long Used by: SQLConsumer - SevenZipSQLWriter + + Description: Maximum size of an sql archive file (in bytes) + + Recommendation / Default: Currently not implemented +

+

+
+
+
+ +

+VERIFICATION_DIFF

+
+public static final ConfigurationKeys VERIFICATION_DIFF
+
+
Type: Boolean Used by: DiffConsumer - DiffCalculator + + Description: Enabels the verification of the diff generation + + Recommendation / Default: Should only be used for debug purposes +

+

+
+
+
+ +

+VERIFICATION_ENCODING

+
+public static final ConfigurationKeys VERIFICATION_ENCODING
+
+
Type: Boolean Used by: SQLConsumer - SQLFileWriter + + Description: Enables the verification of the encoded revision data + + Recommendation / Default: Should only be used for debug purposes +

+

+
+
+
+ +

+LIMIT_TASK_SIZE_REVISIONS

+
+public static final ConfigurationKeys LIMIT_TASK_SIZE_REVISIONS
+
+
Type: Long Used by: ArticleConsumers + + Description: This value indicates the maximum size of an article task (in + bytes). If the limit is reached the task will be splitted into parts. + + Recommendation / Default: Currently 10 MB + + USE WITH CAUTION! Large value could lead to a memory overflow +

+

+
+
+
+ +

+LIMIT_TASK_SIZE_DIFFS

+
+public static final ConfigurationKeys LIMIT_TASK_SIZE_DIFFS
+
+
Type: Long Used by: DiffConsumers + + Description: This value indicates the maximum size of a diff task (in + bytes). If the limit is reached the task will be splitted into parts. + + Recommendation / Default: Currently 10 MB + + USE WITH CAUTION! Large value could lead to a memory overflow +

+

+
+
+
+ +

+PATH_PROGRAM_7ZIP

+
+public static final ConfigurationKeys PATH_PROGRAM_7ZIP
+
+
Type: String Used by: ArticleConsumers - ArticleReader - InputFactory + + Description: If you want to use 7Zip to decompress your 7z or bz2 + archives set the corresponding path in the config file. + + Recommendation / Default: not set, faster than bzip2 +

+

+
+
+
+ +

+SQL_HOST

+
+public static final ConfigurationKeys SQL_HOST
+
+
+
+
+
+ +

+SQL_DATABASE

+
+public static final ConfigurationKeys SQL_DATABASE
+
+
Type: String Used by: SQLConsumers - SQLDatabaseWriter + + Description: Name of the sql database + + Recommendation / Default: currently not used +

+

+
+
+
+ +

+SQL_USERNAME

+
+public static final ConfigurationKeys SQL_USERNAME
+
+
Type: String Used by: SQLConsumers - SQLDatabaseWriter + + Description: Username of your sql producer + + Recommendation / Default: currently not used +

+

+
+
+
+ +

+SQL_PASSWORD

+
+public static final ConfigurationKeys SQL_PASSWORD
+
+
Type: String Used by: SQLConsumers - SQLDatabaseWriter + + Description: Password for the corresponding username + + Recommendation / Default: currently not used +

+

+
+
+
+ +

+LOGGING_PATH_DIFFTOOL

+
+public static final ConfigurationKeys LOGGING_PATH_DIFFTOOL
+
+
Type: String Used by: All Loggers + + Description: Root-Directory for all logger + + Recommendation / Default: "logs/" +

+

+
+
+
+ +

+LOGGING_PATH_DEBUG

+
+public static final ConfigurationKeys LOGGING_PATH_DEBUG
+
+
Type: String Used by: DiffConsumer, SQLConsumer + + Description: Output directory for articles with failed verifications + + Recommendation / Default: "logs/" + "debug/" +

+

+
+
+
+ +

+LOGGING_LOGLEVEL_DIFFTOOL

+
+public static final ConfigurationKeys LOGGING_LOGLEVEL_DIFFTOOL
+
+
Type: java.util.logging.Level Used by: DiffTool Logger + + Description: Log level for the diff tool logger + + Recommendation / Default: Log.INFO + + Note that the corresponding output directory for the logger has to exist + when the LogLevel is not Level.OFF +

+

+
+
+
+ +

+NAMESPACES_TO_KEEP

+
+public static final ConfigurationKeys NAMESPACES_TO_KEEP
+
+
Type: java.util.Set Used by: ArticleFilter + + Description: The Set of namespaces to keep in output +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ConfigurationKeys[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ConfigurationKeys c : ConfigurationKeys.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ConfigurationKeys valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationManager.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationManager.html new file mode 100644 index 00000000..c7cf2c5a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationManager.html @@ -0,0 +1,317 @@ + + + + + + + +ConfigurationManager (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +
+Class ConfigurationManager

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager
+
+
+
+
public class ConfigurationManager
extends Object
+ + +

+Singleton - Manages the configuration settings for the DiffTool. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ConfigurationManager(ConfigSettings config) + +
+          (Constructor) Creates the Configuration Manager - This constructor should + only be called during the startup of the DiffTool Application.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ List<ArchiveDescription>getArchiveList() + +
+          Returns the list of input archives.
+ ObjectgetConfigParameter(ConfigurationKeys configParameter) + +
+          Returns the value of the configuration parameter.
+static ConfigurationManagergetInstance() + +
+          Returns the reference to the instance of the ConfigurationManager.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigurationManager

+
+public ConfigurationManager(ConfigSettings config)
+
+
(Constructor) Creates the Configuration Manager - This constructor should + only be called during the startup of the DiffTool Application. +

+

+
Parameters:
config - Reference to the ConfigurationSettings
+
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static ConfigurationManager getInstance()
+                                        throws ConfigurationException
+
+
Returns the reference to the instance of the ConfigurationManager. +

+

+ +
Returns:
ConfigurationManager +
Throws: +
ConfigurationException - if the ConfigurationManager has not been created during the + startup of the application.
+
+
+
+ +

+getArchiveList

+
+public List<ArchiveDescription> getArchiveList()
+
+
Returns the list of input archives. +

+

+ +
Returns:
list of input archives
+
+
+
+ +

+getConfigParameter

+
+public Object getConfigParameter(ConfigurationKeys configParameter)
+                          throws ConfigurationException
+
+
Returns the value of the configuration parameter. +

+

+
Parameters:
configParameter - Key for the configuration parameter. +
Returns:
Value of the configuration parameter +
Throws: +
ConfigurationException - if the configuration value was not defined or was not set.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationReader.html new file mode 100644 index 00000000..f987e706 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/ConfigurationReader.html @@ -0,0 +1,273 @@ + + + + + + + +ConfigurationReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +
+Class ConfigurationReader

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader
+
+
+
+
public class ConfigurationReader
extends Object
+ + +

+This Reader reads the xml-configuration files for the DiffTool. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ConfigurationReader(String path) + +
+          (Constructor) Creates a new ConfigurationReader object.
+  + + + + + + + + + + + +
+Method Summary
+ ConfigSettingsread() + +
+          Reads the input of the configuration file and parses the into the + ConfigSettings object.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigurationReader

+
+public ConfigurationReader(String path)
+                    throws IOException,
+                           SAXException,
+                           ParserConfigurationException
+
+
(Constructor) Creates a new ConfigurationReader object. +

+

+
Parameters:
path - +
Throws: +
IOException - if an error occurs while reading the file +
SAXException - if an error occurs while building the document +
ParserConfigurationException - if an error occurs while parsing the document
+
+ + + + + + + + +
+Method Detail
+ +

+read

+
+public ConfigSettings read()
+
+
Reads the input of the configuration file and parses the into the + ConfigSettings object. +

+

+ +
Returns:
ConfigSettings
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/OutputTypes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/OutputTypes.html new file mode 100644 index 00000000..924bce8e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/OutputTypes.html @@ -0,0 +1,349 @@ + + + + + + + +OutputTypes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +
+Enum OutputTypes

+
+java.lang.Object
+  extended by java.lang.Enum<OutputTypes>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.OutputTypes
+
+
+
All Implemented Interfaces:
Serializable, Comparable<OutputTypes>
+
+
+
+
public enum OutputTypes
extends Enum<OutputTypes>
+ + +

+This class represents the enumeration of OutputTypes of the IndexGenerator. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
DATABASE + +
+          Output to the Database
DATAFILE + +
+          Output as datafile.
SQL + +
+          Output as single sql file.
+  + + + + + + + + + + + + + + + +
+Method Summary
+static OutputTypesvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static OutputTypes[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DATABASE

+
+public static final OutputTypes DATABASE
+
+
Output to the Database +

+

+
+
+
+ +

+SQL

+
+public static final OutputTypes SQL
+
+
Output as single sql file. +

+

+
+
+
+ +

+DATAFILE

+
+public static final OutputTypes DATAFILE
+
+
Output as datafile. +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static OutputTypes[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (OutputTypes c : OutputTypes.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static OutputTypes valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationKeys.html new file mode 100644 index 00000000..933a44a8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationKeys.html @@ -0,0 +1,245 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationKeys

+
+ + + + + + + + + + + + + +
+Packages that use ConfigurationKeys
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + +
+Uses of ConfigurationKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config that return ConfigurationKeys
+static ConfigurationKeysConfigurationKeys.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigurationKeys[]ConfigurationKeys.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config with parameters of type ConfigurationKeys
+ ObjectConfigurationManager.getConfigParameter(ConfigurationKeys configParameter) + +
+          Returns the value of the configuration parameter.
+  +

+ + + + + +
+Uses of ConfigurationKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ConfigurationKeys
+ ObjectConfigSettings.getConfigParameter(ConfigurationKeys configParameter) + +
+          Returns the value related to the configuration key or null if the key is + not contained.
+ voidConfigSettings.setConfigParameter(ConfigurationKeys key, + Object value) + +
+          Assigns the given value to the the given key.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationManager.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationManager.html new file mode 100644 index 00000000..eee7c5a6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationManager.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager

+
+ + + + + + + + + +
+Packages that use ConfigurationManager
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
+  +

+ + + + + +
+Uses of ConfigurationManager in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config that return ConfigurationManager
+static ConfigurationManagerConfigurationManager.getInstance() + +
+          Returns the reference to the instance of the ConfigurationManager.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationReader.html new file mode 100644 index 00000000..c45a9514 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/ConfigurationReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/OutputTypes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/OutputTypes.html new file mode 100644 index 00000000..4b38c90a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/class-use/OutputTypes.html @@ -0,0 +1,235 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.OutputTypes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.OutputTypes

+
+ + + + + + + + + + + + + +
+Packages that use OutputTypes
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
+  +

+ + + + + +
+Uses of OutputTypes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api that return OutputTypes
+ OutputTypesRevisionAPIConfiguration.getOutputType() + +
+          Returns the output type of the index generator.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api with parameters of type OutputTypes
+ voidRevisionAPIConfiguration.setOutputType(OutputTypes outputType) + +
+          Sets the output type of the index generator.
+  +

+ + + + + +
+Uses of OutputTypes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config that return OutputTypes
+static OutputTypesOutputTypes.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static OutputTypes[]OutputTypes.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigGUI.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigGUI.html new file mode 100644 index 00000000..bb6d1aee --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigGUI.html @@ -0,0 +1,456 @@ + + + + + + + +ConfigGUI (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui +
+Class ConfigGUI

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by java.awt.Window
+              extended by java.awt.Frame
+                  extended by javax.swing.JFrame
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigGUI
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
+
+
+
+
public class ConfigGUI
extends JFrame
+ + +

+This class represents the main class of the graphical configuration tool + for the DiffTool. +
+

+ The GUI can be used to set all necessary configuration parameters for the + DiffTool. However, it currently does not verify the validity of the + combination of the settings. + It only checks whether the individual setting contain valid values. + Consequently, it is possible to produce configurations that won't + work.

+
+ Example:
+ If the output mode is set to bzip2, it is currently not possible + to split the output into several files. However, the ConfigGUI allows for + this setting. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JFrame
JFrame.AccessibleJFrame
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Frame
Frame.AccessibleAWTFrame
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Window
Window.AccessibleAWTWindow
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFrame
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Frame
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ConfigGUI() + +
+          (Constructor) Creates a new ConfigGUI object.
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+          ConfigurationTool - Main Method + + Starts the ConfigurationTool GUI
+ + + + + + + +
Methods inherited from class javax.swing.JFrame
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
+ + + + + + + +
Methods inherited from class java.awt.Frame
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigGUI

+
+public ConfigGUI()
+
+
(Constructor) Creates a new ConfigGUI object. +

+

+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
ConfigurationTool - Main Method + + Starts the ConfigurationTool GUI +

+

+
Parameters:
args - program arguments (not used)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigMenuBar.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigMenuBar.html new file mode 100644 index 00000000..1adbe82f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/ConfigMenuBar.html @@ -0,0 +1,363 @@ + + + + + + + +ConfigMenuBar (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui +
+Class ConfigMenuBar

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JMenuBar
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigMenuBar
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement
+
+
+
+
public class ConfigMenuBar
extends JMenuBar
+ + +

+MenuBar of the ConfigurationTool +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JMenuBar
JMenuBar.AccessibleJMenuBar
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ConfigMenuBar(ConfigController controller) + +
+          (Constructor) Create the ConfigMenuBar object.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class javax.swing.JMenuBar
add, addNotify, getAccessibleContext, getComponent, getComponentAtIndex, getComponentIndex, getHelpMenu, getMargin, getMenu, getMenuCount, getSelectionModel, getSubElements, getUI, getUIClassID, isBorderPainted, isSelected, menuSelectionChanged, paintBorder, paramString, processKeyBinding, processKeyEvent, processMouseEvent, removeNotify, setBorderPainted, setHelpMenu, setMargin, setSelected, setSelectionModel, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigMenuBar

+
+public ConfigMenuBar(ConfigController controller)
+
+
(Constructor) Create the ConfigMenuBar object. +

+

+
Parameters:
controller - reference to the controller
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigGUI.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigGUI.html new file mode 100644 index 00000000..0c784588 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigGUI.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigGUI (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigGUI

+
+ + + + + + + + + +
+Packages that use ConfigGUI
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + +
+Uses of ConfigGUI in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return ConfigGUI
+ ConfigGUIComponentRegistry.getGUI() + +
+          Returns the reference of the GUI.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ConfigGUI
+ voidComponentRegistry.registerGUI(ConfigGUI gui) + +
+          Sets the reference of the GUI.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigMenuBar.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigMenuBar.html new file mode 100644 index 00000000..04f44181 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/class-use/ConfigMenuBar.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigMenuBar (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigMenuBar

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigMenuBar +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ArchiveRegistry.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ArchiveRegistry.html new file mode 100644 index 00000000..cd864474 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ArchiveRegistry.html @@ -0,0 +1,473 @@ + + + + + + + +ArchiveRegistry (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +
+Class ArchiveRegistry

+
+java.lang.Object
+  extended by javax.swing.table.AbstractTableModel
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry
+
+
+
All Implemented Interfaces:
Serializable, TableModel
+
+
+
+
public class ArchiveRegistry
extends AbstractTableModel
+ + +

+ArchiveRegistry of the ConfigurationTool. + + Contains all input archives and represents the table model to display the + archives in the InputPanel. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
+  + + + + + + + + + + +
+Constructor Summary
ArchiveRegistry() + +
+          (Constructor) Creates a new ArchiveRegistry.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddArchive(ArchiveDescription description) + +
+          Adds an archive description.
+ voidapplyConfiguration(ConfigSettings config) + +
+          Adds the ArchiveDescriptions contained in the configuration.
+ voidclear() + +
+          Deletes all contained archive descriptions.
+ ArchiveDescriptionget(int index) + +
+          Returns the archive at the specified position.
+ intgetColumnCount() + +
+          Returns the number of columns.
+ StringgetColumnName(int col) + +
+          Returns the name of the specified column.
+ intgetRowCount() + +
+          Returns the number of rows.
+ ObjectgetValueAt(int row, + int col) + +
+          Returns the value at the specified position.
+ voidremoveArchive(int index) + +
+          Removes an archive description.
+ + + + + + + +
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArchiveRegistry

+
+public ArchiveRegistry()
+
+
(Constructor) Creates a new ArchiveRegistry. +

+

+ + + + + + + + +
+Method Detail
+ +

+getColumnName

+
+public String getColumnName(int col)
+
+
Returns the name of the specified column. +

+

+
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel
+
+
+
Parameters:
col - index of the column +
Returns:
name of the column
+
+
+
+ +

+getColumnCount

+
+public int getColumnCount()
+
+
Returns the number of columns. +

+

+
+
+
+
+ +

+getRowCount

+
+public int getRowCount()
+
+
Returns the number of rows. +

+

+
+
+
+
+ +

+getValueAt

+
+public Object getValueAt(int row,
+                         int col)
+
+
Returns the value at the specified position. +

+

+
Parameters:
row - index of the row
col - index of the column +
Returns:
string representation of the specified field
+
+
+
+ +

+addArchive

+
+public void addArchive(ArchiveDescription description)
+
+
Adds an archive description. +

+

+
Parameters:
description - archive description
+
+
+
+ +

+removeArchive

+
+public void removeArchive(int index)
+
+
Removes an archive description. +

+

+
Parameters:
index - index of the archive.
+
+
+
+ +

+get

+
+public ArchiveDescription get(int index)
+
+
Returns the archive at the specified position. +

+

+
Parameters:
index - position +
Returns:
ArchiveDescription
+
+
+
+ +

+clear

+
+public void clear()
+
+
Deletes all contained archive descriptions. +

+

+
+
+
+
+ +

+applyConfiguration

+
+public void applyConfiguration(ConfigSettings config)
+
+
Adds the ArchiveDescriptions contained in the configuration. +

+

+
Parameters:
config - Reference to the configuration
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ComponentRegistry.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ComponentRegistry.html new file mode 100644 index 00000000..ffad32e6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ComponentRegistry.html @@ -0,0 +1,375 @@ + + + + + + + +ComponentRegistry (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +
+Class ComponentRegistry

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry
+
+
+
+
public class ComponentRegistry
extends Object
+ + +

+ComponentsRegistry of the ConfigurationTool +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ComponentRegistry() + +
+          (Constructor) Creates a ComponentRegistry.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ ConfigGUIgetGUI() + +
+          Returns the reference of the GUI.
+ voidregister(PanelKeys key, + AbstractPanel panel) + +
+          Registers the panel with the given key.
+ voidregisterGUI(ConfigGUI gui) + +
+          Sets the reference of the GUI.
+ voidrepaint() + +
+          Repaints the GUI.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ComponentRegistry

+
+public ComponentRegistry()
+
+
(Constructor) Creates a ComponentRegistry. +

+

+ + + + + + + + +
+Method Detail
+ +

+register

+
+public void register(PanelKeys key,
+                     AbstractPanel panel)
+
+
Registers the panel with the given key. +

+

+
Parameters:
key - key
panel - panel
+
+
+
+ +

+registerGUI

+
+public void registerGUI(ConfigGUI gui)
+
+
Sets the reference of the GUI. +

+

+
Parameters:
gui - GUI
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+getGUI

+
+public ConfigGUI getGUI()
+
+
Returns the reference of the GUI. +

+

+ +
Returns:
reference to the GUI
+
+
+
+ +

+repaint

+
+public void repaint()
+
+
Repaints the GUI. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigController.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigController.html new file mode 100644 index 00000000..aa5bd4db --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigController.html @@ -0,0 +1,1058 @@ + + + + + + + +ConfigController (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +
+Class ConfigController

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController
+
+
+
+
public class ConfigController
extends Object
+ + +

+Controller of the ConfigurationTool +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ConfigController() + +
+          (Constructor) Creates a new ConfigController.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddArchive(ArchiveDescription archive) + +
+          Adds an archive to the archive registry.
+ booleancreateConfigurationXML() + +
+          Creates the xml content representation of the currently used settings.
+ voiddefaultConfiguration() + +
+          Applies the default parameter to the currently loaded config
+ ArchiveRegistrygetArchives() + +
+          Returns the reference to the ArchiveRegistry.
+ ConfigVerificationgetConfigErrors() + +
+          Return the reference to the ConfigVerifactions.
+ OutputCompressionEnumgetOutputCompression() + +
+          Returns the output compression mode.
+ longgetOutputFileLimit() + +
+          Returns the maximum size of an output file.
+ ComponentRegistrygetRegistry() + +
+          Returns the reference to the component registry.
+ SurrogateModesgetSurrogates() + +
+          Returns the surrogate mode.
+ booleanis7ZipEnabled() + +
+          Returns whether the 7Zip support is enabled or not.
+ booleanisDebugOutputEnabled() + +
+          Returns whether the debug output is enabled.
+ booleanisDiffVerificationEnabled() + +
+          Returns whether the diff verification mode is enabled.
+ booleanisEnableDataFileOutput() + +
+           
+ booleanisEnableSQLDatabaseOutput() + +
+          Returns whether the database output mode is enabled.
+ booleanisEncodingVerificationEnabled() + +
+          Returns whether the encoding verification mode is enabled.
+ booleanisMultipleOutputFiles() + +
+          Returns whether multiple output files should be used.
+ booleanisStatsOutputEnabled() + +
+          Returns whether the statistical output mode is enabled.
+ booleanisZipCompressionEnabled() + +
+          Returns whether the Zip-Compression is enabled or not.
+ voidloadConfig(String path) + +
+          Loads the configuration from the specified file
+ voidloadConfiguration() + +
+          Loads the configuration file.
+ voidregister(PanelKeys key, + AbstractPanel panel) + +
+          Registers the panel with the given key.
+ voidremoveArchive(int index) + +
+          Removes the specified archive from the archive registry.
+ voidrepaint() + +
+          Repaints the GUI.
+ voidsaveConfiguration() + +
+          Saves the configuration file.
+ booleansaveConfiguration(String path) + +
+          Save the configuration to a file.
+ voidsetEnable7Zip(boolean enable7Zip) + +
+          Enables or disables the 7Zip support.
+ voidsetEnableDataFileOutput(boolean enableDataFileOutput) + +
+           
+ voidsetEnableDebugOutput(boolean enableDebugOutput) + +
+          Sets the debug output mode.
+ voidsetEnableDiffVerification(boolean enableDiffVerification) + +
+          Sets the diff verification mode.
+ voidsetEnableEncodingVerification(boolean enableEncodingVerification) + +
+          Sets the encoding verification mode.
+ voidsetEnableSQLDatabaseOutput(boolean enableSQLDatabaseOutput) + +
+          Sets the database output flag.
+ voidsetEnableStatsOutput(boolean enableStatsOutput) + +
+          Sets the statistical output mode.
+ voidsetEnableZipCompression(boolean enableZipCompression) + +
+          Sets the Zip-Compression mode.
+ voidsetMultipleOutputFiles(boolean multipleOutputFiles) + +
+          Sets whether multiple output files should be used.
+ voidsetOutputCompression(OutputCompressionEnum outputCompression) + +
+          Sets the output compression mode.
+ voidsetOutputFileLimit(long outputFileLimit) + +
+          Sets the maximum size of an output file.
+ voidsetRegistry(ComponentRegistry registry) + +
+          Sets the reference to the component registry.
+ voidsetSurrogates(SurrogateModes surrogates) + +
+          Sets the surrogate mode.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigController

+
+public ConfigController()
+
+
(Constructor) Creates a new ConfigController. +

+

+ + + + + + + + +
+Method Detail
+ +

+addArchive

+
+public void addArchive(ArchiveDescription archive)
+
+
Adds an archive to the archive registry. +

+

+
Parameters:
archive - reference to the archive
+
+
+
+ +

+createConfigurationXML

+
+public boolean createConfigurationXML()
+
+
Creates the xml content representation of the currently used settings. +

+

+ +
Returns:
TRUE if the ConfigVerfication contains no items, FALSE otherwise
+
+
+
+ +

+defaultConfiguration

+
+public void defaultConfiguration()
+
+
Applies the default parameter to the currently loaded config +

+

+
+
+
+
+ +

+getArchives

+
+public ArchiveRegistry getArchives()
+
+
Returns the reference to the ArchiveRegistry. +

+

+ +
Returns:
archive registry
+
+
+
+ +

+getConfigErrors

+
+public ConfigVerification getConfigErrors()
+
+
Return the reference to the ConfigVerifactions. +

+

+ +
Returns:
ConfigVerification
+
+
+
+ +

+getOutputCompression

+
+public OutputCompressionEnum getOutputCompression()
+
+
Returns the output compression mode. +

+

+ +
Returns:
output compression mode
+
+
+
+ +

+getOutputFileLimit

+
+public long getOutputFileLimit()
+
+
Returns the maximum size of an output file. +

+

+ +
Returns:
maximum size of an output file.
+
+
+
+ +

+getRegistry

+
+public ComponentRegistry getRegistry()
+
+
Returns the reference to the component registry. +

+

+ +
Returns:
component registry
+
+
+
+ +

+getSurrogates

+
+public SurrogateModes getSurrogates()
+
+
Returns the surrogate mode. +

+

+ +
Returns:
surrogate mode
+
+
+
+ +

+is7ZipEnabled

+
+public boolean is7ZipEnabled()
+
+
Returns whether the 7Zip support is enabled or not. +

+

+ +
Returns:
TRUE | FALSE
+
+
+
+ +

+isDebugOutputEnabled

+
+public boolean isDebugOutputEnabled()
+
+
Returns whether the debug output is enabled. +

+

+ +
Returns:
debug output flag
+
+
+
+ +

+isDiffVerificationEnabled

+
+public boolean isDiffVerificationEnabled()
+
+
Returns whether the diff verification mode is enabled. +

+

+ +
Returns:
diff verification flag
+
+
+
+ +

+isEnableSQLDatabaseOutput

+
+public boolean isEnableSQLDatabaseOutput()
+
+
Returns whether the database output mode is enabled. +

+

+ +
Returns:
database output flag
+
+
+
+ +

+isEncodingVerificationEnabled

+
+public boolean isEncodingVerificationEnabled()
+
+
Returns whether the encoding verification mode is enabled. +

+

+ +
Returns:
encoding verification flag
+
+
+
+ +

+isMultipleOutputFiles

+
+public boolean isMultipleOutputFiles()
+
+
Returns whether multiple output files should be used. +

+

+ +
Returns:
multiple output files flag
+
+
+
+ +

+isStatsOutputEnabled

+
+public boolean isStatsOutputEnabled()
+
+
Returns whether the statistical output mode is enabled. +

+

+ +
Returns:
statistical output flag
+
+
+
+ +

+isZipCompressionEnabled

+
+public boolean isZipCompressionEnabled()
+
+
Returns whether the Zip-Compression is enabled or not. +

+

+ +
Returns:
Zip-Compression flag
+
+
+
+ +

+loadConfig

+
+public void loadConfig(String path)
+
+
Loads the configuration from the specified file +

+

+
Parameters:
path - input file
+
+
+
+ +

+loadConfiguration

+
+public void loadConfiguration()
+
+
Loads the configuration file. The path of the file will be chosen by + displaying a FileChooser Dialog. +

+

+
+
+
+
+ +

+register

+
+public void register(PanelKeys key,
+                     AbstractPanel panel)
+
+
Registers the panel with the given key. +

+

+
Parameters:
key - key
panel - panel
+
+
+
+ +

+removeArchive

+
+public void removeArchive(int index)
+
+
Removes the specified archive from the archive registry. +

+

+
Parameters:
index - index of the archive
+
+
+
+ +

+repaint

+
+public void repaint()
+
+
Repaints the GUI. +

+

+
+
+
+
+ +

+saveConfiguration

+
+public void saveConfiguration()
+
+
Saves the configuration file. The path of the file will be chosen by + displaying a FileChooser Dialog. +

+

+
+
+
+
+ +

+saveConfiguration

+
+public boolean saveConfiguration(String path)
+
+
Save the configuration to a file. +

+

+
Parameters:
path - output path +
Returns:
TRUE if the configuration was succesfully exported FALSE + otherwise
+
+
+
+ +

+setEnable7Zip

+
+public void setEnable7Zip(boolean enable7Zip)
+
+
Enables or disables the 7Zip support. + + If the support is disabled the and the OutputCompression Mode was 7Zip + the Mode will be reseted to None. +

+

+
Parameters:
enable7Zip - 7Zip support flag
+
+
+
+ +

+setEnableDebugOutput

+
+public void setEnableDebugOutput(boolean enableDebugOutput)
+
+
Sets the debug output mode. +

+

+
Parameters:
enableDebugOutput - debug output flag
+
+
+
+ +

+setEnableDiffVerification

+
+public void setEnableDiffVerification(boolean enableDiffVerification)
+
+
Sets the diff verification mode. +

+

+
Parameters:
enableDiffVerification - diff verification mode
+
+
+
+ +

+setEnableEncodingVerification

+
+public void setEnableEncodingVerification(boolean enableEncodingVerification)
+
+
Sets the encoding verification mode. +

+

+
Parameters:
enableEncodingVerification - diff verification mode
+
+
+
+ +

+setEnableSQLDatabaseOutput

+
+public void setEnableSQLDatabaseOutput(boolean enableSQLDatabaseOutput)
+
+
Sets the database output flag. +

+

+
Parameters:
enableSQLDatabaseOutput - database output flag
+
+
+
+ +

+setEnableStatsOutput

+
+public void setEnableStatsOutput(boolean enableStatsOutput)
+
+
Sets the statistical output mode. +

+

+
Parameters:
enableStatsOutput - statistical output flag
+
+
+
+ +

+setEnableZipCompression

+
+public void setEnableZipCompression(boolean enableZipCompression)
+
+
Sets the Zip-Compression mode. +

+

+
Parameters:
enableZipCompression - Zip-Compression flag
+
+
+
+ +

+setMultipleOutputFiles

+
+public void setMultipleOutputFiles(boolean multipleOutputFiles)
+
+
Sets whether multiple output files should be used. +

+

+
Parameters:
multipleOutputFiles - multiple output files flag
+
+
+
+ +

+setOutputCompression

+
+public void setOutputCompression(OutputCompressionEnum outputCompression)
+
+
Sets the output compression mode. +

+

+
Parameters:
outputCompression - output compression mode
+
+
+
+ +

+setOutputFileLimit

+
+public void setOutputFileLimit(long outputFileLimit)
+
+
Sets the maximum size of an output file. +

+

+
Parameters:
outputFileLimit - maximum size of an output file
+
+
+
+ +

+setRegistry

+
+public void setRegistry(ComponentRegistry registry)
+
+
Sets the reference to the component registry. +

+

+
Parameters:
registry - component registry
+
+
+
+ +

+setSurrogates

+
+public void setSurrogates(SurrogateModes surrogates)
+
+
Sets the surrogate mode. +

+

+
Parameters:
surrogates - surrogate mode
+
+
+
+ +

+isEnableDataFileOutput

+
+public boolean isEnableDataFileOutput()
+
+
+
+
+
+
+ +

+setEnableDataFileOutput

+
+public void setEnableDataFileOutput(boolean enableDataFileOutput)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigSettings.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigSettings.html new file mode 100644 index 00000000..c0251991 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigSettings.html @@ -0,0 +1,503 @@ + + + + + + + +ConfigSettings (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +
+Class ConfigSettings

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings
+
+
+
+
public class ConfigSettings
extends Object
+ + +

+This class contain all configuration parameters. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ConfigSettings() + +
+          (Constructor) Creates an empty ConfigurationSetting object of unspecified + type.
ConfigSettings(ConfigEnum type) + +
+          (Constructor) Creates an empty ConfigurationSetting object of given type.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(ArchiveDescription archive) + +
+          Adds an input archive description object to the input archive list.
+ Iterator<ArchiveDescription>archiveIterator() + +
+          Returns an iterator over the input archive list.
+ intarchiveSize() + +
+          Returns the number of input archives.
+ voidclear() + +
+          Deletes all contained input archives and configuration parameter.
+ voiddefaultConfiguration() + +
+          Applies the default single thread configuration of the DiffTool to this + settings.
+ ArchiveDescriptiongetArchiveDescription(int index) + +
+          Returns the input archive at the specified position.
+ List<ArchiveDescription>getArchiveList() + +
+          Returns the list of input archives.
+ ObjectgetConfigParameter(ConfigurationKeys configParameter) + +
+          Returns the value related to the configuration key or null if the key is + not contained.
+ ConfigEnumgetConfigType() + +
+          Returns the configuration type.
+ voidloadConfig(String path) + +
+          Loads the configuration settings from a file.
+ voidsetConfigParameter(ConfigurationKeys key, + Object value) + +
+          Assigns the given value to the the given key.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigSettings

+
+public ConfigSettings()
+
+
(Constructor) Creates an empty ConfigurationSetting object of unspecified + type. +

+

+
+ +

+ConfigSettings

+
+public ConfigSettings(ConfigEnum type)
+
+
(Constructor) Creates an empty ConfigurationSetting object of given type. +

+

+
Parameters:
type - Configuration Type
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(ArchiveDescription archive)
+
+
Adds an input archive description object to the input archive list. +

+

+
Parameters:
archive - ArchiveDescription
+
+
+
+ +

+getArchiveDescription

+
+public ArchiveDescription getArchiveDescription(int index)
+
+
Returns the input archive at the specified position. +

+

+
Parameters:
index - position +
Returns:
input archive description
+
+
+
+ +

+getArchiveList

+
+public List<ArchiveDescription> getArchiveList()
+
+
Returns the list of input archives. +

+

+ +
Returns:
list of the input archive descriptions
+
+
+
+ +

+archiveSize

+
+public int archiveSize()
+
+
Returns the number of input archives. +

+

+ +
Returns:
size of the input archive list
+
+
+
+ +

+archiveIterator

+
+public Iterator<ArchiveDescription> archiveIterator()
+
+
Returns an iterator over the input archive list. +

+

+ +
Returns:
Iterator
+
+
+
+ +

+setConfigParameter

+
+public void setConfigParameter(ConfigurationKeys key,
+                               Object value)
+
+
Assigns the given value to the the given key. +

+

+
Parameters:
key - configuration key
value - value
+
+
+
+ +

+getConfigParameter

+
+public Object getConfigParameter(ConfigurationKeys configParameter)
+
+
Returns the value related to the configuration key or null if the key is + not contained. +

+

+
Parameters:
configParameter - configuration key +
Returns:
value or null
+
+
+
+ +

+defaultConfiguration

+
+public void defaultConfiguration()
+
+
Applies the default single thread configuration of the DiffTool to this + settings. +

+

+
+
+
+
+ +

+clear

+
+public void clear()
+
+
Deletes all contained input archives and configuration parameter. +

+

+
+
+
+
+ +

+getConfigType

+
+public ConfigEnum getConfigType()
+
+
Returns the configuration type. +

+

+ +
Returns:
configuration type
+
+
+
+ +

+loadConfig

+
+public void loadConfig(String path)
+
+
Loads the configuration settings from a file. +

+

+
Parameters:
path - path to the configuration file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigVerification.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigVerification.html new file mode 100644 index 00000000..3c2bc0f5 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/ConfigVerification.html @@ -0,0 +1,412 @@ + + + + + + + +ConfigVerification (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +
+Class ConfigVerification

+
+java.lang.Object
+  extended by javax.swing.table.AbstractTableModel
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification
+
+
+
All Implemented Interfaces:
Serializable, TableModel
+
+
+
+
public class ConfigVerification
extends AbstractTableModel
+ + +

+This class contains the list of error or warning messages that have been + generated during the verification of the configuration settings. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
+  + + + + + + + + + + +
+Constructor Summary
ConfigVerification() + +
+          (Constructor) Creates an empty ConfigVerification object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(ConfigItem item) + +
+          Adds a configuration item to the list.
+ intgetColumnCount() + +
+          Returns the number of columns.
+ StringgetColumnName(int col) + +
+          Returns the name of the column with the index col.
+ intgetRowCount() + +
+          Returns the number of rows.
+ ObjectgetValueAt(int row, + int column) + +
+          Returns the value at the specified column of the specified row.
+ booleanhasFailed() + +
+          Returns whether the configuration item list contains an error message or + not.
+ + + + + + + +
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigVerification

+
+public ConfigVerification()
+
+
(Constructor) Creates an empty ConfigVerification object. +

+

+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(ConfigItem item)
+
+
Adds a configuration item to the list. +

+

+
Parameters:
item - configuration item
+
+
+
+ +

+getColumnName

+
+public String getColumnName(int col)
+
+
Returns the name of the column with the index col. +

+

+
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel
+
+
+ +
Returns:
column name of the specified column.
+
+
+
+ +

+getColumnCount

+
+public int getColumnCount()
+
+
Returns the number of columns. +

+

+ +
Returns:
number of columns
+
+
+
+ +

+getRowCount

+
+public int getRowCount()
+
+
Returns the number of rows. +

+

+ +
Returns:
number of rows
+
+
+
+ +

+getValueAt

+
+public Object getValueAt(int row,
+                         int column)
+
+
Returns the value at the specified column of the specified row. +

+

+ +
Returns:
value
+
+
+
+ +

+hasFailed

+
+public boolean hasFailed()
+
+
Returns whether the configuration item list contains an error message or + not. +

+

+ +
Returns:
TRUE | FALSE
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ArchiveRegistry.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ArchiveRegistry.html new file mode 100644 index 00000000..4340440f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ArchiveRegistry.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry

+
+ + + + + + + + + +
+Packages that use ArchiveRegistry
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + +
+Uses of ArchiveRegistry in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return ArchiveRegistry
+ ArchiveRegistryConfigController.getArchives() + +
+          Returns the reference to the ArchiveRegistry.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ComponentRegistry.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ComponentRegistry.html new file mode 100644 index 00000000..fead6234 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ComponentRegistry.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry

+
+ + + + + + + + + +
+Packages that use ComponentRegistry
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + +
+Uses of ComponentRegistry in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return ComponentRegistry
+ ComponentRegistryConfigController.getRegistry() + +
+          Returns the reference to the component registry.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ComponentRegistry
+ voidConfigController.setRegistry(ComponentRegistry registry) + +
+          Sets the reference to the component registry.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigController.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigController.html new file mode 100644 index 00000000..45eecc2b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigController.html @@ -0,0 +1,315 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController

+
+ + + + + + + + + + + + + + + + + +
+Packages that use ConfigController
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels  
+  +

+ + + + + +
+Uses of ConfigController in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui with parameters of type ConfigController
ConfigMenuBar(ConfigController controller) + +
+          (Constructor) Create the ConfigMenuBar object.
+  +

+ + + + + +
+Uses of ConfigController in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs with parameters of type ConfigController
ConfigDialog(ConfigController controller) + +
+          (Constructor) Creates a new ConfigDialog.
InputDialog(ConfigController controller) + +
+          (Constructor) Creates a new InputDialog.
+  +

+ + + + + +
+Uses of ConfigController in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels declared as ConfigController
+protected  ConfigControllerAbstractPanel.controller + +
+          Reference to the controller
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels with parameters of type ConfigController
AbstractPanel(ConfigController controller) + +
+          (Constructor) Creates an AbstractPanel object.
CachePanel(ConfigController controller) + +
+          (Constructor) Creates a new CachePanel.
ConfigPanel(ConfigController controller) + +
+          (Constructor) Creates a new ConfigPanel.
DebugPanel(ConfigController controller) + +
+          (Constructor) Creates a new DebugPanel.
ExternalProgramsPanel(ConfigController controller) + +
+          (Constructor) Creates a new ExternalProgramPanel.
FilterPanel(ConfigController controller) + +
+          (Constructor) Creates a new SurrogatePanel
InputPanel(ConfigController controller) + +
+          (Constructor) Creates a new InputPanel.
LoggingPanel(ConfigController controller) + +
+          (Constructor) Creates a new LoggingPanel.
ModePanel(ConfigController controller) + +
+          (Constructor) Creates a new ModePanel.
OutputPanel(ConfigController controller) + +
+          (Constructor) Create the OutputPanel object.
SQLPanel(ConfigController controller) + +
+          (Constructor) Create the SQLPanel object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigSettings.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigSettings.html new file mode 100644 index 00000000..263e124c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigSettings.html @@ -0,0 +1,380 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ConfigSettings
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels  
+  +

+ + + + + +
+Uses of ConfigSettings in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool with parameters of type ConfigSettings
DiffToolThread(ConfigSettings config) + +
+          (Constructor) Creates a DiffToolThread object.
+  +

+ + + + + +
+Uses of ConfigSettings in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config that return ConfigSettings
+ ConfigSettingsConfigurationReader.read() + +
+          Reads the input of the configuration file and parses the into the + ConfigSettings object.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config with parameters of type ConfigSettings
ConfigurationManager(ConfigSettings config) + +
+          (Constructor) Creates the Configuration Manager - This constructor should + only be called during the startup of the DiffTool Application.
+  +

+ + + + + +
+Uses of ConfigSettings in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ConfigSettings
+ voidComponentRegistry.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidArchiveRegistry.applyConfiguration(ConfigSettings config) + +
+          Adds the ArchiveDescriptions contained in the configuration.
+  +

+ + + + + +
+Uses of ConfigSettings in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels with parameters of type ConfigSettings
+ voidConfigPanel.applyConfig(ConfigSettings config) + +
+          Deprecated.  
+ voidOutputPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidCachePanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidInputPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+abstract  voidAbstractPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidDebugPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidLoggingPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidModePanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidFilterPanel.applyConfig(ConfigSettings config) + +
+           
+ voidSQLPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidExternalProgramsPanel.applyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigVerification.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigVerification.html new file mode 100644 index 00000000..d7e0607d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/class-use/ConfigVerification.html @@ -0,0 +1,318 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification

+
+ + + + + + + + + + + + + +
+Packages that use ConfigVerification
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels  
+  +

+ + + + + +
+Uses of ConfigVerification in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return ConfigVerification
+ ConfigVerificationConfigController.getConfigErrors() + +
+          Return the reference to the ConfigVerifactions.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ConfigVerification
+ voidComponentRegistry.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+  +

+ + + + + +
+Uses of ConfigVerification in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels with parameters of type ConfigVerification
+ voidConfigPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Deprecated.  
+ voidOutputPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidCachePanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidInputPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+abstract  voidAbstractPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidDebugPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidLoggingPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidModePanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidFilterPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+           
+ voidSQLPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidExternalProgramsPanel.toXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-frame.html new file mode 100644 index 00000000..a966c8f6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control + + + + +
+Classes  + +
+ArchiveRegistry +
+ComponentRegistry +
+ConfigController +
+ConfigSettings +
+ConfigVerification
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-summary.html new file mode 100644 index 00000000..da56d8e6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-summary.html @@ -0,0 +1,175 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ArchiveRegistryArchiveRegistry of the ConfigurationTool.
ComponentRegistryComponentsRegistry of the ConfigurationTool
ConfigControllerController of the ConfigurationTool
ConfigSettingsThis class contain all configuration parameters.
ConfigVerificationThis class contains the list of error or warning messages that have been + generated during the verification of the configuration settings.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-tree.html new file mode 100644 index 00000000..19a4976e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-use.html new file mode 100644 index 00000000..31d01e35 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/control/package-use.html @@ -0,0 +1,298 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
ConfigSettings + +
+          This class contain all configuration parameters.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
ConfigSettings + +
+          This class contain all configuration parameters.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
ConfigController + +
+          Controller of the ConfigurationTool
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ArchiveRegistry + +
+          ArchiveRegistry of the ConfigurationTool.
ComponentRegistry + +
+          ComponentsRegistry of the ConfigurationTool
ConfigSettings + +
+          This class contain all configuration parameters.
ConfigVerification + +
+          This class contains the list of error or warning messages that have been + generated during the verification of the configuration settings.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
ConfigController + +
+          Controller of the ConfigurationTool
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
ConfigController + +
+          Controller of the ConfigurationTool
ConfigSettings + +
+          This class contain all configuration parameters.
ConfigVerification + +
+          This class contains the list of error or warning messages that have been + generated during the verification of the configuration settings.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigEnum.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigEnum.html new file mode 100644 index 00000000..d50e9c5f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigEnum.html @@ -0,0 +1,331 @@ + + + + + + + +ConfigEnum (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+Enum ConfigEnum

+
+java.lang.Object
+  extended by java.lang.Enum<ConfigEnum>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ConfigEnum>
+
+
+
+
public enum ConfigEnum
extends Enum<ConfigEnum>
+ + +

+Contains the keys for the configuration types. +

+ +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
DEFAULT + +
+          Default Configuration
IMPORT + +
+          Imported Configuration
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ConfigEnumvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigEnum[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DEFAULT

+
+public static final ConfigEnum DEFAULT
+
+
Default Configuration +

+

+
+
+
+ +

+IMPORT

+
+public static final ConfigEnum IMPORT
+
+
Imported Configuration +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ConfigEnum[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ConfigEnum c : ConfigEnum.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ConfigEnum valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigErrorKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigErrorKeys.html new file mode 100644 index 00000000..5ba2d8ae --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigErrorKeys.html @@ -0,0 +1,403 @@ + + + + + + + +ConfigErrorKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+Enum ConfigErrorKeys

+
+java.lang.Object
+  extended by java.lang.Enum<ConfigErrorKeys>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ConfigErrorKeys>
+
+
+
+
public enum ConfigErrorKeys
extends Enum<ConfigErrorKeys>
+ + +

+Contains the keys for the configuration verification error types. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
COMMAND_NOT_SET + +
+          Mode was enabled, but no value was set
ILLEGAL_INPUT + +
+          Illegal configuration value
ILLEGAL_INPUT_FILE + +
+          Illegal input file type
MISSING_VALUE + +
+          Required value is missing
PATH_NOT_SET + +
+          Path was not set
VALUE_OUT_OF_RANGE + +
+          Configuration value out of range
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ConfigErrorKeysvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigErrorKeys[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+COMMAND_NOT_SET

+
+public static final ConfigErrorKeys COMMAND_NOT_SET
+
+
Mode was enabled, but no value was set +

+

+
+
+
+ +

+VALUE_OUT_OF_RANGE

+
+public static final ConfigErrorKeys VALUE_OUT_OF_RANGE
+
+
Configuration value out of range +

+

+
+
+
+ +

+PATH_NOT_SET

+
+public static final ConfigErrorKeys PATH_NOT_SET
+
+
Path was not set +

+

+
+
+
+ +

+ILLEGAL_INPUT

+
+public static final ConfigErrorKeys ILLEGAL_INPUT
+
+
Illegal configuration value +

+

+
+
+
+ +

+ILLEGAL_INPUT_FILE

+
+public static final ConfigErrorKeys ILLEGAL_INPUT_FILE
+
+
Illegal input file type +

+

+
+
+
+ +

+MISSING_VALUE

+
+public static final ConfigErrorKeys MISSING_VALUE
+
+
Required value is missing +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ConfigErrorKeys[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ConfigErrorKeys c : ConfigErrorKeys.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ConfigErrorKeys valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItem.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItem.html new file mode 100644 index 00000000..79da387f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItem.html @@ -0,0 +1,312 @@ + + + + + + + +ConfigItem (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+Class ConfigItem

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem
+
+
+
+
public class ConfigItem
extends Object
+ + +

+This class represents configuration verfication messages. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ConfigItem(ConfigItemTypes type, + ConfigErrorKeys key, + String message) + +
+          (Constructor) Creates a new ConfigItem
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ConfigErrorKeysgetKey() + +
+          Returns the type of error.
+ StringgetMessage() + +
+          Returns the message.
+ ConfigItemTypesgetType() + +
+          Returns the item type.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigItem

+
+public ConfigItem(ConfigItemTypes type,
+                  ConfigErrorKeys key,
+                  String message)
+
+
(Constructor) Creates a new ConfigItem +

+

+
Parameters:
type - Type of message
key - Type of error
message - Message
+
+ + + + + + + + +
+Method Detail
+ +

+getKey

+
+public ConfigErrorKeys getKey()
+
+
Returns the type of error. +

+

+ +
Returns:
type of error
+
+
+
+ +

+getMessage

+
+public String getMessage()
+
+
Returns the message. +

+

+ +
Returns:
message
+
+
+
+ +

+getType

+
+public ConfigItemTypes getType()
+
+
Returns the item type. +

+

+ +
Returns:
item type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItemTypes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItemTypes.html new file mode 100644 index 00000000..dc2789bf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/ConfigItemTypes.html @@ -0,0 +1,331 @@ + + + + + + + +ConfigItemTypes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+Enum ConfigItemTypes

+
+java.lang.Object
+  extended by java.lang.Enum<ConfigItemTypes>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes
+
+
+
All Implemented Interfaces:
Serializable, Comparable<ConfigItemTypes>
+
+
+
+
public enum ConfigItemTypes
extends Enum<ConfigItemTypes>
+ + +

+Contains the keys for the different types of configuration items. +

+ +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
ERROR + +
+          Error message
WARNING + +
+          Warning message
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ConfigItemTypesvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigItemTypes[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+WARNING

+
+public static final ConfigItemTypes WARNING
+
+
Warning message +

+

+
+
+
+ +

+ERROR

+
+public static final ConfigItemTypes ERROR
+
+
Error message +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static ConfigItemTypes[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (ConfigItemTypes c : ConfigItemTypes.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static ConfigItemTypes valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/OutputCompressionEnum.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/OutputCompressionEnum.html new file mode 100644 index 00000000..3fb1edec --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/OutputCompressionEnum.html @@ -0,0 +1,349 @@ + + + + + + + +OutputCompressionEnum (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+Enum OutputCompressionEnum

+
+java.lang.Object
+  extended by java.lang.Enum<OutputCompressionEnum>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum
+
+
+
All Implemented Interfaces:
Serializable, Comparable<OutputCompressionEnum>
+
+
+
+
public enum OutputCompressionEnum
extends Enum<OutputCompressionEnum>
+ + +

+Contains the keys for the different types of the DiffTool outputs. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
BZip2 + +
+          BZip2 output type
None + +
+          Uncompressed output type
SevenZip + +
+          SevenZip output type
+  + + + + + + + + + + + + + + + +
+Method Summary
+static OutputCompressionEnumvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static OutputCompressionEnum[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+None

+
+public static final OutputCompressionEnum None
+
+
Uncompressed output type +

+

+
+
+
+ +

+SevenZip

+
+public static final OutputCompressionEnum SevenZip
+
+
SevenZip output type +

+

+
+
+
+ +

+BZip2

+
+public static final OutputCompressionEnum BZip2
+
+
BZip2 output type +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static OutputCompressionEnum[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (OutputCompressionEnum c : OutputCompressionEnum.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static OutputCompressionEnum valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/PanelKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/PanelKeys.html new file mode 100644 index 00000000..85d83e39 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/PanelKeys.html @@ -0,0 +1,457 @@ + + + + + + + +PanelKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+Enum PanelKeys

+
+java.lang.Object
+  extended by java.lang.Enum<PanelKeys>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys
+
+
+
All Implemented Interfaces:
Serializable, Comparable<PanelKeys>
+
+
+
+
public enum PanelKeys
extends Enum<PanelKeys>
+ + +

+Contains the keys for the different panels of the ConfigurationTool. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
PANEL_CACHE + +
+          Key for the cache panel
PANEL_DEBUG + +
+          Key for the debug panel
PANEL_EXTERNALS + +
+          Key for the externals panel
PANEL_FILTER + +
+          Key for the filter panel
PANEL_INPUT + +
+          Key for the input panel
PANEL_LOGGING + +
+          Key for the logging panel
PANEL_OUTPUT + +
+          Key for the output panel
PANEL_SQL + +
+          Key for the sql panel
PANEL_VALUES + +
+          Key for the mode panel
+  + + + + + + + + + + + + + + + +
+Method Summary
+static PanelKeysvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static PanelKeys[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+PANEL_VALUES

+
+public static final PanelKeys PANEL_VALUES
+
+
Key for the mode panel +

+

+
+
+
+ +

+PANEL_EXTERNALS

+
+public static final PanelKeys PANEL_EXTERNALS
+
+
Key for the externals panel +

+

+
+
+
+ +

+PANEL_INPUT

+
+public static final PanelKeys PANEL_INPUT
+
+
Key for the input panel +

+

+
+
+
+ +

+PANEL_OUTPUT

+
+public static final PanelKeys PANEL_OUTPUT
+
+
Key for the output panel +

+

+
+
+
+ +

+PANEL_SQL

+
+public static final PanelKeys PANEL_SQL
+
+
Key for the sql panel +

+

+
+
+
+ +

+PANEL_CACHE

+
+public static final PanelKeys PANEL_CACHE
+
+
Key for the cache panel +

+

+
+
+
+ +

+PANEL_LOGGING

+
+public static final PanelKeys PANEL_LOGGING
+
+
Key for the logging panel +

+

+
+
+
+ +

+PANEL_DEBUG

+
+public static final PanelKeys PANEL_DEBUG
+
+
Key for the debug panel +

+

+
+
+
+ +

+PANEL_FILTER

+
+public static final PanelKeys PANEL_FILTER
+
+
Key for the filter panel +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static PanelKeys[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (PanelKeys c : PanelKeys.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static PanelKeys valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigEnum.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigEnum.html new file mode 100644 index 00000000..19ecf179 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigEnum.html @@ -0,0 +1,233 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum

+
+ + + + + + + + + + + + + +
+Packages that use ConfigEnum
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data  
+  +

+ + + + + +
+Uses of ConfigEnum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return ConfigEnum
+ ConfigEnumConfigSettings.getConfigType() + +
+          Returns the configuration type.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ConfigEnum
ConfigSettings(ConfigEnum type) + +
+          (Constructor) Creates an empty ConfigurationSetting object of given type.
+  +

+ + + + + +
+Uses of ConfigEnum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data that return ConfigEnum
+static ConfigEnumConfigEnum.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigEnum[]ConfigEnum.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigErrorKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigErrorKeys.html new file mode 100644 index 00000000..d71d710f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigErrorKeys.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys

+
+ + + + + + + + + +
+Packages that use ConfigErrorKeys
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data  
+  +

+ + + + + +
+Uses of ConfigErrorKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data that return ConfigErrorKeys
+ ConfigErrorKeysConfigItem.getKey() + +
+          Returns the type of error.
+static ConfigErrorKeysConfigErrorKeys.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigErrorKeys[]ConfigErrorKeys.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data with parameters of type ConfigErrorKeys
ConfigItem(ConfigItemTypes type, + ConfigErrorKeys key, + String message) + +
+          (Constructor) Creates a new ConfigItem
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItem.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItem.html new file mode 100644 index 00000000..487ba19d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItem.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem

+
+ + + + + + + + + +
+Packages that use ConfigItem
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + +
+Uses of ConfigItem in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ConfigItem
+ voidConfigVerification.add(ConfigItem item) + +
+          Adds a configuration item to the list.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItemTypes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItemTypes.html new file mode 100644 index 00000000..ec3a13f9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/ConfigItemTypes.html @@ -0,0 +1,214 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes

+
+ + + + + + + + + +
+Packages that use ConfigItemTypes
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data  
+  +

+ + + + + +
+Uses of ConfigItemTypes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data that return ConfigItemTypes
+ ConfigItemTypesConfigItem.getType() + +
+          Returns the item type.
+static ConfigItemTypesConfigItemTypes.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static ConfigItemTypes[]ConfigItemTypes.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data with parameters of type ConfigItemTypes
ConfigItem(ConfigItemTypes type, + ConfigErrorKeys key, + String message) + +
+          (Constructor) Creates a new ConfigItem
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/OutputCompressionEnum.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/OutputCompressionEnum.html new file mode 100644 index 00000000..25b2bc81 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/OutputCompressionEnum.html @@ -0,0 +1,235 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum

+
+ + + + + + + + + + + + + +
+Packages that use OutputCompressionEnum
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data  
+  +

+ + + + + +
+Uses of OutputCompressionEnum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return OutputCompressionEnum
+ OutputCompressionEnumConfigController.getOutputCompression() + +
+          Returns the output compression mode.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type OutputCompressionEnum
+ voidConfigController.setOutputCompression(OutputCompressionEnum outputCompression) + +
+          Sets the output compression mode.
+  +

+ + + + + +
+Uses of OutputCompressionEnum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data that return OutputCompressionEnum
+static OutputCompressionEnumOutputCompressionEnum.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static OutputCompressionEnum[]OutputCompressionEnum.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/PanelKeys.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/PanelKeys.html new file mode 100644 index 00000000..7d94d157 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/class-use/PanelKeys.html @@ -0,0 +1,229 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys

+
+ + + + + + + + + + + + + +
+Packages that use PanelKeys
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data  
+  +

+ + + + + +
+Uses of PanelKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type PanelKeys
+ voidConfigController.register(PanelKeys key, + AbstractPanel panel) + +
+          Registers the panel with the given key.
+ voidComponentRegistry.register(PanelKeys key, + AbstractPanel panel) + +
+          Registers the panel with the given key.
+  +

+ + + + + +
+Uses of PanelKeys in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data that return PanelKeys
+static PanelKeysPanelKeys.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static PanelKeys[]PanelKeys.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-frame.html new file mode 100644 index 00000000..dca8c478 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-frame.html @@ -0,0 +1,52 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data + + + + +
+Classes  + +
+ConfigItem
+ + + + + + +
+Enums  + +
+ConfigEnum +
+ConfigErrorKeys +
+ConfigItemTypes +
+OutputCompressionEnum +
+PanelKeys
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-summary.html new file mode 100644 index 00000000..b7bb034f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-summary.html @@ -0,0 +1,188 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +

+ + + + + + + + + +
+Class Summary
ConfigItemThis class represents configuration verfication messages.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Summary
ConfigEnumContains the keys for the configuration types.
ConfigErrorKeysContains the keys for the configuration verification error types.
ConfigItemTypesContains the keys for the different types of configuration items.
OutputCompressionEnumContains the keys for the different types of the DiffTool outputs.
PanelKeysContains the keys for the different panels of the ConfigurationTool.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-tree.html new file mode 100644 index 00000000..2192ac45 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem
    +
+

+Enum Hierarchy +

+
    +
  • java.lang.Object
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys
      +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-use.html new file mode 100644 index 00000000..f52dc013 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/data/package-use.html @@ -0,0 +1,232 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ConfigEnum + +
+          Contains the keys for the configuration types.
ConfigItem + +
+          This class represents configuration verfication messages.
OutputCompressionEnum + +
+          Contains the keys for the different types of the DiffTool outputs.
PanelKeys + +
+          Contains the keys for the different panels of the ConfigurationTool.
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
ConfigEnum + +
+          Contains the keys for the configuration types.
ConfigErrorKeys + +
+          Contains the keys for the configuration verification error types.
ConfigItemTypes + +
+          Contains the keys for the different types of configuration items.
OutputCompressionEnum + +
+          Contains the keys for the different types of the DiffTool outputs.
PanelKeys + +
+          Contains the keys for the different panels of the ConfigurationTool.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/ConfigDialog.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/ConfigDialog.html new file mode 100644 index 00000000..9328990b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/ConfigDialog.html @@ -0,0 +1,431 @@ + + + + + + + +ConfigDialog (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +
+Class ConfigDialog

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by java.awt.Window
+              extended by java.awt.Dialog
+                  extended by javax.swing.JDialog
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
+
+
+
+
public class ConfigDialog
extends JDialog
+ + +

+ConfigDialog - Displays the ConfigVerification elements. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JDialog
JDialog.AccessibleJDialog
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Dialog
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Window
Window.AccessibleAWTWindow
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JDialog
accessibleContext, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Dialog
DEFAULT_MODALITY_TYPE
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ConfigDialog(ConfigController controller) + +
+          (Constructor) Creates a new ConfigDialog.
+  + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the dialog.
+ + + + + + + +
Methods inherited from class javax.swing.JDialog
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
+ + + + + + + +
Methods inherited from class java.awt.Dialog
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigDialog

+
+public ConfigDialog(ConfigController controller)
+
+
(Constructor) Creates a new ConfigDialog. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+
+
Closes the dialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/InputDialog.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/InputDialog.html new file mode 100644 index 00000000..5794991e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/InputDialog.html @@ -0,0 +1,431 @@ + + + + + + + +InputDialog (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +
+Class InputDialog

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by java.awt.Window
+              extended by java.awt.Dialog
+                  extended by javax.swing.JDialog
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
+
+
+
+
public class InputDialog
extends JDialog
+ + +

+InputDialog - Dialog to specify input archives. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JDialog
JDialog.AccessibleJDialog
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Dialog
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Window
Window.AccessibleAWTWindow
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JDialog
accessibleContext, rootPane, rootPaneCheckingEnabled
+ + + + + + + +
Fields inherited from class java.awt.Dialog
DEFAULT_MODALITY_TYPE
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface javax.swing.WindowConstants
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
InputDialog(ConfigController controller) + +
+          (Constructor) Creates a new InputDialog.
+  + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the dialog.
+ + + + + + + +
Methods inherited from class javax.swing.JDialog
addImpl, createRootPane, dialogInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
+ + + + + + + +
Methods inherited from class java.awt.Dialog
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack
+ + + + + + + +
Methods inherited from class java.awt.Window
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeNotify, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImage, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, toFront
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+InputDialog

+
+public InputDialog(ConfigController controller)
+
+
(Constructor) Creates a new InputDialog. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+
+
Closes the dialog. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/XMLFileChooser.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/XMLFileChooser.html new file mode 100644 index 00000000..5e7cc0b8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/XMLFileChooser.html @@ -0,0 +1,370 @@ + + + + + + + +XMLFileChooser (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +
+Class XMLFileChooser

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JFileChooser
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.XMLFileChooser
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class XMLFileChooser
extends JFileChooser
+ + +

+This object represents a xml file filter. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JFileChooser
JFileChooser.AccessibleJFileChooser
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class javax.swing.JFileChooser
ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY, accessibleContext, ACCESSORY_CHANGED_PROPERTY, APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY, APPROVE_BUTTON_TEXT_CHANGED_PROPERTY, APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY, APPROVE_OPTION, APPROVE_SELECTION, CANCEL_OPTION, CANCEL_SELECTION, CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY, CONTROL_BUTTONS_ARE_SHOWN_CHANGED_PROPERTY, CUSTOM_DIALOG, DIALOG_TITLE_CHANGED_PROPERTY, DIALOG_TYPE_CHANGED_PROPERTY, DIRECTORIES_ONLY, DIRECTORY_CHANGED_PROPERTY, ERROR_OPTION, FILE_FILTER_CHANGED_PROPERTY, FILE_HIDING_CHANGED_PROPERTY, FILE_SELECTION_MODE_CHANGED_PROPERTY, FILE_SYSTEM_VIEW_CHANGED_PROPERTY, FILE_VIEW_CHANGED_PROPERTY, FILES_AND_DIRECTORIES, FILES_ONLY, MULTI_SELECTION_ENABLED_CHANGED_PROPERTY, OPEN_DIALOG, SAVE_DIALOG, SELECTED_FILE_CHANGED_PROPERTY, SELECTED_FILES_CHANGED_PROPERTY
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
XMLFileChooser() + +
+          (Constructor) Creates an FileChooser with a xml file filter.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class javax.swing.JFileChooser
accept, addActionListener, addChoosableFileFilter, approveSelection, cancelSelection, changeToParentDirectory, createDialog, ensureFileIsVisible, fireActionPerformed, getAcceptAllFileFilter, getAccessibleContext, getAccessory, getActionListeners, getApproveButtonMnemonic, getApproveButtonText, getApproveButtonToolTipText, getChoosableFileFilters, getControlButtonsAreShown, getCurrentDirectory, getDescription, getDialogTitle, getDialogType, getDragEnabled, getFileFilter, getFileSelectionMode, getFileSystemView, getFileView, getIcon, getName, getSelectedFile, getSelectedFiles, getTypeDescription, getUI, getUIClassID, isAcceptAllFileFilterUsed, isDirectorySelectionEnabled, isFileHidingEnabled, isFileSelectionEnabled, isMultiSelectionEnabled, isTraversable, paramString, removeActionListener, removeChoosableFileFilter, rescanCurrentDirectory, resetChoosableFileFilters, setAcceptAllFileFilterUsed, setAccessory, setApproveButtonMnemonic, setApproveButtonMnemonic, setApproveButtonText, setApproveButtonToolTipText, setControlButtonsAreShown, setCurrentDirectory, setDialogTitle, setDialogType, setDragEnabled, setFileFilter, setFileHidingEnabled, setFileSelectionMode, setFileSystemView, setFileView, setMultiSelectionEnabled, setSelectedFile, setSelectedFiles, setup, showDialog, showOpenDialog, showSaveDialog, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XMLFileChooser

+
+public XMLFileChooser()
+
+
(Constructor) Creates an FileChooser with a xml file filter. +

+

+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/ConfigDialog.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/ConfigDialog.html new file mode 100644 index 00000000..da0d1367 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/ConfigDialog.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/InputDialog.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/InputDialog.html new file mode 100644 index 00000000..7504aaac --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/InputDialog.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/XMLFileChooser.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/XMLFileChooser.html new file mode 100644 index 00000000..0f8cb91f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/class-use/XMLFileChooser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.XMLFileChooser (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.XMLFileChooser

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.XMLFileChooser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-frame.html new file mode 100644 index 00000000..946a5afe --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs + + + + +
+Classes  + +
+ConfigDialog +
+InputDialog +
+XMLFileChooser
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-summary.html new file mode 100644 index 00000000..99cb9273 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-summary.html @@ -0,0 +1,166 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ConfigDialogConfigDialog - Displays the ConfigVerification elements.
InputDialogInputDialog - Dialog to specify input archives.
XMLFileChooserThis object represents a xml file filter.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-tree.html new file mode 100644 index 00000000..0d31703f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-tree.html @@ -0,0 +1,173 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-use.html new file mode 100644 index 00000000..2bc52436 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/dialogs/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-frame.html new file mode 100644 index 00000000..2a91eb0c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui + + + + +
+Classes  + +
+ConfigGUI +
+ConfigMenuBar
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-summary.html new file mode 100644 index 00000000..18ae3e19 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-summary.html @@ -0,0 +1,163 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui +

+ + + + + + + + + + + + + +
+Class Summary
ConfigGUIThis class represents the main class of the graphical configuration tool + for the DiffTool.
ConfigMenuBarMenuBar of the ConfigurationTool
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-tree.html new file mode 100644 index 00000000..9b019603 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-tree.html @@ -0,0 +1,174 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-use.html new file mode 100644 index 00000000..9024f35b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/package-use.html @@ -0,0 +1,172 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ConfigGUI + +
+          This class represents the main class of the graphical configuration tool + for the DiffTool.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/AbstractPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/AbstractPanel.html new file mode 100644 index 00000000..d3a264b4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/AbstractPanel.html @@ -0,0 +1,530 @@ + + + + + + + +AbstractPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class AbstractPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
Direct Known Subclasses:
CachePanel, ConfigPanel, DebugPanel, ExternalProgramsPanel, FilterPanel, InputPanel, LoggingPanel, ModePanel, OutputPanel, SQLPanel
+
+
+
+
public abstract class AbstractPanel
extends JPanel
+ + +

+AbstractPanel Super panel class of the KonfigurationTool + + All panels (which contain configuration parameters) will inherit from this + class. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + + + + + +
+Field Summary
+protected  ConfigControllercontroller + +
+          Reference to the controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
AbstractPanel(ConfigController controller) + +
+          (Constructor) Creates an AbstractPanel object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+abstract  voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidpaint(Graphics g) + +
+          The default paint method was expanded with calls of the validate() and + relocate() methods.
+abstract  voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+abstract  voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+abstract  voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+controller

+
+protected ConfigController controller
+
+
Reference to the controller +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractPanel

+
+public AbstractPanel(ConfigController controller)
+
+
(Constructor) Creates an AbstractPanel object. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public abstract void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Overrides:
validate in class Container
+
+
+
+
+
+
+ +

+relocate

+
+public abstract void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
+
+
+
+ +

+paint

+
+public void paint(Graphics g)
+
+
The default paint method was expanded with calls of the validate() and + relocate() methods. +

+

+
Overrides:
paint in class JComponent
+
+
+
Parameters:
g - Graphics
+
+
+
+ +

+toXML

+
+public abstract void toXML(StringBuilder builder,
+                           ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+
+ +

+applyConfig

+
+public abstract void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Parameters:
config - Reference to the ConfigSettings object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/CachePanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/CachePanel.html new file mode 100644 index 00000000..e98b387a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/CachePanel.html @@ -0,0 +1,500 @@ + + + + + + + +CachePanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class CachePanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class CachePanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the cache. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
CachePanel(ConfigController controller) + +
+          (Constructor) Creates a new CachePanel.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CachePanel

+
+public CachePanel(ConfigController controller)
+
+
(Constructor) Creates a new CachePanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ConfigPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ConfigPanel.html new file mode 100644 index 00000000..9b5f8ca2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ConfigPanel.html @@ -0,0 +1,503 @@ + + + + + + + +ConfigPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class ConfigPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class ConfigPanel
extends AbstractPanel
+ + +

+Panel of the ConfigGUI Contains a tabbed panel with reference to all the + other panels. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ConfigPanel(ConfigController controller) + +
+          (Constructor) Creates a new ConfigPanel.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Deprecated.  
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Deprecated.  
+ voidvalidate() + +
+          empty method
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ConfigPanel

+
+public ConfigPanel(ConfigController controller)
+
+
(Constructor) Creates a new ConfigPanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
empty method +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+@Deprecated
+public void applyConfig(ConfigSettings config)
+
+
Deprecated.  +

+

Description copied from class: AbstractPanel
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+@Deprecated
+public void toXML(StringBuilder builder,
+                             ConfigVerification errors)
+
+
Deprecated.  +

+

Description copied from class: AbstractPanel
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/DebugPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/DebugPanel.html new file mode 100644 index 00000000..f4589814 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/DebugPanel.html @@ -0,0 +1,519 @@ + + + + + + + +DebugPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class DebugPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class DebugPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the debug purposes. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
DebugPanel(ConfigController controller) + +
+          (Constructor) Creates a new DebugPanel.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidcreateVerificationSettings() + +
+           
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DebugPanel

+
+public DebugPanel(ConfigController controller)
+
+
(Constructor) Creates a new DebugPanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+createVerificationSettings

+
+public void createVerificationSettings()
+
+
+
+
+
+
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ExternalProgramsPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ExternalProgramsPanel.html new file mode 100644 index 00000000..1dee61ea --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ExternalProgramsPanel.html @@ -0,0 +1,500 @@ + + + + + + + +ExternalProgramsPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class ExternalProgramsPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class ExternalProgramsPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the use of external programs. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ExternalProgramsPanel(ConfigController controller) + +
+          (Constructor) Creates a new ExternalProgramPanel.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ExternalProgramsPanel

+
+public ExternalProgramsPanel(ConfigController controller)
+
+
(Constructor) Creates a new ExternalProgramPanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/FilterPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/FilterPanel.html new file mode 100644 index 00000000..5365a044 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/FilterPanel.html @@ -0,0 +1,504 @@ + + + + + + + +FilterPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class FilterPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class FilterPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the filtering. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
FilterPanel(ConfigController controller) + +
+          (Constructor) Creates a new SurrogatePanel
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FilterPanel

+
+public FilterPanel(ConfigController controller)
+
+
(Constructor) Creates a new SurrogatePanel +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
Description copied from class: AbstractPanel
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
Description copied from class: AbstractPanel
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Description copied from class: AbstractPanel
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Description copied from class: AbstractPanel
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/InputPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/InputPanel.html new file mode 100644 index 00000000..22fb157d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/InputPanel.html @@ -0,0 +1,500 @@ + + + + + + + +InputPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class InputPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class InputPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the input data. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
InputPanel(ConfigController controller) + +
+          (Constructor) Creates a new InputPanel.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+InputPanel

+
+public InputPanel(ConfigController controller)
+
+
(Constructor) Creates a new InputPanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/LoggingPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/LoggingPanel.html new file mode 100644 index 00000000..29e9dbeb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/LoggingPanel.html @@ -0,0 +1,500 @@ + + + + + + + +LoggingPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class LoggingPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class LoggingPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the logging. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
LoggingPanel(ConfigController controller) + +
+          (Constructor) Creates a new LoggingPanel.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+LoggingPanel

+
+public LoggingPanel(ConfigController controller)
+
+
(Constructor) Creates a new LoggingPanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ModePanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ModePanel.html new file mode 100644 index 00000000..d2298ce2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/ModePanel.html @@ -0,0 +1,498 @@ + + + + + + + +ModePanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class ModePanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class ModePanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the diff calculation. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
ModePanel(ConfigController controller) + +
+          (Constructor) Creates a new ModePanel.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          empty method
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ModePanel

+
+public ModePanel(ConfigController controller)
+
+
(Constructor) Creates a new ModePanel. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
empty method +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/OutputPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/OutputPanel.html new file mode 100644 index 00000000..a900fb91 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/OutputPanel.html @@ -0,0 +1,500 @@ + + + + + + + +OutputPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class OutputPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class OutputPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the file output. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
OutputPanel(ConfigController controller) + +
+          (Constructor) Create the OutputPanel object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+OutputPanel

+
+public OutputPanel(ConfigController controller)
+
+
(Constructor) Create the OutputPanel object. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/SQLPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/SQLPanel.html new file mode 100644 index 00000000..c7d089bd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/SQLPanel.html @@ -0,0 +1,500 @@ + + + + + + + +SQLPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+Class SQLPanel

+
+java.lang.Object
+  extended by java.awt.Component
+      extended by java.awt.Container
+          extended by javax.swing.JComponent
+              extended by javax.swing.JPanel
+                  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
+                      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel
+
+
+
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
+
+
+
+
public class SQLPanel
extends AbstractPanel
+ + +

+Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the database output. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Nested Class Summary
+ + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
+  + + + + + + + + +
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
+  + + + + + + + + +
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
+  + + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
controller
+ + + + + + + +
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
+ + + + + + + +
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
+ + + + + + + +
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
+  + + + + + + + + + + +
+Constructor Summary
SQLPanel(ConfigController controller) + +
+          (Constructor) Create the SQLPanel object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidapplyConfig(ConfigSettings config) + +
+          Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values.
+ voidrelocate() + +
+          A call of this method should validate the positions of the panels + components.
+ voidtoXML(StringBuilder builder, + ConfigVerification errors) + +
+          Adds the xml description of the panels content to the StringBuilder.
+ voidvalidate() + +
+          A call of this method should validate the status of the panels + components.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
paint
+ + + + + + + +
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
+ + + + + + + +
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
+ + + + + + + +
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validateTree
+ + + + + + + +
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SQLPanel

+
+public SQLPanel(ConfigController controller)
+
+
(Constructor) Create the SQLPanel object. +

+

+
Parameters:
controller - Reference to the controller
+
+ + + + + + + + +
+Method Detail
+ +

+validate

+
+public void validate()
+
+
A call of this method should validate the status of the panels + components. +

+

+
Specified by:
validate in class AbstractPanel
+
+
+
+
+
+
+ +

+relocate

+
+public void relocate()
+
+
A call of this method should validate the positions of the panels + components. +

+

+
Specified by:
relocate in class AbstractPanel
+
+
+
+
+
+
+ +

+applyConfig

+
+public void applyConfig(ConfigSettings config)
+
+
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +

+

+
Specified by:
applyConfig in class AbstractPanel
+
+
+
Parameters:
config - Reference to the ConfigSettings object
+
+
+
+ +

+toXML

+
+public void toXML(StringBuilder builder,
+                  ConfigVerification errors)
+
+
Adds the xml description of the panels content to the StringBuilder. + Errors which occur during the xml transformation will be added to the + ConfigVerification. +

+

+
Specified by:
toXML in class AbstractPanel
+
+
+
Parameters:
builder - Reference to a StringBuilder object
errors - Reference to the ConfigVerification object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/AbstractPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/AbstractPanel.html new file mode 100644 index 00000000..5e236cdc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/AbstractPanel.html @@ -0,0 +1,320 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel

+
+ + + + + + + + + + + + + +
+Packages that use AbstractPanel
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels  
+  +

+ + + + + +
+Uses of AbstractPanel in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type AbstractPanel
+ voidConfigController.register(PanelKeys key, + AbstractPanel panel) + +
+          Registers the panel with the given key.
+ voidComponentRegistry.register(PanelKeys key, + AbstractPanel panel) + +
+          Registers the panel with the given key.
+  +

+ + + + + +
+Uses of AbstractPanel in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractPanel in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
+ classCachePanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the cache.
+ classConfigPanel + +
+          Panel of the ConfigGUI Contains a tabbed panel with reference to all the + other panels.
+ classDebugPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the debug purposes.
+ classExternalProgramsPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the use of external programs.
+ classFilterPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the filtering.
+ classInputPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the input data.
+ classLoggingPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the logging.
+ classModePanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the diff calculation.
+ classOutputPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the file output.
+ classSQLPanel + +
+          Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the database output.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/CachePanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/CachePanel.html new file mode 100644 index 00000000..b88b3308 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/CachePanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ConfigPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ConfigPanel.html new file mode 100644 index 00000000..a804fefd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ConfigPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/DebugPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/DebugPanel.html new file mode 100644 index 00000000..ae415781 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/DebugPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ExternalProgramsPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ExternalProgramsPanel.html new file mode 100644 index 00000000..813e9db1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ExternalProgramsPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/FilterPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/FilterPanel.html new file mode 100644 index 00000000..ca58eced --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/FilterPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/InputPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/InputPanel.html new file mode 100644 index 00000000..65c4a55a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/InputPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/LoggingPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/LoggingPanel.html new file mode 100644 index 00000000..755ea000 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/LoggingPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ModePanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ModePanel.html new file mode 100644 index 00000000..940f0383 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/ModePanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/OutputPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/OutputPanel.html new file mode 100644 index 00000000..571a05e1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/OutputPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/SQLPanel.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/SQLPanel.html new file mode 100644 index 00000000..bc9e5511 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/class-use/SQLPanel.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-frame.html new file mode 100644 index 00000000..1823b2a0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-frame.html @@ -0,0 +1,53 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels + + + + +
+Classes  + +
+AbstractPanel +
+CachePanel +
+ConfigPanel +
+DebugPanel +
+ExternalProgramsPanel +
+FilterPanel +
+InputPanel +
+LoggingPanel +
+ModePanel +
+OutputPanel +
+SQLPanel
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-summary.html new file mode 100644 index 00000000..013d85b0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-summary.html @@ -0,0 +1,229 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractPanelAbstractPanel Super panel class of the KonfigurationTool + + All panels (which contain configuration parameters) will inherit from this + class.
CachePanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the cache.
ConfigPanelPanel of the ConfigGUI Contains a tabbed panel with reference to all the + other panels.
DebugPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the debug purposes.
ExternalProgramsPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the use of external programs.
FilterPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the filtering.
InputPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the input data.
LoggingPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the logging.
ModePanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the diff calculation.
OutputPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the file output.
SQLPanelPanel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the database output.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-tree.html new file mode 100644 index 00000000..ee18f1df --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-tree.html @@ -0,0 +1,167 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) +
        +
      • java.awt.Container
          +
        • javax.swing.JComponent (implements java.io.Serializable) +
            +
          • javax.swing.JPanel (implements javax.accessibility.Accessible) +
              +
            • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel
                +
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel
              • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel
              +
            +
          +
        +
      +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-use.html new file mode 100644 index 00000000..20baca10 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/gui/panels/package-use.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
AbstractPanel + +
+          AbstractPanel Super panel class of the KonfigurationTool + + All panels (which contain configuration parameters) will inherit from this + class.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
AbstractPanel + +
+          AbstractPanel Super panel class of the KonfigurationTool + + All panels (which contain configuration parameters) will inherit from this + class.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-frame.html new file mode 100644 index 00000000..a03e7e4b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config + + + + +
+Classes  + +
+ConfigurationManager +
+ConfigurationReader
+ + + + + + +
+Enums  + +
+ConfigurationKeys +
+OutputTypes
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-summary.html new file mode 100644 index 00000000..c9e33fc3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +

+ + + + + + + + + + + + + +
+Class Summary
ConfigurationManagerSingleton - Manages the configuration settings for the DiffTool.
ConfigurationReaderThis Reader reads the xml-configuration files for the DiffTool.
+  + +

+ + + + + + + + + + + + + +
+Enum Summary
ConfigurationKeysContains all applicable keys for the configuration file.
OutputTypesThis class represents the enumeration of OutputTypes of the IndexGenerator.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-tree.html new file mode 100644 index 00000000..ec853f5b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-use.html new file mode 100644 index 00000000..0f692d2a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/package-use.html @@ -0,0 +1,221 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config

+
+ + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config used by de.tudarmstadt.ukp.wikipedia.revisionmachine.api
OutputTypes + +
+          This class represents the enumeration of OutputTypes of the IndexGenerator.
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
ConfigurationKeys + +
+          Contains all applicable keys for the configuration file.
ConfigurationManager + +
+          Singleton - Manages the configuration settings for the DiffTool.
OutputTypes + +
+          This class represents the enumeration of OutputTypes of the IndexGenerator.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ConfigurationKeys + +
+          Contains all applicable keys for the configuration file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/SimpleConfig.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/SimpleConfig.html new file mode 100644 index 00000000..f4d63fd1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/SimpleConfig.html @@ -0,0 +1,236 @@ + + + + + + + +SimpleConfig (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig +
+Class SimpleConfig

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig
+
+
+
+
public class SimpleConfig
extends Object
+ + +

+This class is an alternative to the ConfigGUI and can be used to produce + configuration files for the DiffTool. +

+ +

+

+
Author:
+
Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SimpleConfig() + +
+          (Constructor) Creates a new ConfigGUI object.
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SimpleConfig

+
+public SimpleConfig()
+
+
(Constructor) Creates a new ConfigGUI object. +

+

+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/class-use/SimpleConfig.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/class-use/SimpleConfig.html new file mode 100644 index 00000000..6819efb6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/class-use/SimpleConfig.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-frame.html new file mode 100644 index 00000000..618d4c93 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig + + + + +
+Classes  + +
+SimpleConfig
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-summary.html new file mode 100644 index 00000000..fb7b8d07 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-summary.html @@ -0,0 +1,159 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig +

+ + + + + + + + + +
+Class Summary
SimpleConfigThis class is an alternative to the ConfigGUI and can be used to produce + configuration files for the DiffTool.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-tree.html new file mode 100644 index 00000000..4ef410c9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-use.html new file mode 100644 index 00000000..eb470344 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/config/simpleconfig/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/ArticleReaderInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/ArticleReaderInterface.html new file mode 100644 index 00000000..3cf50704 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/ArticleReaderInterface.html @@ -0,0 +1,293 @@ + + + + + + + +ArticleReaderInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article +
+Interface ArticleReaderInterface

+
+
All Known Implementing Classes:
TimedWikipediaXMLReader, WikipediaXMLReader
+
+
+
+
public interface ArticleReaderInterface
+ + +

+This interface represents the link to the input. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetBytePosition() + +
+          Returns the number of bytes that the ArticleReader has processed.
+ booleanhasNext() + +
+          Determines whether another task is available or not.
+ Task<Revision>next() + +
+          Returns the next RevisionTask.
+ voidresetTaskCompleted() + +
+          Resets the task processing status of the ArticleReader.
+  +

+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+boolean hasNext()
+                throws ArticleReaderException
+
+
Determines whether another task is available or not. + + This method has to be called before calling the next() method. +

+

+ +
Returns:
TRUE | FALSE +
Throws: +
ArticleReaderException - if the parsing of the input fails
+
+
+
+ +

+next

+
+Task<Revision> next()
+                    throws ArticleReaderException
+
+
Returns the next RevisionTask. +

+

+ +
Returns:
RevisionTask. +
Throws: +
ArticleReaderException - if the parsing of the input fails
+
+
+
+ +

+resetTaskCompleted

+
+void resetTaskCompleted()
+
+
Resets the task processing status of the ArticleReader. + + This method has to be called if the hasNext() or next() methods throw an + exception. +

+

+
+
+
+
+ +

+getBytePosition

+
+long getBytePosition()
+
+
Returns the number of bytes that the ArticleReader has processed. +

+

+ +
Returns:
number of bytes (current position in the file / archive)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/class-use/ArticleReaderInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/class-use/ArticleReaderInterface.html new file mode 100644 index 00000000..b6088f04 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/class-use/ArticleReaderInterface.html @@ -0,0 +1,248 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface

+
+ + + + + + + + + + + + + +
+Packages that use ArticleReaderInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
+  +

+ + + + + +
+Uses of ArticleReaderInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type ArticleReaderInterface
+static voidArticleConsumerLogMessages.logStatus(Logger logger, + ArticleReaderInterface articleReader, + long startTime, + long sleepingTime, + long workingTime) + +
+          Logs the status of the article consumer.
+  +

+ + + + + +
+Uses of ArticleReaderInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that implement ArticleReaderInterface
+ classTimedWikipediaXMLReader + +
+          This version of the WikipediaXMLReader collects statistical information + when it is running.
+ classWikipediaXMLReader + +
+          This class parses the wikipedia xml format.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that return ArticleReaderInterface
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive) + +
+          Returns an ArticleReader which reads the specified input file.
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive, + ArticleFilter checker) + +
+          Returns an ArticleReader which reads the specified input file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-frame.html new file mode 100644 index 00000000..5514cbe0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article + + + + +
+Interfaces  + +
+ArticleReaderInterface
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-summary.html new file mode 100644 index 00000000..c1b93577 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article +

+ + + + + + + + + +
+Interface Summary
ArticleReaderInterfaceThis interface represents the link to the input.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-tree.html new file mode 100644 index 00000000..1d34062d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-tree.html @@ -0,0 +1,152 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-use.html new file mode 100644 index 00000000..d3b67913 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/package-use.html @@ -0,0 +1,190 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
ArticleReaderInterface + +
+          This interface represents the link to the input.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
ArticleReaderInterface + +
+          This interface represents the link to the input.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/ArticleFilter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/ArticleFilter.html new file mode 100644 index 00000000..7b9bbe31 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/ArticleFilter.html @@ -0,0 +1,317 @@ + + + + + + + +ArticleFilter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +
+Class ArticleFilter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter
+
+
+
+
public class ArticleFilter
extends Object
+ + +

+Filter articles from unwanted namespaces.
+ The namespaces are read in from the of the Wikipedia dump. The + corresponding prefixes of the language version are then used by the filter to + determine whether an article is part of an unwanted namespace or not.
+ + If the ArticleFilter is not initialized or given an empty list of namespaces, + nothing is filtered at all. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ArticleFilter() + +
+          Creates an ArticleFilter that uses configuration file to filter prefixes
ArticleFilter(Collection<Integer> namespaceWhitelist) + +
+          Creates a new filter that filters all pages except the namespaces + provided in the namespaceWhitelist
+  + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckArticle(String title) + +
+          Filter any pages by title prefixes
+ voidinitializeNamespaces(Map<Integer,String> namespaceMap) + +
+          Initialized the Namespace-Prefix mapping for the current language version + of Wikipedia.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArticleFilter

+
+public ArticleFilter()
+              throws ConfigurationException
+
+
Creates an ArticleFilter that uses configuration file to filter prefixes +

+

+ +
Throws: +
ConfigurationException
+
+
+ +

+ArticleFilter

+
+public ArticleFilter(Collection<Integer> namespaceWhitelist)
+
+
Creates a new filter that filters all pages except the namespaces + provided in the namespaceWhitelist +

+

+
Parameters:
namespaceWhitelist - list of namespaces that should NOT be filtered
+
+ + + + + + + + +
+Method Detail
+ +

+initializeNamespaces

+
+public void initializeNamespaces(Map<Integer,String> namespaceMap)
+
+
Initialized the Namespace-Prefix mapping for the current language version + of Wikipedia. +

+

+
Parameters:
namespaceMap - mapping of namespace ids to the corresponding article title + prefixes
+
+
+
+ +

+checkArticle

+
+public boolean checkArticle(String title)
+
+
Filter any pages by title prefixes +

+

+
Parameters:
title - the page title +
Returns:
true, if the page should be used. false, else
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/InputFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/InputFactory.html new file mode 100644 index 00000000..11c952de --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/InputFactory.html @@ -0,0 +1,263 @@ + + + + + + + +InputFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +
+Class InputFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory
+
+
+
+
public class InputFactory
extends Object
+ + +

+This factory class contains methods to access a input medium. + + TODO: Add support for alternative commandlines +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+static ArticleReaderInterfacegetTaskReader(ArchiveDescription archive) + +
+          Returns an ArticleReader which reads the specified input file.
+static ArticleReaderInterfacegetTaskReader(ArchiveDescription archive, + ArticleFilter checker) + +
+          Returns an ArticleReader which reads the specified input file.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getTaskReader

+
+public static ArticleReaderInterface getTaskReader(ArchiveDescription archive)
+                                            throws ConfigurationException,
+                                                   ArticleReaderException
+
+
Returns an ArticleReader which reads the specified input file. +

+

+
Parameters:
archive - input file +
Returns:
ArticleReaderInterface +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
ArticleReaderException - if an error occurred while parsing the file
+
+
+
+ +

+getTaskReader

+
+public static ArticleReaderInterface getTaskReader(ArchiveDescription archive,
+                                                   ArticleFilter checker)
+                                            throws ConfigurationException,
+                                                   ArticleReaderException
+
+
Returns an ArticleReader which reads the specified input file. +

+

+
Parameters:
archive - input file
checker - the article filter +
Returns:
ArticleReaderInterface +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
ArticleReaderException - if an error occurred while parsing the file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/TimedWikipediaXMLReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/TimedWikipediaXMLReader.html new file mode 100644 index 00000000..61cf1c5a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/TimedWikipediaXMLReader.html @@ -0,0 +1,429 @@ + + + + + + + +TimedWikipediaXMLReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +
+Class TimedWikipediaXMLReader

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader
+
+
+
All Implemented Interfaces:
ArticleReaderInterface
+
+
+
+
public class TimedWikipediaXMLReader
extends WikipediaXMLReader
+ + +

+This version of the WikipediaXMLReader collects statistical information + when it is running. Besides that, it does the same as WikipediaXMLReader. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
TimedWikipediaXMLReader(Reader input) + +
+          (Constructor) Creates a new WikipediaXMLReader.
TimedWikipediaXMLReader(Reader input, + ArticleFilter articleNameChecker) + +
+          (Constructor) Creates a new TimedWikipediaXMLReader.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+          Determines whether another task is available or not.
+ Task<Revision>next() + +
+          Returns the next RevisionTask.
+protected  booleanreadHeader() + +
+          Reads the header of an article.
+protected  RevisionreadRevision() + +
+          Reads a single revision from an article.
+ voidresetTaskCompleted() + +
+          Resets the task processing status of the ArticleReader.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader
getBytePosition, readContributor
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimedWikipediaXMLReader

+
+public TimedWikipediaXMLReader(Reader input)
+                        throws ConfigurationException
+
+
(Constructor) Creates a new WikipediaXMLReader. +

+

+
Parameters:
input - Reference to the reader +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+
+ +

+TimedWikipediaXMLReader

+
+public TimedWikipediaXMLReader(Reader input,
+                               ArticleFilter articleNameChecker)
+                        throws ConfigurationException
+
+
(Constructor) Creates a new TimedWikipediaXMLReader. +

+

+
Parameters:
input - Reference to the reader
articleNameChecker - Reference to a name checker +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+readHeader

+
+protected boolean readHeader()
+                      throws IOException,
+                             ArticleReaderException
+
+
Reads the header of an article. +

+

+
Overrides:
readHeader in class WikipediaXMLReader
+
+
+ +
Returns:
FALSE if the article was not accepted by the articleNameChecker + TRUE if no name checker was used, or if the articleNameChecker + accepted the ArticleName +
Throws: +
IOException - if an error occurs while reading from the input +
ArticleReaderException - if an error occurs while parsing the input
+
+
+
+ +

+readRevision

+
+protected Revision readRevision()
+                         throws IOException,
+                                ArticleReaderException
+
+
Reads a single revision from an article. +

+

+
Overrides:
readRevision in class WikipediaXMLReader
+
+
+ +
Returns:
Revision +
Throws: +
IOException - if an error occurs while reading from the input +
ArticleReaderException - if an error occurs while parsing the input
+
+
+
+ +

+hasNext

+
+public boolean hasNext()
+                throws ArticleReaderException
+
+
Determines whether another task is available or not. + + This method has to be called before calling the next() method. +

+

+
Specified by:
hasNext in interface ArticleReaderInterface
Overrides:
hasNext in class WikipediaXMLReader
+
+
+ +
Returns:
TRUE | FALSE +
Throws: +
ArticleReaderException - if the parsing of the input fails
+
+
+
+ +

+next

+
+public Task<Revision> next()
+                    throws ArticleReaderException
+
+
Returns the next RevisionTask. +

+

+
Specified by:
next in interface ArticleReaderInterface
Overrides:
next in class WikipediaXMLReader
+
+
+ +
Returns:
RevisionTask. +
Throws: +
ArticleReaderException - if the parsing of the input fails
+
+
+
+ +

+resetTaskCompleted

+
+public void resetTaskCompleted()
+
+
Resets the task processing status of the ArticleReader. + + This method has to be called if the hasNext() or next() methods throw an + exception. +

+

+
Specified by:
resetTaskCompleted in interface ArticleReaderInterface
Overrides:
resetTaskCompleted in class WikipediaXMLReader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/WikipediaXMLReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/WikipediaXMLReader.html new file mode 100644 index 00000000..604a2fdc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/WikipediaXMLReader.html @@ -0,0 +1,479 @@ + + + + + + + +WikipediaXMLReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +
+Class WikipediaXMLReader

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader
+
+
+
All Implemented Interfaces:
ArticleReaderInterface
+
+
+
Direct Known Subclasses:
TimedWikipediaXMLReader
+
+
+
+
public class WikipediaXMLReader
extends Object
implements ArticleReaderInterface
+ + +

+This class parses the wikipedia xml format. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
WikipediaXMLReader(Reader input) + +
+          (Constructor) Creates a new WikipediaXMLReader.
WikipediaXMLReader(Reader input, + ArticleFilter articleNameChecker) + +
+          (Constructor) Creates a new WikipediaXMLReader.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetBytePosition() + +
+          Returns the number of bytes that the ArticleReader has processed.
+ booleanhasNext() + +
+          Determines whether another task is available or not.
+ Task<Revision>next() + +
+          Returns the next RevisionTask.
+protected  voidreadContributor(Revision rev, + String str) + +
+          Parses the content within the contributor tags and adds the + parsed info to the provided revision object.
+protected  booleanreadHeader() + +
+          Reads the header of an article.
+protected  RevisionreadRevision() + +
+          Reads a single revision from an article.
+ voidresetTaskCompleted() + +
+          Resets the task processing status of the ArticleReader.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikipediaXMLReader

+
+public WikipediaXMLReader(Reader input)
+                   throws ConfigurationException
+
+
(Constructor) Creates a new WikipediaXMLReader. +

+

+
Parameters:
input - Reference to the reader +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+
+ +

+WikipediaXMLReader

+
+public WikipediaXMLReader(Reader input,
+                          ArticleFilter articleNameChecker)
+                   throws ConfigurationException
+
+
(Constructor) Creates a new WikipediaXMLReader. +

+

+
Parameters:
input - Reference to the reader
articleFilter - Reference to a name checker +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+hasNext

+
+public boolean hasNext()
+                throws ArticleReaderException
+
+
Determines whether another task is available or not. + + This method has to be called before calling the next() method. +

+

+
Specified by:
hasNext in interface ArticleReaderInterface
+
+
+ +
Returns:
TRUE | FALSE +
Throws: +
ArticleReaderException - if the parsing of the input fails
+
+
+
+ +

+readHeader

+
+protected boolean readHeader()
+                      throws IOException,
+                             ArticleReaderException
+
+
Reads the header of an article. +

+

+
+
+
+ +
Returns:
FALSE if the article was not accepted by the articleFilter + TRUE if no name checker was used, or if the articleFilter + accepted the ArticleName +
Throws: +
IOException - if an error occurs while reading from the input +
ArticleReaderException - if an error occurs while parsing the input
+
+
+
+ +

+readRevision

+
+protected Revision readRevision()
+                         throws IOException,
+                                ArticleReaderException
+
+
Reads a single revision from an article. +

+

+
+
+
+ +
Returns:
Revision +
Throws: +
IOException - if an error occurs while reading from the input +
ArticleReaderException - if an error occurs while parsing the input
+
+
+
+ +

+readContributor

+
+protected void readContributor(Revision rev,
+                               String str)
+                        throws IOException,
+                               ArticleReaderException
+
+
Parses the content within the contributor tags and adds the + parsed info to the provided revision object. +

+

+
+
+
+
Parameters:
rev - the revision object to store the parsed info in
str - the contributor data to be parsed +
Throws: +
IOException +
ArticleReaderException
+
+
+
+ +

+next

+
+public Task<Revision> next()
+                    throws ArticleReaderException
+
+
Returns the next RevisionTask. +

+

+
Specified by:
next in interface ArticleReaderInterface
+
+
+ +
Returns:
RevisionTask. +
Throws: +
ArticleReaderException - if the parsing of the input fails
+
+
+
+ +

+resetTaskCompleted

+
+public void resetTaskCompleted()
+
+
Resets the task processing status of the ArticleReader. + + This method has to be called if the hasNext() or next() methods throw an + exception. +

+

+
Specified by:
resetTaskCompleted in interface ArticleReaderInterface
+
+
+
+
+
+
+ +

+getBytePosition

+
+public long getBytePosition()
+
+
Returns the number of bytes that the ArticleReader has processed. +

+

+
Specified by:
getBytePosition in interface ArticleReaderInterface
+
+
+ +
Returns:
number of bytes (current position in the file / archive)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/ArticleFilter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/ArticleFilter.html new file mode 100644 index 00000000..4725f3ff --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/ArticleFilter.html @@ -0,0 +1,204 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter

+
+ + + + + + + + + +
+Packages that use ArticleFilter
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
+  +

+ + + + + +
+Uses of ArticleFilter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader with parameters of type ArticleFilter
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive, + ArticleFilter checker) + +
+          Returns an ArticleReader which reads the specified input file.
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader with parameters of type ArticleFilter
TimedWikipediaXMLReader(Reader input, + ArticleFilter articleNameChecker) + +
+          (Constructor) Creates a new TimedWikipediaXMLReader.
WikipediaXMLReader(Reader input, + ArticleFilter articleNameChecker) + +
+          (Constructor) Creates a new WikipediaXMLReader.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/InputFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/InputFactory.html new file mode 100644 index 00000000..0c60c4b2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/InputFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/TimedWikipediaXMLReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/TimedWikipediaXMLReader.html new file mode 100644 index 00000000..4bd152d8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/TimedWikipediaXMLReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/WikipediaXMLReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/WikipediaXMLReader.html new file mode 100644 index 00000000..4f1a8d15 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/class-use/WikipediaXMLReader.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader

+
+ + + + + + + + + +
+Packages that use WikipediaXMLReader
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
+  +

+ + + + + +
+Uses of WikipediaXMLReader in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + +
Subclasses of WikipediaXMLReader in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+ classTimedWikipediaXMLReader + +
+          This version of the WikipediaXMLReader collects statistical information + when it is running.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-frame.html new file mode 100644 index 00000000..5c0a1066 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-frame.html @@ -0,0 +1,39 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader + + + + +
+Classes  + +
+ArticleFilter +
+InputFactory +
+TimedWikipediaXMLReader +
+WikipediaXMLReader
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-summary.html new file mode 100644 index 00000000..25e45fdb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-summary.html @@ -0,0 +1,171 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
ArticleFilterFilter articles from unwanted namespaces.
InputFactoryThis factory class contains methods to access a input medium.
TimedWikipediaXMLReaderThis version of the WikipediaXMLReader collects statistical information + when it is running.
WikipediaXMLReaderThis class parses the wikipedia xml format.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-tree.html new file mode 100644 index 00000000..a5abbb15 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface) + +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-use.html new file mode 100644 index 00000000..2059501a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/article/reader/package-use.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
ArticleFilter + +
+          Filter articles from unwanted namespaces.
WikipediaXMLReader + +
+          This class parses the wikipedia xml format.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/DiffCalculatorInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/DiffCalculatorInterface.html new file mode 100644 index 00000000..472d79a2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/DiffCalculatorInterface.html @@ -0,0 +1,281 @@ + + + + + + + +DiffCalculatorInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff +
+Interface DiffCalculatorInterface

+
+
All Known Implementing Classes:
DiffCalculator, TimedDiffCalculator
+
+
+
+
public interface DiffCalculatorInterface
+ + +

+The DiffCalculatorInterface represents the interface to the diff processing + unit. + + Please notice that there is no default method to return the generated diff. + The currently implementation uses the TaskTransmitterInterface (given as + parameter of the constructor) to send the diffed data to the DiffProducer. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcloseTransmitter() + +
+          Close Stream of Transmitter
+ voidprocess(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+ voidreset() + +
+          This method is used to delete all information concerning the partial task + processing.
+  +

+ + + + + + + + +
+Method Detail
+ +

+process

+
+void process(Task<Revision> task)
+             throws DiffException,
+                    TimeoutException,
+                    UnsupportedEncodingException
+
+
This method process the given task to generate the diff. +

+

+
Parameters:
task - RevisionTask +
Throws: +
DiffException - if the diff process fails +
TimeoutException - if the TaskTransmitter times out during the transmission of + the task to the DiffProducer. +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA.
+
+
+
+ +

+reset

+
+void reset()
+
+
This method is used to delete all information concerning the partial task + processing. + + This method has to be called if the process method throws an exception. +

+

+
+
+
+
+ +

+closeTransmitter

+
+void closeTransmitter()
+                      throws IOException,
+                             SQLException
+
+
Close Stream of Transmitter +

+

+ +
Throws: +
IOException +
SQLException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/TaskTransmitterInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/TaskTransmitterInterface.html new file mode 100644 index 00000000..5a778370 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/TaskTransmitterInterface.html @@ -0,0 +1,271 @@ + + + + + + + +TaskTransmitterInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff +
+Interface TaskTransmitterInterface

+
+
+
public interface TaskTransmitterInterface
+ + +

+The TaskTransmitterInterface handles the transmission of DiffTasks to the + DiffProducer. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Close stream
+ voidtransmitDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - FullTaskPool.
+ voidtransmitPartialDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - PartialTaskPool.
+  +

+ + + + + + + + +
+Method Detail
+ +

+transmitDiff

+
+void transmitDiff(Task<Diff> result)
+                  throws TimeoutException
+
+
Sends the given task to the DiffProducer - FullTaskPool. +

+

+
Parameters:
result - DiffTask of type TaskTypes.FULL_TASK or + TaskTypes.PARTIAL_TASK_FIRST +
Throws: +
TimeoutException - if the TaskTransmitter times out during the transmission of + the task to the DiffProducer.
+
+
+
+ +

+transmitPartialDiff

+
+void transmitPartialDiff(Task<Diff> result)
+                         throws TimeoutException
+
+
Sends the given task to the DiffProducer - PartialTaskPool. +

+

+
Parameters:
result - DiffTask of type TaskTypes.PARTIAL_TASK or + TaskTypes.PARTIAL_TASK_LAST +
Throws: +
TimeoutException - if the TaskTransmitter times out during the transmission of + the task to the DiffProducer.
+
+
+
+ +

+close

+
+void close()
+           throws IOException,
+                  SQLException
+
+
Close stream +

+

+ +
Throws: +
IOException +
SQLException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagement.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagement.html new file mode 100644 index 00000000..2bdfd7b4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagement.html @@ -0,0 +1,284 @@ + + + + + + + +BlockManagement (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +
+Class BlockManagement

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement
+
+
+
All Implemented Interfaces:
BlockManagementInterface
+
+
+
+
public class BlockManagement
extends Object
implements BlockManagementInterface
+ + +

+The BlockManagement class is used to calculate the diff operations using the + blocks of the longest common substring search. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
BlockManagement() + +
+          (Constructor) Creates a BlockManagement object.
+  + + + + + + + + + + + +
+Method Summary
+ Diffmanage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+          Uses the substring blocks to create the diff operations.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BlockManagement

+
+public BlockManagement()
+                throws ConfigurationException
+
+
(Constructor) Creates a BlockManagement object. +

+

+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+manage

+
+public Diff manage(char[] revA,
+                   char[] revB,
+                   ArrayList<DiffBlock> queueA,
+                   ArrayList<DiffBlock> queueB)
+            throws UnsupportedEncodingException
+
+
Description copied from interface: BlockManagementInterface
+
Uses the substring blocks to create the diff operations. +

+

+
Specified by:
manage in interface BlockManagementInterface
+
+
+
Parameters:
revA - revision A
revB - revision B
queueA - queue A
queueB - queue B +
Returns:
Diff +
Throws: +
UnsupportedEncodingException - if the character encoding is unsupported
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagementInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagementInterface.html new file mode 100644 index 00000000..b9144810 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/BlockManagementInterface.html @@ -0,0 +1,226 @@ + + + + + + + +BlockManagementInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +
+Interface BlockManagementInterface

+
+
All Known Implementing Classes:
BlockManagement
+
+
+
+
public interface BlockManagementInterface
+ + +

+Interface of the BlockManagement +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ Diffmanage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+          Uses the substring blocks to create the diff operations.
+  +

+ + + + + + + + +
+Method Detail
+ +

+manage

+
+Diff manage(char[] revA,
+            char[] revB,
+            ArrayList<DiffBlock> queueA,
+            ArrayList<DiffBlock> queueB)
+            throws UnsupportedEncodingException
+
+
Uses the substring blocks to create the diff operations. +

+

+
Parameters:
revA - revision A
revB - revision B
queueA - queue A
queueB - queue B +
Returns:
Diff +
Throws: +
UnsupportedEncodingException - if the character encoding is unsupported
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffBlock.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffBlock.html new file mode 100644 index 00000000..7d610f63 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffBlock.html @@ -0,0 +1,454 @@ + + + + + + + +DiffBlock (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +
+Class DiffBlock

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock
+
+
+
All Implemented Interfaces:
Comparable<DiffBlock>
+
+
+
+
public class DiffBlock
extends Object
implements Comparable<DiffBlock>
+ + +

+Contains the information for a block. Used for the Diff Calculation. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DiffBlock(int id, + int revAStart, + int revAEnd, + int revBStart, + int revBEnd, + boolean ab) + +
+          (DiffBlock) Creates a new DiffBlock.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(DiffBlock b) + +
+          Compares the positions of both blocks.
+ intgetId() + +
+          Returns the ID of this block.
+ intgetRevAEnd() + +
+          Returns the end position of the block in revision A.
+ intgetRevAStart() + +
+          Returns the start position of the block in revision A.
+ intgetRevBEnd() + +
+          Returns the end position of the block in revision B.
+ intgetRevBStart() + +
+          Returns the start position of the block in revision B.
+ booleanisUnknown() + +
+          Returns whether the block is valid or not.
+ StringtoString() + +
+          Returns the ID of this block.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DiffBlock

+
+public DiffBlock(int id,
+                 int revAStart,
+                 int revAEnd,
+                 int revBStart,
+                 int revBEnd,
+                 boolean ab)
+
+
(DiffBlock) Creates a new DiffBlock. +

+

+
Parameters:
id - ID of the block
revAStart - start position of revision A
revAEnd - end position of revision A
revBStart - start position of revision B
revBEnd - end position of revision B
ab - sorting order flag
+
+ + + + + + + + +
+Method Detail
+ +

+compareTo

+
+public int compareTo(DiffBlock b)
+
+
Compares the positions of both blocks. +

+

+
Specified by:
compareTo in interface Comparable<DiffBlock>
+
+
+
Parameters:
b - Block
+
+
+
+ +

+isUnknown

+
+public boolean isUnknown()
+
+
Returns whether the block is valid or not. +

+

+
+
+
+ +
Returns:
TRUE if the block has a ID of the value -1 FALSE otherwise
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the ID of this block. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
string representation
+
+
+
+ +

+getId

+
+public int getId()
+
+
Returns the ID of this block. +

+

+
+
+
+ +
Returns:
ID of this block
+
+
+
+ +

+getRevAEnd

+
+public int getRevAEnd()
+
+
Returns the end position of the block in revision A. +

+

+
+
+
+ +
Returns:
end position revision A
+
+
+
+ +

+getRevAStart

+
+public int getRevAStart()
+
+
Returns the start position of the block in revision A. +

+

+
+
+
+ +
Returns:
start position revision A
+
+
+
+ +

+getRevBEnd

+
+public int getRevBEnd()
+
+
Returns the end position of the block in revision B. +

+

+
+
+
+ +
Returns:
end position revision B
+
+
+
+ +

+getRevBStart

+
+public int getRevBStart()
+
+
Returns the start position of the block in revision B. +

+

+
+
+
+ +
Returns:
start position revision B
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffCalculator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffCalculator.html new file mode 100644 index 00000000..24459e4a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/DiffCalculator.html @@ -0,0 +1,452 @@ + + + + + + + +DiffCalculator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +
+Class DiffCalculator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator
+
+
+
All Implemented Interfaces:
DiffCalculatorInterface
+
+
+
Direct Known Subclasses:
TimedDiffCalculator
+
+
+
+
public class DiffCalculator
extends Object
implements DiffCalculatorInterface
+ + +

+Calculates the Diff. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DiffCalculator(TaskTransmitterInterface taskTransmitter) + +
+          (Constructor) Creates a new DiffCalculator object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcloseTransmitter() + +
+          Close Stream of Transmitter
+protected  voidinitNewTask(int taskID) + +
+          Initializes the processing of a new RevisionTask.
+ voidprocess(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+protected  DiffprocessRevision(Revision revision) + +
+          Calculates the diff for the given revision.
+ voidreset() + +
+          This method is used to delete all information concerning the partial task + processing.
+protected  voidtransmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidtransmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DiffCalculator

+
+public DiffCalculator(TaskTransmitterInterface taskTransmitter)
+               throws ConfigurationException
+
+
(Constructor) Creates a new DiffCalculator object. +

+

+
Parameters:
taskTransmitter - Reference to the TaskTransmitter +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+closeTransmitter

+
+public void closeTransmitter()
+                      throws IOException,
+                             SQLException
+
+
Description copied from interface: DiffCalculatorInterface
+
Close Stream of Transmitter +

+

+
Specified by:
closeTransmitter in interface DiffCalculatorInterface
+
+
+ +
Throws: +
IOException +
SQLException
+
+
+
+ +

+initNewTask

+
+protected void initNewTask(int taskID)
+
+
Initializes the processing of a new RevisionTask. +

+

+
+
+
+
Parameters:
taskID - Article ID
+
+
+
+ +

+transmitPartialTask

+
+protected void transmitPartialTask(Task<Diff> result)
+                            throws TimeoutException
+
+
Transmits a partial DiffTask. +

+

+
+
+
+
Parameters:
result - Reference to the DiffTask +
Throws: +
TimeoutException - if a timeout occurred
+
+
+
+ +

+transmitAtEndOfTask

+
+protected void transmitAtEndOfTask(Task<Revision> task,
+                                   Task<Diff> result)
+                            throws TimeoutException
+
+
Transmits the DiffTask at the end of the RevisionTask processing. +

+

+
+
+
+
Parameters:
task - Reference to the RevisionTask
result - Reference to the DiffTask +
Throws: +
TimeoutException - if a timeout occurred
+
+
+
+ +

+processRevision

+
+protected Diff processRevision(Revision revision)
+                        throws UnsupportedEncodingException
+
+
Calculates the diff for the given revision. +

+

+
+
+
+
Parameters:
revision - Reference to a revision +
Returns:
Diff +
Throws: +
UnsupportedEncodingException - if the character encoding is unsupported
+
+
+
+ +

+process

+
+public void process(Task<Revision> task)
+             throws DiffException,
+                    TimeoutException,
+                    UnsupportedEncodingException
+
+
Description copied from interface: DiffCalculatorInterface
+
This method process the given task to generate the diff. +

+

+
Specified by:
process in interface DiffCalculatorInterface
+
+
+
Parameters:
task - RevisionTask +
Throws: +
DiffException - if the diff process fails +
TimeoutException - if the TaskTransmitter times out during the transmission of + the task to the DiffProducer. +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA.
+
+
+
+ +

+reset

+
+public void reset()
+
+
Description copied from interface: DiffCalculatorInterface
+
This method is used to delete all information concerning the partial task + processing. + + This method has to be called if the process method throws an exception. +

+

+
Specified by:
reset in interface DiffCalculatorInterface
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/TimedDiffCalculator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/TimedDiffCalculator.html new file mode 100644 index 00000000..d00a37d9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/TimedDiffCalculator.html @@ -0,0 +1,400 @@ + + + + + + + +TimedDiffCalculator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +
+Class TimedDiffCalculator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator
+
+
+
All Implemented Interfaces:
DiffCalculatorInterface
+
+
+
+
public class TimedDiffCalculator
extends DiffCalculator
+ + +

+Calculates the Diff while collecting statistical data. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TimedDiffCalculator(TaskTransmitterInterface taskTransmitter) + +
+          (Constructor) Creates a new DiffCalculator object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidinitNewTask(int taskID) + +
+          Initializes the processing of a new RevisionTask.
+ voidprocess(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+protected  DiffprocessRevision(Revision revision) + +
+          Calculates the diff for the given revision.
+protected  voidtransmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidtransmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator
closeTransmitter, reset
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimedDiffCalculator

+
+public TimedDiffCalculator(TaskTransmitterInterface taskTransmitter)
+                    throws ConfigurationException
+
+
(Constructor) Creates a new DiffCalculator object. +

+

+
Parameters:
taskTransmitter - Reference to the TaskTransmitter +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+initNewTask

+
+protected void initNewTask(int taskID)
+
+
Initializes the processing of a new RevisionTask. +

+

+
Overrides:
initNewTask in class DiffCalculator
+
+
+
Parameters:
taskID - Article ID
+
+
+
+ +

+transmitPartialTask

+
+protected void transmitPartialTask(Task<Diff> result)
+                            throws TimeoutException
+
+
Transmits a partial DiffTask. +

+

+
Overrides:
transmitPartialTask in class DiffCalculator
+
+
+
Parameters:
result - Reference to the DiffTask +
Throws: +
TimeoutException - if a timeout occurred
+
+
+
+ +

+transmitAtEndOfTask

+
+protected void transmitAtEndOfTask(Task<Revision> task,
+                                   Task<Diff> result)
+                            throws TimeoutException
+
+
Transmits the DiffTask at the end of the RevisionTask processing. +

+

+
Overrides:
transmitAtEndOfTask in class DiffCalculator
+
+
+
Parameters:
task - Reference to the RevisionTask
result - Reference to the DiffTask +
Throws: +
TimeoutException - if a timeout occurred
+
+
+
+ +

+processRevision

+
+protected Diff processRevision(Revision revision)
+                        throws UnsupportedEncodingException
+
+
Calculates the diff for the given revision. +

+

+
Overrides:
processRevision in class DiffCalculator
+
+
+
Parameters:
revision - Reference to a revision +
Returns:
Diff +
Throws: +
UnsupportedEncodingException - if the character encoding is unsupported
+
+
+
+ +

+process

+
+public void process(Task<Revision> task)
+             throws DiffException,
+                    TimeoutException,
+                    UnsupportedEncodingException
+
+
Description copied from interface: DiffCalculatorInterface
+
This method process the given task to generate the diff. +

+

+
Specified by:
process in interface DiffCalculatorInterface
Overrides:
process in class DiffCalculator
+
+
+
Parameters:
task - RevisionTask +
Throws: +
DiffException - if the diff process fails +
TimeoutException - if the TaskTransmitter times out during the transmission of + the task to the DiffProducer. +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagement.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagement.html new file mode 100644 index 00000000..d788dde8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagement.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagementInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagementInterface.html new file mode 100644 index 00000000..517f0fd2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/BlockManagementInterface.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagementInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagementInterface

+
+ + + + + + + + + +
+Packages that use BlockManagementInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of BlockManagementInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation that implement BlockManagementInterface
+ classBlockManagement + +
+          The BlockManagement class is used to calculate the diff operations using the + blocks of the longest common substring search.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffBlock.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffBlock.html new file mode 100644 index 00000000..8777d5fd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffBlock.html @@ -0,0 +1,233 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock

+
+ + + + + + + + + +
+Packages that use DiffBlock
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of DiffBlock in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with parameters of type DiffBlock
+ intDiffBlock.compareTo(DiffBlock b) + +
+          Compares the positions of both blocks.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with type arguments of type DiffBlock
+ DiffBlockManagement.manage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+           
+ DiffBlockManagement.manage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+           
+ DiffBlockManagementInterface.manage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+          Uses the substring blocks to create the diff operations.
+ DiffBlockManagementInterface.manage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+          Uses the substring blocks to create the diff operations.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffCalculator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffCalculator.html new file mode 100644 index 00000000..de34e403 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/DiffCalculator.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator

+
+ + + + + + + + + +
+Packages that use DiffCalculator
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of DiffCalculator in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + +
Subclasses of DiffCalculator in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+ classTimedDiffCalculator + +
+          Calculates the Diff while collecting statistical data.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/TimedDiffCalculator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/TimedDiffCalculator.html new file mode 100644 index 00000000..329a3381 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/class-use/TimedDiffCalculator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-frame.html new file mode 100644 index 00000000..58d9cd45 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-frame.html @@ -0,0 +1,50 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation + + + + +
+Interfaces  + +
+BlockManagementInterface
+ + + + + + +
+Classes  + +
+BlockManagement +
+DiffBlock +
+DiffCalculator +
+TimedDiffCalculator
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-summary.html new file mode 100644 index 00000000..e16b3e3d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-summary.html @@ -0,0 +1,185 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +

+ + + + + + + + + +
+Interface Summary
BlockManagementInterfaceInterface of the BlockManagement
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
BlockManagementThe BlockManagement class is used to calculate the diff operations using the + blocks of the longest common substring search.
DiffBlockContains the information for a block.
DiffCalculatorCalculates the Diff.
TimedDiffCalculatorCalculates the Diff while collecting statistical data.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-tree.html new file mode 100644 index 00000000..9a18d166 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagementInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock (implements java.lang.Comparable<T>) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator
      +
    +
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-use.html new file mode 100644 index 00000000..bf9378c9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/calculation/package-use.html @@ -0,0 +1,183 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
BlockManagementInterface + +
+          Interface of the BlockManagement
DiffBlock + +
+          Contains the information for a block.
DiffCalculator + +
+          Calculates the Diff.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/DiffCalculatorInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/DiffCalculatorInterface.html new file mode 100644 index 00000000..a78d6a6f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/DiffCalculatorInterface.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface

+
+ + + + + + + + + +
+Packages that use DiffCalculatorInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of DiffCalculatorInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation that implement DiffCalculatorInterface
+ classDiffCalculator + +
+          Calculates the Diff.
+ classTimedDiffCalculator + +
+          Calculates the Diff while collecting statistical data.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/TaskTransmitterInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/TaskTransmitterInterface.html new file mode 100644 index 00000000..c43f2e73 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/class-use/TaskTransmitterInterface.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.TaskTransmitterInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.TaskTransmitterInterface

+
+ + + + + + + + + +
+Packages that use TaskTransmitterInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + +
+Uses of TaskTransmitterInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with parameters of type TaskTransmitterInterface
DiffCalculator(TaskTransmitterInterface taskTransmitter) + +
+          (Constructor) Creates a new DiffCalculator object.
TimedDiffCalculator(TaskTransmitterInterface taskTransmitter) + +
+          (Constructor) Creates a new DiffCalculator object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-frame.html new file mode 100644 index 00000000..df382bdc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff + + + + +
+Interfaces  + +
+DiffCalculatorInterface +
+TaskTransmitterInterface
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-summary.html new file mode 100644 index 00000000..d725ed3b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-summary.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff +

+ + + + + + + + + + + + + +
+Interface Summary
DiffCalculatorInterfaceThe DiffCalculatorInterface represents the interface to the diff processing + unit.
TaskTransmitterInterfaceThe TaskTransmitterInterface handles the transmission of DiffTasks to the + DiffProducer.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-tree.html new file mode 100644 index 00000000..bc3c4818 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-tree.html @@ -0,0 +1,152 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-use.html new file mode 100644 index 00000000..767c8dd7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/diff/package-use.html @@ -0,0 +1,179 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
DiffCalculatorInterface + +
+          The DiffCalculatorInterface represents the interface to the diff processing + unit.
TaskTransmitterInterface + +
+          The TaskTransmitterInterface handles the transmission of DiffTasks to the + DiffProducer.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/SQLEscape.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/SQLEscape.html new file mode 100644 index 00000000..e5b4e749 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/SQLEscape.html @@ -0,0 +1,231 @@ + + + + + + + +SQLEscape (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump +
+Class SQLEscape

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape
+
+
+
+
public class SQLEscape
extends Object
+ + +

+The single method SQLEscape#removeEscapes removes all unwished escape + characters from a string to make is UNCOMPRESSED conform. Maybe not thread-save. +

+ +

+

+
Author:
+
ivan.galkin, Oliver Ferschke + Copied from the WikiMachine to avoid having to add dependency.
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+static Stringescape(String str) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+escape

+
+public static String escape(String str)
+
+
+
Parameters:
str - unescaped String +
Returns:
String with with escape characters
See Also:
SQLEscape
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/WriterInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/WriterInterface.html new file mode 100644 index 00000000..7c6acadb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/WriterInterface.html @@ -0,0 +1,255 @@ + + + + + + + +WriterInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump +
+Interface WriterInterface

+
+
All Known Implementing Classes:
DataFileArchiveWriter, DataFileWriter, SQLArchiveWriter, SQLDatabaseWriter, SQLFileWriter, TimedSQLArchiveWriter, TimedSQLDatabaseWriter, TimedSQLFileWriter
+
+
+
+
public interface WriterInterface
+ + +

+The WriterInterface symbolizes the link to the output writer. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+  +

+ + + + + + + + +
+Method Detail
+ +

+process

+
+void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send him to the specified + output. +

+

+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+close

+
+void close()
+           throws IOException,
+                  SQLException
+
+
This method will close the connection to the output. +

+

+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database. +
SQLException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/SQLEscape.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/SQLEscape.html new file mode 100644 index 00000000..2e5f8e62 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/SQLEscape.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/WriterInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/WriterInterface.html new file mode 100644 index 00000000..b25821aa --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/class-use/WriterInterface.html @@ -0,0 +1,240 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface

+
+ + + + + + + + + +
+Packages that use WriterInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of WriterInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer that implement WriterInterface
+ classDataFileArchiveWriter + +
+          This class writes the output to an archive.
+ classDataFileWriter + +
+          This class writes the output to a data file (not an sql file)
+ classSQLArchiveWriter + +
+          This class writes the output to an archive.
+ classSQLDatabaseWriter + +
+          This class writes the output to a database.
+ classSQLFileWriter + +
+          This class writes the output to a file.
+ classTimedSQLArchiveWriter + +
+          This class writes the output to an archive while collecting statistical + information.
+ classTimedSQLDatabaseWriter + +
+          This class writes the output to a database while collecting statistical + information.
+ classTimedSQLFileWriter + +
+          This class writes the output to a file while collecting statistical + information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/DataFileEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/DataFileEncoder.html new file mode 100644 index 00000000..aa7c2efc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/DataFileEncoder.html @@ -0,0 +1,315 @@ + + + + + + + +DataFileEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +
+Class DataFileEncoder

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder
+
+
+
+
public class DataFileEncoder
extends Object
+ + +

+Alternative to the SQLEncoder - writes data files instead of UNCOMPRESSED dumps +

+ +

+

+
Author:
+
Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DataFileEncoder() + +
+          (Constructor) Creates a new SQLEncoder object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  StringencodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ List<String>encodeTask(Task<Diff> task) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DataFileEncoder

+
+public DataFileEncoder()
+                throws ConfigurationException
+
+
(Constructor) Creates a new SQLEncoder object. +

+

+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+ + + + + + + + +
+Method Detail
+ +

+encodeDiff

+
+protected String encodeDiff(Task<Diff> task,
+                            Diff diff)
+                     throws ConfigurationException,
+                            UnsupportedEncodingException,
+                            DecodingException,
+                            EncodingException,
+                            SQLConsumerException
+
+
Encodes the diff. +

+

+
Parameters:
task - Reference to the DiffTask
diff - Diff to encode +
Returns:
Base 64 encoded Diff +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
UnsupportedEncodingException - if the character encoding is unsupported +
DecodingException - if the decoding failed +
EncodingException - if the encoding failed +
SQLConsumerException - if an error occurred while encoding the diff
+
+
+
+ +

+encodeTask

+
+public List<String> encodeTask(Task<Diff> task)
+                        throws ConfigurationException,
+                               UnsupportedEncodingException,
+                               DecodingException,
+                               EncodingException,
+                               SQLConsumerException
+
+
+ +
Throws: +
ConfigurationException +
UnsupportedEncodingException +
DecodingException +
EncodingException +
SQLConsumerException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoder.html new file mode 100644 index 00000000..9b7562c0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoder.html @@ -0,0 +1,469 @@ + + + + + + + +SQLEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +
+Class SQLEncoder

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder
+
+
+
All Implemented Interfaces:
SQLEncoderInterface
+
+
+
Direct Known Subclasses:
TimedSQLEncoder
+
+
+
+
public class SQLEncoder
extends Object
implements SQLEncoderInterface
+ + +

+This creates the SQL statements +

+ +

+

+
Author:
+
Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SQLEncoder(Logger logger) + +
+          (Constructor) Creates a new SQLEncoder object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  byte[]binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringencodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ String[]getBinaryTable() + +
+          Returns the tables for binary output.
+ String[]getTable() + +
+          Returns the tables for textual output.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SQLEncoder

+
+public SQLEncoder(Logger logger)
+           throws ConfigurationException,
+                  LoggingException
+
+
(Constructor) Creates a new SQLEncoder object. +

+

+
Parameters:
logger - Reference to the logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+ + + + + + + + +
+Method Detail
+ +

+binaryDiff

+
+protected byte[] binaryDiff(Task<Diff> task,
+                            Diff diff)
+                     throws ConfigurationException,
+                            UnsupportedEncodingException,
+                            DecodingException,
+                            EncodingException,
+                            SQLConsumerException
+
+
+
+
+
+
Parameters:
task -
diff - +
Returns:
+
Throws: +
ConfigurationException +
UnsupportedEncodingException +
DecodingException +
EncodingException +
SQLConsumerException
+
+
+
+ +

+binaryTask

+
+public SQLEncoding[] binaryTask(Task<Diff> task)
+                         throws ConfigurationException,
+                                UnsupportedEncodingException,
+                                DecodingException,
+                                EncodingException,
+                                SQLConsumerException
+
+
Description copied from interface: SQLEncoderInterface
+
Returns the binary encoding of the given DiffTask. + + Each Array entry will contain a single sql command. +

+

+
Specified by:
binaryTask in interface SQLEncoderInterface
+
+
+
Parameters:
task - DiffTask +
Returns:
binary encoding of the task. +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
DecodingException - if the decoding process fails (during the verification + process) +
EncodingException - if the encoding process fails +
SQLConsumerException - if the verification process fails
+
+
+
+ +

+encodeDiff

+
+protected String encodeDiff(Task<Diff> task,
+                            Diff diff)
+                     throws ConfigurationException,
+                            UnsupportedEncodingException,
+                            DecodingException,
+                            EncodingException,
+                            SQLConsumerException
+
+
Encodes the diff. +

+

+
+
+
+
Parameters:
task - Reference to the DiffTask
diff - Diff to encode +
Returns:
Base 64 encoded Diff +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
UnsupportedEncodingException - if the character encoding is unsupported +
DecodingException - if the decoding failed +
EncodingException - if the encoding failed +
SQLConsumerException - if an error occurred while encoding the diff
+
+
+
+ +

+encodeTask

+
+public SQLEncoding[] encodeTask(Task<Diff> task)
+                         throws ConfigurationException,
+                                UnsupportedEncodingException,
+                                DecodingException,
+                                EncodingException,
+                                SQLConsumerException
+
+
Description copied from interface: SQLEncoderInterface
+
Returns the textual encoding of the given DiffTask. + + Each Array entry will contain a single sql command. +

+

+
Specified by:
encodeTask in interface SQLEncoderInterface
+
+
+
Parameters:
task - DiffTask +
Returns:
binary encoding of the task. +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
DecodingException - if the decoding process fails (during the verification + process) +
EncodingException - if the encoding process fails +
SQLConsumerException - if the verification process fails
+
+
+
+ +

+getBinaryTable

+
+public String[] getBinaryTable()
+
+
Description copied from interface: SQLEncoderInterface
+
Returns the tables for binary output. + + Each Array entry will contain a single sql command. +

+

+
Specified by:
getBinaryTable in interface SQLEncoderInterface
+
+
+ +
Returns:
sql command to create the tables
+
+
+
+ +

+getTable

+
+public String[] getTable()
+
+
Description copied from interface: SQLEncoderInterface
+
Returns the tables for textual output. + + Each Array entry will contain a single sql command. +

+

+
Specified by:
getTable in interface SQLEncoderInterface
+
+
+ +
Returns:
sql command to create the tables
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoderInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoderInterface.html new file mode 100644 index 00000000..2fa53308 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoderInterface.html @@ -0,0 +1,322 @@ + + + + + + + +SQLEncoderInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +
+Interface SQLEncoderInterface

+
+
All Known Implementing Classes:
SQLEncoder, TimedSQLEncoder
+
+
+
+
public interface SQLEncoderInterface
+ + +

+The SQLEncoderInterface provides the link to the SQLEncoder who will define + the formatting of the output. +

+ +

+

+
Author:
+
Simon
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ SQLEncoding[]binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+ SQLEncoding[]encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ String[]getBinaryTable() + +
+          Returns the tables for binary output.
+ String[]getTable() + +
+          Returns the tables for textual output.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getTable

+
+String[] getTable()
+
+
Returns the tables for textual output. + + Each Array entry will contain a single sql command. +

+

+ +
Returns:
sql command to create the tables
+
+
+
+ +

+getBinaryTable

+
+String[] getBinaryTable()
+
+
Returns the tables for binary output. + + Each Array entry will contain a single sql command. +

+

+ +
Returns:
sql command to create the tables
+
+
+
+ +

+binaryTask

+
+SQLEncoding[] binaryTask(Task<Diff> task)
+                         throws ConfigurationException,
+                                UnsupportedEncodingException,
+                                DecodingException,
+                                EncodingException,
+                                SQLConsumerException
+
+
Returns the binary encoding of the given DiffTask. + + Each Array entry will contain a single sql command. +

+

+
Parameters:
task - DiffTask +
Returns:
binary encoding of the task. +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
DecodingException - if the decoding process fails (during the verification + process) +
EncodingException - if the encoding process fails +
SQLConsumerException - if the verification process fails
+
+
+
+ +

+encodeTask

+
+SQLEncoding[] encodeTask(Task<Diff> task)
+                         throws ConfigurationException,
+                                UnsupportedEncodingException,
+                                DecodingException,
+                                EncodingException,
+                                SQLConsumerException
+
+
Returns the textual encoding of the given DiffTask. + + Each Array entry will contain a single sql command. +

+

+
Parameters:
task - DiffTask +
Returns:
binary encoding of the task. +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
DecodingException - if the decoding process fails (during the verification + process) +
EncodingException - if the encoding process fails +
SQLConsumerException - if the verification process fails
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoding.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoding.html new file mode 100644 index 00000000..225e5a6e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/SQLEncoding.html @@ -0,0 +1,395 @@ + + + + + + + +SQLEncoding (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +
+Class SQLEncoding

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding
+
+
+
+
public class SQLEncoding
extends Object
+ + +

+This class is used to stored the sql statements. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SQLEncoding() + +
+          (Constructor) Creates a new SQLEncoding object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddBinaryData(byte[] bData) + +
+          Appends binary data to storage.
+ voidappend(CharSequence seq) + +
+          Appends textual content to the query.
+ intbyteSize() + +
+          Returns the size of the query.
+ byte[]getBinaryData(int index) + +
+          Returns the specified binary data.
+ StringgetQuery() + +
+          Returns the query.
+ intsize() + +
+          Returns the number of contained binary data parts.
+ StringtoString() + +
+          Returns the string representation of this object.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SQLEncoding

+
+public SQLEncoding()
+
+
(Constructor) Creates a new SQLEncoding object. +

+

+ + + + + + + + +
+Method Detail
+ +

+append

+
+public void append(CharSequence seq)
+
+
Appends textual content to the query. +

+

+
Parameters:
seq - textual content
+
+
+
+ +

+addBinaryData

+
+public void addBinaryData(byte[] bData)
+
+
Appends binary data to storage. +

+

+
Parameters:
bData - binary data
+
+
+
+ +

+byteSize

+
+public int byteSize()
+
+
Returns the size of the query. +

+

+ +
Returns:
size of the query
+
+
+
+ +

+size

+
+public int size()
+
+
Returns the number of contained binary data parts. +

+

+ +
Returns:
number of binary data parts
+
+
+
+ +

+getBinaryData

+
+public byte[] getBinaryData(int index)
+
+
Returns the specified binary data. +

+

+
Parameters:
index - index of the binary data +
Returns:
binary data
+
+
+
+ +

+getQuery

+
+public String getQuery()
+
+
Returns the query. +

+

+ +
Returns:
query
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the string representation of this object. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
string representation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/TimedSQLEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/TimedSQLEncoder.html new file mode 100644 index 00000000..edebaa47 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/TimedSQLEncoder.html @@ -0,0 +1,440 @@ + + + + + + + +TimedSQLEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +
+Class TimedSQLEncoder

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder
+
+
+
All Implemented Interfaces:
SQLEncoderInterface
+
+
+
+
public class TimedSQLEncoder
extends SQLEncoder
+ + +

+This class encodes the diffs while collecting statistical information. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TimedSQLEncoder(Logger logger) + +
+          (Constructor) Creates a new TimedSQLEncoder object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  byte[]binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  StringencodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ longgetEncodedSize() + +
+          Returns the encoded size.
+ longgetEncodedSQLSize() + +
+          Returns the encoded sql size.
+ voidinit() + +
+          Initializes the encoding information.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder
binaryTask, getBinaryTable, getTable
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimedSQLEncoder

+
+public TimedSQLEncoder(Logger logger)
+                throws ConfigurationException,
+                       LoggingException
+
+
(Constructor) Creates a new TimedSQLEncoder object. +

+

+
Parameters:
logger - Reference to the logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+public void init()
+
+
Initializes the encoding information. +

+

+
+
+
+
+ +

+getEncodedSize

+
+public long getEncodedSize()
+
+
Returns the encoded size. +

+

+ +
Returns:
encoded size
+
+
+
+ +

+getEncodedSQLSize

+
+public long getEncodedSQLSize()
+
+
Returns the encoded sql size. +

+

+ +
Returns:
encoded sql size
+
+
+
+ +

+encodeDiff

+
+protected String encodeDiff(Task<Diff> task,
+                            Diff diff)
+                     throws ConfigurationException,
+                            UnsupportedEncodingException,
+                            DecodingException,
+                            EncodingException,
+                            SQLConsumerException
+
+
Encodes the diff. +

+

+
Overrides:
encodeDiff in class SQLEncoder
+
+
+
Parameters:
task - Reference to the DiffTask
diff - Diff to encode +
Returns:
Base 64 encoded Diff +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
UnsupportedEncodingException - if the character encoding is unsupported +
DecodingException - if the decoding failed +
EncodingException - if the encoding failed +
SQLConsumerException - if an error occurred while encoding the diff
+
+
+
+ +

+binaryDiff

+
+protected byte[] binaryDiff(Task<Diff> task,
+                            Diff diff)
+                     throws ConfigurationException,
+                            UnsupportedEncodingException,
+                            DecodingException,
+                            EncodingException,
+                            SQLConsumerException
+
+
+
Overrides:
binaryDiff in class SQLEncoder
+
+
+ +
Returns:
+
Throws: +
ConfigurationException +
UnsupportedEncodingException +
DecodingException +
EncodingException +
SQLConsumerException
+
+
+
+ +

+encodeTask

+
+public SQLEncoding[] encodeTask(Task<Diff> task)
+                         throws ConfigurationException,
+                                UnsupportedEncodingException,
+                                DecodingException,
+                                EncodingException,
+                                SQLConsumerException
+
+
Description copied from interface: SQLEncoderInterface
+
Returns the textual encoding of the given DiffTask. + + Each Array entry will contain a single sql command. +

+

+
Specified by:
encodeTask in interface SQLEncoderInterface
Overrides:
encodeTask in class SQLEncoder
+
+
+
Parameters:
task - DiffTask +
Returns:
binary encoding of the task. +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
DecodingException - if the decoding process fails (during the verification + process) +
EncodingException - if the encoding process fails +
SQLConsumerException - if the verification process fails
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/DataFileEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/DataFileEncoder.html new file mode 100644 index 00000000..e513c8af --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/DataFileEncoder.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder

+
+ + + + + + + + + +
+Packages that use DataFileEncoder
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of DataFileEncoder in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer declared as DataFileEncoder
+protected  DataFileEncoderDataFileArchiveWriter.dataFileEncoder + +
+          Reference to the SQLEncoder
+protected  DataFileEncoderDataFileWriter.dataFileEncoder + +
+          Reference to the DataFileEncoder
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoder.html new file mode 100644 index 00000000..e4d30f86 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoder.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder

+
+ + + + + + + + + +
+Packages that use SQLEncoder
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
+  +

+ + + + + +
+Uses of SQLEncoder in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + +
Subclasses of SQLEncoder in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+ classTimedSQLEncoder + +
+          This class encodes the diffs while collecting statistical information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoderInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoderInterface.html new file mode 100644 index 00000000..53f505cc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoderInterface.html @@ -0,0 +1,234 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface

+
+ + + + + + + + + + + + + +
+Packages that use SQLEncoderInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of SQLEncoderInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that implement SQLEncoderInterface
+ classSQLEncoder + +
+          This creates the SQL statements
+ classTimedSQLEncoder + +
+          This class encodes the diffs while collecting statistical information.
+  +

+ + + + + +
+Uses of SQLEncoderInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer declared as SQLEncoderInterface
+protected  SQLEncoderInterfaceSQLFileWriter.sqlEncoder + +
+          Reference to the SQLEncoder
+protected  SQLEncoderInterfaceSQLDatabaseWriter.sqlEncoder + +
+          Reference to the sql encoder
+protected  SQLEncoderInterfaceSQLArchiveWriter.sqlEncoder + +
+          Reference to the SQLEncoder
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoding.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoding.html new file mode 100644 index 00000000..1cf5e5d4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/SQLEncoding.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding

+
+ + + + + + + + + +
+Packages that use SQLEncoding
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
+  +

+ + + + + +
+Uses of SQLEncoding in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec that return SQLEncoding
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/TimedSQLEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/TimedSQLEncoder.html new file mode 100644 index 00000000..0cf8cf84 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/class-use/TimedSQLEncoder.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-frame.html new file mode 100644 index 00000000..2cd70d5d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-frame.html @@ -0,0 +1,50 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec + + + + +
+Interfaces  + +
+SQLEncoderInterface
+ + + + + + +
+Classes  + +
+DataFileEncoder +
+SQLEncoder +
+SQLEncoding +
+TimedSQLEncoder
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-summary.html new file mode 100644 index 00000000..3d2a748b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-summary.html @@ -0,0 +1,185 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +

+ + + + + + + + + +
+Interface Summary
SQLEncoderInterfaceThe SQLEncoderInterface provides the link to the SQLEncoder who will define + the formatting of the output.
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DataFileEncoderAlternative to the SQLEncoder - writes data files instead of UNCOMPRESSED dumps
SQLEncoderThis creates the SQL statements
SQLEncodingThis class is used to stored the sql statements.
TimedSQLEncoderThis class encodes the diffs while collecting statistical information.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-tree.html new file mode 100644 index 00000000..fc4118de --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding
    +
+

+Interface Hierarchy +

+
    +
  • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-use.html new file mode 100644 index 00000000..b4437b77 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/codec/package-use.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
SQLEncoder + +
+          This creates the SQL statements
SQLEncoderInterface + +
+          The SQLEncoderInterface provides the link to the SQLEncoder who will define + the formatting of the output.
SQLEncoding + +
+          This class is used to stored the sql statements.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
DataFileEncoder + +
+          Alternative to the SQLEncoder - writes data files instead of UNCOMPRESSED dumps
SQLEncoderInterface + +
+          The SQLEncoderInterface provides the link to the SQLEncoder who will define + the formatting of the output.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-frame.html new file mode 100644 index 00000000..40c5e065 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump + + + + +
+Interfaces  + +
+WriterInterface
+ + + + + + +
+Classes  + +
+SQLEscape
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-summary.html new file mode 100644 index 00000000..379e9333 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-summary.html @@ -0,0 +1,173 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump +

+ + + + + + + + + +
+Interface Summary
WriterInterfaceThe WriterInterface symbolizes the link to the output writer.
+  + +

+ + + + + + + + + +
+Class Summary
SQLEscapeThe single method SQLEscape#removeEscapes removes all unwished escape + characters from a string to make is UNCOMPRESSED conform.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-tree.html new file mode 100644 index 00000000..9a49b6f9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape
    +
+

+Interface Hierarchy +

+
    +
  • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-use.html new file mode 100644 index 00000000..44d7e359 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
WriterInterface + +
+          The WriterInterface symbolizes the link to the output writer.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileArchiveWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileArchiveWriter.html new file mode 100644 index 00000000..6f37cdc7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileArchiveWriter.html @@ -0,0 +1,412 @@ + + + + + + + +DataFileArchiveWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class DataFileArchiveWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
+
public class DataFileArchiveWriter
extends Object
implements WriterInterface
+ + +

+This class writes the output to an archive. +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+protected  DataFileEncoderdataFileEncoder + +
+          Reference to the SQLEncoder
+  + + + + + + + + + + +
+Constructor Summary
DataFileArchiveWriter(String outputName) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+protected  voidwriteHeader() + +
+          Creates a new output file and writes the header information.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+dataFileEncoder

+
+protected DataFileEncoder dataFileEncoder
+
+
Reference to the SQLEncoder +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DataFileArchiveWriter

+
+public DataFileArchiveWriter(String outputName)
+                      throws IOException,
+                             ConfigurationException,
+                             LoggingException
+
+
(Constructor) Creates a new SQLArchiveWriter object. +

+

+
Parameters:
outputName - Name of the sql consumer
logger - Reference to a logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database.
+
+
+
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send it to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+writeHeader

+
+protected void writeHeader()
+                    throws ConfigurationException,
+                           IOException
+
+
Creates a new output file and writes the header information. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
IOException - if an error occurred while writing a file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileWriter.html new file mode 100644 index 00000000..36cb08b7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/DataFileWriter.html @@ -0,0 +1,412 @@ + + + + + + + +DataFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class DataFileWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
+
public class DataFileWriter
extends Object
implements WriterInterface
+ + +

+This class writes the output to a data file (not an sql file) +

+ +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+protected  DataFileEncoderdataFileEncoder + +
+          Reference to the DataFileEncoder
+  + + + + + + + + + + +
+Constructor Summary
DataFileWriter(String outputName) + +
+          (Constructor) Creates a new SQLFileWriter object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+protected  voidwriteHeader() + +
+          Creates a new output file and writes the header information.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+dataFileEncoder

+
+protected DataFileEncoder dataFileEncoder
+
+
Reference to the DataFileEncoder +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+DataFileWriter

+
+public DataFileWriter(String outputName)
+               throws IOException,
+                      ConfigurationException,
+                      LoggingException
+
+
(Constructor) Creates a new SQLFileWriter object. +

+

+
Parameters:
outputName - Name of the sql consumer
logger - Reference to a logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database.
+
+
+
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send it to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+writeHeader

+
+protected void writeHeader()
+                    throws ConfigurationException,
+                           IOException
+
+
Creates a new output file and writes the header information. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
IOException - if an error occurred while writing a file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/OutputFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/OutputFactory.html new file mode 100644 index 00000000..0612c3a9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/OutputFactory.html @@ -0,0 +1,256 @@ + + + + + + + +OutputFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class OutputFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory
+
+
+
+
public class OutputFactory
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
OutputFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static OutputStreamgetOutputStream(String archivePath) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+OutputFactory

+
+public OutputFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getOutputStream

+
+public static OutputStream getOutputStream(String archivePath)
+                                    throws ConfigurationException
+
+
+ +
Throws: +
ConfigurationException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLArchiveWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLArchiveWriter.html new file mode 100644 index 00000000..0aea38f0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLArchiveWriter.html @@ -0,0 +1,437 @@ + + + + + + + +SQLArchiveWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class SQLArchiveWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
Direct Known Subclasses:
TimedSQLArchiveWriter
+
+
+
+
public class SQLArchiveWriter
extends Object
implements WriterInterface
+ + +

+This class writes the output to an archive. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  Loggerlogger + +
+          Reference to the logger
+protected  SQLEncoderInterfacesqlEncoder + +
+          Reference to the SQLEncoder
+  + + + + + + + + + + +
+Constructor Summary
SQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLArchiveWriter object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+protected  voidwriteHeader() + +
+          Creates a new output file and writes the header information.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+logger

+
+protected Logger logger
+
+
Reference to the logger +

+

+
+
+
+ +

+sqlEncoder

+
+protected SQLEncoderInterface sqlEncoder
+
+
Reference to the SQLEncoder +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+SQLArchiveWriter

+
+public SQLArchiveWriter(String outputName,
+                        Logger logger)
+                 throws IOException,
+                        ConfigurationException,
+                        LoggingException
+
+
(Constructor) Creates a new SQLArchiveWriter object. +

+

+
Parameters:
outputName - Name of the sql consumer
logger - Reference to a logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database.
+
+
+
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send it to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+writeHeader

+
+protected void writeHeader()
+                    throws ConfigurationException,
+                           IOException
+
+
Creates a new output file and writes the header information. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
IOException - if an error occurred while writing a file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLDatabaseWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLDatabaseWriter.html new file mode 100644 index 00000000..19274f0a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLDatabaseWriter.html @@ -0,0 +1,405 @@ + + + + + + + +SQLDatabaseWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class SQLDatabaseWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
Direct Known Subclasses:
TimedSQLDatabaseWriter
+
+
+
+
public class SQLDatabaseWriter
extends Object
implements WriterInterface
+ + +

+This class writes the output to a database. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  Loggerlogger + +
+          Reference to the logger
+protected  SQLEncoderInterfacesqlEncoder + +
+          Reference to the sql encoder
+  + + + + + + + + + + +
+Constructor Summary
SQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new SQLDatabaseWriter object.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+logger

+
+protected Logger logger
+
+
Reference to the logger +

+

+
+
+
+ +

+sqlEncoder

+
+protected SQLEncoderInterface sqlEncoder
+
+
Reference to the sql encoder +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+SQLDatabaseWriter

+
+public SQLDatabaseWriter(Logger logger)
+                  throws ConfigurationException,
+                         LoggingException
+
+
(Constructor) Creates a new SQLDatabaseWriter object. +

+

+
Parameters:
logger - Reference to the logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws SQLException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database. +
SQLException
+
+
+
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send it to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLFileWriter.html new file mode 100644 index 00000000..876fc9d1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/SQLFileWriter.html @@ -0,0 +1,437 @@ + + + + + + + +SQLFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class SQLFileWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
Direct Known Subclasses:
TimedSQLFileWriter
+
+
+
+
public class SQLFileWriter
extends Object
implements WriterInterface
+ + +

+This class writes the output to a file. +

+ +

+


+ +

+ + + + + + + + + + + + + + + +
+Field Summary
+protected  Loggerlogger + +
+          Reference to the logger
+protected  SQLEncoderInterfacesqlEncoder + +
+          Reference to the SQLEncoder
+  + + + + + + + + + + +
+Constructor Summary
SQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new SQLFileWriter object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+protected  voidwriteHeader() + +
+          Creates a new output file and writes the header information.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+logger

+
+protected Logger logger
+
+
Reference to the logger +

+

+
+
+
+ +

+sqlEncoder

+
+protected SQLEncoderInterface sqlEncoder
+
+
Reference to the SQLEncoder +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+SQLFileWriter

+
+public SQLFileWriter(String outputName,
+                     Logger logger)
+              throws IOException,
+                     ConfigurationException,
+                     LoggingException
+
+
(Constructor) Creates a new SQLFileWriter object. +

+

+
Parameters:
outputName - Name of the sql consumer
logger - Reference to a logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database.
+
+
+
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send it to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+writeHeader

+
+protected void writeHeader()
+                    throws ConfigurationException,
+                           IOException
+
+
Creates a new output file and writes the header information. +

+

+
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
IOException - if an error occurred while writing a file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLArchiveWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLArchiveWriter.html new file mode 100644 index 00000000..d69ce3cc --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLArchiveWriter.html @@ -0,0 +1,376 @@ + + + + + + + +TimedSQLArchiveWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class TimedSQLArchiveWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
+
public class TimedSQLArchiveWriter
extends SQLArchiveWriter
+ + +

+This class writes the output to an archive while collecting statistical + information. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter
logger
+  + + + + + + + + + + +
+Constructor Summary
TimedSQLArchiveWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter
writeHeader
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimedSQLArchiveWriter

+
+public TimedSQLArchiveWriter(String outputName,
+                             Logger logger)
+                      throws IOException,
+                             ConfigurationException,
+                             LoggingException
+
+
(Constructor) Creates a new TimedSQLFileWriter object. +

+

+
Parameters:
outputName - Name of the sql consumer
logger - Reference to a logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
Overrides:
init in class SQLArchiveWriter
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send him to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
Overrides:
process in class SQLArchiveWriter
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
Overrides:
close in class SQLArchiveWriter
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLDatabaseWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLDatabaseWriter.html new file mode 100644 index 00000000..d4537db8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLDatabaseWriter.html @@ -0,0 +1,364 @@ + + + + + + + +TimedSQLDatabaseWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class TimedSQLDatabaseWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
+
public class TimedSQLDatabaseWriter
extends SQLDatabaseWriter
+ + +

+This class writes the output to a database while collecting statistical + information. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter
logger
+  + + + + + + + + + + +
+Constructor Summary
TimedSQLDatabaseWriter(Logger logger) + +
+          (Constructor) Creates a new TimedSQLDatabaseWriter object.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimedSQLDatabaseWriter

+
+public TimedSQLDatabaseWriter(Logger logger)
+                       throws ConfigurationException,
+                              LoggingException
+
+
(Constructor) Creates a new TimedSQLDatabaseWriter object. +

+

+
Parameters:
logger - Reference to the logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
Overrides:
init in class SQLDatabaseWriter
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send him to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
Overrides:
process in class SQLDatabaseWriter
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+close

+
+public void close()
+           throws SQLException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
Overrides:
close in class SQLDatabaseWriter
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database. +
SQLException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLFileWriter.html new file mode 100644 index 00000000..29f04e9d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/TimedSQLFileWriter.html @@ -0,0 +1,376 @@ + + + + + + + +TimedSQLFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+Class TimedSQLFileWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter
+
+
+
All Implemented Interfaces:
WriterInterface
+
+
+
+
public class TimedSQLFileWriter
extends SQLFileWriter
+ + +

+This class writes the output to a file while collecting statistical + information. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter
logger
+  + + + + + + + + + + +
+Constructor Summary
TimedSQLFileWriter(String outputName, + Logger logger) + +
+          (Constructor) Creates a new TimedSQLFileWriter object.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          This method will close the connection to the output.
+protected  voidinit() + +
+          Creates the sql encoder.
+ voidprocess(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter
writeHeader
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimedSQLFileWriter

+
+public TimedSQLFileWriter(String outputName,
+                          Logger logger)
+                   throws IOException,
+                          ConfigurationException,
+                          LoggingException
+
+
(Constructor) Creates a new TimedSQLFileWriter object. +

+

+
Parameters:
outputName - Name of the sql consumer
logger - Reference to a logger +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+init

+
+protected void init()
+             throws ConfigurationException,
+                    LoggingException
+
+
Creates the sql encoder. +

+

+
Overrides:
init in class SQLFileWriter
+
+
+ +
Throws: +
ConfigurationException - if an error occurred while accessing the configuration +
LoggingException - if an error occurred while accessing the logger
+
+
+
+ +

+process

+
+public void process(Task<Diff> task)
+             throws ConfigurationException,
+                    IOException,
+                    SQLConsumerException
+
+
This method will process the given DiffTask and send him to the specified + output. +

+

+
Specified by:
process in interface WriterInterface
Overrides:
process in class SQLFileWriter
+
+
+
Parameters:
task - DiffTask +
Throws: +
ConfigurationException - if problems occurred while initializing the components +
IOException - if problems occurred while writing the output (to file or + archive) +
SQLConsumerException - if problems occurred while writing the output (to the sql + producer database)
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
This method will close the connection to the output. +

+

+
Specified by:
close in interface WriterInterface
Overrides:
close in class SQLFileWriter
+
+
+ +
Throws: +
IOException - if problems occurred while closing the file or process. +
SQLConsumerException - if problems occurred while closing the connection to the + database.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileArchiveWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileArchiveWriter.html new file mode 100644 index 00000000..87df672f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileArchiveWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileWriter.html new file mode 100644 index 00000000..ed64f3cd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/DataFileWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/OutputFactory.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/OutputFactory.html new file mode 100644 index 00000000..d130e1c6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/OutputFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLArchiveWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLArchiveWriter.html new file mode 100644 index 00000000..e3c3151a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLArchiveWriter.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter

+
+ + + + + + + + + +
+Packages that use SQLArchiveWriter
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of SQLArchiveWriter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + +
Subclasses of SQLArchiveWriter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+ classTimedSQLArchiveWriter + +
+          This class writes the output to an archive while collecting statistical + information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLDatabaseWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLDatabaseWriter.html new file mode 100644 index 00000000..db14b6f4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLDatabaseWriter.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter

+
+ + + + + + + + + +
+Packages that use SQLDatabaseWriter
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of SQLDatabaseWriter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + +
Subclasses of SQLDatabaseWriter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+ classTimedSQLDatabaseWriter + +
+          This class writes the output to a database while collecting statistical + information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLFileWriter.html new file mode 100644 index 00000000..b474b81e --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/SQLFileWriter.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter

+
+ + + + + + + + + +
+Packages that use SQLFileWriter
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + +
+Uses of SQLFileWriter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + +
Subclasses of SQLFileWriter in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+ classTimedSQLFileWriter + +
+          This class writes the output to a file while collecting statistical + information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLArchiveWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLArchiveWriter.html new file mode 100644 index 00000000..2cc9d6d9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLArchiveWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLDatabaseWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLDatabaseWriter.html new file mode 100644 index 00000000..ae769e4f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLDatabaseWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLFileWriter.html new file mode 100644 index 00000000..78ab5836 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/class-use/TimedSQLFileWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-frame.html new file mode 100644 index 00000000..ff2e7bbf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-frame.html @@ -0,0 +1,49 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer + + + + +
+Classes  + +
+DataFileArchiveWriter +
+DataFileWriter +
+OutputFactory +
+SQLArchiveWriter +
+SQLDatabaseWriter +
+SQLFileWriter +
+TimedSQLArchiveWriter +
+TimedSQLDatabaseWriter +
+TimedSQLFileWriter
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-summary.html new file mode 100644 index 00000000..940480f0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-summary.html @@ -0,0 +1,193 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DataFileArchiveWriterThis class writes the output to an archive.
DataFileWriterThis class writes the output to a data file (not an sql file)
OutputFactory 
SQLArchiveWriterThis class writes the output to an archive.
SQLDatabaseWriterThis class writes the output to a database.
SQLFileWriterThis class writes the output to a file.
TimedSQLArchiveWriterThis class writes the output to an archive while collecting statistical + information.
TimedSQLDatabaseWriterThis class writes the output to a database while collecting statistical + information.
TimedSQLFileWriterThis class writes the output to a file while collecting statistical + information.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-tree.html new file mode 100644 index 00000000..762cd536 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-tree.html @@ -0,0 +1,165 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter
      +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-use.html new file mode 100644 index 00000000..ca9e8c06 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/consumer/dump/writer/package-use.html @@ -0,0 +1,183 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
SQLArchiveWriter + +
+          This class writes the output to an archive.
SQLDatabaseWriter + +
+          This class writes the output to a database.
SQLFileWriter + +
+          This class writes the output to a file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/OutputType.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/OutputType.html new file mode 100644 index 00000000..d7644c27 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/OutputType.html @@ -0,0 +1,407 @@ + + + + + + + +OutputType (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data +
+Enum OutputType

+
+java.lang.Object
+  extended by java.lang.Enum<OutputType>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<OutputType>
+
+
+
+
public enum OutputType
extends Enum<OutputType>
+ + +

+This Enumerator list the possible output values. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ALTERNATE + +
+          The output will consist of a single or multiple alternate archives
BZIP2 + +
+          The output will consist of a single or multiple bzip2 archives
DATABASE + +
+          The output will be directly written into a database
SEVENZIP + +
+          The output will consist of a single or multiple 7z archives
UNCOMPRESSED + +
+          The output will consist of a single or multiple sql files
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static OutputTypeparse(String s) + +
+          Parses the given string.
+static OutputTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static OutputType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+UNCOMPRESSED

+
+public static final OutputType UNCOMPRESSED
+
+
The output will consist of a single or multiple sql files +

+

+
+
+
+ +

+SEVENZIP

+
+public static final OutputType SEVENZIP
+
+
The output will consist of a single or multiple 7z archives +

+

+
+
+
+ +

+BZIP2

+
+public static final OutputType BZIP2
+
+
The output will consist of a single or multiple bzip2 archives +

+

+
+
+
+ +

+ALTERNATE

+
+public static final OutputType ALTERNATE
+
+
The output will consist of a single or multiple alternate archives +

+

+
+
+
+ +

+DATABASE

+
+public static final OutputType DATABASE
+
+
The output will be directly written into a database +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static OutputType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (OutputType c : OutputType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static OutputType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+parse

+
+public static OutputType parse(String s)
+
+
Parses the given string. +

+

+
Parameters:
s - string +
Returns:
OutputTypes
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/SurrogateModes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/SurrogateModes.html new file mode 100644 index 00000000..0bae36ae --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/SurrogateModes.html @@ -0,0 +1,398 @@ + + + + + + + +SurrogateModes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data +
+Enum SurrogateModes

+
+java.lang.Object
+  extended by java.lang.Enum<SurrogateModes>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes
+
+
+
All Implemented Interfaces:
Serializable, Comparable<SurrogateModes>
+
+
+
+
public enum SurrogateModes
extends Enum<SurrogateModes>
+ + +

+This Enumerator lists the different method of how to handle surrogates. + + TODO: The surrogate mode implementations need a work over. + TODO Add documentation for surrogates +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
DISCARD_REST + +
+          Discard the rest of the article after a surrogate is detected + TODO COULD BE FAULTY.
DISCARD_REVISION + +
+          Discard revisions which contain surrogates (java default setting)
REPLACE + +
+          Replace the surrogate + TODO COULD BE FAULTY.
THROW_ERROR + +
+          Throw an error if a surrogate is detected + TODO COULD BE FAULTY.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static SurrogateModesparse(String s) + +
+          Parses the given string.
+static SurrogateModesvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static SurrogateModes[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+REPLACE

+
+public static final SurrogateModes REPLACE
+
+
Replace the surrogate + TODO COULD BE FAULTY. CHECK BEFORE USING!!! DISABLED FOR NOW! +

+

+
+
+
+ +

+THROW_ERROR

+
+public static final SurrogateModes THROW_ERROR
+
+
Throw an error if a surrogate is detected + TODO COULD BE FAULTY. CHECK BEFORE USING!!! DISABLED FOR NOW! +

+

+
+
+
+ +

+DISCARD_REST

+
+public static final SurrogateModes DISCARD_REST
+
+
Discard the rest of the article after a surrogate is detected + TODO COULD BE FAULTY. CHECK BEFORE USING!!! DISABLED FOR NOW! +

+

+
+
+
+ +

+DISCARD_REVISION

+
+public static final SurrogateModes DISCARD_REVISION
+
+
Discard revisions which contain surrogates (java default setting) +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static SurrogateModes[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (SurrogateModes c : SurrogateModes.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static SurrogateModes valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+parse

+
+public static SurrogateModes parse(String s)
+
+
Parses the given string. +

+

+
Parameters:
s - string +
Returns:
SurrogateModes
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveDescription.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveDescription.html new file mode 100644 index 00000000..3a077107 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveDescription.html @@ -0,0 +1,358 @@ + + + + + + + +ArchiveDescription (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +
+Class ArchiveDescription

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription
+
+
+
+
public class ArchiveDescription
extends Object
+ + +

+This class represents a description of an input file. + + TODO: The start position is currently unused. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ArchiveDescription(InputType type, + String path) + +
+          (Constructor) Creates a new ArchiveDescription
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ StringgetPath() + +
+          Returns the path.
+ longgetStartPosition() + +
+          Returns the start position.
+ InputTypegetType() + +
+          Returns the InputType.
+ voidsetStartPosition(long startPosition) + +
+          Sets the start position.
+ StringtoString() + +
+          Returns the string representation of this object.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArchiveDescription

+
+public ArchiveDescription(InputType type,
+                          String path)
+
+
(Constructor) Creates a new ArchiveDescription +

+

+
Parameters:
type - InputType
path - Path
+
+ + + + + + + + +
+Method Detail
+ +

+getPath

+
+public String getPath()
+
+
Returns the path. +

+

+ +
Returns:
path
+
+
+
+ +

+getStartPosition

+
+public long getStartPosition()
+
+
Returns the start position. +

+

+ +
Returns:
start position
+
+
+
+ +

+getType

+
+public InputType getType()
+
+
Returns the InputType. +

+

+ +
Returns:
InputType
+
+
+
+ +

+setStartPosition

+
+public void setStartPosition(long startPosition)
+
+
Sets the start position. +

+

+
Parameters:
startPosition - start position
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the string representation of this object. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
[InputType, path]
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveManager.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveManager.html new file mode 100644 index 00000000..3d50b1a3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/ArchiveManager.html @@ -0,0 +1,342 @@ + + + + + + + +ArchiveManager (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +
+Class ArchiveManager

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager
+
+
+
+
public class ArchiveManager
extends Object
+ + +

+DiffManager Manages the data contained by the ArchiveProducer +

+ +

+

+
Version:
+
0.5.0
+
Author:
+
Simon Kulessa
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
ArchiveManager() + +
+          (Constructor) Creates the ArchiveManager.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ArchiveDescriptiongetArchive() + +
+          Returns an archive.
+ booleanhasArchive() + +
+          Returns whether an archive is available or not.
+ intsize() + +
+          Returns the number of remaining archives.
+ StringtoString() + +
+          Returns the string representation of the ArchiveManager's content.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArchiveManager

+
+public ArchiveManager()
+               throws ConfigurationException
+
+
(Constructor) Creates the ArchiveManager. +

+

+ +
Throws: +
ConfigurationException - if an error occurs while accessing the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+hasArchive

+
+public boolean hasArchive()
+
+
Returns whether an archive is available or not. +

+

+ +
Returns:
TRUE | FALSE
+
+
+
+ +

+getArchive

+
+public ArchiveDescription getArchive()
+
+
Returns an archive. +

+

+ +
Returns:
ArchiveDescription or NULL if no archive is available
+
+
+
+ +

+size

+
+public int size()
+
+
Returns the number of remaining archives. +

+

+ +
Returns:
number of available archives
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the string representation of the ArchiveManager's content. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
[ number of archives ]
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/InputType.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/InputType.html new file mode 100644 index 00000000..11d92495 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/InputType.html @@ -0,0 +1,374 @@ + + + + + + + +InputType (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +
+Enum InputType

+
+java.lang.Object
+  extended by java.lang.Enum<InputType>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType
+
+
+
All Implemented Interfaces:
Serializable, Comparable<InputType>
+
+
+
+
public enum InputType
extends Enum<InputType>
+ + +

+This class represents an enumeration of the input type. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
BZIP2 + +
+          BZip2 Compressed XML Input
SEVENZIP + +
+          SevenZip Compressed XML Input
XML + +
+          Uncompressed XML Input
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static InputTypeparse(String s) + +
+          Parses the string representation to the related InputType.
+static InputTypevalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static InputType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+XML

+
+public static final InputType XML
+
+
Uncompressed XML Input +

+

+
+
+
+ +

+SEVENZIP

+
+public static final InputType SEVENZIP
+
+
SevenZip Compressed XML Input +

+

+
+
+
+ +

+BZIP2

+
+public static final InputType BZIP2
+
+
BZip2 Compressed XML Input +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static InputType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (InputType c : InputType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static InputType valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+parse

+
+public static InputType parse(String s)
+
+
Parses the string representation to the related InputType. +

+

+
Parameters:
s - String representation of the InputType. +
Returns:
InputType Enumerator +
Throws: +
IllegalArgumentException - if the parsed String does not match with one of the + enumerators
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveDescription.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveDescription.html new file mode 100644 index 00000000..7b0b992f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveDescription.html @@ -0,0 +1,400 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use ArchiveDescription
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive  
+  +

+ + + + + +
+Uses of ArchiveDescription in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type ArchiveDescription
+static voidArticleConsumerLogMessages.logArchiveRetrieved(Logger logger, + ArchiveDescription archive) + +
+          Logs the retiraval of an archive desriptor.
+static voidArticleConsumerLogMessages.logErrorRetrieveArchive(Logger logger, + ArchiveDescription archive, + Error e) + +
+          Logs the occurance of an error while retrieving the input file.
+static voidArticleConsumerLogMessages.logExceptionRetrieveArchive(Logger logger, + ArchiveDescription archive, + Exception e) + +
+          Logs the occurance of an exception while retrieving the input file.
+static voidArticleConsumerLogMessages.logNoMoreArticles(Logger logger, + ArchiveDescription archive) + +
+          Logs that no more articles are available.
+  +

+ + + + + +
+Uses of ArchiveDescription in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config that return types with arguments of type ArchiveDescription
+ List<ArchiveDescription>ConfigurationManager.getArchiveList() + +
+          Returns the list of input archives.
+  +

+ + + + + +
+Uses of ArchiveDescription in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return ArchiveDescription
+ ArchiveDescriptionArchiveRegistry.get(int index) + +
+          Returns the archive at the specified position.
+ ArchiveDescriptionConfigSettings.getArchiveDescription(int index) + +
+          Returns the input archive at the specified position.
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return types with arguments of type ArchiveDescription
+ Iterator<ArchiveDescription>ConfigSettings.archiveIterator() + +
+          Returns an iterator over the input archive list.
+ List<ArchiveDescription>ConfigSettings.getArchiveList() + +
+          Returns the list of input archives.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type ArchiveDescription
+ voidConfigSettings.add(ArchiveDescription archive) + +
+          Adds an input archive description object to the input archive list.
+ voidConfigController.addArchive(ArchiveDescription archive) + +
+          Adds an archive to the archive registry.
+ voidArchiveRegistry.addArchive(ArchiveDescription description) + +
+          Adds an archive description.
+  +

+ + + + + +
+Uses of ArchiveDescription in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader with parameters of type ArchiveDescription
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive) + +
+          Returns an ArticleReader which reads the specified input file.
+static ArticleReaderInterfaceInputFactory.getTaskReader(ArchiveDescription archive, + ArticleFilter checker) + +
+          Returns an ArticleReader which reads the specified input file.
+  +

+ + + + + +
+Uses of ArchiveDescription in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive that return ArchiveDescription
+ ArchiveDescriptionArchiveManager.getArchive() + +
+          Returns an archive.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveManager.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveManager.html new file mode 100644 index 00000000..c8c91846 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/ArchiveManager.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/InputType.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/InputType.html new file mode 100644 index 00000000..cc803975 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/class-use/InputType.html @@ -0,0 +1,221 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType

+
+ + + + + + + + + +
+Packages that use InputType
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive  
+  +

+ + + + + +
+Uses of InputType in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive that return InputType
+ InputTypeArchiveDescription.getType() + +
+          Returns the InputType.
+static InputTypeInputType.parse(String s) + +
+          Parses the string representation to the related InputType.
+static InputTypeInputType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static InputType[]InputType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive with parameters of type InputType
ArchiveDescription(InputType type, + String path) + +
+          (Constructor) Creates a new ArchiveDescription
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-frame.html new file mode 100644 index 00000000..413f24b3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-frame.html @@ -0,0 +1,46 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive + + + + +
+Classes  + +
+ArchiveDescription +
+ArchiveManager
+ + + + + + +
+Enums  + +
+InputType
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-summary.html new file mode 100644 index 00000000..4dfc5815 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-summary.html @@ -0,0 +1,176 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +

+ + + + + + + + + + + + + +
+Class Summary
ArchiveDescriptionThis class represents a description of an input file.
ArchiveManagerDiffManager Manages the data contained by the ArchiveProducer
+  + +

+ + + + + + + + + +
+Enum Summary
InputTypeThis class represents an enumeration of the input type.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-tree.html new file mode 100644 index 00000000..e5a08f62 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-tree.html @@ -0,0 +1,164 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-use.html new file mode 100644 index 00000000..07569a49 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/archive/package-use.html @@ -0,0 +1,253 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
ArchiveDescription + +
+          This class represents a description of an input file.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
ArchiveDescription + +
+          This class represents a description of an input file.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ArchiveDescription + +
+          This class represents a description of an input file.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
ArchiveDescription + +
+          This class represents a description of an input file.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
ArchiveDescription + +
+          This class represents a description of an input file.
InputType + +
+          This class represents an enumeration of the input type.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/OutputType.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/OutputType.html new file mode 100644 index 00000000..b775f68c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/OutputType.html @@ -0,0 +1,198 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType

+
+ + + + + + + + + +
+Packages that use OutputType
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data  
+  +

+ + + + + +
+Uses of OutputType in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data that return OutputType
+static OutputTypeOutputType.parse(String s) + +
+          Parses the given string.
+static OutputTypeOutputType.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static OutputType[]OutputType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/SurrogateModes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/SurrogateModes.html new file mode 100644 index 00000000..16764ebf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/class-use/SurrogateModes.html @@ -0,0 +1,243 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes

+
+ + + + + + + + + + + + + +
+Packages that use SurrogateModes
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data  
+  +

+ + + + + +
+Uses of SurrogateModes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control that return SurrogateModes
+ SurrogateModesConfigController.getSurrogates() + +
+          Returns the surrogate mode.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control with parameters of type SurrogateModes
+ voidConfigController.setSurrogates(SurrogateModes surrogates) + +
+          Sets the surrogate mode.
+  +

+ + + + + +
+Uses of SurrogateModes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data that return SurrogateModes
+static SurrogateModesSurrogateModes.parse(String s) + +
+          Parses the given string.
+static SurrogateModesSurrogateModes.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static SurrogateModes[]SurrogateModes.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitReader.html new file mode 100644 index 00000000..e4edf137 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitReader.html @@ -0,0 +1,346 @@ + + + + + + + +BitReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+Class BitReader

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader
+
+
+
+
public class BitReader
extends Object
+ + +

+The BitReader buffers a byte-array. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
BitReader(byte[] input) + +
+          Constructor of the BitReader
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intread(int length) + +
+          Reads the next length-bits from the input.
+ intreadBit() + +
+          Reads the next bit from the input.
+ intreadByte() + +
+          Reads the next character in the input Note: The current content of the + buffer will be deleted.
+ voidskip() + +
+          Resets the buffer.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BitReader

+
+public BitReader(byte[] input)
+
+
Constructor of the BitReader +

+

+
Parameters:
input - byte input array
+
+ + + + + + + + +
+Method Detail
+ +

+readBit

+
+public int readBit()
+            throws DecodingException
+
+
Reads the next bit from the input. +

+

+ +
Returns:
0 or 1 +
Throws: +
DecodingException - if the decoding failed
+
+
+
+ +

+read

+
+public int read(int length)
+         throws DecodingException
+
+
Reads the next length-bits from the input. + + The maximum value of bits that could be read is 31. (Maximum value of a + positive number that could be stored in an integer without any + conversion.) +

+

+
Parameters:
length - number of bits to read +
Returns:
content as integer value or -1 if the end of the stream has been + reached +
Throws: +
DecodingException - if the decoding failed
+
+
+
+ +

+skip

+
+public void skip()
+
+
Resets the buffer. +

+

+
+
+
+
+ +

+readByte

+
+public int readByte()
+             throws DecodingException
+
+
Reads the next character in the input Note: The current content of the + buffer will be deleted. This method should only be used for reading the + textual content of the diff-part. +

+

+ +
Returns:
the next character in the string +
Throws: +
DecodingException - if the decoding failed
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitWriter.html new file mode 100644 index 00000000..2367479b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/BitWriter.html @@ -0,0 +1,382 @@ + + + + + + + +BitWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+Class BitWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter
+
+
+
+
public class BitWriter
extends Object
+ + +

+The BitWriter buffers bit that will be written byte-by-byte to an output + stream. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
BitWriter() + +
+          Constructor Creates a BitWriter with a standard buffer.
BitWriter(int length) + +
+          Constructor Creates a BitWriter with a byte buffer of the given length.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ byte[]toByteArray() + +
+          Returns the content of the buffer as byte-array.
+ voidwrite(byte[] bText) + +
+          Writes the byte array to the buffer.
+ voidwriteBit(int bit) + +
+          Writes a single bit to the buffer.
+ voidwriteFillBits() + +
+          The currently used buffer will be filled with zero bits before is is + written in the buffer.
+ voidwriteValue(int length, + int value) + +
+          Writes a positive integer to the buffer.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BitWriter

+
+public BitWriter(int length)
+
+
Constructor Creates a BitWriter with a byte buffer of the given length. +

+

+
Parameters:
length - Length of the byte buffer
+
+
+ +

+BitWriter

+
+public BitWriter()
+
+
Constructor Creates a BitWriter with a standard buffer. +

+

+ + + + + + + + +
+Method Detail
+ +

+writeBit

+
+public void writeBit(int bit)
+              throws EncodingException
+
+
Writes a single bit to the buffer. +

+

+
Parameters:
bit - 0 or 1 +
Throws: +
EncodingException - if the input is neither 0 nor 1.
+
+
+
+ +

+writeValue

+
+public void writeValue(int length,
+                       int value)
+                throws EncodingException
+
+
Writes a positive integer to the buffer. +

+

+
Parameters:
length - the number of bits to write
value - an integer value +
Throws: +
EncodingException - if the length of the input is more than 31 bits.
+
+
+
+ +

+write

+
+public void write(byte[] bText)
+           throws EncodingException
+
+
Writes the byte array to the buffer. The currently used buffer will be + filled with zero bits before is is written in front of the byte-array. +

+

+
Parameters:
bText - byte array +
Throws: +
EncodingException - if the writing fails
+
+
+
+ +

+writeFillBits

+
+public void writeFillBits()
+                   throws EncodingException
+
+
The currently used buffer will be filled with zero bits before is is + written in the buffer. +

+

+ +
Throws: +
EncodingException - if the writing fails
+
+
+
+ +

+toByteArray

+
+public byte[] toByteArray()
+
+
Returns the content of the buffer as byte-array. +

+

+ +
Returns:
byte-array
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionCodecData.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionCodecData.html new file mode 100644 index 00000000..626a8b8f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionCodecData.html @@ -0,0 +1,492 @@ + + + + + + + +RevisionCodecData (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+Class RevisionCodecData

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData
+
+
+
+
public class RevisionCodecData
extends Object
+ + +

+The RevisionCodecData class contains all necessary information to encode the + diff information. + + Block C 3bit operation value Block S start position Block E length (end + position = start position + length) Block B block id Block L length of the t + block Block T block containing L bytes data +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
RevisionCodecData() + +
+          Constructor Creates a new RevisionCodecData object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidcheckBlocksizeB(int value) + +
+          Gathers the information about an b block.
+ voidcheckBlocksizeE(int value) + +
+          Gathers the information about an e block.
+ voidcheckBlocksizeL(int value) + +
+          Gathers the information about an l block.
+ voidcheckBlocksizeS(int value) + +
+          Gathers the information about an s block.
+ intgetBlocksizeB() + +
+          Returns the number of bits used to encode a B block.
+ intgetBlocksizeE() + +
+          Returns the number of bits used to encode a E block.
+ intgetBlocksizeL() + +
+          Returns the number of bits used to encode a L block.
+ intgetBlocksizeS() + +
+          Returns the number of bits used to encode a S block.
+ booleanisConverted() + +
+          Whether the information has already converted to the log2 basis or not.
+ StringtoString() + +
+          String representation of the revision codec data.
+ inttotalSizeInBits() + +
+          Converts the input information into their log2 values.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionCodecData

+
+public RevisionCodecData()
+
+
Constructor Creates a new RevisionCodecData object. +

+

+ + + + + + + + +
+Method Detail
+ +

+checkBlocksizeS

+
+public void checkBlocksizeS(int value)
+
+
Gathers the information about an s block. +

+

+
Parameters:
value - start position
+
+
+
+ +

+checkBlocksizeE

+
+public void checkBlocksizeE(int value)
+
+
Gathers the information about an e block. +

+

+
Parameters:
value - length of the diff-block
+
+
+
+ +

+checkBlocksizeB

+
+public void checkBlocksizeB(int value)
+
+
Gathers the information about an b block. +

+

+
Parameters:
value - block id
+
+
+
+ +

+checkBlocksizeL

+
+public void checkBlocksizeL(int value)
+
+
Gathers the information about an l block. +

+

+
Parameters:
value - length of the text block
+
+
+
+ +

+totalSizeInBits

+
+public int totalSizeInBits()
+
+
Converts the input information into their log2 values. If an operation is + contained in the diff, the minimum number of bits used to encode this + block is 1 byte. +

+

+ +
Returns:
number of bytes needed to encode the associated diff
+
+
+
+ +

+getBlocksizeB

+
+public int getBlocksizeB()
+
+
Returns the number of bits used to encode a B block. This method is + intended to used after the conversion. +

+

+ +
Returns:
block bit-length
+
+
+
+ +

+getBlocksizeE

+
+public int getBlocksizeE()
+
+
Returns the number of bits used to encode a E block. This method is + intended to used after the conversion. +

+

+ +
Returns:
block bit-length
+
+
+
+ +

+getBlocksizeL

+
+public int getBlocksizeL()
+
+
Returns the number of bits used to encode a L block. This method is + intended to used after the conversion. +

+

+ +
Returns:
block bit-length
+
+
+
+ +

+getBlocksizeS

+
+public int getBlocksizeS()
+
+
Returns the number of bits used to encode a S block. This method is + intended to used after the conversion. +

+

+ +
Returns:
block bit-length
+
+
+
+ +

+toString

+
+public String toString()
+
+
String representation of the revision codec data. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
string representation
+
+
+
+ +

+isConverted

+
+public boolean isConverted()
+
+
Whether the information has already converted to the log2 basis or not. +

+

+ +
Returns:
conversion information
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionDecoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionDecoder.html new file mode 100644 index 00000000..cd363147 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionDecoder.html @@ -0,0 +1,363 @@ + + + + + + + +RevisionDecoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+Class RevisionDecoder

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder
+
+
+
+
public class RevisionDecoder
extends Object
+ + +

+The RevisionDecoder class contains methods to decode an encoded diff + information. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
RevisionDecoder(byte[] input) + +
+          (Constructor) Creates a new RevisionDecoder object.
RevisionDecoder(String wikipediaEncoding) + +
+          (Constructor) Creates a new RevisionDecoder object.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ Diffdecode() + +
+          Decodes the information and returns the Diff.
+ voidsetInput(byte[] input) + +
+          Assigns the binary input.
+ voidsetInput(InputStream input, + boolean binary) + +
+          Assigns an input stream.
+ voidsetInput(String input) + +
+          Assigns base 64 encoded input.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionDecoder

+
+public RevisionDecoder(String wikipediaEncoding)
+
+
(Constructor) Creates a new RevisionDecoder object. +

+

+
Parameters:
wikipediaEncoding - Character encoding
+
+
+ +

+RevisionDecoder

+
+public RevisionDecoder(byte[] input)
+                throws ConfigurationException
+
+
(Constructor) Creates a new RevisionDecoder object. +

+

+
Parameters:
input - binary encoded diff +
Throws: +
ConfigurationException - if an error occurs while accessing the configuration + parameters
+
+ + + + + + + + +
+Method Detail
+ +

+decode

+
+public Diff decode()
+            throws UnsupportedEncodingException,
+                   DecodingException
+
+
Decodes the information and returns the Diff. +

+

+ +
Returns:
Diff +
Throws: +
UnsupportedEncodingException - if the character encoding is unsupported +
DecodingException - if the decoding failed
+
+
+
+ +

+setInput

+
+public void setInput(byte[] input)
+
+
Assigns the binary input. +

+

+
Parameters:
input - binary encoded diff
+
+
+
+ +

+setInput

+
+public void setInput(InputStream input,
+                     boolean binary)
+              throws IOException
+
+
Assigns an input stream. +

+

+
Parameters:
input - Reference to an input stream
binary - flag, whether the data is binary or not +
Throws: +
IOException - if an error occurs while reading the stream
+
+
+
+ +

+setInput

+
+public void setInput(String input)
+              throws DecodingException
+
+
Assigns base 64 encoded input. +

+

+
Parameters:
input - base 64 encoded diff +
Throws: +
DecodingException - if the decoding fails
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoder.html new file mode 100644 index 00000000..e4d91c29 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoder.html @@ -0,0 +1,317 @@ + + + + + + + +RevisionEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+Class RevisionEncoder

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder
+
+
+
All Implemented Interfaces:
RevisionEncoderInterface
+
+
+
+
public class RevisionEncoder
extends Object
implements RevisionEncoderInterface
+ + +

+The RevisionApi class contains methods to encode the diff information. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
RevisionEncoder() + +
+          (Constructor) Creates a new RevisionEnocder object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ byte[]binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the binary encoding of the given Diff.
+ StringencodeDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the textual encoding of the given Diff.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionEncoder

+
+public RevisionEncoder()
+                throws ConfigurationException
+
+
(Constructor) Creates a new RevisionEnocder object. +

+

+ +
Throws: +
ConfigurationException - if an error occurs while accessing the configuration + parameters
+
+ + + + + + + + +
+Method Detail
+ +

+binaryDiff

+
+public byte[] binaryDiff(RevisionCodecData codecData,
+                         Diff diff)
+                  throws UnsupportedEncodingException,
+                         EncodingException
+
+
Description copied from interface: RevisionEncoderInterface
+
Returns the binary encoding of the given Diff. +

+

+
Specified by:
binaryDiff in interface RevisionEncoderInterface
+
+
+
Parameters:
codecData - CodecData used to encode the diff-data
diff - diff-data +
Returns:
binary encoded diff +
Throws: +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
EncodingException - if the encoding process fails
+
+
+
+ +

+encodeDiff

+
+public String encodeDiff(RevisionCodecData codecData,
+                         Diff diff)
+                  throws UnsupportedEncodingException,
+                         EncodingException
+
+
Description copied from interface: RevisionEncoderInterface
+
Returns the textual encoding of the given Diff. +

+

+
Specified by:
encodeDiff in interface RevisionEncoderInterface
+
+
+
Parameters:
codecData - CodecData used to encode the diff-data
diff - diff-data +
Returns:
base 64 encoded diff +
Throws: +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
EncodingException - if the encoding process fails
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoderInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoderInterface.html new file mode 100644 index 00000000..a416aff3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/RevisionEncoderInterface.html @@ -0,0 +1,255 @@ + + + + + + + +RevisionEncoderInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+Interface RevisionEncoderInterface

+
+
All Known Implementing Classes:
RevisionEncoder
+
+
+
+
public interface RevisionEncoderInterface
+ + +

+The RevisionApi Interface describes the link to the diff encoding unit. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ byte[]binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the binary encoding of the given Diff.
+ StringencodeDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the textual encoding of the given Diff.
+  +

+ + + + + + + + +
+Method Detail
+ +

+encodeDiff

+
+String encodeDiff(RevisionCodecData codecData,
+                  Diff diff)
+                  throws UnsupportedEncodingException,
+                         EncodingException
+
+
Returns the textual encoding of the given Diff. +

+

+
Parameters:
codecData - CodecData used to encode the diff-data
diff - diff-data +
Returns:
base 64 encoded diff +
Throws: +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
EncodingException - if the encoding process fails
+
+
+
+ +

+binaryDiff

+
+byte[] binaryDiff(RevisionCodecData codecData,
+                  Diff diff)
+                  throws UnsupportedEncodingException,
+                         EncodingException
+
+
Returns the binary encoding of the given Diff. +

+

+
Parameters:
codecData - CodecData used to encode the diff-data
diff - diff-data +
Returns:
binary encoded diff +
Throws: +
UnsupportedEncodingException - if the CharacterSet defined in the configuration is not + supported by JAVA. +
EncodingException - if the encoding process fails
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitReader.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitReader.html new file mode 100644 index 00000000..826e3ae6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitWriter.html new file mode 100644 index 00000000..04e10b1b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/BitWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionCodecData.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionCodecData.html new file mode 100644 index 00000000..21099999 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionCodecData.html @@ -0,0 +1,254 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData

+
+ + + + + + + + + + + + + +
+Packages that use RevisionCodecData
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + +
+Uses of RevisionCodecData in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec with parameters of type RevisionCodecData
+ byte[]RevisionEncoder.binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+           
+ byte[]RevisionEncoderInterface.binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the binary encoding of the given Diff.
+ StringRevisionEncoder.encodeDiff(RevisionCodecData codecData, + Diff diff) + +
+           
+ StringRevisionEncoderInterface.encodeDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the textual encoding of the given Diff.
+  +

+ + + + + +
+Uses of RevisionCodecData in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content that return RevisionCodecData
+ RevisionCodecDataDiff.getCodecData() + +
+          Returns the codec data.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content with parameters of type RevisionCodecData
+ voidDiff.setCodecData(RevisionCodecData codecData) + +
+          Sets the codec data.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionDecoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionDecoder.html new file mode 100644 index 00000000..c59c4c4b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionDecoder.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoder.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoder.html new file mode 100644 index 00000000..164384f7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoder.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoderInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoderInterface.html new file mode 100644 index 00000000..78089827 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/class-use/RevisionEncoderInterface.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoderInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoderInterface

+
+ + + + + + + + + +
+Packages that use RevisionEncoderInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
+  +

+ + + + + +
+Uses of RevisionEncoderInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec that implement RevisionEncoderInterface
+ classRevisionEncoder + +
+          The RevisionApi class contains methods to encode the diff information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-frame.html new file mode 100644 index 00000000..73caf9bd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-frame.html @@ -0,0 +1,52 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec + + + + +
+Interfaces  + +
+RevisionEncoderInterface
+ + + + + + +
+Classes  + +
+BitReader +
+BitWriter +
+RevisionCodecData +
+RevisionDecoder +
+RevisionEncoder
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-summary.html new file mode 100644 index 00000000..54486410 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-summary.html @@ -0,0 +1,191 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +

+ + + + + + + + + +
+Interface Summary
RevisionEncoderInterfaceThe RevisionApi Interface describes the link to the diff encoding unit.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
BitReaderThe BitReader buffers a byte-array.
BitWriterThe BitWriter buffers bit that will be written byte-by-byte to an output + stream.
RevisionCodecDataThe RevisionCodecData class contains all necessary information to encode the + diff information.
RevisionDecoderThe RevisionDecoder class contains methods to decode an encoded diff + information.
RevisionEncoderThe RevisionApi class contains methods to encode the diff information.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-tree.html new file mode 100644 index 00000000..9ea7a5fa --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoderInterface) +
    +
+

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-use.html new file mode 100644 index 00000000..91247dbd --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/codec/package-use.html @@ -0,0 +1,198 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
RevisionCodecData + +
+          The RevisionCodecData class contains all necessary information to encode the + diff information.
RevisionEncoderInterface + +
+          The RevisionApi Interface describes the link to the diff encoding unit.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
RevisionCodecData + +
+          The RevisionCodecData class contains all necessary information to encode the + diff information.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-frame.html new file mode 100644 index 00000000..ba2018e0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data + + + + +
+Enums  + +
+OutputType +
+SurrogateModes
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-summary.html new file mode 100644 index 00000000..e3e83239 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-summary.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data +

+ + + + + + + + + + + + + +
+Enum Summary
OutputTypeThis Enumerator list the possible output values.
SurrogateModesThis Enumerator lists the different method of how to handle surrogates.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-tree.html new file mode 100644 index 00000000..19bfb794 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-use.html new file mode 100644 index 00000000..fe24876a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/package-use.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
SurrogateModes + +
+          This Enumerator lists the different method of how to handle surrogates.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
OutputType + +
+          This Enumerator list the possible output values.
SurrogateModes + +
+          This Enumerator lists the different method of how to handle surrogates.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/ISizeable.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/ISizeable.html new file mode 100644 index 00000000..aaaaba3c --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/ISizeable.html @@ -0,0 +1,217 @@ + + + + + + + +ISizeable (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +
+Interface ISizeable

+
+
All Known Implementing Classes:
Diff, Revision
+
+
+
+
public interface ISizeable
+ + +

+This interface defines a method for size estimations. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ longbyteSize() + +
+          This method should return a size estimation of the data.
+  +

+ + + + + + + + +
+Method Detail
+ +

+byteSize

+
+long byteSize()
+
+
This method should return a size estimation of the data. +

+

+ +
Returns:
size estimation in byte
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/Task.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/Task.html new file mode 100644 index 00000000..dde3ede3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/Task.html @@ -0,0 +1,607 @@ + + + + + + + +Task (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +
+Class Task<D>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task<D>
+
+
+
Type Parameters:
D - Class of data the task contains
+
+
+
public class Task<D>
extends Object
+ + +

+The task class contains the information of a task. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
+ Task(ArticleInformation header, + int taskPartCounter) + +
+          Constructor - A new task object of the type TASK_FULL will be created.
+protected Task(TaskTypes taskType) + +
+          Constructor - A new task object of the specified type will be created.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(D data) + +
+          Adds data to this task.
+ intbyteSize() + +
+          Returns the size estimation of this task in bytes.
+static TaskcreateBannedTask() + +
+          Creates a banned task.
+static TaskcreateDummy() + +
+          Creates a dummy task without data.
+static TaskcreateEndTask() + +
+          Creates an end task.
+ Dget(int index) + +
+          Returns the data at the specified index.
+ ArrayList<D>getContainer() + +
+          Returns the data of this task.
+ ArticleInformationgetHeader() + +
+          Returns the reference to the article header.
+ intgetPartCounter() + +
+          Returns the part counter.
+ TaskTypesgetTaskType() + +
+          Returns the type of this task.
+ Iterator<D>iterator() + +
+          Returns an iterator over the data.
+ voidsetTaskType(TaskTypes taskType) + +
+          Returns the type of the task.
+ intsize() + +
+          Returns the number of data parts the task contains.
+ StringtoString() + +
+          Returns a string representation of the task.
+ StringuniqueIdentifier() + +
+          Returns an unique task identifier consisting of article id and part + counter.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Task

+
+protected Task(TaskTypes taskType)
+
+
Constructor - A new task object of the specified type will be created. +

+

+
Parameters:
taskType - Type of task
+
+
+ +

+Task

+
+public Task(ArticleInformation header,
+            int taskPartCounter)
+
+
Constructor - A new task object of the type TASK_FULL will be created. +

+

+
Parameters:
header - reference to the article information
taskPartCounter - task part counter
+
+ + + + + + + + +
+Method Detail
+ +

+createDummy

+
+public static Task createDummy()
+
+
Creates a dummy task without data. +

+

+ +
Returns:
dummy task
+
+
+
+ +

+createEndTask

+
+public static Task createEndTask()
+
+
Creates an end task. +

+

+ +
Returns:
end task
+
+
+
+ +

+createBannedTask

+
+public static Task createBannedTask()
+
+
Creates a banned task. +

+

+ +
Returns:
banned task
+
+
+
+ +

+getHeader

+
+public ArticleInformation getHeader()
+
+
Returns the reference to the article header. +

+

+
+
+
+
+ +

+getTaskType

+
+public TaskTypes getTaskType()
+
+
Returns the type of this task. +

+

+ +
Returns:
TaskType
+
+
+
+ +

+add

+
+public void add(D data)
+
+
Adds data to this task. +

+

+
Parameters:
data - Reference to the data object.
+
+
+
+ +

+getContainer

+
+public ArrayList<D> getContainer()
+
+
Returns the data of this task. +

+

+ +
Returns:
data
+
+
+
+ +

+get

+
+public D get(int index)
+
+
Returns the data at the specified index. + + The index will not be check whether it is out of range or not. If you do + not know the appropriate index call the size() method before calling this + method. +

+

+
Parameters:
index - index +
Returns:
data
+
+
+
+ +

+size

+
+public int size()
+
+
Returns the number of data parts the task contains. +

+

+ +
Returns:
number of data parts.
+
+
+
+ +

+iterator

+
+public Iterator<D> iterator()
+
+
Returns an iterator over the data. +

+

+ +
Returns:
Iterator
+
+
+
+ +

+byteSize

+
+public int byteSize()
+
+
Returns the size estimation of this task in bytes. + + The size can only be estimated if the data contains the ISizeable + interface. +

+

+ +
Returns:
size estimation
+
+
+
+ +

+setTaskType

+
+public void setTaskType(TaskTypes taskType)
+
+
Returns the type of the task. +

+

+
Parameters:
taskType - TaskType
+
+
+
+ +

+getPartCounter

+
+public int getPartCounter()
+
+
Returns the part counter. +

+

+ +
Returns:
Part counter
+
+
+
+ +

+uniqueIdentifier

+
+public String uniqueIdentifier()
+
+
Returns an unique task identifier consisting of article id and part + counter. +

+

+ +
Returns:
unique task identifier
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns a string representation of the task. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
string representation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/TaskTypes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/TaskTypes.html new file mode 100644 index 00000000..c189c703 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/TaskTypes.html @@ -0,0 +1,421 @@ + + + + + + + +TaskTypes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +
+Enum TaskTypes

+
+java.lang.Object
+  extended by java.lang.Enum<TaskTypes>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.TaskTypes
+
+
+
All Implemented Interfaces:
Serializable, Comparable<TaskTypes>
+
+
+
+
public enum TaskTypes
extends Enum<TaskTypes>
+ + +

+This Enumerator lists the different types of tasks. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
BANNED_TASK + +
+          if the article id is black listed
DUMMY + +
+          dummy task
ENDTASK + +
+          if this task is received from a consumer, it will shutdown afterwards
TASK_FULL + +
+          full task containing all revisions of one article
TASK_PARTIAL + +
+          task containing some revisions of one article
TASK_PARTIAL_FIRST + +
+          task containing the first part of revisions of one article
TASK_PARTIAL_LAST + +
+          task containing the last part of revisions from one article
+  + + + + + + + + + + + + + + + +
+Method Summary
+static TaskTypesvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static TaskTypes[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DUMMY

+
+public static final TaskTypes DUMMY
+
+
dummy task +

+

+
+
+
+ +

+ENDTASK

+
+public static final TaskTypes ENDTASK
+
+
if this task is received from a consumer, it will shutdown afterwards +

+

+
+
+
+ +

+BANNED_TASK

+
+public static final TaskTypes BANNED_TASK
+
+
if the article id is black listed +

+

+
+
+
+ +

+TASK_FULL

+
+public static final TaskTypes TASK_FULL
+
+
full task containing all revisions of one article +

+

+
+
+
+ +

+TASK_PARTIAL_FIRST

+
+public static final TaskTypes TASK_PARTIAL_FIRST
+
+
task containing the first part of revisions of one article +

+

+
+
+
+ +

+TASK_PARTIAL

+
+public static final TaskTypes TASK_PARTIAL
+
+
task containing some revisions of one article +

+

+
+
+
+ +

+TASK_PARTIAL_LAST

+
+public static final TaskTypes TASK_PARTIAL_LAST
+
+
task containing the last part of revisions from one article +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static TaskTypes[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (TaskTypes c : TaskTypes.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static TaskTypes valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/ISizeable.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/ISizeable.html new file mode 100644 index 00000000..b651e5a7 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/ISizeable.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable

+
+ + + + + + + + + + + + + +
+Packages that use ISizeable
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + +
+Uses of ISizeable in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.api that implement ISizeable
+ classRevision + +
+          This class contains all revision data.
+  +

+ + + + + +
+Uses of ISizeable in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content that implement ISizeable
+ classDiff + +
+          This class contains the diff information used to create single revision.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/Task.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/Task.html new file mode 100644 index 00000000..13eaed3d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/Task.html @@ -0,0 +1,815 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Task
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks  
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type Task
+static voidDiffConsumerLogMessages.logArticleProcessed(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the processing of a revision task.
+static voidDiffConsumerLogMessages.logArticleProcessed(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the processing of a revision task.
+static voidArticleConsumerLogMessages.logArticleRead(Logger logger, + Task<Revision> article, + long time) + +
+          Logs the reading of an revision task.
+static voidArticleConsumerLogMessages.logArticleRead(Logger logger, + Task<Revision> article, + long time, + long position) + +
+          Logs the reading of an revision task.
+static voidSQLConsumerLogMessages.logDiffProcessed(Logger logger, + Task<Diff> diff, + long time) + +
+          Logs the processing of a diff task.
+static voidArticleConsumerLogMessages.logReadTaskException(Logger logger, + Task<Revision> task, + Exception e) + +
+          Logs an occurance of an exception while reading a task.
+static voidSQLConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Diff> task, + OutOfMemoryError e) + +
+          Logs the occurance of an OutOfMemoryError while reading a task.
+static voidArticleConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs an occurance of an OutOfMemoryError while reading a task.
+static voidDiffConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Revision> task, + OutOfMemoryError e) + +
+          Logs the occurance of an TaskOutOfMemoryError while reading a revision + task.
+static voidDiffConsumerLogMessages.logStartArticleProcessing(Logger logger, + Task<Revision> article, + long time, + long transmittingTime) + +
+          Logs the start of the processing of an revision task.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util with parameters of type Task
+ voidWikipediaXMLWriter.writeDiff(Task<Diff> diff) + +
+          Writes the diff task to the output using wikipedia xml notation.
+ voidWikipediaXMLWriter.writeDiff(Task<Diff> diff, + int start) + +
+          Writes a part of the diff task, starting with the given element, to the + output using wikipedia xml notation.
+ voidWikipediaXMLWriter.writeDiffFile(Task<Diff> diff) + +
+          Writes the diff task to the output using an xml representation of the + diff information.
+ voidWikipediaXMLWriter.writeRevision(Task<Revision> task) + +
+          Writes the revision task to the output using wikipedia xml notation.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article that return Task
+ Task<Revision>ArticleReaderInterface.next() + +
+          Returns the next RevisionTask.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader that return Task
+ Task<Revision>TimedWikipediaXMLReader.next() + +
+          Returns the next RevisionTask.
+ Task<Revision>WikipediaXMLReader.next() + +
+          Returns the next RevisionTask.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff with parameters of type Task
+ voidDiffCalculatorInterface.process(Task<Revision> task) + +
+          This method process the given task to generate the diff.
+ voidTaskTransmitterInterface.transmitDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - FullTaskPool.
+ voidTaskTransmitterInterface.transmitPartialDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - PartialTaskPool.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with parameters of type Task
+ voidDiffCalculator.process(Task<Revision> task) + +
+           
+ voidTimedDiffCalculator.process(Task<Revision> task) + +
+           
+protected  voidDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidTimedDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidTimedDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidDiffCalculator.transmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+protected  voidTimedDiffCalculator.transmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump with parameters of type Task
+ voidWriterInterface.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec with parameters of type Task
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ List<String>DataFileEncoder.encodeTask(Task<Diff> task) + +
+           
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer with parameters of type Task
+ voidTimedSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidTimedSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidDataFileArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidTimedSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidDataFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+  +

+ + + + + +
+Uses of Task in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks that return Task
+static TaskTask.createBannedTask() + +
+          Creates a banned task.
+static TaskTask.createDummy() + +
+          Creates a dummy task without data.
+static TaskTask.createEndTask() + +
+          Creates an end task.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/TaskTypes.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/TaskTypes.html new file mode 100644 index 00000000..df29ae8a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/class-use/TaskTypes.html @@ -0,0 +1,267 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.TaskTypes (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.TaskTypes

+
+ + + + + + + + + + + + + +
+Packages that use TaskTypes
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks  
+  +

+ + + + + +
+Uses of TaskTypes in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with parameters of type TaskTypes
+static voidArticleConsumerLogMessages.logInvalidTaskType(Logger logger, + TaskTypes type) + +
+          Logs the occurance of an invalid task type.
+static voidDiffConsumerLogMessages.logInvalidTaskType(Logger logger, + TaskTypes type) + +
+          Logs the occurance of an invalid task type.
+  +

+ + + + + +
+Uses of TaskTypes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks that return TaskTypes
+ TaskTypesTask.getTaskType() + +
+          Returns the type of this task.
+static TaskTypesTaskTypes.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static TaskTypes[]TaskTypes.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks with parameters of type TaskTypes
+ voidTask.setTaskType(TaskTypes taskType) + +
+          Returns the type of the task.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks with parameters of type TaskTypes
Task(TaskTypes taskType) + +
+          Constructor - A new task object of the specified type will be created.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/Diff.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/Diff.html new file mode 100644 index 00000000..cf6bf5b3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/Diff.html @@ -0,0 +1,872 @@ + + + + + + + +Diff (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +
+Class Diff

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff
+
+
+
All Implemented Interfaces:
ISizeable
+
+
+
+
public class Diff
extends Object
implements ISizeable
+ + +

+This class contains the diff information used to create single revision. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Diff() + +
+          (Constructor) Creates a new empty Diff.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(DiffPart diff) + +
+          Adds a DiffPart.
+ StringbuildRevision(char[] previousRevision) + +
+          Builds the current revision.
+ StringbuildRevision(String previousRevision) + +
+          Builds the current revision.
+ longbyteSize() + +
+          Returns an estimation of the size used to stored the data.
+ DiffPartget(int index) + +
+          Returns the referenced diff part.
+ RevisionCodecDatagetCodecData() + +
+          Returns the codec data.
+ StringgetComment() + +
+           
+ IntegergetContributorId() + +
+           
+ booleangetContributorIsRegistered() + +
+           
+ StringgetContributorName() + +
+           
+ intgetRevisionCounter() + +
+          Returns the revision counter.
+ intgetRevisionID() + +
+           
+ TimestampgetTimeStamp() + +
+           
+ booleanisFullRevision() + +
+          Returns whether the revision described by this diff is a full revision or + not.
+ booleanisMinor() + +
+           
+ Iterator<DiffPart>iterator() + +
+           
+ voidsetCodecData(RevisionCodecData codecData) + +
+          Sets the codec data.
+ voidsetComment(String comment) + +
+           
+ voidsetContributorId(Integer contributorId) + +
+           
+ voidsetContributorIsRegistered(boolean contributorIsRegistered) + +
+           
+ voidsetContributorName(String contributorName) + +
+           
+ voidsetMinor(boolean isMinor) + +
+           
+ voidsetRevisionCoutner(int revisionCounter) + +
+          Sets the revision counter.
+ voidsetRevisionID(int revisionID) + +
+           
+ voidsetTimeStamp(Timestamp timeStamp) + +
+           
+ intsize() + +
+          Returns the number of stored diff parts.
+ StringtoString() + +
+          Returns the string representation of the diff content.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Diff

+
+public Diff()
+
+
(Constructor) Creates a new empty Diff. +

+

+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(DiffPart diff)
+
+
Adds a DiffPart. +

+

+
+
+
+
Parameters:
diff - DiffPart
+
+
+
+ +

+buildRevision

+
+public String buildRevision(char[] previousRevision)
+
+
Builds the current revision. +

+

+
+
+
+
Parameters:
previousRevision - content of the previous revision +
Returns:
current revision
+
+
+
+ +

+buildRevision

+
+public String buildRevision(String previousRevision)
+
+
Builds the current revision. +

+

+
+
+
+
Parameters:
previousRevision - content of the previous revision +
Returns:
current revision
+
+
+
+ +

+byteSize

+
+public long byteSize()
+
+
Returns an estimation of the size used to stored the data. +

+

+
Specified by:
byteSize in interface ISizeable
+
+
+ +
Returns:
estimated size
+
+
+
+ +

+get

+
+public DiffPart get(int index)
+
+
Returns the referenced diff part. +

+

+
+
+
+
Parameters:
index - index of the diff part +
Returns:
diff part
+
+
+
+ +

+getCodecData

+
+public RevisionCodecData getCodecData()
+
+
Returns the codec data. +

+

+
+
+
+ +
Returns:
codec
+
+
+
+ +

+getRevisionCounter

+
+public int getRevisionCounter()
+
+
Returns the revision counter. +

+

+
+
+
+ +
Returns:
revision counter
+
+
+
+ +

+getRevisionID

+
+public int getRevisionID()
+
+
+
+
+
+
+
+
+
+ +

+getTimeStamp

+
+public Timestamp getTimeStamp()
+
+
+
+
+
+
+
+
+
+ +

+isFullRevision

+
+public boolean isFullRevision()
+
+
Returns whether the revision described by this diff is a full revision or + not. +

+

+
+
+
+ +
Returns:
TRUE | FALSE
+
+
+
+ +

+iterator

+
+public Iterator<DiffPart> iterator()
+
+
+
+
+
+
+
+
+
+ +

+setCodecData

+
+public void setCodecData(RevisionCodecData codecData)
+
+
Sets the codec data. +

+

+
+
+
+
Parameters:
codecData - coded data
+
+
+
+ +

+setRevisionCoutner

+
+public void setRevisionCoutner(int revisionCounter)
+
+
Sets the revision counter. +

+

+
+
+
+
Parameters:
revisionCounter - revision counter
+
+
+
+ +

+setRevisionID

+
+public void setRevisionID(int revisionID)
+
+
+
+
+
+
+
+
+
+ +

+setTimeStamp

+
+public void setTimeStamp(Timestamp timeStamp)
+
+
+
+
+
+
+
+
+
+ +

+size

+
+public int size()
+
+
Returns the number of stored diff parts. +

+

+
+
+
+ +
Returns:
number of diff parts
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the string representation of the diff content. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
string representation of the diff parts
+
+
+
+ +

+setComment

+
+public void setComment(String comment)
+
+
+
+
+
+
+
+
+
+ +

+getComment

+
+public String getComment()
+
+
+
+
+
+
+
+
+
+ +

+setMinor

+
+public void setMinor(boolean isMinor)
+
+
+
+
+
+
+
+
+
+ +

+isMinor

+
+public boolean isMinor()
+
+
+
+
+
+
+
+
+
+ +

+setContributorName

+
+public void setContributorName(String contributorName)
+
+
+
+
+
+
+
+
+
+ +

+getContributorName

+
+public String getContributorName()
+
+
+
+
+
+
+
+
+
+ +

+setContributorIsRegistered

+
+public void setContributorIsRegistered(boolean contributorIsRegistered)
+
+
+
+
+
+
+
+
+
+ +

+getContributorIsRegistered

+
+public boolean getContributorIsRegistered()
+
+
+
+
+
+
+
+
+
+ +

+setContributorId

+
+public void setContributorId(Integer contributorId)
+
+
+
+
+
+
+
+
+
+ +

+getContributorId

+
+public Integer getContributorId()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffAction.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffAction.html new file mode 100644 index 00000000..e2cba98b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffAction.html @@ -0,0 +1,469 @@ + + + + + + + +DiffAction (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +
+Enum DiffAction

+
+java.lang.Object
+  extended by java.lang.Enum<DiffAction>
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction
+
+
+
All Implemented Interfaces:
Serializable, Comparable<DiffAction>
+
+
+
+
public enum DiffAction
extends Enum<DiffAction>
+ + +

+This class contains the constants for the DiffActions. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
CUT + +
+          Cut operation
DECODER_DATA + +
+          Codec
DELETE + +
+          Delete operation
FULL_REVISION_UNCOMPRESSED + +
+          Full Revision
INSERT + +
+          Insert operation
PASTE + +
+          Paste operation
REPLACE + +
+          Replace operation
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ bytegetValue() + +
+          Returns the byte constant
+static DiffActionparse(int val) + +
+          Returns the appropriate DiffAction value.
+static DiffActionvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static DiffAction[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DECODER_DATA

+
+public static final DiffAction DECODER_DATA
+
+
Codec +

+

+
+
+
+ +

+FULL_REVISION_UNCOMPRESSED

+
+public static final DiffAction FULL_REVISION_UNCOMPRESSED
+
+
Full Revision +

+

+
+
+
+ +

+INSERT

+
+public static final DiffAction INSERT
+
+
Insert operation +

+

+
+
+
+ +

+DELETE

+
+public static final DiffAction DELETE
+
+
Delete operation +

+

+
+
+
+ +

+REPLACE

+
+public static final DiffAction REPLACE
+
+
Replace operation +

+

+
+
+
+ +

+CUT

+
+public static final DiffAction CUT
+
+
Cut operation +

+

+
+
+
+ +

+PASTE

+
+public static final DiffAction PASTE
+
+
Paste operation +

+

+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static DiffAction[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (DiffAction c : DiffAction.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static DiffAction valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+
+ +

+getValue

+
+public byte getValue()
+
+
Returns the byte constant +

+

+ +
Returns:
value of the constant
+
+
+
+ +

+parse

+
+public static DiffAction parse(int val)
+                        throws DecodingException
+
+
Returns the appropriate DiffAction value. +

+

+
Parameters:
val - byte value +
Returns:
DiffAction +
Throws: +
DecodingException - if the value does not match one of the predefined byte + constants
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffPart.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffPart.html new file mode 100644 index 00000000..d096fe72 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/DiffPart.html @@ -0,0 +1,465 @@ + + + + + + + +DiffPart (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +
+Class DiffPart

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart
+
+
+
+
public class DiffPart
extends Object
+ + +

+The DiffPart class represents the operation used to create a new revision + from an older revision. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DiffPart(DiffAction action) + +
+          (Constructor) Creates a new DiffPart object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intbyteSize() + +
+          Returns the estimated number of bytes used to encode the contained + information.
+ DiffActiongetAction() + +
+          Returns the DiffAction value.
+ intgetEnd() + +
+          Returns the end position of the text block.
+ intgetLength() + +
+          Returns the length of the text block.
+ intgetStart() + +
+          Returns the start position of the text block.
+ StringgetText() + +
+          Returns the textual information.
+ voidsetLength(int length) + +
+          Sets the length of the text block.
+ voidsetStart(int start) + +
+          Sets the start position of the text block.
+ voidsetText(String text) + +
+          Sets the textual information.
+ StringtoString() + +
+          Returns a representation of the DiffAction content.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DiffPart

+
+public DiffPart(DiffAction action)
+
+
(Constructor) Creates a new DiffPart object. +

+

+
Parameters:
action - DiffAction
+
+ + + + + + + + +
+Method Detail
+ +

+getLength

+
+public int getLength()
+
+
Returns the length of the text block. +

+

+ +
Returns:
length of the text block
+
+
+
+ +

+setLength

+
+public void setLength(int length)
+
+
Sets the length of the text block. +

+

+
Parameters:
length - length of the text block
+
+
+
+ +

+getStart

+
+public int getStart()
+
+
Returns the start position of the text block. +

+

+ +
Returns:
start position
+
+
+
+ +

+getEnd

+
+public int getEnd()
+
+
Returns the end position of the text block. +

+

+ +
Returns:
end position
+
+
+
+ +

+setStart

+
+public void setStart(int start)
+
+
Sets the start position of the text block. +

+

+
Parameters:
start - start position
+
+
+
+ +

+setText

+
+public void setText(String text)
+
+
Sets the textual information. +

+

+
Parameters:
text - content
+
+
+
+ +

+getAction

+
+public DiffAction getAction()
+
+
Returns the DiffAction value. +

+

+ +
Returns:
DiffAction
+
+
+
+ +

+getText

+
+public String getText()
+
+
Returns the textual information. +

+

+ +
Returns:
content
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns a representation of the DiffAction content. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
[ DiffAction, start position, length, content ]
+
+
+
+ +

+byteSize

+
+public int byteSize()
+
+
Returns the estimated number of bytes used to encode the contained + information. +

+

+ +
Returns:
estimated size in bytes
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/Diff.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/Diff.html new file mode 100644 index 00000000..cb37b18a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/Diff.html @@ -0,0 +1,742 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Diff
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
+  +

+ + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer with type arguments of type Diff
+static voidSQLConsumerLogMessages.logDiffProcessed(Logger logger, + Task<Diff> diff, + long time) + +
+          Logs the processing of a diff task.
+static voidSQLConsumerLogMessages.logReadTaskOutOfMemoryError(Logger logger, + Task<Diff> task, + OutOfMemoryError e) + +
+          Logs the occurance of an OutOfMemoryError while reading a task.
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
+  +

+ + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util with type arguments of type Diff
+ voidWikipediaXMLWriter.writeDiff(Task<Diff> diff) + +
+          Writes the diff task to the output using wikipedia xml notation.
+ voidWikipediaXMLWriter.writeDiff(Task<Diff> diff, + int start) + +
+          Writes a part of the diff task, starting with the given element, to the + output using wikipedia xml notation.
+ voidWikipediaXMLWriter.writeDiffFile(Task<Diff> diff) + +
+          Writes the diff task to the output using an xml representation of the + diff information.
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
+  +

+ + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff with type arguments of type Diff
+ voidTaskTransmitterInterface.transmitDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - FullTaskPool.
+ voidTaskTransmitterInterface.transmitPartialDiff(Task<Diff> result) + +
+          Sends the given task to the DiffProducer - PartialTaskPool.
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation that return Diff
+ DiffBlockManagement.manage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+           
+ DiffBlockManagementInterface.manage(char[] revA, + char[] revB, + ArrayList<DiffBlock> queueA, + ArrayList<DiffBlock> queueB) + +
+          Uses the substring blocks to create the diff operations.
+protected  DiffDiffCalculator.processRevision(Revision revision) + +
+          Calculates the diff for the given revision.
+protected  DiffTimedDiffCalculator.processRevision(Revision revision) + +
+          Calculates the diff for the given revision.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation with type arguments of type Diff
+protected  voidDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidTimedDiffCalculator.transmitAtEndOfTask(Task<Revision> task, + Task<Diff> result) + +
+          Transmits the DiffTask at the end of the RevisionTask processing.
+protected  voidDiffCalculator.transmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+protected  voidTimedDiffCalculator.transmitPartialTask(Task<Diff> result) + +
+          Transmits a partial DiffTask.
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump with type arguments of type Diff
+ voidWriterInterface.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec with parameters of type Diff
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec with type arguments of type Diff
+protected  byte[]TimedSQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+protected  byte[]SQLEncoder.binaryDiff(Task<Diff> task, + Diff diff) + +
+           
+ SQLEncoding[]SQLEncoder.binaryTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.binaryTask(Task<Diff> task) + +
+          Returns the binary encoding of the given DiffTask.
+protected  StringTimedSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringSQLEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+protected  StringDataFileEncoder.encodeDiff(Task<Diff> task, + Diff diff) + +
+          Encodes the diff.
+ SQLEncoding[]TimedSQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoder.encodeTask(Task<Diff> task) + +
+           
+ SQLEncoding[]SQLEncoderInterface.encodeTask(Task<Diff> task) + +
+          Returns the textual encoding of the given DiffTask.
+ List<String>DataFileEncoder.encodeTask(Task<Diff> task) + +
+           
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer with type arguments of type Diff
+ voidTimedSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidTimedSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidDataFileArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidSQLDatabaseWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidTimedSQLFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send him to the specified + output.
+ voidSQLArchiveWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+ voidDataFileWriter.process(Task<Diff> task) + +
+          This method will process the given DiffTask and send it to the specified + output.
+  +

+ + + + + +
+Uses of Diff in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec that return Diff
+ DiffRevisionDecoder.decode() + +
+          Decodes the information and returns the Diff.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec with parameters of type Diff
+ byte[]RevisionEncoder.binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+           
+ byte[]RevisionEncoderInterface.binaryDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the binary encoding of the given Diff.
+ StringRevisionEncoder.encodeDiff(RevisionCodecData codecData, + Diff diff) + +
+           
+ StringRevisionEncoderInterface.encodeDiff(RevisionCodecData codecData, + Diff diff) + +
+          Returns the textual encoding of the given Diff.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffAction.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffAction.html new file mode 100644 index 00000000..99d6ec16 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffAction.html @@ -0,0 +1,220 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction

+
+ + + + + + + + + +
+Packages that use DiffAction
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + +
+Uses of DiffAction in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content that return DiffAction
+ DiffActionDiffPart.getAction() + +
+          Returns the DiffAction value.
+static DiffActionDiffAction.parse(int val) + +
+          Returns the appropriate DiffAction value.
+static DiffActionDiffAction.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static DiffAction[]DiffAction.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content with parameters of type DiffAction
DiffPart(DiffAction action) + +
+          (Constructor) Creates a new DiffPart object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffPart.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffPart.html new file mode 100644 index 00000000..a47b12d9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/class-use/DiffPart.html @@ -0,0 +1,267 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart

+
+ + + + + + + + + + + + + +
+Packages that use DiffPart
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + +
+Uses of DiffPart in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.api that return types with arguments of type DiffPart
+ Collection<DiffPart>Revision.getParts() + +
+          Returns a collection of DiffPart objects that make up this revision
+ Map<Timestamp,Collection<DiffPart>>RevisionApi.getTimestampToRevisionMap(int articleID) + +
+          Returns a map of timestamps mapped on the corresponding + DiffPart-Collections.
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.api with type arguments of type DiffPart
+ voidRevision.setParts(Collection<DiffPart> parts) + +
+          Sets the collection of DiffPart objects that make up this revision
+  +

+ + + + + +
+Uses of DiffPart in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content that return DiffPart
+ DiffPartDiff.get(int index) + +
+          Returns the referenced diff part.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content that return types with arguments of type DiffPart
+ Iterator<DiffPart>Diff.iterator() + +
+           
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content with parameters of type DiffPart
+ voidDiff.add(DiffPart diff) + +
+          Adds a DiffPart.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-frame.html new file mode 100644 index 00000000..1e5db5aa --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-frame.html @@ -0,0 +1,46 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content + + + + +
+Classes  + +
+Diff +
+DiffPart
+ + + + + + +
+Enums  + +
+DiffAction
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-summary.html new file mode 100644 index 00000000..3a1d74fb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-summary.html @@ -0,0 +1,177 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +

+ + + + + + + + + + + + + +
+Class Summary
DiffThis class contains the diff information used to create single revision.
DiffPartThe DiffPart class represents the operation used to create a new revision + from an older revision.
+  + +

+ + + + + + + + + +
+Enum Summary
DiffActionThis class contains the constants for the DiffActions.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-tree.html new file mode 100644 index 00000000..45a77ce6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-tree.html @@ -0,0 +1,165 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart
    +
+

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-use.html new file mode 100644 index 00000000..b11b19b5 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/content/package-use.html @@ -0,0 +1,350 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.api
DiffPart + +
+          The DiffPart class represents the operation used to create a new revision + from an older revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
Diff + +
+          This class contains the diff information used to create single revision.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
DiffAction + +
+          This class contains the constants for the DiffActions.
DiffPart + +
+          The DiffPart class represents the operation used to create a new revision + from an older revision.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/ArticleInformation.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/ArticleInformation.html new file mode 100644 index 00000000..f96f34f2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/ArticleInformation.html @@ -0,0 +1,911 @@ + + + + + + + +ArticleInformation (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info +
+Class ArticleInformation

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation
+
+
+
+
public class ArticleInformation
extends Object
+ + +

+This class contains all statistical information related to one article. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ArticleInformation() + +
+          (Constructor) Creates a new ArticleInformation object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetArticleId() + +
+          Returns the ID of the article.
+ StringgetArticleName() + +
+          Returns the name of the article.
+ longgetDiffedSize() + +
+          Returns the diffed size of the article.
+ intgetDiffPartCounter() + +
+          Returns the number of diff parts.
+ longgetEncodedSize() + +
+          Returns the encoded size of the article.
+ longgetEncodedSQLSize() + +
+          Returns the size of the article after the sql encoding.
+ longgetEnteringTime() + +
+          Returns the entering time.
+ longgetExitingTime() + +
+          Returns the exiting time.
+ intgetIgnoredRevisionsCounter() + +
+          Returns the number of ignored revisions.
+ longgetOriginalSize() + +
+          Returns the original size of the article.
+ longgetProcessingTimeDiff() + +
+          Returns the time used for the diff encoding.
+ longgetProcessingTimeRead() + +
+          Returns the time used for reading the task.
+ longgetProcessingTimeSQL() + +
+          Returns the time used for the sql encoding.
+ intgetReadRevisionCounter() + +
+          Returns the number of parsed revisions.
+ intgetRevisionCounter() + +
+          Returns the revision counter.
+ voidsetArticleId(int articleId) + +
+          Sets the ID of the article.
+ voidsetArticleName(String articleName) + +
+          Sets the name of the article.
+ voidsetDiffedSize(long diffedSize) + +
+          Sets the diffed size of the article.
+ voidsetDiffPartCounter(int diffPartCounter) + +
+          Sets the number of diff parts.
+ voidsetEncodedSize(long encodedSize) + +
+          Sets the encoded size of the article.
+ voidsetEncodedSQLSize(long encodedSQLSize) + +
+          Sets the size of the article after the sql encoding.
+ voidsetEnteringTime(long enteringTime) + +
+          Sets the entering time of the first task for this article.
+ voidsetExitingTime(long exitingTime) + +
+          Sets the exiting time of the last task for this article.
+ voidsetIgnoredRevisionsCounter(int ignoredRevisionsCounter) + +
+          Sets the number of ignored revisions.
+ voidsetOriginalSize(long originalSize) + +
+          Sets the original size of the article.
+ voidsetProcessingTimeDiff(long processingTimeDiff) + +
+          Sets the time used for the diff encoding.
+ voidsetProcessingTimeRead(long processingTimeRead) + +
+          Sets the time used for reading the task.
+ voidsetProcessingTimeSQL(long processingTimeSQL) + +
+          Sets the time used for the sql encoding.
+ voidsetReadRevisionCounter(int readRevisionCounter) + +
+          Sets the number of parsed revisions.
+ voidsetRevisionCounter(int nrRevisions) + +
+          Sets the revision counter.
+ StringtoString() + +
+          Returns the string representation of this object.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArticleInformation

+
+public ArticleInformation()
+
+
(Constructor) Creates a new ArticleInformation object. +

+

+ + + + + + + + +
+Method Detail
+ +

+getArticleId

+
+public int getArticleId()
+
+
Returns the ID of the article. +

+

+ +
Returns:
Article ID
+
+
+
+ +

+getArticleName

+
+public String getArticleName()
+
+
Returns the name of the article. +

+

+ +
Returns:
Article name
+
+
+
+ +

+getDiffedSize

+
+public long getDiffedSize()
+
+
Returns the diffed size of the article. +

+

+ +
Returns:
diffed size
+
+
+
+ +

+getDiffPartCounter

+
+public int getDiffPartCounter()
+
+
Returns the number of diff parts. +

+

+ +
Returns:
number of diff parts
+
+
+
+ +

+getEncodedSize

+
+public long getEncodedSize()
+
+
Returns the encoded size of the article. +

+

+ +
Returns:
encoded size
+
+
+
+ +

+getEncodedSQLSize

+
+public long getEncodedSQLSize()
+
+
Returns the size of the article after the sql encoding. +

+

+ +
Returns:
size after encoding
+
+
+
+ +

+getEnteringTime

+
+public long getEnteringTime()
+
+
Returns the entering time. +

+

+ +
Returns:
entering time
+
+
+
+ +

+getExitingTime

+
+public long getExitingTime()
+
+
Returns the exiting time. +

+

+ +
Returns:
exiting time
+
+
+
+ +

+getIgnoredRevisionsCounter

+
+public int getIgnoredRevisionsCounter()
+
+
Returns the number of ignored revisions. +

+

+ +
Returns:
number of ignored revisions
+
+
+
+ +

+getOriginalSize

+
+public long getOriginalSize()
+
+
Returns the original size of the article. +

+

+ +
Returns:
original size
+
+
+
+ +

+getProcessingTimeDiff

+
+public long getProcessingTimeDiff()
+
+
Returns the time used for the diff encoding. +

+

+ +
Returns:
processing time diff
+
+
+
+ +

+getProcessingTimeRead

+
+public long getProcessingTimeRead()
+
+
Returns the time used for reading the task. +

+

+ +
Returns:
processing time reading
+
+
+
+ +

+getProcessingTimeSQL

+
+public long getProcessingTimeSQL()
+
+
Returns the time used for the sql encoding. +

+

+ +
Returns:
processing time encoding
+
+
+
+ +

+getReadRevisionCounter

+
+public int getReadRevisionCounter()
+
+
Returns the number of parsed revisions. +

+

+ +
Returns:
number of parsed revisions
+
+
+
+ +

+getRevisionCounter

+
+public int getRevisionCounter()
+
+
Returns the revision counter. +

+

+ +
Returns:
revision counter
+
+
+
+ +

+setArticleId

+
+public void setArticleId(int articleId)
+
+
Sets the ID of the article. +

+

+
Parameters:
articleId - Article ID
+
+
+
+ +

+setArticleName

+
+public void setArticleName(String articleName)
+
+
Sets the name of the article. +

+

+
Parameters:
articleName - Article name
+
+
+
+ +

+setDiffedSize

+
+public void setDiffedSize(long diffedSize)
+
+
Sets the diffed size of the article. +

+

+
Parameters:
diffedSize - diffed size
+
+
+
+ +

+setDiffPartCounter

+
+public void setDiffPartCounter(int diffPartCounter)
+
+
Sets the number of diff parts. +

+

+
Parameters:
diffPartCounter - number of diff parts
+
+
+
+ +

+setEncodedSize

+
+public void setEncodedSize(long encodedSize)
+
+
Sets the encoded size of the article. +

+

+
Parameters:
encodedSize - encoded size
+
+
+
+ +

+setEncodedSQLSize

+
+public void setEncodedSQLSize(long encodedSQLSize)
+
+
Sets the size of the article after the sql encoding. +

+

+
Parameters:
encodedSQLSize - size after encoding
+
+
+
+ +

+setEnteringTime

+
+public void setEnteringTime(long enteringTime)
+
+
Sets the entering time of the first task for this article. +

+

+
Parameters:
enteringTime - entering time
+
+
+
+ +

+setExitingTime

+
+public void setExitingTime(long exitingTime)
+
+
Sets the exiting time of the last task for this article. +

+

+
Parameters:
exitingTime - exiting time
+
+
+
+ +

+setIgnoredRevisionsCounter

+
+public void setIgnoredRevisionsCounter(int ignoredRevisionsCounter)
+
+
Sets the number of ignored revisions. +

+

+
Parameters:
ignoredRevisionsCounter - number of ignored revisions
+
+
+
+ +

+setOriginalSize

+
+public void setOriginalSize(long originalSize)
+
+
Sets the original size of the article. +

+

+
Parameters:
originalSize - original size
+
+
+
+ +

+setProcessingTimeDiff

+
+public void setProcessingTimeDiff(long processingTimeDiff)
+
+
Sets the time used for the diff encoding. +

+

+
Parameters:
processingTimeDiff - processing time diff
+
+
+
+ +

+setProcessingTimeRead

+
+public void setProcessingTimeRead(long processingTimeRead)
+
+
Sets the time used for reading the task. +

+

+
Parameters:
processingTimeRead - processing time reading
+
+
+
+ +

+setProcessingTimeSQL

+
+public void setProcessingTimeSQL(long processingTimeSQL)
+
+
Sets the time used for the sql encoding. +

+

+
Parameters:
processingTimeSQL - processing time encoding
+
+
+
+ +

+setReadRevisionCounter

+
+public void setReadRevisionCounter(int readRevisionCounter)
+
+
Sets the number of parsed revisions. +

+

+
Parameters:
readRevisionCounter - number of parsed revisions
+
+
+
+ +

+setRevisionCounter

+
+public void setRevisionCounter(int nrRevisions)
+
+
Sets the revision counter. +

+

+
Parameters:
nrRevisions - revision counter
+
+
+
+ +

+toString

+
+public String toString()
+
+
Returns the string representation of this object. Used for logging the + statistical data. +

+

+
Overrides:
toString in class Object
+
+
+ +
Returns:
content representation
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/class-use/ArticleInformation.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/class-use/ArticleInformation.html new file mode 100644 index 00000000..fa97b7b8 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/class-use/ArticleInformation.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation

+
+ + + + + + + + + +
+Packages that use ArticleInformation
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks  
+  +

+ + + + + +
+Uses of ArticleInformation in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks that return ArticleInformation
+ ArticleInformationTask.getHeader() + +
+          Returns the reference to the article header.
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks with parameters of type ArticleInformation
Task(ArticleInformation header, + int taskPartCounter) + +
+          Constructor - A new task object of the type TASK_FULL will be created.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-frame.html new file mode 100644 index 00000000..00efd02d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-frame.html @@ -0,0 +1,33 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info + + + + +
+Classes  + +
+ArticleInformation
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-summary.html new file mode 100644 index 00000000..e7cfd852 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-summary.html @@ -0,0 +1,158 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info +

+ + + + + + + + + +
+Class Summary
ArticleInformationThis class contains all statistical information related to one article.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-tree.html new file mode 100644 index 00000000..7544d019 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-use.html new file mode 100644 index 00000000..55c0aed9 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/info/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
ArticleInformation + +
+          This class contains all statistical information related to one article.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-frame.html new file mode 100644 index 00000000..47282648 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-frame.html @@ -0,0 +1,55 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks + + + + +
+Interfaces  + +
+ISizeable
+ + + + + + +
+Classes  + +
+Task
+ + + + + + +
+Enums  + +
+TaskTypes
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-summary.html new file mode 100644 index 00000000..89c06379 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-summary.html @@ -0,0 +1,186 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +

+ + + + + + + + + +
+Interface Summary
ISizeableThis interface defines a method for size estimations.
+  + +

+ + + + + + + + + +
+Class Summary
Task<D>The task class contains the information of a task.
+  + +

+ + + + + + + + + +
+Enum Summary
TaskTypesThis Enumerator lists the different types of tasks.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-tree.html new file mode 100644 index 00000000..f31dea08 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-tree.html @@ -0,0 +1,169 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task<D>
    +
+

+Interface Hierarchy +

+
    +
  • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable
+

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-use.html new file mode 100644 index 00000000..f5658c87 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/data/tasks/package-use.html @@ -0,0 +1,392 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
de.tudarmstadt.ukp.wikipedia.revisionmachine.api  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks  
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.api
ISizeable + +
+          This interface defines a method for size estimations.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
Task + +
+          The task class contains the information of a task.
TaskTypes + +
+          This Enumerator lists the different types of tasks.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
Task + +
+          The task class contains the information of a task.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
Task + +
+          The task class contains the information of a task.
TaskTypes + +
+          This Enumerator lists the different types of tasks.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks used by de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
ISizeable + +
+          This interface defines a method for size estimations.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-frame.html new file mode 100644 index 00000000..7f6011a1 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool + + + + +
+Classes  + +
+DiffTool +
+DiffToolThread
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-summary.html new file mode 100644 index 00000000..44cbc146 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-summary.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +

+ + + + + + + + + + + + + +
+Class Summary
DiffToolThis class contains the start method for the DiffTool application.
DiffToolThreadThis class represents the main method for the DiffTool application
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-tree.html new file mode 100644 index 00000000..fa45e120 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-use.html new file mode 100644 index 00000000..628c00c6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/difftool/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexGenerator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexGenerator.html new file mode 100644 index 00000000..13fdf901 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexGenerator.html @@ -0,0 +1,300 @@ + + + + + + + +IndexGenerator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index +
+Class IndexGenerator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator
+
+
+
+
public class IndexGenerator
extends Object
+ + +

+Generates the indices for the database. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
IndexGenerator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new IndexGenerator object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidgenerate() + +
+          Starts the generation of the indices.
+static voidmain(String[] args) + +
+          Starts index generation using the database credentials in the + properties file specified in args[0].
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+IndexGenerator

+
+public IndexGenerator(RevisionAPIConfiguration config)
+
+
(Constructor) Creates a new IndexGenerator object. +

+

+
Parameters:
config - Reference to the configuration
+
+ + + + + + + + +
+Method Detail
+ +

+generate

+
+public void generate()
+              throws WikiApiException
+
+
Starts the generation of the indices. +

+

+ +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+main

+
+public static void main(String[] args)
+
+
Starts index generation using the database credentials in the + properties file specified in args[0].
+ The properties file should have the following structure: +
  • host=dbhost
  • +
  • db=revisiondb
  • +
  • user=username
  • +
  • password=pwd
  • +
  • output=outputFile
  • +
  • writeDirectlyToDB=true|false (optional)
  • +
  • charset=UTF8 (or others) (optional)
  • +
  • buffer=15000 (optional)
  • +
  • maxAllowedPackets=16760832 (optional)
+
+

+

+
Parameters:
args - allows only one entry that contains the path to the config file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexIterator.html new file mode 100644 index 00000000..34a5d40a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/IndexIterator.html @@ -0,0 +1,329 @@ + + + + + + + +IndexIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index +
+Class IndexIterator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator
+
+
+
All Implemented Interfaces:
Iterator<Revision>
+
+
+
+
public class IndexIterator
extends Object
implements Iterator<Revision>
+ + +

+Iterates over the database to retrieve the necessary information for the + index generation. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
IndexIterator(RevisionAPIConfiguration config) + +
+          (Constructor) Creates the IndexIterator object.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanhasNext() + +
+          Returns TRUE if another revision information is available.
+ Revisionnext() + +
+          Returns the next revision information.
+ voidremove() + +
+          Deprecated.  
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+IndexIterator

+
+public IndexIterator(RevisionAPIConfiguration config)
+              throws WikiApiException
+
+
(Constructor) Creates the IndexIterator object. +

+

+
Parameters:
config - Reference to the configuration +
Throws: +
WikiApiException - if an error occurs
+
+ + + + + + + + +
+Method Detail
+ +

+next

+
+public Revision next()
+
+
Returns the next revision information. (Does not contain the encoded + diff) +

+

+
Specified by:
next in interface Iterator<Revision>
+
+
+ +
Returns:
Revision
+
+
+
+ +

+hasNext

+
+public boolean hasNext()
+
+
Returns TRUE if another revision information is available. +

+

+
Specified by:
hasNext in interface Iterator<Revision>
+
+
+ +
Returns:
TRUE | FALSE
+
+
+
+ +

+remove

+
+@Deprecated
+public void remove()
+
+
Deprecated.  +

+

unsupported method +

+

+
Specified by:
remove in interface Iterator<Revision>
+
+
+ +
Throws: +
UnsupportedOperationException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/Indexer.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/Indexer.html new file mode 100644 index 00000000..44fb1196 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/Indexer.html @@ -0,0 +1,299 @@ + + + + + + + +Indexer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index +
+Class Indexer

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer
+
+
+
+
public class Indexer
extends Object
+ + +

+Forwards the necessary information to the AbstractIndex classes and controls + the writing to the output if one of the index has reached the maximum size. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Indexer(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a Index object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Finalizes the indices and sends the rest of the data to the output.
+ voidindex(Revision rev) + +
+          Processes the given revision.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Indexer

+
+public Indexer(RevisionAPIConfiguration config)
+        throws ClassNotFoundException,
+               SQLException,
+               IOException
+
+
(Constructor) Creates a Index object. +

+

+
Parameters:
config - Reference to the configuration +
Throws: +
ClassNotFoundException - if the jdbc classes could not be located +
SQLException - if an error occurred while accessing the database +
IOException - if an error occurred while writing the output
+
+ + + + + + + + +
+Method Detail
+ +

+index

+
+public void index(Revision rev)
+           throws WikiApiException
+
+
Processes the given revision. +

+

+
Parameters:
rev - Reference to a revision +
Throws: +
WikiApiException - if an error occurs
+
+
+
+ +

+close

+
+public void close()
+           throws WikiApiException
+
+
Finalizes the indices and sends the rest of the data to the output. + Afterwards the database connection will be closed. +

+

+ +
Throws: +
WikiApiException - if an error occurs
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexGenerator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexGenerator.html new file mode 100644 index 00000000..c846a564 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexGenerator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexIterator.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexIterator.html new file mode 100644 index 00000000..b067ecaf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/IndexIterator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/Indexer.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/Indexer.html new file mode 100644 index 00000000..6c17a57b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/class-use/Indexer.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/AbstractIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/AbstractIndex.html new file mode 100644 index 00000000..532dd360 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/AbstractIndex.html @@ -0,0 +1,453 @@ + + + + + + + +AbstractIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+Class AbstractIndex

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
+
+
+
Direct Known Subclasses:
ArticleIndex, ChronoIndex, RevisionIndex
+
+
+
+
public abstract class AbstractIndex
extends Object
+ + +

+This class represents an abstact index. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  StringBuilderbuffer + +
+          Current query buffer
+protected  StringinsertStatement + +
+          Insert Statement to use
+protected  longMAX_ALLOWED_PACKET + +
+          MAX_ALLOWED_PACKET
+  + + + + + + + + + + + + + +
+Constructor Summary
AbstractIndex() + +
+          (Constructor) Creates an index object.
AbstractIndex(String insertStatement, + long MAX_ALLOWED_PACKET) + +
+          (Constructor) Creates an index object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intbyteSize() + +
+          Returns the size of the currently used buffer.
+ voidfinalizeIndex() + +
+          Finalizes the query in the currently used buffer and creates a new one.
+ StringBuilderremove() + +
+          Removes a query from the list of queries.
+ intsize() + +
+          Returns the current number of buffered queries.
+protected  voidstoreBuffer() + +
+          Finalizes the query in the currently used buffer and creates a new one.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+buffer

+
+protected StringBuilder buffer
+
+
Current query buffer +

+

+
+
+
+ +

+insertStatement

+
+protected final String insertStatement
+
+
Insert Statement to use +

+

+
+
+
+ +

+MAX_ALLOWED_PACKET

+
+protected long MAX_ALLOWED_PACKET
+
+
MAX_ALLOWED_PACKET +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractIndex

+
+public AbstractIndex()
+
+
(Constructor) Creates an index object. +

+

+
Parameters:
insertStatement - Insert Statement
MAX_ALLOWED_PACKET - MAX_ALLOWED_PACKET
+
+
+ +

+AbstractIndex

+
+public AbstractIndex(String insertStatement,
+                     long MAX_ALLOWED_PACKET)
+
+
(Constructor) Creates an index object. +

+

+
Parameters:
insertStatement - Insert Statement
MAX_ALLOWED_PACKET - MAX_ALLOWED_PACKET
+
+ + + + + + + + +
+Method Detail
+ +

+byteSize

+
+public int byteSize()
+
+
Returns the size of the currently used buffer. +

+

+ +
Returns:
size of current query
+
+
+
+ +

+finalizeIndex

+
+public void finalizeIndex()
+
+
Finalizes the query in the currently used buffer and creates a new one. + The finalized query will be added to the list of queries. +

+

+
+
+
+
+ +

+remove

+
+public StringBuilder remove()
+
+
Removes a query from the list of queries. +

+

+ +
Returns:
Buffer containing a finalized query
+
+
+
+ +

+size

+
+public int size()
+
+
Returns the current number of buffered queries. +

+

+ +
Returns:
size of the list of queries
+
+
+
+ +

+storeBuffer

+
+protected void storeBuffer()
+
+
Finalizes the query in the currently used buffer and creates a new one. + The finalized query will be added to the list of queries. +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndex.html new file mode 100644 index 00000000..bc0ec8e0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndex.html @@ -0,0 +1,313 @@ + + + + + + + +ArticleIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+Class ArticleIndex

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex
+
+
+
+
public class ArticleIndex
extends AbstractIndex
+ + +

+Index for article information. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
buffer, insertStatement, MAX_ALLOWED_PACKET
+  + + + + + + + + + + + + + +
+Constructor Summary
ArticleIndex() + +
+          (Constructor) Creates a new ArticleIndex object.
ArticleIndex(long MAX_ALLOWED_PACKET) + +
+          (Constructor) Creates a new ArticleIndex object.
+  + + + + + + + + + + + +
+Method Summary
+ voidadd(int currentArticleID, + long startTime, + long endTime, + List<ArticleIndexData> infoList) + +
+          Adds the information for an new entry in the article index.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
byteSize, finalizeIndex, remove, size, storeBuffer
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArticleIndex

+
+public ArticleIndex()
+
+
(Constructor) Creates a new ArticleIndex object. +

+

+
+ +

+ArticleIndex

+
+public ArticleIndex(long MAX_ALLOWED_PACKET)
+
+
(Constructor) Creates a new ArticleIndex object. +

+

+
Parameters:
MAX_ALLOWED_PACKET - MAX_ALLOWED_PACKET
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(int currentArticleID,
+                long startTime,
+                long endTime,
+                List<ArticleIndexData> infoList)
+
+
Adds the information for an new entry in the article index. +

+

+
Parameters:
currentArticleID - ID of the currently used article
startTime - First date of appearance
endTime - Last date of appearance
infoList - List of revision blocks
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndexData.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndexData.html new file mode 100644 index 00000000..8f38e784 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ArticleIndexData.html @@ -0,0 +1,411 @@ + + + + + + + +ArticleIndexData (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+Class ArticleIndexData

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData
+
+
+
+
public class ArticleIndexData
extends Object
+ + +

+This class represents the data used by the ArticleIndex. One objects + represents one revision block. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ArticleIndexData() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ longgetEndRevisionCount() + +
+          Returns the last revision counter of this block.
+ longgetFullRevisionID() + +
+          Returns the ID of the full revision.
+ longgetFullRevisionPrimaryKey() + +
+          Returns the PK of the full revision.
+ longgetStartRevisionCount() + +
+          Returns the first revision counter of this block.
+ voidsetEndRevisionCount(long endRevisionCount) + +
+          Sets the last revision counter of this block.
+ voidsetFullRevisionID(long fullRevisionID) + +
+          Sets the ID of the full revision.
+ voidsetFullRevisionPrimaryKey(long fullRevisionPrimaryKey) + +
+          Sets the PK of the full revision.
+ voidsetStartRevisionCount(long startRevisionCount) + +
+          Sets the first revision counter of this block.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ArticleIndexData

+
+public ArticleIndexData()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getEndRevisionCount

+
+public long getEndRevisionCount()
+
+
Returns the last revision counter of this block. +

+

+ +
Returns:
revision counter
+
+
+
+ +

+getFullRevisionID

+
+public long getFullRevisionID()
+
+
Returns the ID of the full revision. +

+

+ +
Returns:
ID of the full revision
+
+
+
+ +

+getFullRevisionPrimaryKey

+
+public long getFullRevisionPrimaryKey()
+
+
Returns the PK of the full revision. +

+

+ +
Returns:
PK of the full revision
+
+
+
+ +

+getStartRevisionCount

+
+public long getStartRevisionCount()
+
+
Returns the first revision counter of this block. +

+

+ +
Returns:
revision counter
+
+
+
+ +

+setEndRevisionCount

+
+public void setEndRevisionCount(long endRevisionCount)
+
+
Sets the last revision counter of this block. +

+

+
Parameters:
endRevisionCount - revision counter
+
+
+
+ +

+setFullRevisionID

+
+public void setFullRevisionID(long fullRevisionID)
+
+
Sets the ID of the full revision. +

+

+
Parameters:
fullRevisionID - ID of the full revision
+
+
+
+ +

+setFullRevisionPrimaryKey

+
+public void setFullRevisionPrimaryKey(long fullRevisionPrimaryKey)
+
+
Sets the PK of the full revision. +

+

+
Parameters:
fullRevisionPrimaryKey - PK of the full revision
+
+
+
+ +

+setStartRevisionCount

+
+public void setStartRevisionCount(long startRevisionCount)
+
+
Sets the first revision counter of this block. +

+

+
Parameters:
startRevisionCount - revision counter
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndex.html new file mode 100644 index 00000000..d729f94a --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndex.html @@ -0,0 +1,338 @@ + + + + + + + +ChronoIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+Class ChronoIndex

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex
+
+
+
+
public class ChronoIndex
extends AbstractIndex
+ + +

+Index for the correct chonological order of revisions. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
buffer, insertStatement, MAX_ALLOWED_PACKET
+  + + + + + + + + + + + + + +
+Constructor Summary
ChronoIndex() + +
+          (Constructor) Creates a new ChronoIndex object.
ChronoIndex(long MAX_ALLOWED_PACKET) + +
+          (Constructor) Creates a new ChronoIndex object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidadd(int articleID, + int revisionCounter, + long timestamp) + +
+          Adds the information for an new entry in the chrono index.
+ voidfinalizeIndex() + +
+          Finalizes the query in the currently used buffer and creates a new one.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
byteSize, remove, size, storeBuffer
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoIndex

+
+public ChronoIndex()
+
+
(Constructor) Creates a new ChronoIndex object. +

+

+
Parameters:
MAX_ALLOWED_PACKET - MAX_ALLOWED_PACKET
+
+
+ +

+ChronoIndex

+
+public ChronoIndex(long MAX_ALLOWED_PACKET)
+
+
(Constructor) Creates a new ChronoIndex object. +

+

+
Parameters:
MAX_ALLOWED_PACKET - MAX_ALLOWED_PACKET
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(int articleID,
+                int revisionCounter,
+                long timestamp)
+
+
Adds the information for an new entry in the chrono index. +

+

+
Parameters:
articleID - ID of the article
revisionCounter - Revision counter
timestamp - Timestamp
+
+
+
+ +

+finalizeIndex

+
+public void finalizeIndex()
+
+
Finalizes the query in the currently used buffer and creates a new one. + The finalized query will be added to the list of queries. +

+

+
Overrides:
finalizeIndex in class AbstractIndex
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndexData.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndexData.html new file mode 100644 index 00000000..c6f99130 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/ChronoIndexData.html @@ -0,0 +1,419 @@ + + + + + + + +ChronoIndexData (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+Class ChronoIndexData

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData
+
+
+
All Implemented Interfaces:
Comparable<ChronoIndexData>
+
+
+
+
public class ChronoIndexData
extends Object
implements Comparable<ChronoIndexData>
+ + +

+This class represents the data used by the ChronoIndex. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ChronoIndexData(long time, + int revisionCounter) + +
+          (Constructor) Creates a new ChronoInfo object.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcompareTo(ChronoIndexData info) + +
+          Compares this ChronoInfo to the given info.
+ booleanequals(Object obj) + +
+           
+ intgetIndex() + +
+          Returns the index value.
+ intgetRevisionCounter() + +
+          Returns the revision counter.
+ longgetTime() + +
+          Returns the timestamp value.
+ voidsetIndex(int index) + +
+          Sets the index value.
+ voidsetSortFlag(boolean chronoSort) + +
+          Sets the sort flag.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ChronoIndexData

+
+public ChronoIndexData(long time,
+                       int revisionCounter)
+
+
(Constructor) Creates a new ChronoInfo object. +

+

+
Parameters:
time - Timestamp value
revisionCounter - RevisionCounter
+
+ + + + + + + + +
+Method Detail
+ +

+compareTo

+
+public int compareTo(ChronoIndexData info)
+
+
Compares this ChronoInfo to the given info. +

+

+
Specified by:
compareTo in interface Comparable<ChronoIndexData>
+
+
+ +
Returns:
a negative integer, zero, or a positive integer as this object is + less than, equal to, or greater than the specified object.
+
+
+
+ +

+equals

+
+public boolean equals(Object obj)
+
+
+
Overrides:
equals in class Object
+
+
+
+
+
+
+ +

+getIndex

+
+public int getIndex()
+
+
Returns the index value. +

+

+
+
+
+ +
Returns:
index value
+
+
+
+ +

+getRevisionCounter

+
+public int getRevisionCounter()
+
+
Returns the revision counter. +

+

+
+
+
+ +
Returns:
revision counter
+
+
+
+ +

+getTime

+
+public long getTime()
+
+
Returns the timestamp value. +

+

+
+
+
+ +
Returns:
timestamp value
+
+
+
+ +

+setIndex

+
+public void setIndex(int index)
+
+
Sets the index value. +

+

+
+
+
+
Parameters:
index - index value
+
+
+
+ +

+setSortFlag

+
+public void setSortFlag(boolean chronoSort)
+
+
Sets the sort flag. +

+

+
+
+
+
Parameters:
chronoSort - TRUE for chronological sorting, FALSE for revision counter + sorting
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/RevisionIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/RevisionIndex.html new file mode 100644 index 00000000..c83450b0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/RevisionIndex.html @@ -0,0 +1,311 @@ + + + + + + + +RevisionIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+Class RevisionIndex

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
+      extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex
+
+
+
+
public class RevisionIndex
extends AbstractIndex
+ + +

+Index for revision information. +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
buffer, insertStatement, MAX_ALLOWED_PACKET
+  + + + + + + + + + + + + + +
+Constructor Summary
RevisionIndex() + +
+          (Constructor) Creates a new RevisionIndex object.
RevisionIndex(long MAX_ALLOWED_PACKET) + +
+          (Constructor) Creates a new RevisionIndex object.
+  + + + + + + + + + + + +
+Method Summary
+ voidadd(int revisionID, + long revisionPrimaryKey, + long fullRevisionPrimaryKey) + +
+          Adds the information for an new entry in the revision index.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
byteSize, finalizeIndex, remove, size, storeBuffer
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionIndex

+
+public RevisionIndex()
+
+
(Constructor) Creates a new RevisionIndex object. +

+

+
+ +

+RevisionIndex

+
+public RevisionIndex(long MAX_ALLOWED_PACKET)
+
+
(Constructor) Creates a new RevisionIndex object. +

+

+
Parameters:
MAX_ALLOWED_PACKET - MAX_ALLOWED_PACKET
+
+ + + + + + + + +
+Method Detail
+ +

+add

+
+public void add(int revisionID,
+                long revisionPrimaryKey,
+                long fullRevisionPrimaryKey)
+
+
Adds the information for an new entry in the revision index. +

+

+
Parameters:
revisionID - ID of the revision
revisionPrimaryKey - PK of the revison
fullRevisionPrimaryKey - PK of the related full revison
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/AbstractIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/AbstractIndex.html new file mode 100644 index 00000000..04b3e8ca --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/AbstractIndex.html @@ -0,0 +1,250 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex

+
+ + + + + + + + + + + + + +
+Packages that use AbstractIndex
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer  
+  +

+ + + + + +
+Uses of AbstractIndex in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractIndex in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
+ classArticleIndex + +
+          Index for article information.
+ classChronoIndex + +
+          Index for the correct chonological order of revisions.
+ classRevisionIndex + +
+          Index for revision information.
+  +

+ + + + + +
+Uses of AbstractIndex in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer with parameters of type AbstractIndex
+ voidIndexWriterInterface.write(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+ voidDatabaseWriter.write(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+ voidSQLFileWriter.write(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+ voidDataFileWriter.write(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndex.html new file mode 100644 index 00000000..f3f68fd6 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndex.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndexData.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndexData.html new file mode 100644 index 00000000..438f23af --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ArticleIndexData.html @@ -0,0 +1,184 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData

+
+ + + + + + + + + +
+Packages that use ArticleIndexData
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices  
+  +

+ + + + + +
+Uses of ArticleIndexData in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
+  +

+ + + + + + + + + +
Method parameters in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices with type arguments of type ArticleIndexData
+ voidArticleIndex.add(int currentArticleID, + long startTime, + long endTime, + List<ArticleIndexData> infoList) + +
+          Adds the information for an new entry in the article index.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndex.html new file mode 100644 index 00000000..3360e0ff --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndex.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndexData.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndexData.html new file mode 100644 index 00000000..d5b68709 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/ChronoIndexData.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData

+
+ + + + + + + + + +
+Packages that use ChronoIndexData
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices  
+  +

+ + + + + +
+Uses of ChronoIndexData in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices with parameters of type ChronoIndexData
+ intChronoIndexData.compareTo(ChronoIndexData info) + +
+          Compares this ChronoInfo to the given info.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/RevisionIndex.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/RevisionIndex.html new file mode 100644 index 00000000..a4f7dfcb --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/class-use/RevisionIndex.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-frame.html new file mode 100644 index 00000000..ab8a6eef --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-frame.html @@ -0,0 +1,43 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices + + + + +
+Classes  + +
+AbstractIndex +
+ArticleIndex +
+ArticleIndexData +
+ChronoIndex +
+ChronoIndexData +
+RevisionIndex
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-summary.html new file mode 100644 index 00000000..474876f3 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-summary.html @@ -0,0 +1,178 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractIndexThis class represents an abstact index.
ArticleIndexIndex for article information.
ArticleIndexDataThis class represents the data used by the ArticleIndex.
ChronoIndexIndex for the correct chonological order of revisions.
ChronoIndexDataThis class represents the data used by the ChronoIndex.
RevisionIndexIndex for revision information.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-tree.html new file mode 100644 index 00000000..8ede8e58 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-tree.html @@ -0,0 +1,157 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData (implements java.lang.Comparable<T>) +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-use.html new file mode 100644 index 00000000..747e664f --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/indices/package-use.html @@ -0,0 +1,202 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices  
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer  
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices used by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
AbstractIndex + +
+          This class represents an abstact index.
ArticleIndexData + +
+          This class represents the data used by the ArticleIndex.
ChronoIndexData + +
+          This class represents the data used by the ChronoIndex.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices used by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
AbstractIndex + +
+          This class represents an abstact index.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-frame.html new file mode 100644 index 00000000..a402bac2 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index + + + + +
+Classes  + +
+Indexer +
+IndexGenerator +
+IndexIterator
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-summary.html new file mode 100644 index 00000000..100f1887 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-summary.html @@ -0,0 +1,168 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index +

+ + + + + + + + + + + + + + + + + +
+Class Summary
IndexerForwards the necessary information to the AbstractIndex classes and controls + the writing to the output if one of the index has reached the maximum size.
IndexGeneratorGenerates the indices for the database.
IndexIteratorIterates over the database to retrieve the necessary information for the + index generation.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-tree.html new file mode 100644 index 00000000..77473675 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-tree.html @@ -0,0 +1,155 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator (implements java.util.Iterator<E>) +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-use.html new file mode 100644 index 00000000..bcd6f72b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.index

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DataFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DataFileWriter.html new file mode 100644 index 00000000..bcca25bf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DataFileWriter.html @@ -0,0 +1,332 @@ + + + + + + + +DataFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +
+Class DataFileWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter
+
+
+
All Implemented Interfaces:
IndexWriterInterface
+
+
+
+
public class DataFileWriter
extends Object
implements IndexWriterInterface
+ + +

+This class writes the output of the index generator to an sql file. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DataFileWriter(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new SQLFileWriter.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the file or the database connection.
+ voidfinish() + +
+          Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables.
+ voidwrite(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DataFileWriter

+
+public DataFileWriter(RevisionAPIConfiguration config)
+               throws IOException
+
+
(Constructor) Creates a new SQLFileWriter. +

+

+
Parameters:
config - Reference to the configuration paramters +
Throws: +
IOException - if an error occured while writing the file
+
+ + + + + + + + +
+Method Detail
+ +

+write

+
+public void write(AbstractIndex index)
+           throws IOException
+
+
Writes the buffered finalzed queries to the output. +

+

+
Specified by:
write in interface IndexWriterInterface
+
+
+
Parameters:
index - Reference to an index +
Throws: +
IOException - if an error occured while writing the output
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
Closes the file or the database connection. +

+

+
Specified by:
close in interface IndexWriterInterface
+
+
+ +
Throws: +
IOException - if an error occured while closing the file
+
+
+
+ +

+finish

+
+public void finish()
+            throws IOException
+
+
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +

+

+
Specified by:
finish in interface IndexWriterInterface
+
+
+ +
Throws: +
SQLException - if an error occured while writing to the file +
IOException - if an error occured while accessing the sql file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DatabaseWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DatabaseWriter.html new file mode 100644 index 00000000..903decab --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/DatabaseWriter.html @@ -0,0 +1,333 @@ + + + + + + + +DatabaseWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +
+Class DatabaseWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter
+
+
+
All Implemented Interfaces:
IndexWriterInterface
+
+
+
+
public class DatabaseWriter
extends Object
implements IndexWriterInterface
+ + +

+This class writes the output of the index generator to a database. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DatabaseWriter(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new DatabaseWriter.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the file or the database connection.
+ voidfinish() + +
+          Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables.
+ voidwrite(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DatabaseWriter

+
+public DatabaseWriter(RevisionAPIConfiguration config)
+               throws ClassNotFoundException,
+                      SQLException
+
+
(Constructor) Creates a new DatabaseWriter. +

+

+
Parameters:
config - Reference to the configuration paramters +
Throws: +
ClassNotFoundException - if the JDBC Driver could not be located +
SQLException - if an error occured while creating the index tables
+
+ + + + + + + + +
+Method Detail
+ +

+write

+
+public void write(AbstractIndex index)
+           throws SQLException
+
+
Writes the buffered finalzed queries to the output. +

+

+
Specified by:
write in interface IndexWriterInterface
+
+
+
Parameters:
index - Reference to an index +
Throws: +
SQLException - if an error occured while transmitting the output
+
+
+
+ +

+finish

+
+public void finish()
+            throws SQLException
+
+
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +

+

+
Specified by:
finish in interface IndexWriterInterface
+
+
+ +
Throws: +
SQLException - if an error occured while accessing the database
+
+
+
+ +

+close

+
+public void close()
+           throws SQLException
+
+
Closes the file or the database connection. +

+

+
Specified by:
close in interface IndexWriterInterface
+
+
+ +
Throws: +
SQLException - if an error occured while closing the database connection
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/IndexWriterInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/IndexWriterInterface.html new file mode 100644 index 00000000..66f45e4d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/IndexWriterInterface.html @@ -0,0 +1,275 @@ + + + + + + + +IndexWriterInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +
+Interface IndexWriterInterface

+
+
All Known Implementing Classes:
DatabaseWriter, DataFileWriter, SQLFileWriter
+
+
+
+
public interface IndexWriterInterface
+ + +

+Interface for the IndexWriter +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the file or the database connection.
+ voidfinish() + +
+          Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables.
+ voidwrite(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+  +

+ + + + + + + + +
+Method Detail
+ +

+write

+
+void write(AbstractIndex index)
+           throws IOException,
+                  SQLException
+
+
Writes the buffered finalzed queries to the output. +

+

+
Parameters:
index - Reference to an index +
Throws: +
IOException - if an error occured while writing the output +
SQLException - if an error occured while transmitting the output
+
+
+
+ +

+close

+
+void close()
+           throws IOException,
+                  SQLException
+
+
Closes the file or the database connection. +

+

+ +
Throws: +
IOException - if an error occured while closing the file +
SQLException - if an error occured while closing the database connection
+
+
+
+ +

+finish

+
+void finish()
+            throws IOException,
+                   SQLException
+
+
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +

+

+ +
Throws: +
SQLException - if an error occured while accessing the database +
IOException - if an error occured while accessing the sql file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/SQLFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/SQLFileWriter.html new file mode 100644 index 00000000..a12aa5ef --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/SQLFileWriter.html @@ -0,0 +1,332 @@ + + + + + + + +SQLFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +
+Class SQLFileWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter
+
+
+
All Implemented Interfaces:
IndexWriterInterface
+
+
+
+
public class SQLFileWriter
extends Object
implements IndexWriterInterface
+ + +

+This class writes the output of the index generator to an sql file. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SQLFileWriter(RevisionAPIConfiguration config) + +
+          (Constructor) Creates a new SQLFileWriter.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+          Closes the file or the database connection.
+ voidfinish() + +
+          Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables.
+ voidwrite(AbstractIndex index) + +
+          Writes the buffered finalzed queries to the output.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SQLFileWriter

+
+public SQLFileWriter(RevisionAPIConfiguration config)
+              throws IOException
+
+
(Constructor) Creates a new SQLFileWriter. +

+

+
Parameters:
config - Reference to the configuration paramters +
Throws: +
IOException - if an error occured while writing the file
+
+ + + + + + + + +
+Method Detail
+ +

+write

+
+public void write(AbstractIndex index)
+           throws IOException
+
+
Writes the buffered finalzed queries to the output. +

+

+
Specified by:
write in interface IndexWriterInterface
+
+
+
Parameters:
index - Reference to an index +
Throws: +
IOException - if an error occured while writing the output
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
Closes the file or the database connection. +

+

+
Specified by:
close in interface IndexWriterInterface
+
+
+ +
Throws: +
IOException - if an error occured while closing the file
+
+
+
+ +

+finish

+
+public void finish()
+            throws IOException
+
+
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +

+

+
Specified by:
finish in interface IndexWriterInterface
+
+
+ +
Throws: +
SQLException - if an error occured while writing to the file +
IOException - if an error occured while accessing the sql file
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DataFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DataFileWriter.html new file mode 100644 index 00000000..00a7d51b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DataFileWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DatabaseWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DatabaseWriter.html new file mode 100644 index 00000000..50efd668 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/DatabaseWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/IndexWriterInterface.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/IndexWriterInterface.html new file mode 100644 index 00000000..e971795d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/IndexWriterInterface.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface

+
+ + + + + + + + + +
+Packages that use IndexWriterInterface
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer  
+  +

+ + + + + +
+Uses of IndexWriterInterface in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
+  +

+ + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer that implement IndexWriterInterface
+ classDatabaseWriter + +
+          This class writes the output of the index generator to a database.
+ classDataFileWriter + +
+          This class writes the output of the index generator to an sql file.
+ classSQLFileWriter + +
+          This class writes the output of the index generator to an sql file.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/SQLFileWriter.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/SQLFileWriter.html new file mode 100644 index 00000000..0c654675 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/class-use/SQLFileWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-frame.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-frame.html new file mode 100644 index 00000000..28309c11 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer (RevisionMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer + + + + +
+Interfaces  + +
+IndexWriterInterface
+ + + + + + +
+Classes  + +
+DatabaseWriter +
+DataFileWriter +
+SQLFileWriter
+ + + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-summary.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-summary.html new file mode 100644 index 00000000..7e013c14 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +

+ + + + + + + + + +
+Interface Summary
IndexWriterInterfaceInterface for the IndexWriter
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
DatabaseWriterThis class writes the output of the index generator to a database.
DataFileWriterThis class writes the output of the index generator to an sql file.
SQLFileWriterThis class writes the output of the index generator to an sql file.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-tree.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-tree.html new file mode 100644 index 00000000..f6e02d69 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-use.html b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-use.html new file mode 100644 index 00000000..6e908cdf --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/revisionmachine/index/writer/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer used by de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
IndexWriterInterface + +
+          Interface for the IndexWriter
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/deprecated-list.html b/apidocs/RevisionMachine-0.9.1/deprecated-list.html new file mode 100644 index 00000000..4601f417 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/deprecated-list.html @@ -0,0 +1,187 @@ + + + + + + + +Deprecated List (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + + + + + + + + + + + + + + + + + + + + + + + + +
+Deprecated Methods
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel.applyConfig(ConfigSettings) +
+            
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi.checkReverseMapping(int, int) +
+          this method should only be used for internal processes 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator.remove() +
+            
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator.remove() +
+            
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator.remove() +
+            
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel.toXML(StringBuilder, ConfigVerification) +
+            
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/help-doc.html b/apidocs/RevisionMachine-0.9.1/help-doc.html new file mode 100644 index 00000000..65629391 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/index-all.html b/apidocs/RevisionMachine-0.9.1/index-all.html new file mode 100644 index 00000000..60fcbcf4 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/index-all.html @@ -0,0 +1,2859 @@ + + + + + + + +Index (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I L M N O P R S T U V W X
+

+A

+
+
AbstractIndex - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
This class represents an abstact index.
AbstractIndex() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
(Constructor) Creates an index object. +
AbstractIndex(String, long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
(Constructor) Creates an index object. +
AbstractPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
AbstractPanel Super panel class of the KonfigurationTool + + All panels (which contain configuration parameters) will inherit from this + class.
AbstractPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
(Constructor) Creates an AbstractPanel object. +
add(ChronoStorageBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Adds a ChonoStorageBlock to this chrono full revision object. +
add(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Adds a revision to the chrono storage. +
add(String, V) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
Adds a word and its related value. +
add(ArchiveDescription) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Adds an input archive description object to the input archive list. +
add(ConfigItem) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
Adds a configuration item to the list. +
add(DiffPart) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Adds a DiffPart. +
add(D) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Adds data to this task. +
add(int, long, long, List<ArticleIndexData>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex +
Adds the information for an new entry in the article index. +
add(int, int, long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex +
Adds the information for an new entry in the chrono index. +
add(int, long, long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex +
Adds the information for an new entry in the revision index. +
addArchive(ArchiveDescription) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Adds an archive description. +
addArchive(ArchiveDescription) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Adds an archive to the archive registry. +
addBinaryData(byte[]) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Appends binary data to storage. +
addKeyword(String, V) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree +
Adds a keyword and its related value. +
addKeyword(String, V) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +
Adds a keyword and its related value. +
append(CharSequence) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Appends textual content to the query. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel +
Deprecated.   +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel +
  +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfig(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel +
Reads the configuration parameters described in the panel from the + ConfigSettings and and sets the contained values. +
applyConfiguration(ConfigSettings) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Adds the ArchiveDescriptions contained in the configuration. +
ArchiveDescription - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
This class represents a description of an input file.
ArchiveDescription(InputType, String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription +
(Constructor) Creates a new ArchiveDescription +
archiveIterator() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Returns an iterator over the input archive list. +
ArchiveManager - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
DiffManager Manages the data contained by the ArchiveProducer
ArchiveManager() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager +
(Constructor) Creates the ArchiveManager. +
ArchiveRegistry - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ArchiveRegistry of the ConfigurationTool.
ArchiveRegistry() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
(Constructor) Creates a new ArchiveRegistry. +
archiveSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Returns the number of input archives. +
ArticleConsumerLogMessages - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
This class contains the english localized log messages for ArticleConsumers.
ArticleFilter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
Filter articles from unwanted namespaces.
ArticleFilter() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter +
Creates an ArticleFilter that uses configuration file to filter prefixes +
ArticleFilter(Collection<Integer>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter +
Creates a new filter that filters all pages except the namespaces + provided in the namespaceWhitelist +
ArticleIndex - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
Index for article information.
ArticleIndex() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex +
(Constructor) Creates a new ArticleIndex object. +
ArticleIndex(long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex +
(Constructor) Creates a new ArticleIndex object. +
ArticleIndexData - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
This class represents the data used by the ArticleIndex.
ArticleIndexData() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
  +
ArticleInformation - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info
This class contains all statistical information related to one article.
ArticleInformation() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
(Constructor) Creates a new ArticleInformation object. +
ArticleReaderException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
ArticleReaderException Describes an exception that occurred while reading the + articles.
ArticleReaderException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException +
(Constructor) Creates a new ArticleReaderException. +
ArticleReaderException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException +
(Constructor) Creates a new ArticleReaderException. +
ArticleReaderException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException +
(Constructor) Creates a new ArticleReaderException. +
ArticleReaderInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
This interface represents the link to the input.
+
+

+B

+
+
binaryDiff(Task<Diff>, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
  +
binaryDiff(Task<Diff>, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
  +
binaryDiff(RevisionCodecData, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder +
  +
binaryDiff(RevisionCodecData, Diff) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoderInterface +
Returns the binary encoding of the given Diff. +
binaryTask(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
  +
binaryTask(Task<Diff>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface +
Returns the binary encoding of the given DiffTask. +
BitReader - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
The BitReader buffers a byte-array.
BitReader(byte[]) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader +
Constructor of the BitReader +
BitWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
The BitWriter buffers bit that will be written byte-by-byte to an output + stream.
BitWriter(int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
Constructor Creates a BitWriter with a byte buffer of the given length. +
BitWriter() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
Constructor Creates a BitWriter with a standard buffer. +
BlockManagement - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
The BlockManagement class is used to calculate the diff operations using the + blocks of the longest common substring search.
BlockManagement() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement +
(Constructor) Creates a BlockManagement object. +
BlockManagementInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Interface of the BlockManagement
buffer - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Current query buffer +
buildRevision(char[]) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Builds the current revision. +
buildRevision(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Builds the current revision. +
byteSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the estimated number of bytes used to encode the contained + information. +
byteSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Returns the size of the query. +
byteSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns an estimation of the size used to stored the data. +
byteSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns the estimated number of bytes used to encode the contained + information. +
byteSize() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable +
This method should return a size estimation of the data. +
byteSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the size estimation of this task in bytes. +
byteSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Returns the size of the currently used buffer. +
Bzip2Archiver - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers
Class provides basic bzip2 compression/decompression functionality
Bzip2Archiver() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver +
  +
+
+

+C

+
+
CachePanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the cache.
CachePanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel +
(Constructor) Creates a new CachePanel. +
check(char) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree +
Checks whether the character is related to one of the current nodes (the + root node is always a current node). +
check(char) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +
Checks whether the character is related to the currently used node. +
checkArticle(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter +
Filter any pages by title prefixes +
checkBlocksizeB(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Gathers the information about an b block. +
checkBlocksizeE(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Gathers the information about an e block. +
checkBlocksizeL(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Gathers the information about an l block. +
checkBlocksizeS(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Gathers the information about an s block. +
checkMapping(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
This method maps the chronological order to the revisionCounter. +
checkReverseMapping(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Deprecated. this method should only be used for internal processes +
ChronoFullRevision - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
ChronoFullRevision + + + 1
ChronoFullRevision(int, int, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
(Constructor) Creates a new ChronoFullRevision object. +
ChronoIndex - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
Index for the correct chonological order of revisions.
ChronoIndex() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex +
(Constructor) Creates a new ChronoIndex object. +
ChronoIndex(long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex +
(Constructor) Creates a new ChronoIndex object. +
ChronoIndexData - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
This class represents the data used by the ChronoIndex.
ChronoIndexData(long, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
(Constructor) Creates a new ChronoInfo object. +
ChronoIterator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
ChronoIterator Iterates articles in chronological order. + + + 1
ChronoIterator(RevisionAPIConfiguration, Connection, String, String, String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator +
(Constructor) Create a ChronoIterator object +
ChronoRevisionIterator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
This class represents the iteration in chronological order.
ChronoRevisionIterator(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
(Constructor) Creates a new ChronoRevisionIterator +
ChronoRevisionIterator(RevisionAPIConfiguration, int, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
(Constructor) Creates a new ChronoRevisionIterator +
ChronoStorage - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
This class represents the chrono storage. + + + 1
ChronoStorage(RevisionAPIConfiguration, Map<Integer, Integer>, ChronoFullRevision, Map<Integer, ChronoFullRevision>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
(Constructor) Creates a ChronoStorage object +
ChronoStorageBlock - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
This class represents an object in the chrono storage space.
ChronoStorageBlock(ChronoFullRevision, int, Revision) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
(Constructor) Creates a new ChronoStorageBlock. +
clean(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Reduces the storage space. +
clean() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Reduces the amount of used storage by discarding chrono storage blocks. +
clear() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Deletes all contained archive descriptions. +
clear() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Deletes all contained input archives and configuration parameter. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
This method closes the connection to the input component. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
This method closes the connection to the database. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
This method closes the connection to the input component. +
close() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIteratorInterface +
Closes the reader or connection to the input component. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
Closes the output writer. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +
Closes the writer. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog +
Closes the dialog. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog +
Closes the dialog. +
close() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.TaskTransmitterInterface +
Close stream +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter +
This method will close the connection to the output. +
close() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface +
This method will close the connection to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer +
Finalizes the indices and sends the rest of the data to the output. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter +
Closes the file or the database connection. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter +
Closes the file or the database connection. +
close() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface +
Closes the file or the database connection. +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter +
Closes the file or the database connection. +
closeTransmitter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
  +
closeTransmitter() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface +
Close Stream of Transmitter +
compareTo(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
compareTo(DiffBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Compares the positions of both blocks. +
compareTo(ChronoIndexData) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
Compares this ChronoInfo to the given info. +
ComponentRegistry - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
ComponentsRegistry of the ConfigurationTool
ComponentRegistry() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
(Constructor) Creates a ComponentRegistry. +
compress(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver +
Creates bz2 archive file from file in path +
ConfigController - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
Controller of the ConfigurationTool
ConfigController() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
(Constructor) Creates a new ConfigController. +
ConfigDialog - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
ConfigDialog - Displays the ConfigVerification elements.
ConfigDialog(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog +
(Constructor) Creates a new ConfigDialog. +
ConfigEnum - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
Contains the keys for the configuration types.
ConfigErrorKeys - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
Contains the keys for the configuration verification error types.
ConfigGUI - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
This class represents the main class of the graphical configuration tool + for the DiffTool.
ConfigGUI() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigGUI +
(Constructor) Creates a new ConfigGUI object. +
ConfigItem - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
This class represents configuration verfication messages.
ConfigItem(ConfigItemTypes, ConfigErrorKeys, String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem +
(Constructor) Creates a new ConfigItem +
ConfigItemTypes - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
Contains the keys for the different types of configuration items.
ConfigMenuBar - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
MenuBar of the ConfigurationTool
ConfigMenuBar(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigMenuBar +
(Constructor) Create the ConfigMenuBar object. +
ConfigPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel of the ConfigGUI Contains a tabbed panel with reference to all the + other panels.
ConfigPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel +
(Constructor) Creates a new ConfigPanel. +
ConfigSettings - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
This class contain all configuration parameters.
ConfigSettings() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
(Constructor) Creates an empty ConfigurationSetting object of unspecified + type. +
ConfigSettings(ConfigEnum) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
(Constructor) Creates an empty ConfigurationSetting object of given type. +
ConfigurationException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
ConfigurationException Describes an exception that occurred while accessing + the configuration.
ConfigurationException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException +
(Constructor) Creates a new ConfigurationException. +
ConfigurationException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException +
(Constructor) Creates a new ConfigurationException. +
ConfigurationException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException +
(Constructor) Creates a new ConfigurationException. +
ConfigurationException(ErrorKeys, String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException +
(Constructor) Creates a new ConfigurationException. +
ConfigurationKeys - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
Contains all applicable keys for the configuration file.
ConfigurationManager - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
Singleton - Manages the configuration settings for the DiffTool.
ConfigurationManager(ConfigSettings) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager +
(Constructor) Creates the Configuration Manager - This constructor should + only be called during the startup of the DiffTool Application. +
ConfigurationReader - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
This Reader reads the xml-configuration files for the DiffTool.
ConfigurationReader(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader +
(Constructor) Creates a new ConfigurationReader object. +
ConfigVerification - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
This class contains the list of error or warning messages that have been + generated during the verification of the configuration settings.
ConfigVerification() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
(Constructor) Creates an empty ConfigVerification object. +
ConsumerLogMessages - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
This class contains the english localized log messages for Consumers.
contains(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Checks whether the specified chrono storage block is contained or not. +
contains(char) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
Checks whether the specified successor node is contained. +
Contributor - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
Provides basic user/conttributor information in a single object
Contributor(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
Contributor(String, Integer) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
Contributor(String, Integer, List<String>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
contributorIsRegistered() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
contributorIsRegistered() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns true, if the contributor is a registered user +
controller - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
Reference to the controller +
createArticleReaderException(ErrorKeys) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a ArticleReaderException object. +
createBannedTask() - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Creates a banned task. +
createConfigurationException(ErrorKeys) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a ConfigurationException object. +
createConfigurationException(ErrorKeys, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a ConfigurationException object. +
createConfigurationXML() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Creates the xml content representation of the currently used settings. +
createDecodingException(ErrorKeys) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a DecodingException object. +
createDecodingException(ErrorKeys, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a DecodingException object. +
createDecodingException(ErrorKeys, String, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a DecodingException object. +
createDiffException(ErrorKeys, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a DiffException object. +
createDiffException(ErrorKeys, String, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a DiffException object. +
createDummy() - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Creates a dummy task without data. +
createEncodingException(ErrorKeys) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates an EncodingException object. +
createEncodingException(ErrorKeys, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates an EncodingException object. +
createEncodingException(ErrorKeys, String, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates an EncodingException object. +
createEndTask() - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Creates an end task. +
createLogger(LoggerType, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory +
Creates a new Logger. +
createLoggingException(ErrorKeys) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a LoggingException object. +
createLoggingException(ErrorKeys, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a LoggingException object. +
createRuntimeException(ErrorKeys) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a RuntimeException object. +
createSQLConsumerException(ErrorKeys, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a SQLConsumerException object. +
createSQLConsumerException(ErrorKeys, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a SQLConsumerException object. +
createSQLConsumerException(ErrorKeys, String, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a SQLConsumerException object. +
createTimeoutException(ErrorKeys, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory +
Creates a TimeoutException object. +
createVerificationSettings() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +
  +
+
+

+D

+
+
DatabaseWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
This class writes the output of the index generator to a database.
DatabaseWriter(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter +
(Constructor) Creates a new DatabaseWriter. +
DataFileArchiveWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to an archive.
DataFileArchiveWriter(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +
(Constructor) Creates a new SQLArchiveWriter object. +
DataFileEncoder - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
Alternative to the SQLEncoder - writes data files instead of UNCOMPRESSED dumps
DataFileEncoder() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder +
(Constructor) Creates a new SQLEncoder object. +
dataFileEncoder - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +
Reference to the SQLEncoder +
dataFileEncoder - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +
Reference to the DataFileEncoder +
DataFileWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to a data file (not an sql file)
DataFileWriter(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +
(Constructor) Creates a new SQLFileWriter object. +
DataFileWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
This class writes the output of the index generator to an sql file.
DataFileWriter(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter +
(Constructor) Creates a new SQLFileWriter. +
de.tudarmstadt.ukp.wikipedia.revisionmachine.api - package de.tudarmstadt.ukp.wikipedia.revisionmachine.api
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono - package de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers - package de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions - package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging - package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages - package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer - package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util - package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info - package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index - package de.tudarmstadt.ukp.wikipedia.revisionmachine.index
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices - package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer - package de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
 
DebugPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the debug purposes.
DebugPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +
(Constructor) Creates a new DebugPanel. +
decode() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +
Decodes the information and returns the Diff. +
DecodingException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
DecodingException Describes an exception that occurred while decoding the + diff information.
DecodingException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException +
(Constructor) Creates a new DecodingException. +
DecodingException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException +
(Constructor) Creates a new DecodingException. +
DecodingException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException +
(Constructor) Creates a new DecodingException. +
decompress(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver +
Uncompress bz2 file +
defaultConfiguration() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Applies the default parameter to the currently loaded config +
defaultConfiguration() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Applies the default single thread configuration of the DiffTool to this + settings. +
Diff - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
This class contains the diff information used to create single revision.
Diff() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
(Constructor) Creates a new empty Diff. +
DiffAction - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
This class contains the constants for the DiffActions.
DiffBlock - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Contains the information for a block.
DiffBlock(int, int, int, int, int, boolean) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
(DiffBlock) Creates a new DiffBlock. +
DiffCalculator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Calculates the Diff.
DiffCalculator(TaskTransmitterInterface) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
(Constructor) Creates a new DiffCalculator object. +
DiffCalculatorInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
The DiffCalculatorInterface represents the interface to the diff processing + unit.
DiffConsumerLogMessages - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
This class contains the english localized log messages for DiffConsumers.
DiffException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
DiffException Describes an exception that occurred while calculating the + diff.
DiffException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException +
(Constructor) Creates a new DiffException. +
DiffException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException +
(Constructor) Creates a new DiffException. +
DiffException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException +
(Constructor) Creates a new DiffException. +
DiffPart - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content
The DiffPart class represents the operation used to create a new revision + from an older revision.
DiffPart(DiffAction) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
(Constructor) Creates a new DiffPart object. +
DiffTool - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
This class contains the start method for the DiffTool application.
DiffToolLogMessages - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages
This class contains the english localized log messages for DiffTool.
DiffToolThread - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool
This class represents the main method for the DiffTool application
DiffToolThread(ConfigSettings) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread +
(Constructor) Creates a DiffToolThread object. +
+
+

+E

+
+
encodeDiff(Task<Diff>, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder +
Encodes the diff. +
encodeDiff(Task<Diff>, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
Encodes the diff. +
encodeDiff(Task<Diff>, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
Encodes the diff. +
encodeDiff(RevisionCodecData, Diff) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder +
  +
encodeDiff(RevisionCodecData, Diff) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoderInterface +
Returns the textual encoding of the given Diff. +
encodeTask(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder +
  +
encodeTask(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
  +
encodeTask(Task<Diff>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface +
Returns the textual encoding of the given DiffTask. +
encodeTask(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
  +
EncodingException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
DecodingException Describes an exception that occurred while encoding the + diff information.
EncodingException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException +
(Constructor) Creates a new EncodingException. +
EncodingException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException +
(Constructor) Creates a new EncodingException. +
EncodingException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException +
(Constructor) Creates a new EncodingException. +
equals(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
  +
ErrorFactory - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
This utility class contains method two create exceptions.
ErrorKeys - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
This class contains an enumeration of the possible error sources.
escape(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape +
  +
ExternalProgramsPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the use of external programs.
ExternalProgramsPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel +
(Constructor) Creates a new ExternalProgramPanel. +
+
+

+F

+
+
FilterPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the filtering.
FilterPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel +
(Constructor) Creates a new SurrogatePanel +
finalizeIndex() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Finalizes the query in the currently used buffer and creates a new one. +
finalizeIndex() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex +
Finalizes the query in the currently used buffer and creates a new one. +
finish() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter +
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +
finish() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter +
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +
finish() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface +
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +
finish() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter +
Wraps up the index generation process and writes all remaining statements + e.g. concerning UNCOMPRESSED-Indexes on the created tables. +
flush() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
Flushes the buffered output of the writer to the file. +
+
+

+G

+
+
generate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator +
Starts the generation of the indices. +
get(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Returns the revision of the specified chrono storage block. +
get(char) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
Returns the specified successor node. +
get(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Returns the archive at the specified position. +
get(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns the referenced diff part. +
get(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the data at the specified index. +
getAction() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns the DiffAction value. +
getArchive() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager +
Returns an archive. +
getArchiveDescription(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Returns the input archive at the specified position. +
getArchiveList() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager +
Returns the list of input archives. +
getArchiveList() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Returns the list of input archives. +
getArchives() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns the reference to the ArchiveRegistry. +
getArticleID() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the ID of the article. +
getArticleID() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the ID of the article. +
getArticleId() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the ID of the article. +
getArticleName() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the name of the article. +
getBinaryData(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Returns the specified binary data. +
getBinaryTable() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
  +
getBinaryTable() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface +
Returns the tables for binary output. +
getBlocksizeB() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Returns the number of bits used to encode a B block. +
getBlocksizeE() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Returns the number of bits used to encode a E block. +
getBlocksizeL() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Returns the number of bits used to encode a L block. +
getBlocksizeS() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Returns the number of bits used to encode a S block. +
getBufferSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Returns the maximum size of a result set. +
getBytePosition() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface +
Returns the number of bytes that the ArticleReader has processed. +
getBytePosition() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Returns the number of bytes that the ArticleReader has processed. +
getCharacterSet() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Returns the character encoding. +
getChronoFullRevision() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the related chrono full revision. +
getChronoStorageSpace() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Returns the memory size used for the purpose of storing revisions. +
getCodecData() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns the codec data. +
getColumnCount() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Returns the number of columns. +
getColumnCount() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
Returns the number of columns. +
getColumnName(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Returns the name of the specified column. +
getColumnName(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
Returns the name of the column with the index col. +
getComment() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the user comment for this revision +
getComment() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the user comment for this revision +
getComment() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
getCompressionStream(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver +
Creates stream for compression +
getConfigErrors() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Return the reference to the ConfigVerifactions. +
getConfigParameter(ConfigurationKeys) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager +
Returns the value of the configuration parameter. +
getConfigParameter(ConfigurationKeys) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Returns the value related to the configuration key or null if the key is + not contained. +
getConfigType() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Returns the configuration type. +
getContainer() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the data of this task. +
getContributorId() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
getContributorId() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the contributorID of the revision contributor + Unregistered users do not have an id, so the return value might be null. +
getContributorId() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
getContributorIsRegistered() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
getContributorName() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
getContributorName() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the contributorName of the revision contributor +
getContributorName() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
getCounterNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the next counter block. +
getCounterPrev() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the previous counter block. +
getDecompressionStream(String, String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver +
Creates Stream for decompression +
getDiffedSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the diffed size of the article. +
getDiffPartCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the number of diff parts. +
getEncodedSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
Returns the encoded size. +
getEncodedSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the encoded size of the article. +
getEncodedSQLSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
Returns the encoded sql size. +
getEncodedSQLSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the size of the article after the sql encoding. +
getEnd() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns the end position of the text block. +
getEndRC() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the last revision counter based on this full revision. +
getEndRevisionCount() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Returns the last revision counter of this block. +
getEnteringTime() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the entering time. +
getExitingTime() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the exiting time. +
getFirst() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the reference to the ChronoStorageBlock. +
getFirstDateOfAppearance(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the timestamp of the first revision connected to the specified + article. +
getFullRevisionID() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the full revision ID. +
getFullRevisionID() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Returns the ID of the full revision. +
getFullRevisionPK() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the pk of the full revision. +
getFullRevisionPrimaryKey() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Returns the PK of the full revision. +
getGroups() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
getGUI() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
Returns the reference of the GUI. +
getHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the reference to the article header. +
getHits() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree +
Returns the list of successor nodes. +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns the ID of this block. +
getIgnoredRevisionsCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the number of ignored revisions. +
getIndex() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
Returns the index value. +
getIndexNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the next index block. +
getIndexPrev() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the previous index block. +
getInstance() - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager +
Returns the reference to the instance of the ConfigurationManager. +
getKey() - +Method in exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException +
Returns the error key. +
getKey() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem +
Returns the type of error. +
getKeyword() - +Method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys +
Returns the keyword +
getLastDateOfAppearance(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the timestamp of the last revision connected to the specified + article. +
getLength() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns the length of the text block. +
getLogger(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory +
Returns an already created Logger. +
getLogLevel() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
Returns the log level. +
getMaxAllowedPacket() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Returns the value of MAX_ALLOWED_PACKET parameter. +
getMessage() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem +
Returns the message. +
getName() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
getNearest(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the nearest available revision to the specified revision counter. +
getNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the next chrono full revision. +
getNumberOfRevisions(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the number of revisions contained by the specified article. +
getNumberOfUniqueContributors(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the number of unique contributors to an article based on the + people who revised the article (revision contributors). +
getNumberOfUniqueContributors(int, boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the number of unique contributors to an article based on the + people who revised the article (revision contributors). +
getOriginalSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the original size of the article. +
getOutputCompression() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns the output compression mode. +
getOutputFileLimit() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns the maximum size of an output file. +
getOutputPath() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Returns the output path of the index generator. +
getOutputStream(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory +
  +
getOutputType() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Returns the output type of the index generator. +
getPartCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the part counter. +
getParts() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns a collection of DiffPart objects that make up this revision +
getPath() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription +
Returns the path. +
getPrev() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the previous chrono full revision. +
getPrimaryKey() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the primary key. +
getProcessingTimeDiff() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the time used for the diff encoding. +
getProcessingTimeRead() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the time used for reading the task. +
getProcessingTimeSQL() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the time used for the sql encoding. +
getQuery() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Returns the query. +
getReadRevisionCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the number of parsed revisions. +
getRegistry() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns the reference to the component registry. +
getRev() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
  +
getRevAEnd() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns the end position of the block in revision A. +
getRevAStart() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns the start position of the block in revision A. +
getRevBEnd() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns the end position of the block in revision B. +
getRevBStart() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns the start position of the block in revision B. +
getRevision(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
( + Returns the by the id specified revision. +
getRevision(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the by the article ID and revisionCounter specified revision. +
getRevision(int, Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the by the article ID and timestamp specified revision. +
getRevisionCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the revision counter. +
getRevisionCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the revision counter. +
getRevisionCounter() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the revision counter +
getRevisionCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns the revision counter. +
getRevisionCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the revision counter. +
getRevisionCounter() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
Returns the revision counter. +
getRevisionID() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the ID of the revision. +
getRevisionID() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the ID of the revision. +
getRevisionID() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
getRevisionIndex() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns the revision index. +
getRevisionText() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the textual content of this revision. +
getRevisionTimestamps(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the timestamps of all revisions connected to the specified + article. +
getRowCount() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Returns the number of rows. +
getRowCount() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
Returns the number of rows. +
getStart() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns the start position of the text block. +
getStartPosition() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription +
Returns the start position. +
getStartRC() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the revision counter of the full revision. +
getStartRevisionCount() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Returns the first revision counter of this block. +
getStorageSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator +
Returns the storage size description. +
getStorageSize() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Returns a description of the chrono storage size. +
getSurrogates() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns the surrogate mode. +
getTable() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
  +
getTable() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface +
Returns the tables for textual output. +
getTaskReader(ArchiveDescription) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory +
Returns an ArticleReader which reads the specified input file. +
getTaskReader(ArchiveDescription, ArticleFilter) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory +
Returns an ArticleReader which reads the specified input file. +
getTaskType() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the type of this task. +
getText() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns the textual information. +
getTime() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
Returns the timestamp value. +
getTimeStamp() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the timestamp. +
getTimeStamp() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns the timestamp +
getTimeStamp() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
getTimestampToRevisionMap(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns a map of timestamps mapped on the corresponding + DiffPart-Collections. +
getType() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem +
Returns the item type. +
getType() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription +
Returns the InputType. +
getUserContributionMap(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns a map of usernames mapped to the timestamps of their contributions + + In order to make this query fast, create a MySQL-Index (BTREE) on the + ArticleID in the revisions-table. +
getUserContributionMap(int, String[]) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns a map of usernames mapped to the timestamps of their contributions + + Users of certain user groups (e.g. bots) can be filtered by providing + the unwanted groups in the groupFilter. +
getUserContributionMap(int, String[], boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns a map of usernames mapped to the timestamps of their contributions. +
getUserGroups(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
Returns the group assignments of the specified user +
getValue() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
Returns the related value. +
getValue() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +
Returns the related value of the current node. +
getValue() - +Method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction +
Returns the byte constant +
getValueAt(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Returns the value at the specified position. +
getValueAt(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
Returns the value at the specified column of the specified row. +
getWord() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
Returns the keyword. +
getWord() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +
Returns the keyword of the current node. +
+
+

+H

+
+
hasArchive() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager +
Returns whether an archive is available or not. +
hasFailed() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification +
Returns whether the configuration item list contains an error message or + not. +
hasMore() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Returns whether more chrono storage blocks are available. +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator +
Returns if all revision have retrieved. +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
Returns whether another revision is available or not. +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
Returns whether another revision is available or not. +
hasNext() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface +
Determines whether another task is available or not. +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
Determines whether another task is available or not. +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Determines whether another task is available or not. +
hasNext() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator +
Returns TRUE if another revision information is available. +
+
+

+I

+
+
index(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer +
Processes the given revision. +
Indexer - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index
Forwards the necessary information to the AbstractIndex classes and controls + the writing to the output if one of the index has reached the maximum size.
Indexer(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer +
(Constructor) Creates a Index object. +
IndexGenerator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index
Generates the indices for the database.
IndexGenerator(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator +
(Constructor) Creates a new IndexGenerator object. +
IndexIterator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index
Iterates over the database to retrieve the necessary information for the + index generation.
IndexIterator(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator +
(Constructor) Creates the IndexIterator object. +
IndexWriterInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
Interface for the IndexWriter
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
Initializes the encoding information. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter +
Creates the sql encoder. +
init() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter +
Creates the sql encoder. +
initializeNamespaces(Map<Integer, String>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter +
Initialized the Namespace-Prefix mapping for the current language version + of Wikipedia. +
initNewTask(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
Initializes the processing of a new RevisionTask. +
initNewTask(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +
Initializes the processing of a new RevisionTask. +
InputDialog - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
InputDialog - Dialog to specify input archives.
InputDialog(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog +
(Constructor) Creates a new InputDialog. +
InputFactory - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
This factory class contains methods to access a input medium.
InputPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the input data.
InputPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel +
(Constructor) Creates a new InputPanel. +
InputType - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive
This class represents an enumeration of the input type.
insertStatement - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Insert Statement to use +
is7ZipEnabled() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the 7Zip support is enabled or not. +
isConverted() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Whether the information has already converted to the log2 basis or not. +
isDebugOutputEnabled() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the debug output is enabled. +
isDelivered() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Returns whether this revision was already returned or not. +
isDiffVerificationEnabled() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the diff verification mode is enabled. +
isEmpty() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns whether more revisions can be reconstructed by the use of this + chrono full revision. +
isEnableDataFileOutput() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
  +
isEnableSQLDatabaseOutput() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the database output mode is enabled. +
isEncodingVerificationEnabled() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the encoding verification mode is enabled. +
isFullRevision() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns whether the revision described by this diff is a full revision or + not. +
ISizeable - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
This interface defines a method for size estimations.
isKeyword() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
Returns whether this node contains a keyword or not. +
isMinor() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
isMinor() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface +
Returns true if revision is a minor revision. +
isMinor() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
isMultipleOutputFiles() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether multiple output files should be used. +
isStatsOutputEnabled() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the statistical output mode is enabled. +
isTop(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Checks whether the chrono storage block is on top or not. +
isUnknown() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns whether the block is valid or not. +
isZipCompressionEnabled() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Returns whether the Zip-Compression is enabled or not. +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
iterator() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns an iterator over the data. +
+
+

+L

+
+
length() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
  +
LetterNode<V> - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
LetterNode This node represents a node of the keyword tree.
LetterNode() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
(Constructor) Creates a empty LetterNode. +
LetterNode(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode +
(Constructor) Creates a LetterNode with a keyword. +
loadConfig(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Loads the configuration from the specified file +
loadConfig(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Loads the configuration settings from a file. +
loadConfiguration() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Loads the configuration file. +
logArchiveRetrieved(Logger, ArchiveDescription) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the retiraval of an archive desriptor. +
logArticleProcessed(Logger, Task<Revision>, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the processing of a revision task. +
logArticleProcessed(Logger, Task<Revision>, long, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the processing of a revision task. +
logArticleRead(Logger, Task<Revision>, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the reading of an revision task. +
logArticleRead(Logger, Task<Revision>, long, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the reading of an revision task. +
logConsumerRunning(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the start of a consumer. +
logDiffException(Logger, DiffException) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the occurance of a DiffException. +
logDiffProcessed(Logger, Task<Diff>, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages +
Logs the processing of a diff task. +
logEndTaskReceived(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the receival of an end task. +
logError(Level, String, Error) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
The occurred error with the related log level and message has to be given + to this method. +
logError(Logger, Error) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs an error. +
logError(Logger, Error) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages +
Logs an error. +
logErrorRetrieveArchive(Logger, ArchiveDescription, Error) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the occurance of an error while retrieving the input file. +
logException(Level, String, Exception) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
The occurred exception with the related log level and message has to be + given to this method. +
logException(Logger, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs an exception. +
logException(Logger, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages +
Logs an exception. +
logExceptionRetrieveArchive(Logger, ArchiveDescription, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the occurance of an exception while retrieving the input file. +
logFileCreation(Logger, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages +
Logs the creation of an output file. +
Logger - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
DiffTool Logger class
Logger(LoggerType, String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
Creates a new logger. +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
Reference to the logger +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter +
Reference to the logger +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
Reference to the logger +
LoggerType - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
This class contains all keys for diff tool loggers.
LoggingException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
LoggingException Describes an exception that occurred during the logging.
LoggingException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException +
(Constructor) Creates a new LoggingException. +
LoggingException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException +
(Constructor) Creates a new LoggingException. +
LoggingException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException +
(Constructor) Creates a new LoggingException. +
LoggingFactory - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging
The static references in this 'class' creates and controlls all loggers.
LoggingPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the logging.
LoggingPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel +
(Constructor) Creates a new LoggingPanel. +
logInitialization(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the initialization of a consumer. +
logInitialization(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages +
Logs the start of the diff tool. +
logInvalidTaskType(Logger, TaskTypes) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the occurance of an invalid task type. +
logInvalidTaskType(Logger, TaskTypes) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the occurance of an invalid task type. +
logKillSignalMessage(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the receival of the kill signal. +
logMessage(Level, String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger +
This method will be called with a message and the related log level. +
logNoMoreArchives(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs that no more archives are available. +
logNoMoreArticles(Logger, ArchiveDescription) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs that no more articles are available. +
logPingSignal(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the receival of the ping signal. +
logReadTaskException(Logger, Task<Revision>, Exception) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs an occurance of an exception while reading a task. +
logReadTaskOutOfMemoryError(Logger, Task<Revision>, OutOfMemoryError) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs an occurance of an OutOfMemoryError while reading a task. +
logReadTaskOutOfMemoryError(Logger, Task<Revision>, OutOfMemoryError) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the occurance of an TaskOutOfMemoryError while reading a revision + task. +
logReadTaskOutOfMemoryError(Logger, Task<Diff>, OutOfMemoryError) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages +
Logs the occurance of an OutOfMemoryError while reading a task. +
logRetrieveArchiveFailed(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the failed retrieval of an archive descriptor. +
logShutdown(Logger, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the shutdown of the consumer. +
logShutdown(Logger, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages +
Logs the shutdown of the logger. +
logSleep(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs that the consumer is sleeping. +
logSQLConsumerException(Logger, SQLConsumerException) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages +
Logs the occurance of an SqlConsumerException. +
logStartArticleProcessing(Logger, Task<Revision>, long, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages +
Logs the start of the processing of an revision task. +
logStartSignalMessage(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the receival of the start signal. +
logStatus(Logger, ArticleReaderInterface, long, long, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the status of the article consumer. +
logStatus(Logger, long, long, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the status of the consumer. +
logStatus(Logger, long, int, int, int, boolean, boolean, boolean) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages +
Logs the status of the diff tool. +
logStopSignal(Logger) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the receival of the stop signal. +
logTaskReaderException(Logger, ArticleReaderException) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages +
Logs the occurance of an ArticleReaderException. +
logTimeoutException(Logger, TimeoutException) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages +
Logs the occurance of a TimeoutException. +
+
+

+M

+
+
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigGUI +
ConfigurationTool - Main Method + + Starts the ConfigurationTool GUI +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffTool +
Starts the DiffTool application. +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator +
Starts index generation using the database credentials in the + properties file specified in args[0]. +
manage(char[], char[], ArrayList<DiffBlock>, ArrayList<DiffBlock>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement +
  +
manage(char[], char[], ArrayList<DiffBlock>, ArrayList<DiffBlock>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagementInterface +
Uses the substring blocks to create the diff operations. +
MathUtilities - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
Mathematic functions
MAX_ALLOWED_PACKET - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
MAX_ALLOWED_PACKET +
ModePanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the diff calculation.
ModePanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel +
(Constructor) Creates a new ModePanel. +
MultipleKeywordTree<V> - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
This class represents a keyword tree and is used to process or to search a + character sequence.
MultipleKeywordTree() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree +
(Constructor) Creates an empty MultipleKeywordTree object. +
+
+

+N

+
+
NAME_ARTICLE_OUTPUT_LOGGER - +Static variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory +
Name for the DiffTool Output Logger +
NAME_ERROR_LOGGER - +Static variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory +
Name for the DiffTool Error Logger +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator +
Returns the next revision. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
Returns the next revision. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
Returns the next revision. +
next() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface +
Returns the next RevisionTask. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
Returns the next RevisionTask. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Returns the next RevisionTask. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator +
Returns the next revision information. +
+
+

+O

+
+
OutputCompressionEnum - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
Contains the keys for the different types of the DiffTool outputs.
OutputFactory - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
 
OutputFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory +
  +
OutputPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the file output.
OutputPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel +
(Constructor) Create the OutputPanel object. +
OutputType - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
This Enumerator list the possible output values.
OutputTypes - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config
This class represents the enumeration of OutputTypes of the IndexGenerator.
+
+

+P

+
+
paint(Graphics) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
The default paint method was expanded with calls of the validate() and + relocate() methods. +
PanelKeys - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data
Contains the keys for the different panels of the ConfigurationTool.
parse(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType +
Parses the string representation to the related InputType. +
parse(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType +
Parses the given string. +
parse(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes +
Parses the given string. +
parse(int) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction +
Returns the appropriate DiffAction value. +
percentDiv(double, double) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities +
Rounds the result of a / b to a precision of two after digit numbers. +
percentFrom(double, double) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities +
Returns the result of (a / b) as a percentage string +
percentPlus(double, double) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities +
Rounds the result of a / (a + b) to a precision of two after digit + numbers. +
percRoundPlus(double, double) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities +
Rounds the result of a / (a + b) to a precision of two after digit + numbers. +
process(Task<Revision>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
  +
process(Task<Revision>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +
  +
process(Task<Revision>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface +
This method process the given task to generate the diff. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +
This method will process the given DiffTask and send it to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +
This method will process the given DiffTask and send it to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
This method will process the given DiffTask and send it to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter +
This method will process the given DiffTask and send it to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
This method will process the given DiffTask and send it to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter +
This method will process the given DiffTask and send him to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter +
This method will process the given DiffTask and send him to the specified + output. +
process(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter +
This method will process the given DiffTask and send him to the specified + output. +
process(Task<Diff>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface +
This method will process the given DiffTask and send him to the specified + output. +
processRevision(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
Calculates the diff for the given revision. +
processRevision(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +
Calculates the diff for the given revision. +
+
+

+R

+
+
read() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader +
Reads the input of the configuration file and parses the into the + ConfigSettings object. +
read(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader +
Reads the next length-bits from the input. +
readBit() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader +
Reads the next bit from the input. +
readByte() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader +
Reads the next character in the input Note: The current content of the + buffer will be deleted. +
readContributor(Revision, String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Parses the content within the contributor tags and adds the + parsed info to the provided revision object. +
readHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
Reads the header of an article. +
readHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Reads the header of an article. +
readRevision() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
Reads a single revision from an article. +
readRevision() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Reads a single revision from an article. +
register(PanelKeys, AbstractPanel) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
Registers the panel with the given key. +
register(PanelKeys, AbstractPanel) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Registers the panel with the given key. +
registerGUI(ConfigGUI) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
Sets the reference of the GUI. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel +
  +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel +
A call of this method should validate the positions of the panels + components. +
relocate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel +
A call of this method should validate the positions of the panels + components. +
remove(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Removes the revision counter from the list of reconstructible revisions. +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage +
Removes a revision from the chrono storage. +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator +
Deprecated.   +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
Deprecated.   +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator +
Deprecated.   +
remove() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Removes a query from the list of queries. +
removeArchive(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry +
Removes an archive description. +
removeArchive(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Removes the specified archive from the archive registry. +
repaint() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
Repaints the GUI. +
repaint() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Repaints the GUI. +
replace(char[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates +
Replaces all surrogates characters with '?'. +
reset() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree +
Resets the list of current node to only contain the root node. +
reset() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +
Resets the current node with the root node. +
reset() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
  +
reset() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface +
This method is used to delete all information concerning the partial task + processing. +
resetTaskCompleted() - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface +
Resets the task processing status of the ArticleReader. +
resetTaskCompleted() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
Resets the task processing status of the ArticleReader. +
resetTaskCompleted() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
Resets the task processing status of the ArticleReader. +
Revision - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
This class contains all revision data.
Revision(int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
(Constructor) Creates a new Revision object. +
Revision(int, RevisionApi) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
(Constructor) Creates a new Revision object. +
RevisionApi - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
This class can access the database and retrieve single revisions.
RevisionApi(RevisionAPIConfiguration, Connection) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
(Constructor) Creates a new RevisionApi object with an existing database + connection. +
RevisionApi(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
(Constructor) Creates a new RevisionApi object. +
RevisionApi(DatabaseConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
(Constructor) Creates a new RevisionApi object. +
RevisionAPIConfiguration - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
This class contains the additional parameters for the RevisionApi.
RevisionAPIConfiguration() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
(Constructor) Creates the default configuration. +
RevisionAPIConfiguration(DatabaseConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Creates a (default) RevisionAPIConfiguration from an existing + DatabaseConfiguration. +
RevisionCodecData - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
The RevisionCodecData class contains all necessary information to encode the + diff information.
RevisionCodecData() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Constructor Creates a new RevisionCodecData object. +
RevisionDataInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
This interface contains method to access the additional data of a revision.
RevisionDecoder - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
The RevisionDecoder class contains methods to decode an encoded diff + information.
RevisionDecoder(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +
(Constructor) Creates a new RevisionDecoder object. +
RevisionDecoder(byte[]) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +
(Constructor) Creates a new RevisionDecoder object. +
RevisionEncoder - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
The RevisionApi class contains methods to encode the diff information.
RevisionEncoder() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder +
(Constructor) Creates a new RevisionEnocder object. +
RevisionEncoderInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec
The RevisionApi Interface describes the link to the diff encoding unit.
RevisionIndex - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices
Index for revision information.
RevisionIndex() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex +
(Constructor) Creates a new RevisionIndex object. +
RevisionIndex(long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex +
(Constructor) Creates a new RevisionIndex object. +
RevisionIterator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
Part of the JWPL Revision API + + This class represents the interface to iterate through multiple revisions.
RevisionIterator(RevisionAPIConfiguration, int, int, Connection) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
(Constructor) Creates a new RevisionIterator object. +
RevisionIterator(RevisionAPIConfiguration, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
(Constructor) Creates a new RevisionIterator object. +
RevisionIterator(RevisionAPIConfiguration, int, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
(Constructor) Creates a new RevisionIterator object. +
RevisionIterator(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
(Constructor) Creates a new RevisionIterator object. +
RevisionIterator(RevisionAPIConfiguration, boolean) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
(Constructor) Creates a new RevisionIterator object. +
RevisionIterator(DatabaseConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
  +
RevisionIteratorInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.api
The RevisionIteratorInterface extends the generic java.util.Iterator + Interface with a close() function.
round(double) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities +
Rounds the given number to a precision of two after digit numbers. +
run() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread +
Runs the diff creation process +
+
+

+S

+
+
saveConfiguration() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Saves the configuration file. +
saveConfiguration(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Save the configuration to a file. +
scan(char[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates +
Returns whether a surrogate character was contained in the specified + input. +
setArticleID(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the ID of the article. +
setArticleId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the ID of the article. +
setArticleName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the name of the article. +
setBufferSize(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Sets the maximum size of a result set. +
setCharacterSet(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Sets the character endocing. +
setChronoStorageSpace(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Set the memory size used for the purpose of storing revisions. +
setCodecData(RevisionCodecData) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Sets the codec data. +
setComment(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the user comment for this revision +
setComment(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
setConfigParameter(ConfigurationKeys, Object) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings +
Assigns the given value to the the given key. +
setContributorId(Integer) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
setContributorId(Integer) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
setContributorIsRegistered(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
setContributorIsRegistered(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
setContributorName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
setContributorName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
setCounterNext(ChronoStorageBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Sets the next counter block. +
setCounterPrev(ChronoStorageBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Sets the previous counter block. +
setDelivered(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Sets whether this revision was already returned or not. +
setDiffedSize(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the diffed size of the article. +
setDiffPartCounter(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the number of diff parts. +
setEnable7Zip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Enables or disables the 7Zip support. +
setEnableDataFileOutput(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
  +
setEnableDebugOutput(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the debug output mode. +
setEnableDiffVerification(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the diff verification mode. +
setEnableEncodingVerification(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the encoding verification mode. +
setEnableSQLDatabaseOutput(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the database output flag. +
setEnableStatsOutput(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the statistical output mode. +
setEnableZipCompression(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the Zip-Compression mode. +
setEncodedSize(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the encoded size of the article. +
setEncodedSQLSize(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the size of the article after the sql encoding. +
setEndRevisionCount(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Sets the last revision counter of this block. +
setEnteringTime(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the entering time of the first task for this article. +
setExitingTime(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the exiting time of the last task for this article. +
setFirst(ChronoStorageBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Sets the reference of the ChronoStorageBlock. +
setFullRevisionID(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Set the ID of the full revision. +
setFullRevisionID(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Sets the ID of the full revision. +
setFullRevisionPrimaryKey(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Sets the PK of the full revision. +
setGroups(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
setId(Integer) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
setIgnoredRevisionsCounter(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the number of ignored revisions. +
setIndex(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
Sets the index value. +
setIndexNext(ChronoStorageBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Sets the next index block. +
setIndexPrev(ChronoStorageBlock) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock +
Sets the previous index block. +
setInput(byte[]) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +
Assigns the binary input. +
setInput(InputStream, boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +
Assigns an input stream. +
setInput(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder +
Assigns base 64 encoded input. +
setLength(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Sets the length of the text block. +
setMaxAllowedPacket(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Sets the value of MAX_ALLOWED_PACKET parameter. +
setMinor(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
  +
setMinor(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
setMultipleOutputFiles(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets whether multiple output files should be used. +
setName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor +
  +
setNext(ChronoFullRevision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Sets the link to the next chrono full revision. +
setOriginalSize(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the original size of the article. +
setOutputCompression(OutputCompressionEnum) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the output compression mode. +
setOutputFileLimit(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the maximum size of an output file. +
setOutputPath(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Sets the output path of the index generator. +
setOutputType(OutputTypes) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionAPIConfiguration +
Sets the output type of the index generator. +
setParts(Collection<DiffPart>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the collection of DiffPart objects that make up this revision +
setPrev(ChronoFullRevision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Sets the link to the previous chrono full revision. +
setPrimaryKey(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the primary key. +
setProcessingTimeDiff(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the time used for the diff encoding. +
setProcessingTimeRead(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the time used for reading the task. +
setProcessingTimeSQL(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the time used for the sql encoding. +
setReadRevisionCounter(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the number of parsed revisions. +
setRegistry(ComponentRegistry) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the reference to the component registry. +
setRevisionApi(RevisionApi) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the revision api +
setRevisionCounter(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Sets the revision counter. +
setRevisionCoutner(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Sets the revision counter. +
setRevisionID(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the ID of the revision. +
setRevisionID(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
setRevisionText(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the revision text. +
setRevisionTextAndParts(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi +
This method queries and builds the specified revision. +
setShouldLoadRevisionText(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
  +
setSortFlag(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData +
Sets the sort flag. +
setStart(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Sets the start position of the text block. +
setStartPosition(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription +
Sets the start position. +
setStartRevisionCount(long) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData +
Sets the first revision counter of this block. +
setSurrogates(SurrogateModes) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController +
Sets the surrogate mode. +
setTaskType(TaskTypes) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the type of the task. +
setText(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Sets the textual information. +
setTimeStamp(String) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the timestamp information. +
setTimeStamp(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Sets the timestamp information. +
setTimeStamp(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
  +
shouldLoadRevisionText() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator +
  +
SimpleConfig - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig
This class is an alternative to the ConfigGUI and can be used to produce + configuration files for the DiffTool.
SimpleConfig() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig +
(Constructor) Creates a new ConfigGUI object. +
SingleKeywordTree<V> - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
This class represents a keyword tree and is used to process or to search a + character sequence.
SingleKeywordTree() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree +
(Constructor) Creates an empty SingleKeywordTree object. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision +
Returns the size of this chrono full revision. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Returns the number of contained binary data parts. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager +
Returns the number of remaining archives. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns the number of stored diff parts. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns the number of data parts the task contains. +
size() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Returns the current number of buffered queries. +
skip() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader +
Resets the buffer. +
SQLArchiveWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to an archive.
SQLArchiveWriter(String, Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
(Constructor) Creates a new SQLArchiveWriter object. +
SQLConsumerException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
SQLConsumerException Describes an exception that occurred while accessing the + database.
SQLConsumerException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException +
(Constructor) Creates a new SQLConsumerException. +
SQLConsumerException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException +
(Constructor) Creates a new SQLConsumerException. +
SQLConsumerException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException +
(Constructor) Creates a new SQLConsumerException. +
SQLConsumerLogMessages - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer
This class contains the english localized log messages for SQLConsumers.
SQLDatabaseWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to a database.
SQLDatabaseWriter(Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter +
(Constructor) Creates a new SQLDatabaseWriter object. +
SQLEncoder - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
This creates the SQL statements
SQLEncoder(Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder +
(Constructor) Creates a new SQLEncoder object. +
sqlEncoder - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
Reference to the SQLEncoder +
sqlEncoder - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter +
Reference to the sql encoder +
sqlEncoder - +Variable in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
Reference to the SQLEncoder +
SQLEncoderInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
The SQLEncoderInterface provides the link to the SQLEncoder who will define + the formatting of the output.
SQLEncoding - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
This class is used to stored the sql statements.
SQLEncoding() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
(Constructor) Creates a new SQLEncoding object. +
SQLEscape - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
The single method SQLEscape#removeEscapes removes all unwished escape + characters from a string to make is UNCOMPRESSED conform.
SQLFileWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to a file.
SQLFileWriter(String, Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
(Constructor) Creates a new SQLFileWriter object. +
SQLFileWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
This class writes the output of the index generator to an sql file.
SQLFileWriter(RevisionAPIConfiguration) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter +
(Constructor) Creates a new SQLFileWriter. +
SQLPanel - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
Panel class of the ConfigurationTool + + This panel contains all components for setting configuration parameters + related to the database output.
SQLPanel(ConfigController) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel +
(Constructor) Create the SQLPanel object. +
storeBuffer() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex +
Finalizes the query in the currently used buffer and creates a new one. +
SurrogateModes - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data
This Enumerator lists the different method of how to handle surrogates.
Surrogates - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
This utitly class contains some surrogate related methods.
+
+

+T

+
+
Task<D> - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
The task class contains the information of a task.
Task(TaskTypes) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Constructor - A new task object of the specified type will be created. +
Task(ArticleInformation, int) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Constructor - A new task object of the type TASK_FULL will be created. +
TaskTransmitterInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff
The TaskTransmitterInterface handles the transmission of DiffTasks to the + DiffProducer.
TaskTypes - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks
This Enumerator lists the different types of tasks.
Time - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
This class transform milliseconds to a clock representation.
Time(long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time +
(Constructor) Creates a new time information transforming the millisecond + value into a clock representation. +
TimedDiffCalculator - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation
Calculates the Diff while collecting statistical data.
TimedDiffCalculator(TaskTransmitterInterface) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +
(Constructor) Creates a new DiffCalculator object. +
TimedSQLArchiveWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to an archive while collecting statistical + information.
TimedSQLArchiveWriter(String, Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLArchiveWriter +
(Constructor) Creates a new TimedSQLFileWriter object. +
TimedSQLDatabaseWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to a database while collecting statistical + information.
TimedSQLDatabaseWriter(Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLDatabaseWriter +
(Constructor) Creates a new TimedSQLDatabaseWriter object. +
TimedSQLEncoder - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec
This class encodes the diffs while collecting statistical information.
TimedSQLEncoder(Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder +
(Constructor) Creates a new TimedSQLEncoder object. +
TimedSQLFileWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer
This class writes the output to a file while collecting statistical + information.
TimedSQLFileWriter(String, Logger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter +
(Constructor) Creates a new TimedSQLFileWriter object. +
TimedWikipediaXMLReader - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
This version of the WikipediaXMLReader collects statistical information + when it is running.
TimedWikipediaXMLReader(Reader) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
(Constructor) Creates a new WikipediaXMLReader. +
TimedWikipediaXMLReader(Reader, ArticleFilter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.TimedWikipediaXMLReader +
(Constructor) Creates a new TimedWikipediaXMLReader. +
TimeoutException - Exception in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
TimeoutException Describes an exception that occurred because of a timeout + event.
TimeoutException(String) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException +
(Constructor) Creates a new TimeoutException. +
TimeoutException(Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException +
(Constructor) Creates a new TimeoutException. +
TimeoutException(String, Exception) - +Constructor for exception de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException +
(Constructor) Creates a new TimeoutException. +
toByteArray() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
Returns the content of the buffer as byte-array. +
toClock() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time +
Returns the clock description of the time value. +
toClock(long) - +Static method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time +
Transforms a millisecond value to the clock representation. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision +
Returns the string representation of this object. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time +
Returns the textual description of the time value. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock +
Returns the ID of this block. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding +
Returns the string representation of this object. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription +
Returns the string representation of this object. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager +
Returns the string representation of the ArchiveManager's content. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
String representation of the revision codec data. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff +
Returns the string representation of the diff content. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart +
Returns a representation of the DiffAction content. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation +
Returns the string representation of this object. +
toString() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns a string representation of the task. +
totalSizeInBits() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData +
Converts the input information into their log2 values. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel +
Deprecated.   +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel +
  +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel +
Adds the xml description of the panels content to the StringBuilder. +
toXML(StringBuilder, ConfigVerification) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel +
Adds the xml description of the panels content to the StringBuilder. +
transmitAtEndOfTask(Task<Revision>, Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
Transmits the DiffTask at the end of the RevisionTask processing. +
transmitAtEndOfTask(Task<Revision>, Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +
Transmits the DiffTask at the end of the RevisionTask processing. +
transmitDiff(Task<Diff>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.TaskTransmitterInterface +
Sends the given task to the DiffProducer - FullTaskPool. +
transmitPartialDiff(Task<Diff>) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.TaskTransmitterInterface +
Sends the given task to the DiffProducer - PartialTaskPool. +
transmitPartialTask(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator +
Transmits a partial DiffTask. +
transmitPartialTask(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator +
Transmits a partial DiffTask. +
+
+

+U

+
+
uniqueIdentifier() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task +
Returns an unique task identifier consisting of article id and part + counter. +
+
+

+V

+
+
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel +
empty method +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel +
  +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel +
empty method +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel +
A call of this method should validate the status of the panels + components. +
validate() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel +
A call of this method should validate the status of the panels + components. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorKeys +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggerType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationKeys +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.OutputTypes +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.TaskTypes +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorKeys +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggerType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationKeys +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.OutputTypes +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.TaskTypes +
Returns an array containing the constants of this enum type, in +the order they are declared. +
+
+

+W

+
+
WikipediaXMLKeys - Enum in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
This class contains all keys for wikipedia dump files.
WikipediaXMLReader - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader
This class parses the wikipedia xml format.
WikipediaXMLReader(Reader) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
(Constructor) Creates a new WikipediaXMLReader. +
WikipediaXMLReader(Reader, ArticleFilter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader +
(Constructor) Creates a new WikipediaXMLReader. +
WikipediaXMLWriter - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util
The WikipediaXMLWriter writes xml representations of task objects to an + output file.
WikipediaXMLWriter(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +
(Constructor) Creates a WikipediaXMLWriter object. +
write(byte[]) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
Writes the byte array to the buffer. +
write(AbstractIndex) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter +
Writes the buffered finalzed queries to the output. +
write(AbstractIndex) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter +
Writes the buffered finalzed queries to the output. +
write(AbstractIndex) - +Method in interface de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface +
Writes the buffered finalzed queries to the output. +
write(AbstractIndex) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter +
Writes the buffered finalzed queries to the output. +
writeBit(int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
Writes a single bit to the buffer. +
writeDiff(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +
Writes the diff task to the output using wikipedia xml notation. +
writeDiff(Task<Diff>, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +
Writes a part of the diff task, starting with the given element, to the + output using wikipedia xml notation. +
writeDiffFile(Task<Diff>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +
Writes the diff task to the output using an xml representation of the + diff information. +
writeFillBits() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
The currently used buffer will be filled with zero bits before is is + written in the buffer. +
writeHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter +
Creates a new output file and writes the header information. +
writeHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter +
Creates a new output file and writes the header information. +
writeHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter +
Creates a new output file and writes the header information. +
writeHeader() - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter +
Creates a new output file and writes the header information. +
writeRevision(Task<Revision>) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter +
Writes the revision task to the output using wikipedia xml notation. +
WriterInterface - Interface in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump
The WriterInterface symbolizes the link to the output writer.
writeValue(int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter +
Writes a positive integer to the buffer. +
+
+

+X

+
+
XMLFileChooser - Class in de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
This object represents a xml file filter.
XMLFileChooser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.XMLFileChooser +
(Constructor) Creates an FileChooser with a xml file filter. +
+
+A B C D E F G H I L M N O P R S T U V W X + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/index.html b/apidocs/RevisionMachine-0.9.1/index.html new file mode 100644 index 00000000..164ad42d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/index.html @@ -0,0 +1,40 @@ + + + + + + + +RevisionMachine 0.9.1 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/RevisionMachine-0.9.1/overview-frame.html b/apidocs/RevisionMachine-0.9.1/overview-frame.html new file mode 100644 index 00000000..ad1cd96b --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/overview-frame.html @@ -0,0 +1,105 @@ + + + + + + + +Overview List (RevisionMachine 0.9.1 API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.api +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.index +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +
+de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer +
+

+ +

+  + + diff --git a/apidocs/RevisionMachine-0.9.1/overview-summary.html b/apidocs/RevisionMachine-0.9.1/overview-summary.html new file mode 100644 index 00000000..5bd645fe --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/overview-summary.html @@ -0,0 +1,281 @@ + + + + + + + +Overview (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+RevisionMachine 0.9.1 API +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
de.tudarmstadt.ukp.wikipedia.revisionmachine.api 
de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono 
de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer 
de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content 
de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices 
de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/overview-tree.html b/apidocs/RevisionMachine-0.9.1/overview-tree.html new file mode 100644 index 00000000..b11e34f0 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/overview-tree.html @@ -0,0 +1,250 @@ + + + + + + + +Class Hierarchy (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.tudarmstadt.ukp.wikipedia.revisionmachine.api, de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono, de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers, de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions, de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging, de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages, de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer, de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info, de.tudarmstadt.ukp.wikipedia.revisionmachine.index, de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices, de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer
+
+

+Class Hierarchy +

+
    +
  • java.lang.Object
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.AbstractIndex
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndex
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndex
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.RevisionIndex
      +
    • javax.swing.table.AbstractTableModel (implements java.io.Serializable, javax.swing.table.TableModel) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveDescription
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.ArchiveManager
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ArticleConsumerLogMessages
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.ArticleFilter
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ArticleIndexData
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info.ArticleInformation
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitReader
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.BitWriter
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagement (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.BlockManagementInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers.Bzip2Archiver
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoFullRevision
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices.ChronoIndexData (implements java.lang.Comparable<T>) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoIterator
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.ChronoRevisionIterator (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIteratorInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorage
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono.ChronoStorageBlock
    • java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ComponentRegistry
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigController
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItem
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigSettings
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationManager
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationReader
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.ConsumerLogMessages
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Contributor
    • de.tudarmstadt.ukp.wikipedia.api.DatabaseConfiguration +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DatabaseWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileArchiveWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.DataFileEncoder
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.DataFileWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.DataFileWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.Diff (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffBlock (implements java.lang.Comparable<T>) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.DiffCalculator (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.DiffCalculatorInterface) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation.TimedDiffCalculator
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.DiffConsumerLogMessages
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffPart
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffTool
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.DiffToolLogMessages
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorFactory
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.Indexer
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexGenerator
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.IndexIterator (implements java.util.Iterator<E>) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.InputFactory
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.LetterNode<V>
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.Logger
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggingFactory
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MathUtilities
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.MultipleKeywordTree<V>
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.OutputFactory
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.Revision (implements java.lang.Comparable<T>, de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.ISizeable, de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionDataInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionApi
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionCodecData
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionDecoder
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoder (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec.RevisionEncoderInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIterator (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.api.RevisionIteratorInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig.SimpleConfig
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.SingleKeywordTree<V>
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLArchiveWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer.SQLConsumerLogMessages
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLDatabaseWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoder (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoderInterface) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.TimedSQLEncoder
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec.SQLEncoding
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.SQLEscape
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.SQLFileWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.WriterInterface) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer.TimedSQLFileWriter
      +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.SQLFileWriter (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer.IndexWriterInterface) +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Surrogates
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.Task<D>
    • java.lang.Thread (implements java.lang.Runnable) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.DiffToolThread
      +
    • java.lang.Throwable (implements java.io.Serializable) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.Time
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader.WikipediaXMLReader (implements de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.ArticleReaderInterface) + +
    • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLWriter
    +
+

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+
    +
  • java.lang.Object
      +
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable) +
        +
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigItemTypes
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.OutputCompressionEnum
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigEnum
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.PanelKeys
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data.ConfigErrorKeys
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.ConfigurationKeys
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.OutputTypes
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.OutputType
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.SurrogateModes
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content.DiffAction
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.TaskTypes
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive.InputType
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util.WikipediaXMLKeys
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ErrorKeys
      • de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.LoggerType
      +
    +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/package-list b/apidocs/RevisionMachine-0.9.1/package-list new file mode 100644 index 00000000..b0166371 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/package-list @@ -0,0 +1,32 @@ +de.tudarmstadt.ukp.wikipedia.revisionmachine.api +de.tudarmstadt.ukp.wikipedia.revisionmachine.api.chrono +de.tudarmstadt.ukp.wikipedia.revisionmachine.archivers +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.logging.messages.consumer +de.tudarmstadt.ukp.wikipedia.revisionmachine.common.util +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.data +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.simpleconfig +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.article.reader +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.diff.calculation +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.codec +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.consumer.dump.writer +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.archive +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.codec +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.content +de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.data.tasks.info +de.tudarmstadt.ukp.wikipedia.revisionmachine.index +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.indices +de.tudarmstadt.ukp.wikipedia.revisionmachine.index.writer diff --git a/apidocs/RevisionMachine-0.9.1/resources/inherit.gif b/apidocs/RevisionMachine-0.9.1/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/RevisionMachine-0.9.1/serialized-form.html b/apidocs/RevisionMachine-0.9.1/serialized-form.html new file mode 100644 index 00000000..021fa76d --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/serialized-form.html @@ -0,0 +1,1216 @@ + + + + + + + +Serialized Form (RevisionMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ArticleReaderException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.ConfigurationException extends Exception implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+key

+
+ErrorKeys key
+
+
Reference to the error key +

+

+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DecodingException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.DiffException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.EncodingException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.LoggingException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.SQLConsumerException extends Exception implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.common.exceptions.TimeoutException extends Exception implements Serializable
+ +

+


+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigGUI extends JFrame implements Serializable
+ +

+serialVersionUID: 1L + +

+ + + + + +
+Serialized Fields
+ +

+controller

+
+ConfigController controller
+
+
Reference to the ConfigController +

+

+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.ConfigMenuBar extends JMenuBar implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+controller

+
+ConfigController controller
+
+
Reference to the controller +

+

+
+
+
+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ArchiveRegistry extends AbstractTableModel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+archives

+
+List<E> archives
+
+
List of input archives +

+

+
+
+
+

+columnNames

+
+String[] columnNames
+
+
Name of columns +

+

+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.control.ConfigVerification extends AbstractTableModel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+failed

+
+boolean failed
+
+
If an error message was added to the list. +

+

+
+
+
+

+list

+
+List<E> list
+
+
List of configuration items +

+

+
+
+
+

+columnNames

+
+String[] columnNames
+
+
Column names of the table representation +

+

+
+
+
+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.ConfigDialog extends JDialog implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.InputDialog extends JDialog implements Serializable
+ +

+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.dialogs.XMLFileChooser extends JFileChooser implements Serializable
+ +

+


+ + + + + +
+Package de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.AbstractPanel extends JPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+controller

+
+ConfigController controller
+
+
Reference to the controller +

+

+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.CachePanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+taskLimitationsLabel

+
+JLabel taskLimitationsLabel
+
+
+
+
+
+

+articleTaskLabel

+
+JLabel articleTaskLabel
+
+
+
+
+
+

+articleTaskLimitField

+
+JTextField articleTaskLimitField
+
+
+
+
+
+

+diffTaskLabel

+
+JLabel diffTaskLabel
+
+
+
+
+
+

+diffTaskLimitField

+
+JTextField diffTaskLimitField
+
+
+
+
+
+

+sqlProducerLimitationsLabel

+
+JLabel sqlProducerLimitationsLabel
+
+
+
+
+
+

+maxAllowedPacketLabel

+
+JLabel maxAllowedPacketLabel
+
+
+
+
+
+

+maxAllowedPacketField

+
+JTextField maxAllowedPacketField
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ConfigPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+tabs

+
+JTabbedPane tabs
+
+
+
+
+
+

+importButton

+
+JButton importButton
+
+
+
+
+
+

+verifyButton

+
+JButton verifyButton
+
+
+
+
+
+

+exportButton

+
+JButton exportButton
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.DebugPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+verifyDiffCheckBox

+
+JCheckBox verifyDiffCheckBox
+
+
+
+
+
+

+verifyEncodingCheckBox

+
+JCheckBox verifyEncodingCheckBox
+
+
+
+
+
+

+debugOuputCheckBox

+
+JCheckBox debugOuputCheckBox
+
+
+
+
+
+

+debugOutputLabel

+
+JLabel debugOutputLabel
+
+
+
+
+
+

+debugOutputField

+
+JTextField debugOutputField
+
+
+
+
+
+

+statsOutputCheckBox

+
+JCheckBox statsOutputCheckBox
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ExternalProgramsPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+executablePathLabel

+
+JLabel executablePathLabel
+
+
+
+
+
+

+sevenZipEnableBox

+
+JCheckBox sevenZipEnableBox
+
+
+
+
+
+

+sevenZipLabel

+
+JLabel sevenZipLabel
+
+
+
+
+
+

+sevenZipPathField

+
+JTextField sevenZipPathField
+
+
+
+
+
+

+sevenZipSearchButton

+
+JButton sevenZipSearchButton
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.FilterPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+namespaces

+
+JTable namespaces
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+archiveTable

+
+JTable archiveTable
+
+
+
+
+
+

+archiveScrollPane

+
+JScrollPane archiveScrollPane
+
+
+
+
+
+

+addArchiveButton

+
+JButton addArchiveButton
+
+
+
+
+
+

+removeArchiveButton

+
+JButton removeArchiveButton
+
+
+
+
+
+

+encodingLabel

+
+JLabel encodingLabel
+
+
+
+
+
+

+encodingField

+
+JTextField encodingField
+
+
+
+
+
+

+surrogatePanel

+
+de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.InputPanel.SurrogatePanel surrogatePanel
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.LoggingPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+diffToolLabel

+
+JLabel diffToolLabel
+
+
+
+
+
+

+diffToolField

+
+JTextField diffToolField
+
+
+
+
+
+

+diffToolLogLevelComboBox

+
+JComboBox diffToolLogLevelComboBox
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.ModePanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+fullRevisionLabel

+
+JLabel fullRevisionLabel
+
+
+
+
+
+

+fullRevisionField

+
+JTextField fullRevisionField
+
+
+
+
+
+

+minimumCommonSequenceLabel

+
+JLabel minimumCommonSequenceLabel
+
+
+
+
+
+

+minimumCommonSequenceField

+
+JTextField minimumCommonSequenceField
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.OutputPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+outputLabel

+
+JLabel outputLabel
+
+
+
+
+
+

+outputPathField

+
+JTextField outputPathField
+
+
+
+
+
+

+enableZipEncodingCompression

+
+JCheckBox enableZipEncodingCompression
+
+
+
+
+
+

+activateDataFileOutput

+
+JCheckBox activateDataFileOutput
+
+
+
+
+
+

+outputCompression

+
+JLabel outputCompression
+
+
+
+
+
+

+disableOutputCompression

+
+JRadioButton disableOutputCompression
+
+
+
+
+
+

+enable7ZipOutputCompression

+
+JRadioButton enable7ZipOutputCompression
+
+
+
+
+
+

+enableBZip2OutputCompression

+
+JRadioButton enableBZip2OutputCompression
+
+
+
+
+
+

+enableMultipleOutputFiles

+
+JCheckBox enableMultipleOutputFiles
+
+
+
+
+
+

+outputSizeLimitLabel

+
+JLabel outputSizeLimitLabel
+
+
+
+
+
+

+outputSizeLimitField

+
+JTextField outputSizeLimitField
+
+
+
+
+ +

+ + + + + +
+Class de.tudarmstadt.ukp.wikipedia.revisionmachine.difftool.config.gui.panels.SQLPanel extends AbstractPanel implements Serializable
+ +

+ + + + + +
+Serialized Fields
+ +

+enableSQLDatabaseConnection

+
+JCheckBox enableSQLDatabaseConnection
+
+
+
+
+
+

+sqlHostLabel

+
+JLabel sqlHostLabel
+
+
+
+
+
+

+sqlHostField

+
+JTextField sqlHostField
+
+
+
+
+
+

+sqlDatabaseLabel

+
+JLabel sqlDatabaseLabel
+
+
+
+
+
+

+sqlDatabaseField

+
+JTextField sqlDatabaseField
+
+
+
+
+
+

+sqlUserLabel

+
+JLabel sqlUserLabel
+
+
+
+
+
+

+sqlUserField

+
+JTextField sqlUserField
+
+
+
+
+
+

+sqlPasswordLabel

+
+JLabel sqlPasswordLabel
+
+
+
+
+
+

+sqlPasswordField

+
+JTextField sqlPasswordField
+
+
+
+
+
+

+enableZipEncodingCheckBox

+
+JCheckBox enableZipEncodingCheckBox
+
+
+
+
+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/RevisionMachine-0.9.1/stylesheet.css b/apidocs/RevisionMachine-0.9.1/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/RevisionMachine-0.9.1/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/apidocs/TimeMachine-0.9.1/allclasses-frame.html b/apidocs/TimeMachine-0.9.1/allclasses-frame.html new file mode 100644 index 00000000..60657d07 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/allclasses-frame.html @@ -0,0 +1,68 @@ + + + + + + + +All Classes (TimeMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
DumpVersionJDKGeneric +
+DumpVersionJDKIntKeyFactory +
+DumpVersionJDKLongKeyFactory +
+DumpVersionJDKStringKeyFactory +
+DumpVersionTroveIntKey +
+JWPLTimeMachine +
+OriginalDumpVersion +
+PageReader +
+PageWriter +
+Revision +
+RevisionReader +
+RevisionWriter +
+SettingsXML +
+TextReader +
+TextWriter +
+TimeMachineFiles +
+TimeMachineGenerator +
+TimeMachineRevisionParser +
+XMLDumpTableInputStream +
+
+ + + diff --git a/apidocs/TimeMachine-0.9.1/allclasses-noframe.html b/apidocs/TimeMachine-0.9.1/allclasses-noframe.html new file mode 100644 index 00000000..4e8dabd7 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/allclasses-noframe.html @@ -0,0 +1,68 @@ + + + + + + + +All Classes (TimeMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
DumpVersionJDKGeneric +
+DumpVersionJDKIntKeyFactory +
+DumpVersionJDKLongKeyFactory +
+DumpVersionJDKStringKeyFactory +
+DumpVersionTroveIntKey +
+JWPLTimeMachine +
+OriginalDumpVersion +
+PageReader +
+PageWriter +
+Revision +
+RevisionReader +
+RevisionWriter +
+SettingsXML +
+TextReader +
+TextWriter +
+TimeMachineFiles +
+TimeMachineGenerator +
+TimeMachineRevisionParser +
+XMLDumpTableInputStream +
+
+ + + diff --git a/apidocs/TimeMachine-0.9.1/constant-values.html b/apidocs/TimeMachine-0.9.1/constant-values.html new file mode 100644 index 00000000..42db490c --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/constant-values.html @@ -0,0 +1,229 @@ + + + + + + + +Constant Field Values (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.tudarmstadt.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML
+public static final StringCATEGORY_LINKS_FILE"categoryLinksFile"
+public static final StringDISAMBIGUATION_CATEGORY"disambiguationCategory"
+public static final StringEACH"each"
+public static final StringFROM_TIMESTAMP"fromTimestamp"
+public static final StringLANGUAGE"language"
+public static final StringMAIN_CATEGORY"mainCategory"
+public static final StringMETA_HISTORY_FILE"metaHistoryFile"
+public static final StringOUTPUT_DIRECTORY"outputDirectory"
+public static final StringPAGE_LINKS_FILE"pageLinksFile"
+public static final StringTO_TIMESTAMP"toTimestamp"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/JWPLTimeMachine.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/JWPLTimeMachine.html new file mode 100644 index 00000000..59516d4d --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/JWPLTimeMachine.html @@ -0,0 +1,266 @@ + + + + + + + +JWPLTimeMachine (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.domain +
+Class JWPLTimeMachine

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.domain.JWPLTimeMachine
+
+
+
+
public class JWPLTimeMachine
extends Object
+ + +

+This is the main class of the DBMapping Tool of the JWPL.
+ The main method gets the path of a configuration file as + argument
+
+ + Refactored on 16 April 2009 by Ivan Galkin . +

+ +

+

+
Author:
+
Anouar, ivan.galkin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
JWPLTimeMachine() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JWPLTimeMachine

+
+public JWPLTimeMachine()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/Revision.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/Revision.html new file mode 100644 index 00000000..5bb763fc --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/Revision.html @@ -0,0 +1,327 @@ + + + + + + + +Revision (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.domain +
+Class Revision

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision
+
+
+
+
public class Revision
extends Object
+ + +

+Routines for the conversion of the Wikipedia revisions +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static intcompressTime(long date) + +
+          Compress time from long- to the integer-format: reduce the resolution to + "seconds" and zero time to 1th January 2000
+static longcreateRevision(int textId, + int timestamp) + +
+          Merge two unsigned integer values (text id and time stamp) to one long + value (revision) to use GNU Trove container.
+static longextractTime(int compressedDate) + +
+          Extract time, that was compressed with + compressTime(long)
+static intgetTextId(long revision) + +
+          Extract a text ID from the revision long
+static intgetTimestamp(long revision) + +
+          Extract a time stamp from the revision long.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+compressTime

+
+public static int compressTime(long date)
+
+
Compress time from long- to the integer-format: reduce the resolution to + "seconds" and zero time to 1th January 2000 +

+

+
Parameters:
date - date/time in the long format +
Returns:
date/time in the compressed integer format
+
+
+
+ +

+extractTime

+
+public static long extractTime(int compressedDate)
+
+
Extract time, that was compressed with + compressTime(long) +

+

+
Parameters:
compressedDate - compressed date/time in the integer format +
Returns:
date/time in the long format
+
+
+
+ +

+createRevision

+
+public static long createRevision(int textId,
+                                  int timestamp)
+
+
Merge two unsigned integer values (text id and time stamp) to one long + value (revision) to use GNU Trove container. +

+

+
Parameters:
textId -
timestamp - +
Returns:
+
+
+
+ +

+getTimestamp

+
+public static int getTimestamp(long revision)
+
+
Extract a time stamp from the revision long. +

+

+
Parameters:
revision - +
Returns:
time stamp
See Also:
DumpVersion#createRevision
+
+
+
+ +

+getTextId

+
+public static int getTextId(long revision)
+
+
Extract a text ID from the revision long +

+

+
Parameters:
revision - +
Returns:
text ID
See Also:
DumpVersion#createRevision
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/SettingsXML.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/SettingsXML.html new file mode 100644 index 00000000..f67235ce --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/SettingsXML.html @@ -0,0 +1,525 @@ + + + + + + + +SettingsXML (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.domain +
+Class SettingsXML

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML
+
+
+
+
public class SettingsXML
extends Object
+ + +

+This is a utility class that generates a template for the configuration file
+ The template must be edited prior to be used for the DBMapping tool.
+

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringCATEGORY_LINKS_FILE + +
+           
+static StringDISAMBIGUATION_CATEGORY + +
+           
+static StringEACH + +
+           
+static StringFROM_TIMESTAMP + +
+           
+static StringLANGUAGE + +
+           
+static StringMAIN_CATEGORY + +
+           
+static StringMETA_HISTORY_FILE + +
+           
+static StringOUTPUT_DIRECTORY + +
+           
+static StringPAGE_LINKS_FILE + +
+           
+static StringTO_TIMESTAMP + +
+           
+  + + + + + + + + + + +
+Constructor Summary
SettingsXML() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidgenerateSample(String outputFileName) + +
+           
+static ConfigurationloadConfiguration(String configFile, + ILogger logger) + +
+           
+static TimeMachineFilesloadFiles(String configFile, + ILogger logger) + +
+           
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+OUTPUT_DIRECTORY

+
+public static final String OUTPUT_DIRECTORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CATEGORY_LINKS_FILE

+
+public static final String CATEGORY_LINKS_FILE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PAGE_LINKS_FILE

+
+public static final String PAGE_LINKS_FILE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+META_HISTORY_FILE

+
+public static final String META_HISTORY_FILE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+EACH

+
+public static final String EACH
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TO_TIMESTAMP

+
+public static final String TO_TIMESTAMP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+FROM_TIMESTAMP

+
+public static final String FROM_TIMESTAMP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DISAMBIGUATION_CATEGORY

+
+public static final String DISAMBIGUATION_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+MAIN_CATEGORY

+
+public static final String MAIN_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+LANGUAGE

+
+public static final String LANGUAGE
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+SettingsXML

+
+public SettingsXML()
+
+
+ + + + + + + + +
+Method Detail
+ +

+generateSample

+
+public static void generateSample(String outputFileName)
+                           throws IOException
+
+
+
Parameters:
args - +
Throws: +
IOException +
+
+
+
+ +

+loadConfiguration

+
+public static Configuration loadConfiguration(String configFile,
+                                              ILogger logger)
+
+
+
+
+
+
+ +

+loadFiles

+
+public static TimeMachineFiles loadFiles(String configFile,
+                                         ILogger logger)
+
+
+
+
+
+
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineFiles.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineFiles.html new file mode 100644 index 00000000..bfc439fe --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineFiles.html @@ -0,0 +1,476 @@ + + + + + + + +TimeMachineFiles (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.domain +
+Class TimeMachineFiles

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
+      extended by de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles
+
+
+
+
public class TimeMachineFiles
extends Files
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
logger, OUTPUT_CATEGORY, OUTPUT_CATEGORYINLINKS, OUTPUT_CATEGORYOUTLINKS, OUTPUT_CATEGORYPAGES, OUTPUT_DIRECTORY, OUTPUT_METADATA, OUTPUT_PAGE, OUTPUT_PAGECATEGORIES, OUTPUT_PAGEINLINKS, OUTPUT_PAGEMAPLINE, OUTPUT_PAGEOUTLINKS, OUTPUT_PAGEREDIRECTS, outputDirectory
+  + + + + + + + + + + + + + +
+Constructor Summary
TimeMachineFiles(ILogger logger) + +
+           
TimeMachineFiles(TimeMachineFiles files) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckAll() + +
+           
+ booleancheckInputFile(String fileName, + String errorMessage) + +
+           
+ StringgetCategoryLinksFile() + +
+           
+ StringgetMetaHistoryFile() + +
+           
+protected  StringgetOutputPath(String fileName) + +
+           
+ StringgetPageLinksFile() + +
+           
+ voidsetCategoryLinksFile(String categoryLinksFile) + +
+           
+ voidsetMetaHistoryFile(String metaHistroyFile) + +
+           
+ voidsetPageLinksFile(String pageLinksFile) + +
+           
+ voidsetTimestamp(Timestamp timestamp) + +
+          Add a sub directory called "timestamp" to the current output directory
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
checkOutputDirectory, getOutputCategory, getOutputCategoryInlinks, getOutputCategoryOutlinks, getOutputCategoryPages, getOutputDirectory, getOutputMetadata, getOutputPage, getOutputPageCategories, getOutputPageInlinks, getOutputPageMapLine, getOutputPageOutlinks, getOutputPageRedirects, setOutputDirectory
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimeMachineFiles

+
+public TimeMachineFiles(ILogger logger)
+
+
+
+ +

+TimeMachineFiles

+
+public TimeMachineFiles(TimeMachineFiles files)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setTimestamp

+
+public void setTimestamp(Timestamp timestamp)
+
+
Add a sub directory called "timestamp" to the current output directory +

+

+
Parameters:
timestamp - - name of a new sub directory
+
+
+
+ +

+getMetaHistoryFile

+
+public String getMetaHistoryFile()
+
+
+
+
+
+
+ +

+setMetaHistoryFile

+
+public void setMetaHistoryFile(String metaHistroyFile)
+
+
+
+
+
+
+ +

+getPageLinksFile

+
+public String getPageLinksFile()
+
+
+
+
+
+
+ +

+setPageLinksFile

+
+public void setPageLinksFile(String pageLinksFile)
+
+
+
+
+
+
+ +

+getCategoryLinksFile

+
+public String getCategoryLinksFile()
+
+
+
+
+
+
+ +

+setCategoryLinksFile

+
+public void setCategoryLinksFile(String categoryLinksFile)
+
+
+
+
+
+
+ +

+checkInputFile

+
+public boolean checkInputFile(String fileName,
+                              String errorMessage)
+
+
+
+
+
+
+ +

+getOutputPath

+
+protected String getOutputPath(String fileName)
+
+
+
Overrides:
getOutputPath in class Files
+
+
+
+
+
+
+ +

+checkAll

+
+public boolean checkAll()
+
+
+
Overrides:
checkAll in class Files
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineGenerator.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineGenerator.html new file mode 100644 index 00000000..f7962944 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/TimeMachineGenerator.html @@ -0,0 +1,324 @@ + + + + + + + +TimeMachineGenerator (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.domain +
+Class TimeMachineGenerator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
+      extended by de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator
+
+
+
All Implemented Interfaces:
ISnapshotGenerator
+
+
+
+
public class TimeMachineGenerator
extends AbstractSnapshotGenerator
+ + +

+Generate dumps as .txt files for the JWPL database from given MediaWiki dump + files.
+ By specifying a 'from' and a 'to' time stamps and the number of days to take + as interval
+ this class produces multiple dump versions. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
configuration, decompressor, dumpVersionProcessor, environmentFactory, logger
+  + + + + + + + + + + +
+Constructor Summary
TimeMachineGenerator(IEnvironmentFactory environmentFactory) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetFiles(Files files) + +
+           
+ voidstart() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
setConfiguration
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimeMachineGenerator

+
+public TimeMachineGenerator(IEnvironmentFactory environmentFactory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setFiles

+
+public void setFiles(Files files)
+
+
+
Specified by:
setFiles in interface ISnapshotGenerator
Specified by:
setFiles in class AbstractSnapshotGenerator
+
+
+
+
+
+
+ +

+start

+
+public void start()
+           throws Exception
+
+
+
Specified by:
start in interface ISnapshotGenerator
Specified by:
start in class AbstractSnapshotGenerator
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/JWPLTimeMachine.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/JWPLTimeMachine.html new file mode 100644 index 00000000..a0342472 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/JWPLTimeMachine.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.domain.JWPLTimeMachine (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.domain.JWPLTimeMachine

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.domain.JWPLTimeMachine +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/Revision.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/Revision.html new file mode 100644 index 00000000..270a763e --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/Revision.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/SettingsXML.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/SettingsXML.html new file mode 100644 index 00000000..cd827a96 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/SettingsXML.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineFiles.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineFiles.html new file mode 100644 index 00000000..5424eb26 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineFiles.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles

+
+ + + + + + + + + +
+Packages that use TimeMachineFiles
de.tudarmstadt.ukp.wikipedia.timemachine.domain  
+  +

+ + + + + +
+Uses of TimeMachineFiles in de.tudarmstadt.ukp.wikipedia.timemachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.timemachine.domain that return TimeMachineFiles
+static TimeMachineFilesSettingsXML.loadFiles(String configFile, + ILogger logger) + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.timemachine.domain with parameters of type TimeMachineFiles
TimeMachineFiles(TimeMachineFiles files) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineGenerator.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineGenerator.html new file mode 100644 index 00000000..a82ae8ff --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/class-use/TimeMachineGenerator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-frame.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-frame.html new file mode 100644 index 00000000..61d59a70 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-frame.html @@ -0,0 +1,41 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.domain (TimeMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.domain + + + + +
+Classes  + +
+JWPLTimeMachine +
+Revision +
+SettingsXML +
+TimeMachineFiles +
+TimeMachineGenerator
+ + + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-summary.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-summary.html new file mode 100644 index 00000000..88393796 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-summary.html @@ -0,0 +1,176 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.domain (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.timemachine.domain +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
JWPLTimeMachineThis is the main class of the DBMapping Tool of the JWPL.
RevisionRoutines for the conversion of the Wikipedia revisions
SettingsXMLThis is a utility class that generates a template for the configuration file
+ The template must be edited prior to be used for the DBMapping tool.
TimeMachineFiles 
TimeMachineGeneratorGenerate dumps as .txt files for the JWPL database from given MediaWiki dump + files.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-tree.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-tree.html new file mode 100644 index 00000000..be6914cf --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-tree.html @@ -0,0 +1,159 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.domain Class Hierarchy (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.timemachine.domain +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-use.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-use.html new file mode 100644 index 00000000..6431d370 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/domain/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.timemachine.domain (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.timemachine.domain

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.timemachine.domain
de.tudarmstadt.ukp.wikipedia.timemachine.domain  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.timemachine.domain used by de.tudarmstadt.ukp.wikipedia.timemachine.domain
TimeMachineFiles + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKGeneric.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKGeneric.html new file mode 100644 index 00000000..bb9f008c --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKGeneric.html @@ -0,0 +1,526 @@ + + + + + + + +DumpVersionJDKGeneric (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+Class DumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode>

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
+      extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric<KeyType,HashAlgorithm>
+
+
+
Type Parameters:
KeyType - the type of the HashMap's key
HashAlgorithm - hashing algorithm, returning KeyType
+
+
All Implemented Interfaces:
IDumpVersion
+
+
+
+
public class DumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode>
extends AbstractDumpVersion
+ + +

+Please be sure, that HashAlgorithm#hashCode(String) returns the + same type as KeyType +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
categoryInlinks, categoryOutlinks, categoryPages, logger, metaData, NS_BOOK, NS_BOOK_TALK, NS_CATEGORY, NS_CATEGORY_TALK, NS_FILE, NS_FILE_TALK, NS_HELP, NS_HELP_TALK, NS_MAIN, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_PORTAL, NS_PORTAL_TALK, NS_SUMMARY, NS_SUMMARY_TALK, NS_TALK, NS_TEMPLATE, NS_TEMPLATE_TALK, NS_THREAD, NS_THREAD_TALK, NS_USER, NS_USER_TALK, NS_WIKIPEDIA, NS_WIKIPEDIA_TALK, page, pageCategories, pageInlinks, pageMapLine, pageOutlinks, pageRedirects, skipCategory, skipPage, timestamp, txtFW, versionFiles
+  + + + + + + + + + + +
+Constructor Summary
DumpVersionJDKGeneric(Class<HashAlgorithm> hashAlgorithmClass) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidfreeAfterCategoryLinksParsing() + +
+           
+ voidfreeAfterPageLinksParsing() + +
+           
+ voidfreeAfterPageParsing() + +
+           
+ voidfreeAfterRevisonParsing() + +
+           
+ voidfreeAfterTextParsing() + +
+           
+ voidinitialize(Timestamp timestamp) + +
+           
+ voidprocessCategoryLinksRow(CategorylinksParser clParser) + +
+           
+ voidprocessPageLinksRow(PagelinksParser plParser) + +
+           
+ voidprocessPageRow(PageParser pageParser) + +
+           
+ voidprocessRevisionRow(RevisionParser revisionParser) + +
+           
+ voidprocessTextRow(TextParser textParser) + +
+           
+ voidwriteMetaData() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
exportAfterCategoryLinksParsing, exportAfterPageLinksParsing, exportAfterPageParsing, exportAfterRevisionParsing, exportAfterTextParsing, flushByTextParsing, formatBoolean, initCategoryLinksParsing, initPageLinksParsing, initPageParsing, initRevisionParsion, initTextParsing, setCategoryRedirectsSkip, setFiles, setLogger, setMetaData, setPageRedirectsSkip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpVersionJDKGeneric

+
+public DumpVersionJDKGeneric(Class<HashAlgorithm> hashAlgorithmClass)
+                      throws InstantiationException,
+                             IllegalAccessException
+
+
+ +
Throws: +
InstantiationException +
IllegalAccessException
+
+ + + + + + + + +
+Method Detail
+ +

+freeAfterCategoryLinksParsing

+
+public void freeAfterCategoryLinksParsing()
+
+
+
+
+
+
+ +

+freeAfterPageLinksParsing

+
+public void freeAfterPageLinksParsing()
+
+
+
+
+
+
+ +

+freeAfterPageParsing

+
+public void freeAfterPageParsing()
+
+
+
+
+
+
+ +

+freeAfterRevisonParsing

+
+public void freeAfterRevisonParsing()
+
+
+
+
+
+
+ +

+freeAfterTextParsing

+
+public void freeAfterTextParsing()
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(Timestamp timestamp)
+
+
+
+
+
+
+ +

+processCategoryLinksRow

+
+public void processCategoryLinksRow(CategorylinksParser clParser)
+                             throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageLinksRow

+
+public void processPageLinksRow(PagelinksParser plParser)
+                         throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageRow

+
+public void processPageRow(PageParser pageParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processRevisionRow

+
+public void processRevisionRow(RevisionParser revisionParser)
+
+
+
+
+
+
+ +

+processTextRow

+
+public void processTextRow(TextParser textParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeMetaData

+
+public void writeMetaData()
+                   throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKIntKeyFactory.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKIntKeyFactory.html new file mode 100644 index 00000000..93566348 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKIntKeyFactory.html @@ -0,0 +1,259 @@ + + + + + + + +DumpVersionJDKIntKeyFactory (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+Class DumpVersionJDKIntKeyFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKIntKeyFactory
+
+
+
All Implemented Interfaces:
IDumpVersionFactory
+
+
+
+
public class DumpVersionJDKIntKeyFactory
extends Object
implements IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DumpVersionJDKIntKeyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpVersionJDKIntKeyFactory

+
+public DumpVersionJDKIntKeyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IDumpVersionFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKLongKeyFactory.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKLongKeyFactory.html new file mode 100644 index 00000000..2c729669 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKLongKeyFactory.html @@ -0,0 +1,259 @@ + + + + + + + +DumpVersionJDKLongKeyFactory (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+Class DumpVersionJDKLongKeyFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKLongKeyFactory
+
+
+
All Implemented Interfaces:
IDumpVersionFactory
+
+
+
+
public class DumpVersionJDKLongKeyFactory
extends Object
implements IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DumpVersionJDKLongKeyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpVersionJDKLongKeyFactory

+
+public DumpVersionJDKLongKeyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IDumpVersionFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKStringKeyFactory.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKStringKeyFactory.html new file mode 100644 index 00000000..6606509d --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionJDKStringKeyFactory.html @@ -0,0 +1,259 @@ + + + + + + + +DumpVersionJDKStringKeyFactory (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+Class DumpVersionJDKStringKeyFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKStringKeyFactory
+
+
+
All Implemented Interfaces:
IDumpVersionFactory
+
+
+
+
public class DumpVersionJDKStringKeyFactory
extends Object
implements IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DumpVersionJDKStringKeyFactory() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpVersionJDKStringKeyFactory

+
+public DumpVersionJDKStringKeyFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IDumpVersionFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionTroveIntKey.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionTroveIntKey.html new file mode 100644 index 00000000..46fab29a --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/DumpVersionTroveIntKey.html @@ -0,0 +1,508 @@ + + + + + + + +DumpVersionTroveIntKey (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+Class DumpVersionTroveIntKey

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
+      extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey
+
+
+
All Implemented Interfaces:
IDumpVersion
+
+
+
+
public class DumpVersionTroveIntKey
extends AbstractDumpVersion
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
categoryInlinks, categoryOutlinks, categoryPages, logger, metaData, NS_BOOK, NS_BOOK_TALK, NS_CATEGORY, NS_CATEGORY_TALK, NS_FILE, NS_FILE_TALK, NS_HELP, NS_HELP_TALK, NS_MAIN, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_PORTAL, NS_PORTAL_TALK, NS_SUMMARY, NS_SUMMARY_TALK, NS_TALK, NS_TEMPLATE, NS_TEMPLATE_TALK, NS_THREAD, NS_THREAD_TALK, NS_USER, NS_USER_TALK, NS_WIKIPEDIA, NS_WIKIPEDIA_TALK, page, pageCategories, pageInlinks, pageMapLine, pageOutlinks, pageRedirects, skipCategory, skipPage, timestamp, txtFW, versionFiles
+  + + + + + + + + + + +
+Constructor Summary
DumpVersionTroveIntKey() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidfreeAfterCategoryLinksParsing() + +
+           
+ voidfreeAfterPageLinksParsing() + +
+           
+ voidfreeAfterPageParsing() + +
+           
+ voidfreeAfterRevisonParsing() + +
+           
+ voidfreeAfterTextParsing() + +
+           
+ voidinitialize(Timestamp timestamp) + +
+           
+ voidprocessCategoryLinksRow(CategorylinksParser clParser) + +
+           
+ voidprocessPageLinksRow(PagelinksParser plParser) + +
+           
+ voidprocessPageRow(PageParser pageParser) + +
+           
+ voidprocessRevisionRow(RevisionParser revisionParser) + +
+           
+ voidprocessTextRow(TextParser textParser) + +
+           
+ voidwriteMetaData() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
exportAfterCategoryLinksParsing, exportAfterPageLinksParsing, exportAfterPageParsing, exportAfterRevisionParsing, exportAfterTextParsing, flushByTextParsing, formatBoolean, initCategoryLinksParsing, initPageLinksParsing, initPageParsing, initRevisionParsion, initTextParsing, setCategoryRedirectsSkip, setFiles, setLogger, setMetaData, setPageRedirectsSkip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpVersionTroveIntKey

+
+public DumpVersionTroveIntKey()
+
+
+ + + + + + + + +
+Method Detail
+ +

+freeAfterCategoryLinksParsing

+
+public void freeAfterCategoryLinksParsing()
+
+
+
+
+
+
+ +

+freeAfterPageLinksParsing

+
+public void freeAfterPageLinksParsing()
+
+
+
+
+
+
+ +

+freeAfterPageParsing

+
+public void freeAfterPageParsing()
+
+
+
+
+
+
+ +

+freeAfterRevisonParsing

+
+public void freeAfterRevisonParsing()
+
+
+
+
+
+
+ +

+freeAfterTextParsing

+
+public void freeAfterTextParsing()
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(Timestamp timestamp)
+
+
+
+
+
+
+ +

+processCategoryLinksRow

+
+public void processCategoryLinksRow(CategorylinksParser clParser)
+                             throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageLinksRow

+
+public void processPageLinksRow(PagelinksParser plParser)
+                         throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageRow

+
+public void processPageRow(PageParser pageParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processRevisionRow

+
+public void processRevisionRow(RevisionParser revisionParser)
+
+
+
+
+
+
+ +

+processTextRow

+
+public void processTextRow(TextParser textParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeMetaData

+
+public void writeMetaData()
+                   throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/OriginalDumpVersion.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/OriginalDumpVersion.html new file mode 100644 index 00000000..12ce4770 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/OriginalDumpVersion.html @@ -0,0 +1,1252 @@ + + + + + + + +OriginalDumpVersion (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+Class OriginalDumpVersion

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion
+
+
+
All Implemented Interfaces:
IDumpVersion
+
+
+
+
public class OriginalDumpVersion
extends Object
implements IDumpVersion
+ + +

+This class holds the data for a specific dump version. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
OriginalDumpVersion(Timestamp timestamp) + +
+          Creates a new DumpVersion that corresponds to the specified time stamp.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanexistsCategory(String name) + +
+           
+ booleanexistsCategoryPageId(int page_id) + +
+           
+ booleanexistsPage(int page_id) + +
+           
+ booleanexistsPageName(String name) + +
+           
+ booleanexistsPagePageId(int page_id) + +
+           
+ booleanexistsRedirect(int page_id) + +
+           
+ voidexportAfterCategoryLinksParsing() + +
+           
+ voidexportAfterPageLinksParsing() + +
+           
+ voidexportAfterPageLinksProcessing() + +
+           
+ voidexportAfterPageParsing() + +
+           
+ voidexportAfterRevisionParsing() + +
+           
+ voidexportAfterTextParsing() + +
+           
+ voidflushByTextParsing() + +
+           
+ voidfreeAfterCategoryLinksParsing() + +
+           
+ voidfreeAfterPageLinksParsing() + +
+           
+ voidfreeAfterPageParsing() + +
+           
+ voidfreeAfterRevisonParsing() + +
+           
+ voidfreeAfterTextParsing() + +
+           
+ intgetCategoryPageId(String name) + +
+           
+ StringgetPageName(int page_id) + +
+           
+ intgetPagePageId(String name) + +
+           
+ StringgetRedirectName(int page_id) + +
+           
+ voidinitCategoryLinksParsing() + +
+           
+ voidinitialize(Timestamp timestamp) + +
+           
+ voidinitPageLinksParsing() + +
+           
+ voidinitPageParsing() + +
+           
+ voidinitRevisionParsion() + +
+           
+ voidinitTextParsing() + +
+           
+ voidprocessCategoryLinksRow(CategorylinksParser clParser) + +
+           
+ voidprocessPageLinksRow(PagelinksParser plParser) + +
+           
+ voidprocessPageRow(PageParser pageParser) + +
+           
+ voidprocessRevisionRow(RevisionParser revisionParser) + +
+           
+ voidprocessTextRow(TextParser textParser) + +
+           
+ voidrecordCategory(int page_id, + String page_title) + +
+           
+ voidrecordPage(int page_id, + String page_title) + +
+           
+ voidrecordRedirect(int page_id, + String page_title) + +
+           
+ voidsetCategoryRedirectsSkip(boolean skipCategory) + +
+           
+ voidsetFiles(Files versionFiles) + +
+           
+ voidsetLogger(ILogger logger) + +
+           
+ voidsetMetaData(MetaData metaData) + +
+           
+ voidsetOutputPath(String outputPath) + +
+           
+ voidsetPageRedirectsSkip(boolean skipPage) + +
+           
+ voidwriteMetaData() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+OriginalDumpVersion

+
+public OriginalDumpVersion(Timestamp timestamp)
+
+
Creates a new DumpVersion that corresponds to the specified time stamp. +

+

+
Parameters:
timestamp -
+
+ + + + + + + + +
+Method Detail
+ +

+setMetaData

+
+public void setMetaData(MetaData metaData)
+
+
+
Specified by:
setMetaData in interface IDumpVersion
+
+
+
+
+
+
+ +

+setOutputPath

+
+public void setOutputPath(String outputPath)
+                   throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processRevisionRow

+
+public void processRevisionRow(RevisionParser revisionParser)
+
+
+
Specified by:
processRevisionRow in interface IDumpVersion
+
+
+
+
+
+
+ +

+initPageParsing

+
+public void initPageParsing()
+                     throws IOException
+
+
+
Specified by:
initPageParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageRow

+
+public void processPageRow(PageParser pageParser)
+                    throws IOException
+
+
+
Specified by:
processPageRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageParsing

+
+public void exportAfterPageParsing()
+                            throws IOException
+
+
+
Specified by:
exportAfterPageParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initCategoryLinksParsing

+
+public void initCategoryLinksParsing()
+                              throws IOException
+
+
+
Specified by:
initCategoryLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processCategoryLinksRow

+
+public void processCategoryLinksRow(CategorylinksParser clParser)
+                             throws IOException
+
+
+
Specified by:
processCategoryLinksRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterCategoryLinksParsing

+
+public void exportAfterCategoryLinksParsing()
+                                     throws IOException
+
+
+
Specified by:
exportAfterCategoryLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initPageLinksParsing

+
+public void initPageLinksParsing()
+                          throws IOException
+
+
+
Specified by:
initPageLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageLinksRow

+
+public void processPageLinksRow(PagelinksParser plParser)
+                         throws IOException
+
+
+
Specified by:
processPageLinksRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageLinksProcessing

+
+public void exportAfterPageLinksProcessing()
+                                    throws IOException
+
+
+
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initTextParsing

+
+public void initTextParsing()
+                     throws IOException
+
+
+
Specified by:
initTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processTextRow

+
+public void processTextRow(TextParser textParser)
+                    throws IOException
+
+
+
Specified by:
processTextRow in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterTextParsing

+
+public void exportAfterTextParsing()
+                            throws IOException
+
+
+
Specified by:
exportAfterTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeMetaData

+
+public void writeMetaData()
+                   throws IOException
+
+
+
Specified by:
writeMetaData in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+recordCategory

+
+public void recordCategory(int page_id,
+                           String page_title)
+
+
+
+
+
+
+
+
+
+ +

+recordPage

+
+public void recordPage(int page_id,
+                       String page_title)
+
+
+
+
+
+
+
+
+
+ +

+recordRedirect

+
+public void recordRedirect(int page_id,
+                           String page_title)
+
+
+
+
+
+
+
+
+
+ +

+existsCategory

+
+public boolean existsCategory(String name)
+
+
+
+
+
+
+
+
+
+ +

+existsPageName

+
+public boolean existsPageName(String name)
+
+
+
+
+
+
+
+
+
+ +

+existsPage

+
+public boolean existsPage(int page_id)
+
+
+
+
+
+
+
+
+
+ +

+existsCategoryPageId

+
+public boolean existsCategoryPageId(int page_id)
+
+
+
+
+
+
+
+
+
+ +

+existsPagePageId

+
+public boolean existsPagePageId(int page_id)
+
+
+
+
+
+
+
+
+
+ +

+getPagePageId

+
+public int getPagePageId(String name)
+
+
+
+
+
+
+
+
+
+ +

+getCategoryPageId

+
+public int getCategoryPageId(String name)
+
+
+
+
+
+
+
+
+
+ +

+getPageName

+
+public String getPageName(int page_id)
+
+
+
+
+
+
+
+
+
+ +

+existsRedirect

+
+public boolean existsRedirect(int page_id)
+
+
+
+
+
+
+
+
+
+ +

+getRedirectName

+
+public String getRedirectName(int page_id)
+
+
+
+
+
+
+
+
+
+ +

+initialize

+
+public void initialize(Timestamp timestamp)
+
+
+
Specified by:
initialize in interface IDumpVersion
+
+
+
+
+
+
+ +

+setFiles

+
+public void setFiles(Files versionFiles)
+
+
+
Specified by:
setFiles in interface IDumpVersion
+
+
+
+
+
+
+ +

+exportAfterPageLinksParsing

+
+public void exportAfterPageLinksParsing()
+                                 throws IOException
+
+
+
Specified by:
exportAfterPageLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterRevisionParsing

+
+public void exportAfterRevisionParsing()
+                                throws IOException
+
+
+
Specified by:
exportAfterRevisionParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+flushByTextParsing

+
+public void flushByTextParsing()
+                        throws IOException
+
+
+
Specified by:
flushByTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterCategoryLinksParsing

+
+public void freeAfterCategoryLinksParsing()
+
+
+
Specified by:
freeAfterCategoryLinksParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterPageLinksParsing

+
+public void freeAfterPageLinksParsing()
+
+
+
Specified by:
freeAfterPageLinksParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterPageParsing

+
+public void freeAfterPageParsing()
+
+
+
Specified by:
freeAfterPageParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterRevisonParsing

+
+public void freeAfterRevisonParsing()
+
+
+
Specified by:
freeAfterRevisonParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+freeAfterTextParsing

+
+public void freeAfterTextParsing()
+
+
+
Specified by:
freeAfterTextParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+initRevisionParsion

+
+public void initRevisionParsion()
+
+
+
Specified by:
initRevisionParsion in interface IDumpVersion
+
+
+
+
+
+
+ +

+setLogger

+
+public void setLogger(ILogger logger)
+
+
+
Specified by:
setLogger in interface IDumpVersion
+
+
+
+
+
+
+ +

+setCategoryRedirectsSkip

+
+public void setCategoryRedirectsSkip(boolean skipCategory)
+
+
+
Specified by:
setCategoryRedirectsSkip in interface IDumpVersion
+
+
+
+
+
+
+ +

+setPageRedirectsSkip

+
+public void setPageRedirectsSkip(boolean skipPage)
+
+
+
Specified by:
setPageRedirectsSkip in interface IDumpVersion
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKGeneric.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKGeneric.html new file mode 100644 index 00000000..54c5140b --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKGeneric.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKIntKeyFactory.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKIntKeyFactory.html new file mode 100644 index 00000000..20313aba --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKIntKeyFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKIntKeyFactory (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKIntKeyFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKIntKeyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKLongKeyFactory.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKLongKeyFactory.html new file mode 100644 index 00000000..21b4521e --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKLongKeyFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKLongKeyFactory (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKLongKeyFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKLongKeyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKStringKeyFactory.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKStringKeyFactory.html new file mode 100644 index 00000000..77cf2505 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionJDKStringKeyFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKStringKeyFactory (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKStringKeyFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKStringKeyFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionTroveIntKey.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionTroveIntKey.html new file mode 100644 index 00000000..8f3c6bdc --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/DumpVersionTroveIntKey.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/OriginalDumpVersion.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/OriginalDumpVersion.html new file mode 100644 index 00000000..72bee570 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/class-use/OriginalDumpVersion.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-frame.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-frame.html new file mode 100644 index 00000000..638c988c --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-frame.html @@ -0,0 +1,43 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version (TimeMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version + + + + +
+Classes  + +
+DumpVersionJDKGeneric +
+DumpVersionJDKIntKeyFactory +
+DumpVersionJDKLongKeyFactory +
+DumpVersionJDKStringKeyFactory +
+DumpVersionTroveIntKey +
+OriginalDumpVersion
+ + + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-summary.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-summary.html new file mode 100644 index 00000000..7e9b0016 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-summary.html @@ -0,0 +1,179 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
DumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode>Please be sure, that HashAlgorithm#hashCode(String) returns the + same type as KeyType
DumpVersionJDKIntKeyFactory 
DumpVersionJDKLongKeyFactory 
DumpVersionJDKStringKeyFactory 
DumpVersionTroveIntKey 
OriginalDumpVersionThis class holds the data for a specific dump version.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-tree.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-tree.html new file mode 100644 index 00000000..8249418e --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-tree.html @@ -0,0 +1,161 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version Class Hierarchy (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-use.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-use.html new file mode 100644 index 00000000..5a02a6c5 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/version/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.timemachine.dump.version (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageReader.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageReader.html new file mode 100644 index 00000000..f9a3df6e --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageReader.html @@ -0,0 +1,331 @@ + + + + + + + +PageReader (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class PageReader

+
+java.lang.Object
+  extended by org.xml.sax.helpers.DefaultHandler
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+          extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader
+
+
+
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
+
+
+
+
public class PageReader
extends AbstractXmlDumpReader
+ + +

+This class is a specified variant of + org.mediawiki.importer.XmlDumpReader. Please see its source for more + information about a functionality and a license.
+

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
BASE, CASE, COMMENT, CONTRIBUTOR, endElements, forbiddenIdEndElements, forbiddenIdStartElements, GENERATOR, ID, IP, MEDIAWIKI, MINOR, NAMESPACE, NAMESPACES, PAGE, RESTRICTIONS, REVISION, SITEINFO, SITENAME, startElements, TEXT, THREAD_ANCESTOR, THREAD_AUTHOR, THREAD_EDIT_STATUS, THREAD_ID, THREAD_PAGE, THREAD_PARENT, THREAD_SUBJECT, THREAD_SUMMARY_PAGE, THREAD_TYPE, TIMESTAMP, TITLE, USERNAME
+  + + + + + + + + + + +
+Constructor Summary
PageReader(InputStream inputStream, + DumpWriter writer) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidsetupEndElements() + +
+           
+protected  voidsetupStartElements() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
abort, characters, endElement, readDump, setupForbiddenEndElements, setupForbiddenStartElements, startElement
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageReader

+
+public PageReader(InputStream inputStream,
+                  DumpWriter writer)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setupStartElements

+
+protected void setupStartElements()
+
+
+
Specified by:
setupStartElements in class AbstractXmlDumpReader
+
+
+
+
+
+
+ +

+setupEndElements

+
+protected void setupEndElements()
+
+
+
Specified by:
setupEndElements in class AbstractXmlDumpReader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageWriter.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageWriter.html new file mode 100644 index 00000000..31496f1f --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/PageWriter.html @@ -0,0 +1,417 @@ + + + + + + + +PageWriter (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class PageWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter
+
+
+
All Implemented Interfaces:
DumpWriter
+
+
+
+
public class PageWriter
extends Object
implements DumpWriter
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
PageWriter(OutputStream output) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ voidwriteEndPage() + +
+           
+ voidwriteEndWiki() + +
+           
+ voidwriteRevision(Revision revision) + +
+           
+ voidwriteSiteinfo(Siteinfo info) + +
+           
+ voidwriteStartPage(Page page) + +
+           
+ voidwriteStartWiki() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PageWriter

+
+public PageWriter(OutputStream output)
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
+
Specified by:
close in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndPage

+
+public void writeEndPage()
+                  throws IOException
+
+
+
Specified by:
writeEndPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndWiki

+
+public void writeEndWiki()
+                  throws IOException
+
+
+
Specified by:
writeEndWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeRevision

+
+public void writeRevision(Revision revision)
+                   throws IOException
+
+
+
Specified by:
writeRevision in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeSiteinfo

+
+public void writeSiteinfo(Siteinfo info)
+                   throws IOException
+
+
+
Specified by:
writeSiteinfo in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartPage

+
+public void writeStartPage(Page page)
+                    throws IOException
+
+
+
Specified by:
writeStartPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartWiki

+
+public void writeStartWiki()
+                    throws IOException
+
+
+
Specified by:
writeStartWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionReader.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionReader.html new file mode 100644 index 00000000..b33b26c3 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionReader.html @@ -0,0 +1,331 @@ + + + + + + + +RevisionReader (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class RevisionReader

+
+java.lang.Object
+  extended by org.xml.sax.helpers.DefaultHandler
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+          extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader
+
+
+
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
+
+
+
+
public class RevisionReader
extends AbstractXmlDumpReader
+ + +

+This class is a specified variant of + org.mediawiki.importer.XmlDumpReader. Please see its source for more + information about a functionality and a license.
+

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
BASE, CASE, COMMENT, CONTRIBUTOR, endElements, forbiddenIdEndElements, forbiddenIdStartElements, GENERATOR, ID, IP, MEDIAWIKI, MINOR, NAMESPACE, NAMESPACES, PAGE, RESTRICTIONS, REVISION, SITEINFO, SITENAME, startElements, TEXT, THREAD_ANCESTOR, THREAD_AUTHOR, THREAD_EDIT_STATUS, THREAD_ID, THREAD_PAGE, THREAD_PARENT, THREAD_SUBJECT, THREAD_SUMMARY_PAGE, THREAD_TYPE, TIMESTAMP, TITLE, USERNAME
+  + + + + + + + + + + +
+Constructor Summary
RevisionReader(InputStream inputStream, + DumpWriter writer) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidsetupEndElements() + +
+           
+protected  voidsetupStartElements() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
abort, characters, endElement, readDump, setupForbiddenEndElements, setupForbiddenStartElements, startElement
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionReader

+
+public RevisionReader(InputStream inputStream,
+                      DumpWriter writer)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setupStartElements

+
+protected void setupStartElements()
+
+
+
Specified by:
setupStartElements in class AbstractXmlDumpReader
+
+
+
+
+
+
+ +

+setupEndElements

+
+protected void setupEndElements()
+
+
+
Specified by:
setupEndElements in class AbstractXmlDumpReader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionWriter.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionWriter.html new file mode 100644 index 00000000..696dba00 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/RevisionWriter.html @@ -0,0 +1,417 @@ + + + + + + + +RevisionWriter (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class RevisionWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter
+
+
+
All Implemented Interfaces:
DumpWriter
+
+
+
+
public class RevisionWriter
extends Object
implements DumpWriter
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
RevisionWriter(OutputStream output) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ voidwriteEndPage() + +
+           
+ voidwriteEndWiki() + +
+           
+ voidwriteRevision(Revision revision) + +
+           
+ voidwriteSiteinfo(Siteinfo info) + +
+           
+ voidwriteStartPage(Page page) + +
+           
+ voidwriteStartWiki() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RevisionWriter

+
+public RevisionWriter(OutputStream output)
+               throws IOException
+
+
+ +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
+
Specified by:
close in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndPage

+
+public void writeEndPage()
+                  throws IOException
+
+
+
Specified by:
writeEndPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndWiki

+
+public void writeEndWiki()
+                  throws IOException
+
+
+
Specified by:
writeEndWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeRevision

+
+public void writeRevision(Revision revision)
+                   throws IOException
+
+
+
Specified by:
writeRevision in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeSiteinfo

+
+public void writeSiteinfo(Siteinfo info)
+                   throws IOException
+
+
+
Specified by:
writeSiteinfo in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartPage

+
+public void writeStartPage(Page page)
+                    throws IOException
+
+
+
Specified by:
writeStartPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartWiki

+
+public void writeStartWiki()
+                    throws IOException
+
+
+
Specified by:
writeStartWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextReader.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextReader.html new file mode 100644 index 00000000..d53e3426 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextReader.html @@ -0,0 +1,331 @@ + + + + + + + +TextReader (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class TextReader

+
+java.lang.Object
+  extended by org.xml.sax.helpers.DefaultHandler
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+          extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader
+
+
+
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
+
+
+
+
public class TextReader
extends AbstractXmlDumpReader
+ + +

+This class is a specified variant of + org.mediawiki.importer.XmlDumpReader. Please see its source for more + information about a functionality and a license.
+

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
BASE, CASE, COMMENT, CONTRIBUTOR, endElements, forbiddenIdEndElements, forbiddenIdStartElements, GENERATOR, ID, IP, MEDIAWIKI, MINOR, NAMESPACE, NAMESPACES, PAGE, RESTRICTIONS, REVISION, SITEINFO, SITENAME, startElements, TEXT, THREAD_ANCESTOR, THREAD_AUTHOR, THREAD_EDIT_STATUS, THREAD_ID, THREAD_PAGE, THREAD_PARENT, THREAD_SUBJECT, THREAD_SUMMARY_PAGE, THREAD_TYPE, TIMESTAMP, TITLE, USERNAME
+  + + + + + + + + + + +
+Constructor Summary
TextReader(InputStream inputStream, + DumpWriter writer) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidsetupEndElements() + +
+           
+protected  voidsetupStartElements() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
abort, characters, endElement, readDump, setupForbiddenEndElements, setupForbiddenStartElements, startElement
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TextReader

+
+public TextReader(InputStream inputStream,
+                  DumpWriter writer)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setupStartElements

+
+protected void setupStartElements()
+
+
+
Specified by:
setupStartElements in class AbstractXmlDumpReader
+
+
+
+
+
+
+ +

+setupEndElements

+
+protected void setupEndElements()
+
+
+
Specified by:
setupEndElements in class AbstractXmlDumpReader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextWriter.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextWriter.html new file mode 100644 index 00000000..4677c4bf --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TextWriter.html @@ -0,0 +1,417 @@ + + + + + + + +TextWriter (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class TextWriter

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter
+
+
+
All Implemented Interfaces:
DumpWriter
+
+
+
+
public class TextWriter
extends Object
implements DumpWriter
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TextWriter(OutputStream output) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ voidwriteEndPage() + +
+           
+ voidwriteEndWiki() + +
+           
+ voidwriteRevision(Revision revision) + +
+           
+ voidwriteSiteinfo(Siteinfo info) + +
+           
+ voidwriteStartPage(Page page) + +
+           
+ voidwriteStartWiki() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TextWriter

+
+public TextWriter(OutputStream output)
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+close

+
+public void close()
+           throws IOException
+
+
+
Specified by:
close in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndPage

+
+public void writeEndPage()
+                  throws IOException
+
+
+
Specified by:
writeEndPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeEndWiki

+
+public void writeEndWiki()
+                  throws IOException
+
+
+
Specified by:
writeEndWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeRevision

+
+public void writeRevision(Revision revision)
+                   throws IOException
+
+
+
Specified by:
writeRevision in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeSiteinfo

+
+public void writeSiteinfo(Siteinfo info)
+                   throws IOException
+
+
+
Specified by:
writeSiteinfo in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartPage

+
+public void writeStartPage(Page page)
+                    throws IOException
+
+
+
Specified by:
writeStartPage in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeStartWiki

+
+public void writeStartWiki()
+                    throws IOException
+
+
+
Specified by:
writeStartWiki in interface DumpWriter
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TimeMachineRevisionParser.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TimeMachineRevisionParser.html new file mode 100644 index 00000000..004cba9d --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/TimeMachineRevisionParser.html @@ -0,0 +1,287 @@ + + + + + + + +TimeMachineRevisionParser (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class TimeMachineRevisionParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
+      extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TimeMachineRevisionParser
+
+
+
+
public class TimeMachineRevisionParser
extends RevisionParser
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
revPage, revTextId, revTimestamp, stream
+  + + + + + + + + + + +
+Constructor Summary
TimeMachineRevisionParser() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ booleannext() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
close, getRevPage, getRevTextId, getRevTimestamp, setInputStream
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimeMachineRevisionParser

+
+public TimeMachineRevisionParser()
+
+
+ + + + + + + + +
+Method Detail
+ +

+next

+
+public boolean next()
+             throws IOException
+
+
+
Specified by:
next in class RevisionParser
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/XMLDumpTableInputStream.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/XMLDumpTableInputStream.html new file mode 100644 index 00000000..cc091fca --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/XMLDumpTableInputStream.html @@ -0,0 +1,433 @@ + + + + + + + +XMLDumpTableInputStream (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+Class XMLDumpTableInputStream

+
+java.lang.Object
+  extended by java.io.InputStream
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream
+          extended by de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream
+
+
+
All Implemented Interfaces:
Closeable
+
+
+
+
public class XMLDumpTableInputStream
extends DumpTableInputStream
+ + +

+Decorator for an InputStream. Converts an XML source to SQL + result in a separated thread via + org.mediawiki.importer.XmlDumpReader +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
XMLDumpTableInputStream() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intavailable() + +
+           
+ voidclose() + +
+           
+ voidinitialize(InputStream inputStream, + DumpTableEnum table) + +
+          Decorator for InputStream, which allows to convert an XML input stream to + SQL
+ voidmark(int readlimit) + +
+           
+ booleanmarkSupported() + +
+           
+ intread() + +
+           
+ voidreset() + +
+           
+ + + + + + + +
Methods inherited from class java.io.InputStream
read, read, skip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XMLDumpTableInputStream

+
+public XMLDumpTableInputStream()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public void initialize(InputStream inputStream,
+                       DumpTableEnum table)
+                throws IOException
+
+
Decorator for InputStream, which allows to convert an XML input stream to + SQL +

+

+
Specified by:
initialize in class DumpTableInputStream
+
+
+
Parameters:
inputStream - XML input stream +
Throws: +
IOException
+
+
+
+ +

+read

+
+public int read()
+         throws IOException
+
+
+
Specified by:
read in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+available

+
+public int available()
+              throws IOException
+
+
+
Overrides:
available in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+
Specified by:
close in interface Closeable
Overrides:
close in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+mark

+
+public void mark(int readlimit)
+
+
+
Overrides:
mark in class InputStream
+
+
+
+
+
+
+ +

+reset

+
+public void reset()
+           throws IOException
+
+
+
Overrides:
reset in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+markSupported

+
+public boolean markSupported()
+
+
+
Overrides:
markSupported in class InputStream
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageReader.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageReader.html new file mode 100644 index 00000000..b764101a --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageWriter.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageWriter.html new file mode 100644 index 00000000..803d4e2c --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/PageWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionReader.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionReader.html new file mode 100644 index 00000000..82be90e7 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionWriter.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionWriter.html new file mode 100644 index 00000000..efa41212 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/RevisionWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextReader.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextReader.html new file mode 100644 index 00000000..d2adc742 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextWriter.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextWriter.html new file mode 100644 index 00000000..f7dacf84 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TextWriter.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TimeMachineRevisionParser.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TimeMachineRevisionParser.html new file mode 100644 index 00000000..e1e09ea0 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/TimeMachineRevisionParser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TimeMachineRevisionParser (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TimeMachineRevisionParser

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TimeMachineRevisionParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/XMLDumpTableInputStream.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/XMLDumpTableInputStream.html new file mode 100644 index 00000000..4a695550 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/class-use/XMLDumpTableInputStream.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-frame.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-frame.html new file mode 100644 index 00000000..2581fa33 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-frame.html @@ -0,0 +1,47 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml (TimeMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml + + + + +
+Classes  + +
+PageReader +
+PageWriter +
+RevisionReader +
+RevisionWriter +
+TextReader +
+TextWriter +
+TimeMachineRevisionParser +
+XMLDumpTableInputStream
+ + + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-summary.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-summary.html new file mode 100644 index 00000000..94f28160 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-summary.html @@ -0,0 +1,189 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
PageReaderThis class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
PageWriter 
RevisionReaderThis class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
RevisionWriter 
TextReaderThis class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
TextWriter 
TimeMachineRevisionParser 
XMLDumpTableInputStreamDecorator for an InputStream.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-tree.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-tree.html new file mode 100644 index 00000000..fe5ad0d5 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-tree.html @@ -0,0 +1,169 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml Class Hierarchy (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-use.html b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-use.html new file mode 100644 index 00000000..4a51ed84 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/timemachine/dump/xml/package-use.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml

+
+No usage of de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/deprecated-list.html b/apidocs/TimeMachine-0.9.1/deprecated-list.html new file mode 100644 index 00000000..25f0f08c --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/help-doc.html b/apidocs/TimeMachine-0.9.1/help-doc.html new file mode 100644 index 00000000..8ff27d06 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/index-all.html b/apidocs/TimeMachine-0.9.1/index-all.html new file mode 100644 index 00000000..b53a8515 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/index-all.html @@ -0,0 +1,706 @@ + + + + + + + +Index (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E F G I J L M N O P R S T W X
+

+A

+
+
available() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
+
+

+C

+
+
CATEGORY_LINKS_FILE - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
checkAll() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
checkInputFile(String, String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
compressTime(long) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision +
Compress time from long- to the integer-format: reduce the resolution to + "seconds" and zero time to 1th January 2000 +
createRevision(int, int) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision +
Merge two unsigned integer values (text id and time stamp) to one long + value (revision) to use GNU Trove container. +
+
+

+D

+
+
de.tudarmstadt.ukp.wikipedia.timemachine.domain - package de.tudarmstadt.ukp.wikipedia.timemachine.domain
 
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version - package de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
 
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml - package de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
 
DISAMBIGUATION_CATEGORY - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
DumpVersionJDKGeneric<KeyType,HashAlgorithm extends IStringHashCode> - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
Please be sure, that HashAlgorithm#hashCode(String) returns the + same type as KeyType
DumpVersionJDKGeneric(Class<HashAlgorithm>) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
DumpVersionJDKIntKeyFactory - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
 
DumpVersionJDKIntKeyFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKIntKeyFactory +
  +
DumpVersionJDKLongKeyFactory - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
 
DumpVersionJDKLongKeyFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKLongKeyFactory +
  +
DumpVersionJDKStringKeyFactory - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
 
DumpVersionJDKStringKeyFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKStringKeyFactory +
  +
DumpVersionTroveIntKey - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
 
DumpVersionTroveIntKey() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
+
+

+E

+
+
EACH - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
existsCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
existsCategoryPageId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
existsPage(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
existsPageName(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
existsPagePageId(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
existsRedirect(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
exportAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
exportAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
exportAfterPageLinksProcessing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
exportAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
exportAfterRevisionParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
exportAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
extractTime(int) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision +
Extract time, that was compressed with + Revision.compressTime(long) +
+
+

+F

+
+
flushByTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
freeAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
freeAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
freeAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
freeAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
freeAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
freeAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
freeAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
freeAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
freeAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
freeAfterRevisonParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
freeAfterRevisonParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
freeAfterRevisonParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
freeAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
freeAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
freeAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
FROM_TIMESTAMP - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
+
+

+G

+
+
generateSample(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
getCategoryLinksFile() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
getCategoryPageId(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKIntKeyFactory +
  +
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKLongKeyFactory +
  +
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKStringKeyFactory +
  +
getMetaHistoryFile() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
getOutputPath(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
getPageLinksFile() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
getPageName(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
getPagePageId(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
getRedirectName(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
getTextId(long) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision +
Extract a text ID from the revision long +
getTimestamp(long) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.Revision +
Extract a time stamp from the revision long. +
+
+

+I

+
+
initCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
initialize(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
initialize(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
initialize(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
initialize(InputStream, DumpTableEnum) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
Decorator for InputStream, which allows to convert an XML input stream to + SQL +
initPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
initPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
initRevisionParsion() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
initTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
+
+

+J

+
+
JWPLTimeMachine - Class in de.tudarmstadt.ukp.wikipedia.timemachine.domain
This is the main class of the DBMapping Tool of the JWPL.
JWPLTimeMachine() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.domain.JWPLTimeMachine +
  +
+
+

+L

+
+
LANGUAGE - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
loadConfiguration(String, ILogger) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
loadFiles(String, ILogger) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
+
+

+M

+
+
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.JWPLTimeMachine +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
MAIN_CATEGORY - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
mark(int) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
markSupported() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
META_HISTORY_FILE - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
+
+

+N

+
+
next() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TimeMachineRevisionParser +
  +
+
+

+O

+
+
OriginalDumpVersion - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.version
This class holds the data for a specific dump version.
OriginalDumpVersion(Timestamp) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
Creates a new DumpVersion that corresponds to the specified time stamp. +
OUTPUT_DIRECTORY - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
+
+

+P

+
+
PAGE_LINKS_FILE - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
PageReader - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
This class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
PageReader(InputStream, DumpWriter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader +
  +
PageWriter - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
 
PageWriter(OutputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
processCategoryLinksRow(CategorylinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
processCategoryLinksRow(CategorylinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
processCategoryLinksRow(CategorylinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
processPageLinksRow(PagelinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
processPageLinksRow(PagelinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
processPageLinksRow(PagelinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
processPageRow(PageParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
processPageRow(PageParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
processPageRow(PageParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
processRevisionRow(RevisionParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
processRevisionRow(RevisionParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
processRevisionRow(RevisionParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
processTextRow(TextParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
processTextRow(TextParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
processTextRow(TextParser) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
+
+

+R

+
+
read() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
recordCategory(int, String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
recordPage(int, String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
recordRedirect(int, String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
reset() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
Revision - Class in de.tudarmstadt.ukp.wikipedia.timemachine.domain
Routines for the conversion of the Wikipedia revisions
RevisionReader - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
This class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
RevisionReader(InputStream, DumpWriter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader +
  +
RevisionWriter - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
 
RevisionWriter(OutputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
+
+

+S

+
+
setCategoryLinksFile(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
setCategoryRedirectsSkip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
setFiles(Files) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator +
  +
setFiles(Files) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
setLogger(ILogger) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
setMetaData(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
setMetaHistoryFile(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
setOutputPath(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
setPageLinksFile(String) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
setPageRedirectsSkip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
setTimestamp(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
Add a sub directory called "timestamp" to the current output directory +
SettingsXML - Class in de.tudarmstadt.ukp.wikipedia.timemachine.domain
This is a utility class that generates a template for the configuration file
+ The template must be edited prior to be used for the DBMapping tool.
SettingsXML() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
setupEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader +
  +
setupEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader +
  +
setupEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader +
  +
setupStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageReader +
  +
setupStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionReader +
  +
setupStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader +
  +
start() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator +
  +
+
+

+T

+
+
TextReader - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
This class is a specified variant of + org.mediawiki.importer.XmlDumpReader.
TextReader(InputStream, DumpWriter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextReader +
  +
TextWriter - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
 
TextWriter(OutputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
TimeMachineFiles - Class in de.tudarmstadt.ukp.wikipedia.timemachine.domain
 
TimeMachineFiles(ILogger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
TimeMachineFiles(TimeMachineFiles) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineFiles +
  +
TimeMachineGenerator - Class in de.tudarmstadt.ukp.wikipedia.timemachine.domain
Generate dumps as .txt files for the JWPL database from given MediaWiki dump + files.
TimeMachineGenerator(IEnvironmentFactory) - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.domain.TimeMachineGenerator +
  +
TimeMachineRevisionParser - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
 
TimeMachineRevisionParser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TimeMachineRevisionParser +
  +
TO_TIMESTAMP - +Static variable in class de.tudarmstadt.ukp.wikipedia.timemachine.domain.SettingsXML +
  +
+
+

+W

+
+
writeEndPage() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
writeEndPage() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
writeEndPage() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
writeEndWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
writeEndWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
writeEndWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
writeMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionJDKGeneric +
  +
writeMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.DumpVersionTroveIntKey +
  +
writeMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.version.OriginalDumpVersion +
  +
writeRevision(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
writeRevision(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
writeRevision(Revision) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
writeSiteinfo(Siteinfo) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
writeSiteinfo(Siteinfo) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
writeSiteinfo(Siteinfo) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
writeStartPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
writeStartPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
writeStartPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
writeStartWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.PageWriter +
  +
writeStartWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.RevisionWriter +
  +
writeStartWiki() - +Method in class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.TextWriter +
  +
+
+

+X

+
+
XMLDumpTableInputStream - Class in de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
Decorator for an InputStream.
XMLDumpTableInputStream() - +Constructor for class de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml.XMLDumpTableInputStream +
  +
+
+A C D E F G I J L M N O P R S T W X + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/index.html b/apidocs/TimeMachine-0.9.1/index.html new file mode 100644 index 00000000..bdbf910d --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/index.html @@ -0,0 +1,40 @@ + + + + + + + +TimeMachine 0.9.1 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/TimeMachine-0.9.1/overview-frame.html b/apidocs/TimeMachine-0.9.1/overview-frame.html new file mode 100644 index 00000000..aee90e26 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/overview-frame.html @@ -0,0 +1,47 @@ + + + + + + + +Overview List (TimeMachine 0.9.1 API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.tudarmstadt.ukp.wikipedia.timemachine.domain +
+de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +
+de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml +
+

+ +

+  + + diff --git a/apidocs/TimeMachine-0.9.1/overview-summary.html b/apidocs/TimeMachine-0.9.1/overview-summary.html new file mode 100644 index 00000000..1336f1eb --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/overview-summary.html @@ -0,0 +1,165 @@ + + + + + + + +Overview (TimeMachine 0.9.1 API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+TimeMachine 0.9.1 API +

+
+ + + + + + + + + + + + + + + + + +
+Packages
de.tudarmstadt.ukp.wikipedia.timemachine.domain 
de.tudarmstadt.ukp.wikipedia.timemachine.dump.version 
de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/overview-tree.html b/apidocs/TimeMachine-0.9.1/overview-tree.html new file mode 100644 index 00000000..54761ca7 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/overview-tree.html @@ -0,0 +1,180 @@ + + + + + + + +Class Hierarchy (TimeMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.tudarmstadt.ukp.wikipedia.timemachine.domain, de.tudarmstadt.ukp.wikipedia.timemachine.dump.version, de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/TimeMachine-0.9.1/package-list b/apidocs/TimeMachine-0.9.1/package-list new file mode 100644 index 00000000..e71a28f0 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/package-list @@ -0,0 +1,3 @@ +de.tudarmstadt.ukp.wikipedia.timemachine.domain +de.tudarmstadt.ukp.wikipedia.timemachine.dump.version +de.tudarmstadt.ukp.wikipedia.timemachine.dump.xml diff --git a/apidocs/TimeMachine-0.9.1/resources/inherit.gif b/apidocs/TimeMachine-0.9.1/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/TimeMachine-0.9.1/stylesheet.css b/apidocs/TimeMachine-0.9.1/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/TimeMachine-0.9.1/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/apidocs/Util-0.9.1/allclasses-frame.html b/apidocs/Util-0.9.1/allclasses-frame.html new file mode 100644 index 00000000..1d5a98b9 --- /dev/null +++ b/apidocs/Util-0.9.1/allclasses-frame.html @@ -0,0 +1,34 @@ + + + + + + + +All Classes (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
WikipediaTemplateInfo +
+WikipediaTemplateInfoGenerator +
+
+ + + diff --git a/apidocs/Util-0.9.1/allclasses-noframe.html b/apidocs/Util-0.9.1/allclasses-noframe.html new file mode 100644 index 00000000..0e352084 --- /dev/null +++ b/apidocs/Util-0.9.1/allclasses-noframe.html @@ -0,0 +1,34 @@ + + + + + + + +All Classes (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
WikipediaTemplateInfo +
+WikipediaTemplateInfoGenerator +
+
+ + + diff --git a/apidocs/Util-0.9.1/constant-values.html b/apidocs/Util-0.9.1/constant-values.html new file mode 100644 index 00000000..9bf611ba --- /dev/null +++ b/apidocs/Util-0.9.1/constant-values.html @@ -0,0 +1,185 @@ + + + + + + + +Constant Field Values (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.tudarmstadt.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator
+protected static final StringTABLE_TPLID_PAGEID"templateId_pageId"
+protected static final StringTABLE_TPLID_REVISIONID"templateId_revisionId"
+protected static final StringTABLE_TPLID_TPLNAME"templates"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfo.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfo.html new file mode 100644 index 00000000..996344ca --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfo.html @@ -0,0 +1,698 @@ + + + + + + + +WikipediaTemplateInfo (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class WikipediaTemplateInfo

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo
+
+
+
+
public class WikipediaTemplateInfo
extends Object
+ + +

+This class gives access to the additional information created by + the TemplateInfoGenerator. + + TODO There is quite some redundancy in the code. The parts responsible for + creating the queries might be pulled out of the methods an be reused several + times. +

+ +

+

+
Author:
+
Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
WikipediaTemplateInfo(Wikipedia pWiki) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intcheckTemplateId(String templateName) + +
+           
+ IntegercountPagesContainingTemplateFragments(List<String> templateFragments) + +
+          Returns the number of all pages that contain a template the name + of which starts with any of the the given Strings.
+ IntegercountPagesContainingTemplateNames(List<String> templateNames) + +
+          Returns the number of all pages that contain a template the name of which + equals the given String.
+ IntegercountPagesNotContainingTemplateFragments(List<String> templateFragments) + +
+          Returns the number of all pages that contain a template the name + of which starts with any of the the given Strings.
+ IntegercountPagesNotContainingTemplateNames(List<String> templateNames) + +
+          Returns the number of all pages that do not contain a template the name of which + equals the given String.
+ List<Integer>getPageIdsContainingTemplateFragments(List<String> templateFragments) + +
+          Returns a list containing the ids of all pages that contain a + template the name of which starts with any of the given Strings.
+ List<Integer>getPageIdsContainingTemplateNames(List<String> templateNames) + +
+          Returns a list containing the ids of all pages that contain a template + the name of which equals any of the given Strings.
+ List<Integer>getPageIdsNotContainingTemplateFragments(List<String> templateFragments) + +
+          Returns a list containing the ids of all pages that contain a + template the name of which starts with any of the given Strings.
+ List<Integer>getPageIdsNotContainingTemplateNames(List<String> templateNames) + +
+          Returns a list containing the ids of all pages that do not contain a template + the name of which equals any of the given Strings.
+ Iterable<Page>getPagesContainingTemplateFragments(List<String> templateFragments) + +
+          Return an iterable containing all pages that contain a template the name + of which starts with any of the given Strings.
+ Iterable<Page>getPagesContainingTemplateNames(List<String> templateNames) + +
+          Return an iterable containing all pages that contain a template the name + of which equals any of the given Strings.
+ Iterable<Page>getPagesNotContainingTemplateFragments(List<String> templateFragments) + +
+          Return an iterable containing all pages that contain a template the name + of which starts with any of the given Strings.
+ Iterable<Page>getPagesNotContainingTemplateNames(List<String> templateNames) + +
+          Return an iterable containing all pages that do NOT contain a template + the name of which equals of the given Strings.
+ List<String>getTemplateNamesFromPage(int pageId) + +
+          Returns the names of all templates contained in the specified page.
+ List<String>getTemplateNamesFromPage(Page p) + +
+          Returns the names of all templates contained in the specified page.
+ List<String>getTemplateNamesFromPage(String pageTitle) + +
+          Returns the names of all templates contained in the specified page.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikipediaTemplateInfo

+
+public WikipediaTemplateInfo(Wikipedia pWiki)
+                      throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+countPagesContainingTemplateFragments

+
+public Integer countPagesContainingTemplateFragments(List<String> templateFragments)
+                                              throws WikiApiException
+
+
Returns the number of all pages that contain a template the name + of which starts with any of the the given Strings. +

+

+
Parameters:
templateFragments - a list Strings containing the beginnings of the desired templates
whitelist - whether to return pages containing these templates (true) or return pages NOT containing these templates (false) +
Returns:
the number of pages that contain any template starting with templateFragment +
Throws: +
WikiApiException - If there was any error retrieving the page object (most likely if the template templates are corrupted)
+
+
+
+ +

+countPagesNotContainingTemplateFragments

+
+public Integer countPagesNotContainingTemplateFragments(List<String> templateFragments)
+                                                 throws WikiApiException
+
+
Returns the number of all pages that contain a template the name + of which starts with any of the the given Strings. +

+

+
Parameters:
templateFragments - a list Strings containing the beginnings of the desired templates
whitelist - whether to return pages containing these templates (true) or return pages NOT containing these templates (false) +
Returns:
the number of pages that contain any template starting with templateFragment +
Throws: +
WikiApiException - If there was any error retrieving the page object (most likely if the template templates are corrupted)
+
+
+
+ +

+countPagesContainingTemplateNames

+
+public Integer countPagesContainingTemplateNames(List<String> templateNames)
+                                          throws WikiApiException
+
+
Returns the number of all pages that contain a template the name of which + equals the given String. +

+

+
Parameters:
templateNames - a list of String containing the beginnings of the templates that have to be matched +
Returns:
the number of pages that contain a template starting with + any templateFragment +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+countPagesNotContainingTemplateNames

+
+public Integer countPagesNotContainingTemplateNames(List<String> templateNames)
+                                             throws WikiApiException
+
+
Returns the number of all pages that do not contain a template the name of which + equals the given String. +

+

+
Parameters:
templateNames - a list of String containing the beginnings of the templates that have to be matched +
Returns:
the number of pages that do not contain a template starting with + any templateFragment +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+checkTemplateId

+
+public int checkTemplateId(String templateName)
+                    throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+
+
+ +

+getPagesContainingTemplateFragments

+
+public Iterable<Page> getPagesContainingTemplateFragments(List<String> templateFragments)
+                                                   throws WikiApiException
+
+
Return an iterable containing all pages that contain a template the name + of which starts with any of the given Strings. +

+

+
Parameters:
templateFragments - the beginning of the templates that have to be matched +
Returns:
An iterable with the page objects that contain templates + beginning with any String in templateFragments +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPagesNotContainingTemplateFragments

+
+public Iterable<Page> getPagesNotContainingTemplateFragments(List<String> templateFragments)
+                                                      throws WikiApiException
+
+
Return an iterable containing all pages that contain a template the name + of which starts with any of the given Strings. +

+

+
Parameters:
templateFragments - the beginning of the templates that have to be matched +
Returns:
An iterable with the page objects that contain templates + beginning with any String in templateFragments +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPagesContainingTemplateNames

+
+public Iterable<Page> getPagesContainingTemplateNames(List<String> templateNames)
+                                               throws WikiApiException
+
+
Return an iterable containing all pages that contain a template the name + of which equals any of the given Strings. +

+

+
Parameters:
templateNames - the names of the template that we want to match +
Returns:
An iterable with the page objects that contain any of the the + specified templates +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPagesNotContainingTemplateNames

+
+public Iterable<Page> getPagesNotContainingTemplateNames(List<String> templateNames)
+                                                  throws WikiApiException
+
+
Return an iterable containing all pages that do NOT contain a template + the name of which equals of the given Strings. +

+

+
Parameters:
templateNames - the names of the template that we want to match +
Returns:
An iterable with the page objects that do NOT contain any of the + the specified templates +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPageIdsContainingTemplateFragments

+
+public List<Integer> getPageIdsContainingTemplateFragments(List<String> templateFragments)
+                                                    throws WikiApiException
+
+
Returns a list containing the ids of all pages that contain a + template the name of which starts with any of the given Strings. +

+

+
Parameters:
templateFragments - the beginning of the templates that have to be matched +
Returns:
An list with the ids of the pages that contain templates + beginning with any String in templateFragments +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPageIdsNotContainingTemplateFragments

+
+public List<Integer> getPageIdsNotContainingTemplateFragments(List<String> templateFragments)
+                                                       throws WikiApiException
+
+
Returns a list containing the ids of all pages that contain a + template the name of which starts with any of the given Strings. +

+

+
Parameters:
templateFragments - the beginning of the templates that have to be matched +
Returns:
An list with the ids of the pages that do not contain templates + beginning with any String in templateFragments +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPageIdsContainingTemplateNames

+
+public List<Integer> getPageIdsContainingTemplateNames(List<String> templateNames)
+                                                throws WikiApiException
+
+
Returns a list containing the ids of all pages that contain a template + the name of which equals any of the given Strings. +

+

+
Parameters:
templateNames - the names of the template that we want to match
whitelist - whether to return pages containing these templates (true) or return pages NOT containing these templates (false) +
Returns:
A list with the ids of all pages that contain any of the the + specified templates +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getPageIdsNotContainingTemplateNames

+
+public List<Integer> getPageIdsNotContainingTemplateNames(List<String> templateNames)
+                                                   throws WikiApiException
+
+
Returns a list containing the ids of all pages that do not contain a template + the name of which equals any of the given Strings. +

+

+
Parameters:
templateNames - the names of the template that we want to match
whitelist - whether to return pages containing these templates (true) or return pages NOT containing these templates (false) +
Returns:
A list with the ids of all pages that do not contain any of the the + specified templates +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getTemplateNamesFromPage

+
+public List<String> getTemplateNamesFromPage(Page p)
+                                      throws WikiApiException
+
+
Returns the names of all templates contained in the specified page. +

+

+
Parameters:
pageId - the page object for which the templates should be retrieved +
Returns:
A List with the names of the templates contained in the specified + page +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getTemplateNamesFromPage

+
+public List<String> getTemplateNamesFromPage(String pageTitle)
+                                      throws WikiApiException
+
+
Returns the names of all templates contained in the specified page. +

+

+
Parameters:
pageId - the title of the page for which the templates should be + retrieved +
Returns:
A List with the names of the templates contained in the specified + page +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+
+ +

+getTemplateNamesFromPage

+
+public List<String> getTemplateNamesFromPage(int pageId)
+                                      throws WikiApiException
+
+
Returns the names of all templates contained in the specified page. +

+

+
Parameters:
pageId - the id of the Wiki page +
Returns:
A List with the names of the templates contained in the specified + page +
Throws: +
WikiApiException - If there was any error retrieving the page object (most + likely if the template templates are corrupted)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfoGenerator.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfoGenerator.html new file mode 100644 index 00000000..2786b466 --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/WikipediaTemplateInfoGenerator.html @@ -0,0 +1,557 @@ + + + + + + + +WikipediaTemplateInfoGenerator (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.util +
+Class WikipediaTemplateInfoGenerator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator
+
+
+
+
public class WikipediaTemplateInfoGenerator
extends Object
+ + +

+This class determines which page in a JWPL database contains which templates. + It produces an SQL file that will add this data to the extisting database. + It can then be accessed by the WikipediaTemplateInfo class. +

+ +

+

+
Author:
+
Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected static StringTABLE_TPLID_PAGEID + +
+           
+protected static StringTABLE_TPLID_REVISIONID + +
+           
+protected static StringTABLE_TPLID_TPLNAME + +
+           
+  + + + + + + + + + + +
+Constructor Summary
WikipediaTemplateInfoGenerator(Wikipedia pWiki, + int pageBuffer, + String charset, + String outputPath, + long maxAllowedPacket) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ HashSet<String>createSetFromProperty(String property) + +
+          Parses property string into HashSet
+ HashSet<String>getBlackList() + +
+           
+ HashSet<String>getBlackPrefixList() + +
+           
+ HashSet<String>getWhiteList() + +
+           
+ HashSet<String>getWhitePrefixList() + +
+           
+static voidmain(String[] args) + +
+          Starts index generation using the database credentials in the properties + file specified in args[0].
+ voidprocess() + +
+           
+ voidsetBlackList(HashSet<String> blackList) + +
+           
+ voidsetBlackPrefixList(HashSet<String> blackPrefixList) + +
+           
+ voidsetWhiteList(HashSet<String> whiteList) + +
+           
+ voidsetWhitePrefixList(HashSet<String> whitePrefixList) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+TABLE_TPLID_REVISIONID

+
+protected static final String TABLE_TPLID_REVISIONID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TABLE_TPLID_PAGEID

+
+protected static final String TABLE_TPLID_PAGEID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TABLE_TPLID_TPLNAME

+
+protected static final String TABLE_TPLID_TPLNAME
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+WikipediaTemplateInfoGenerator

+
+public WikipediaTemplateInfoGenerator(Wikipedia pWiki,
+                                      int pageBuffer,
+                                      String charset,
+                                      String outputPath,
+                                      long maxAllowedPacket)
+                               throws WikiApiException
+
+
+ +
Throws: +
WikiApiException
+
+ + + + + + + + +
+Method Detail
+ +

+getWhiteList

+
+public HashSet<String> getWhiteList()
+
+
+
+
+
+
+ +

+setWhiteList

+
+public void setWhiteList(HashSet<String> whiteList)
+
+
+
+
+
+
+ +

+getWhitePrefixList

+
+public HashSet<String> getWhitePrefixList()
+
+
+
+
+
+
+ +

+setWhitePrefixList

+
+public void setWhitePrefixList(HashSet<String> whitePrefixList)
+
+
+
+
+
+
+ +

+getBlackList

+
+public HashSet<String> getBlackList()
+
+
+
+
+
+
+ +

+setBlackList

+
+public void setBlackList(HashSet<String> blackList)
+
+
+
+
+
+
+ +

+getBlackPrefixList

+
+public HashSet<String> getBlackPrefixList()
+
+
+
+
+
+
+ +

+setBlackPrefixList

+
+public void setBlackPrefixList(HashSet<String> blackPrefixList)
+
+
+
+
+
+
+ +

+process

+
+public void process()
+
+
+
+
+
+
+ +

+main

+
+public static void main(String[] args)
+
+
Starts index generation using the database credentials in the properties + file specified in args[0].
+ The properties file should have the following structure: +
    +
  • host=dbhost
  • +
  • db=revisiondb
  • +
  • user=username
  • +
  • password=pwd
  • +
  • language=english
  • +
  • output=outputFile
  • +
  • charset=UTF8 (or others) (optional)
  • +
  • pagebuffer=5000 (optional)
  • +
  • maxAllowedPackets=16760832 (optional)
  • +
+
+

+

+
Parameters:
args - allows only one entry that contains the path to the config + file
+
+
+
+ +

+createSetFromProperty

+
+public HashSet<String> createSetFromProperty(String property)
+
+
Parses property string into HashSet +

+

+
Parameters:
property - string to parse +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfo.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfo.html new file mode 100644 index 00000000..dfb98a28 --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfo.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfoGenerator.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfoGenerator.html new file mode 100644 index 00000000..55c76dce --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/class-use/WikipediaTemplateInfoGenerator.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator

+
+No usage of de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html new file mode 100644 index 00000000..7490ca76 --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-frame.html @@ -0,0 +1,35 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.util + + + + +
+Classes  + +
+WikipediaTemplateInfo +
+WikipediaTemplateInfoGenerator
+ + + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html new file mode 100644 index 00000000..912154bd --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-summary.html @@ -0,0 +1,161 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.util +

+ + + + + + + + + + + + + +
+Class Summary
WikipediaTemplateInfoThis class gives access to the additional information created by + the TemplateInfoGenerator.
WikipediaTemplateInfoGeneratorThis class determines which page in a JWPL database contains which templates.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html new file mode 100644 index 00000000..3d0f6068 --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-tree.html @@ -0,0 +1,149 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.util Class Hierarchy (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.util +

+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html new file mode 100644 index 00000000..c72c86ac --- /dev/null +++ b/apidocs/Util-0.9.1/de/tudarmstadt/ukp/wikipedia/util/package-use.html @@ -0,0 +1,143 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.util (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.util

+
+No usage of de.tudarmstadt.ukp.wikipedia.util +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/deprecated-list.html b/apidocs/Util-0.9.1/deprecated-list.html new file mode 100644 index 00000000..aa745353 --- /dev/null +++ b/apidocs/Util-0.9.1/deprecated-list.html @@ -0,0 +1,145 @@ + + + + + + + +Deprecated List (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/help-doc.html b/apidocs/Util-0.9.1/help-doc.html new file mode 100644 index 00000000..88be3e6f --- /dev/null +++ b/apidocs/Util-0.9.1/help-doc.html @@ -0,0 +1,216 @@ + + + + + + + +API Help (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/index-all.html b/apidocs/Util-0.9.1/index-all.html new file mode 100644 index 00000000..b1d5d6bc --- /dev/null +++ b/apidocs/Util-0.9.1/index-all.html @@ -0,0 +1,286 @@ + + + + + + + +Index (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +C D G M P S T W
+

+C

+
+
checkTemplateId(String) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
  +
countPagesContainingTemplateFragments(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the number of all pages that contain a template the name + of which starts with any of the the given Strings. +
countPagesContainingTemplateNames(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the number of all pages that contain a template the name of which + equals the given String. +
countPagesNotContainingTemplateFragments(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the number of all pages that contain a template the name + of which starts with any of the the given Strings. +
countPagesNotContainingTemplateNames(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the number of all pages that do not contain a template the name of which + equals the given String. +
createSetFromProperty(String) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
Parses property string into HashSet +
+
+

+D

+
+
de.tudarmstadt.ukp.wikipedia.util - package de.tudarmstadt.ukp.wikipedia.util
 
+
+

+G

+
+
getBlackList() - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
getBlackPrefixList() - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
getPageIdsContainingTemplateFragments(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns a list containing the ids of all pages that contain a + template the name of which starts with any of the given Strings. +
getPageIdsContainingTemplateNames(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns a list containing the ids of all pages that contain a template + the name of which equals any of the given Strings. +
getPageIdsNotContainingTemplateFragments(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns a list containing the ids of all pages that contain a + template the name of which starts with any of the given Strings. +
getPageIdsNotContainingTemplateNames(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns a list containing the ids of all pages that do not contain a template + the name of which equals any of the given Strings. +
getPagesContainingTemplateFragments(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Return an iterable containing all pages that contain a template the name + of which starts with any of the given Strings. +
getPagesContainingTemplateNames(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Return an iterable containing all pages that contain a template the name + of which equals any of the given Strings. +
getPagesNotContainingTemplateFragments(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Return an iterable containing all pages that contain a template the name + of which starts with any of the given Strings. +
getPagesNotContainingTemplateNames(List<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Return an iterable containing all pages that do NOT contain a template + the name of which equals of the given Strings. +
getTemplateNamesFromPage(Page) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the names of all templates contained in the specified page. +
getTemplateNamesFromPage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the names of all templates contained in the specified page. +
getTemplateNamesFromPage(int) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
Returns the names of all templates contained in the specified page. +
getWhiteList() - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
getWhitePrefixList() - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
+
+

+M

+
+
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
Starts index generation using the database credentials in the properties + file specified in args[0]. +
+
+

+P

+
+
process() - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
+
+

+S

+
+
setBlackList(HashSet<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
setBlackPrefixList(HashSet<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
setWhiteList(HashSet<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
setWhitePrefixList(HashSet<String>) - +Method in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
+
+

+T

+
+
TABLE_TPLID_PAGEID - +Static variable in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
TABLE_TPLID_REVISIONID - +Static variable in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
TABLE_TPLID_TPLNAME - +Static variable in class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
+
+

+W

+
+
WikipediaTemplateInfo - Class in de.tudarmstadt.ukp.wikipedia.util
This class gives access to the additional information created by + the TemplateInfoGenerator.
WikipediaTemplateInfo(Wikipedia) - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfo +
  +
WikipediaTemplateInfoGenerator - Class in de.tudarmstadt.ukp.wikipedia.util
This class determines which page in a JWPL database contains which templates.
WikipediaTemplateInfoGenerator(Wikipedia, int, String, String, long) - +Constructor for class de.tudarmstadt.ukp.wikipedia.util.WikipediaTemplateInfoGenerator +
  +
+
+C D G M P S T W + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/index.html b/apidocs/Util-0.9.1/index.html new file mode 100644 index 00000000..452e2c02 --- /dev/null +++ b/apidocs/Util-0.9.1/index.html @@ -0,0 +1,37 @@ + + + + + + + +JWPL API and RevisionAPI Utilities 0.9.1 API + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="de/tudarmstadt/ukp/wikipedia/util/package-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/Util-0.9.1/overview-tree.html b/apidocs/Util-0.9.1/overview-tree.html new file mode 100644 index 00000000..433e5978 --- /dev/null +++ b/apidocs/Util-0.9.1/overview-tree.html @@ -0,0 +1,151 @@ + + + + + + + +Class Hierarchy (JWPL API and RevisionAPI Utilities 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.tudarmstadt.ukp.wikipedia.util
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/Util-0.9.1/package-list b/apidocs/Util-0.9.1/package-list new file mode 100644 index 00000000..d9a3d871 --- /dev/null +++ b/apidocs/Util-0.9.1/package-list @@ -0,0 +1 @@ +de.tudarmstadt.ukp.wikipedia.util diff --git a/apidocs/Util-0.9.1/resources/inherit.gif b/apidocs/Util-0.9.1/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/Util-0.9.1/stylesheet.css b/apidocs/Util-0.9.1/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/Util-0.9.1/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/apidocs/WikiMachine-0.9.1/allclasses-frame.html b/apidocs/WikiMachine-0.9.1/allclasses-frame.html new file mode 100644 index 00000000..a7fdfcfa --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/allclasses-frame.html @@ -0,0 +1,118 @@ + + + + + + + +All Classes (WikiMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractDumpVersion +
+AbstractLogger +
+AbstractSnapshotGenerator +
+AbstractXmlDumpReader +
+BZip2Decompressor +
+CategorylinksParser +
+CompositeLogger +
+Configuration +
+DumpTableEnum +
+DumpTableInputStream +
+DumpVersionProcessor +
+FileMemoryLogger +
+FileMemoryLogVisualiser +
+Files +
+GZipDecompressor +
+HashStringUtil +
+IDecompressor +
+IDumpVersion +
+IDumpVersionFactory +
+IEnvironmentFactory +
+ILogger +
+InputStreamSpy +
+ISnapshotGenerator +
+IStringHashCode +
+Log4jLogger +
+MailMemorylLogger +
+MetaData +
+PagelinksParser +
+PageParser +
+Redirects +
+RevisionParser +
+SpringFactory +
+SQLEscape +
+StringHashCodeDisabled +
+StringHashCodeJBoss +
+StringHashCodeJDK +
+Strings +
+TextParser +
+TimestampUtil +
+TxtFileWriter +
+UniversalDecompressor +
+UTFDataInputStream +
+UTFDataOutputStream +
+WikiXMLDumpReader +
+
+ + + diff --git a/apidocs/WikiMachine-0.9.1/allclasses-noframe.html b/apidocs/WikiMachine-0.9.1/allclasses-noframe.html new file mode 100644 index 00000000..c02064dd --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/allclasses-noframe.html @@ -0,0 +1,118 @@ + + + + + + + +All Classes (WikiMachine 0.9.1 API) + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractDumpVersion +
+AbstractLogger +
+AbstractSnapshotGenerator +
+AbstractXmlDumpReader +
+BZip2Decompressor +
+CategorylinksParser +
+CompositeLogger +
+Configuration +
+DumpTableEnum +
+DumpTableInputStream +
+DumpVersionProcessor +
+FileMemoryLogger +
+FileMemoryLogVisualiser +
+Files +
+GZipDecompressor +
+HashStringUtil +
+IDecompressor +
+IDumpVersion +
+IDumpVersionFactory +
+IEnvironmentFactory +
+ILogger +
+InputStreamSpy +
+ISnapshotGenerator +
+IStringHashCode +
+Log4jLogger +
+MailMemorylLogger +
+MetaData +
+PagelinksParser +
+PageParser +
+Redirects +
+RevisionParser +
+SpringFactory +
+SQLEscape +
+StringHashCodeDisabled +
+StringHashCodeJBoss +
+StringHashCodeJDK +
+Strings +
+TextParser +
+TimestampUtil +
+TxtFileWriter +
+UniversalDecompressor +
+UTFDataInputStream +
+UTFDataOutputStream +
+WikiXMLDumpReader +
+
+ + + diff --git a/apidocs/WikiMachine-0.9.1/constant-values.html b/apidocs/WikiMachine-0.9.1/constant-values.html new file mode 100644 index 00000000..277cf42a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/constant-values.html @@ -0,0 +1,601 @@ + + + + + + + +Constant Field Values (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+de.tudarmstadt.*
+ +

+ + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor
+public static final StringFILEPLACEHOLDER"%f"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
+protected static final StringOUTPUT_CATEGORY"Category.txt"
+protected static final StringOUTPUT_CATEGORYINLINKS"category_inlinks.txt"
+protected static final StringOUTPUT_CATEGORYOUTLINKS"category_outlinks.txt"
+protected static final StringOUTPUT_CATEGORYPAGES"category_pages.txt"
+protected static final StringOUTPUT_DIRECTORY"output"
+protected static final StringOUTPUT_METADATA"MetaData.txt"
+protected static final StringOUTPUT_PAGE"Page.txt"
+protected static final StringOUTPUT_PAGECATEGORIES"page_categories.txt"
+protected static final StringOUTPUT_PAGEINLINKS"page_inlinks.txt"
+protected static final StringOUTPUT_PAGEMAPLINE"PageMapLine.txt"
+protected static final StringOUTPUT_PAGEOUTLINKS"page_outlinks.txt"
+protected static final StringOUTPUT_PAGEREDIRECTS"page_redirects.txt"
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
+protected static final intNS_BOOK108
+protected static final intNS_BOOK_TALK109
+protected static final intNS_CATEGORY14
+protected static final intNS_CATEGORY_TALK15
+protected static final intNS_FILE6
+protected static final intNS_FILE_TALK7
+protected static final intNS_HELP12
+protected static final intNS_HELP_TALK13
+protected static final intNS_MAIN0
+protected static final intNS_MEDIAWIKI8
+protected static final intNS_MEDIAWIKI_TALK9
+protected static final intNS_PORTAL100
+protected static final intNS_PORTAL_TALK101
+protected static final intNS_SUMMARY92
+protected static final intNS_SUMMARY_TALK93
+protected static final intNS_TALK1
+protected static final intNS_TEMPLATE10
+protected static final intNS_TEMPLATE_TALK11
+protected static final intNS_THREAD90
+protected static final intNS_THREAD_TALK91
+protected static final intNS_USER2
+protected static final intNS_USER_TALK3
+protected static final intNS_WIKIPEDIA4
+protected static final intNS_WIKIPEDIA_TALK5
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+protected static final StringBASE"base"
+protected static final StringCASE"case"
+protected static final StringCOMMENT"comment"
+protected static final StringCONTRIBUTOR"contributor"
+protected static final StringGENERATOR"generator"
+protected static final StringID"id"
+protected static final StringIP"ip"
+protected static final StringMEDIAWIKI"mediawiki"
+protected static final StringMINOR"minor"
+protected static final StringNAMESPACE"namespace"
+protected static final StringNAMESPACES"namespaces"
+protected static final StringPAGE"page"
+protected static final StringRESTRICTIONS"restrictions"
+protected static final StringREVISION"revision"
+protected static final StringSITEINFO"siteinfo"
+protected static final StringSITENAME"sitename"
+protected static final StringTEXT"text"
+protected static final StringTHREAD_ANCESTOR"ThreadAncestor"
+protected static final StringTHREAD_AUTHOR"ThreadAuthor"
+protected static final StringTHREAD_EDIT_STATUS"ThreadEditStatus"
+protected static final StringTHREAD_ID"ThreadID"
+protected static final StringTHREAD_PAGE"ThreadPage"
+protected static final StringTHREAD_PARENT"ThreadParent"
+protected static final StringTHREAD_SUBJECT"ThreadSubject"
+protected static final StringTHREAD_SUMMARY_PAGE"ThreadSummaryPage"
+protected static final StringTHREAD_TYPE"ThreadType"
+protected static final StringTIMESTAMP"timestamp"
+protected static final StringTITLE"title"
+protected static final StringUSERNAME"username"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/AbstractLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/AbstractLogger.html new file mode 100644 index 00000000..973e0c09 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/AbstractLogger.html @@ -0,0 +1,338 @@ + + + + + + + +AbstractLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class AbstractLogger

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
+
+
+
All Implemented Interfaces:
ILogger
+
+
+
Direct Known Subclasses:
FileMemoryLogger, Log4jLogger, MailMemorylLogger
+
+
+
+
public abstract class AbstractLogger
extends Object
implements ILogger
+ + +

+Logger, which does not implement some concrete output technique, but knows + how exceptions are represented like. AbstractLogger provides a template + method logObject(Object) for its derivatives. +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractLogger() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  StringcreateThrowableMessage(Throwable e) + +
+           
+protected  booleanisThrowable(Class<?> c) + +
+           
+ voidlog(Object message) + +
+           
+protected abstract  voidlogObject(Object message) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractLogger

+
+public AbstractLogger()
+
+
+ + + + + + + + +
+Method Detail
+ +

+isThrowable

+
+protected boolean isThrowable(Class<?> c)
+
+
+
+
+
+
+
+
+
+ +

+createThrowableMessage

+
+protected String createThrowableMessage(Throwable e)
+
+
+
+
+
+
+
+
+
+ +

+log

+
+public void log(Object message)
+
+
+
Specified by:
log in interface ILogger
+
+
+
+
+
+
+ +

+logObject

+
+protected abstract void logObject(Object message)
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/CompositeLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/CompositeLogger.html new file mode 100644 index 00000000..1b1525ff --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/CompositeLogger.html @@ -0,0 +1,259 @@ + + + + + + + +CompositeLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class CompositeLogger

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.CompositeLogger
+
+
+
All Implemented Interfaces:
ILogger
+
+
+
+
public class CompositeLogger
extends Object
implements ILogger
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
CompositeLogger(ILogger[] initLoggers) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidlog(Object message) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+CompositeLogger

+
+public CompositeLogger(ILogger[] initLoggers)
+
+
+ + + + + + + + +
+Method Detail
+ +

+log

+
+public void log(Object message)
+
+
+
Specified by:
log in interface ILogger
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogVisualiser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogVisualiser.html new file mode 100644 index 00000000..9da394bd --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogVisualiser.html @@ -0,0 +1,258 @@ + + + + + + + +FileMemoryLogVisualiser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class FileMemoryLogVisualiser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogVisualiser
+
+
+
+
public class FileMemoryLogVisualiser
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
FileMemoryLogVisualiser(String[] args) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FileMemoryLogVisualiser

+
+public FileMemoryLogVisualiser(String[] args)
+                        throws IOException
+
+
+ +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogger.html new file mode 100644 index 00000000..463746ac --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/FileMemoryLogger.html @@ -0,0 +1,313 @@ + + + + + + + +FileMemoryLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class FileMemoryLogger

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger
+
+
+
All Implemented Interfaces:
ILogger
+
+
+
+
public class FileMemoryLogger
extends AbstractLogger
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
FileMemoryLogger() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidfinalize() + +
+           
+ voidlogObject(Object message) + +
+           
+static Stringnow(SimpleDateFormat format) + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
createThrowableMessage, isThrowable, log
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+FileMemoryLogger

+
+public FileMemoryLogger()
+
+
+ + + + + + + + +
+Method Detail
+ +

+now

+
+public static String now(SimpleDateFormat format)
+
+
+
+
+
+
+ +

+logObject

+
+public void logObject(Object message)
+
+
+
Specified by:
logObject in class AbstractLogger
+
+
+
+
+
+
+ +

+finalize

+
+protected void finalize()
+                 throws Throwable
+
+
+
Overrides:
finalize in class Object
+
+
+ +
Throws: +
Throwable
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/ILogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/ILogger.html new file mode 100644 index 00000000..f2e8cf9c --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/ILogger.html @@ -0,0 +1,210 @@ + + + + + + + +ILogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Interface ILogger

+
+
All Known Implementing Classes:
AbstractLogger, CompositeLogger, FileMemoryLogger, Log4jLogger, MailMemorylLogger
+
+
+
+
public interface ILogger
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidlog(Object message) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+log

+
+void log(Object message)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/InputStreamSpy.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/InputStreamSpy.html new file mode 100644 index 00000000..bcc43371 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/InputStreamSpy.html @@ -0,0 +1,393 @@ + + + + + + + +InputStreamSpy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class InputStreamSpy

+
+java.lang.Object
+  extended by java.io.InputStream
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy
+
+
+
All Implemented Interfaces:
Closeable
+
+
+
+
public class InputStreamSpy
extends InputStream
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
InputStreamSpy(InputStream iStream, + OutputStream oStream) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intavailable() + +
+           
+ voidclose() + +
+           
+ voidmark(int readlimit) + +
+           
+ booleanmarkSupported() + +
+           
+ intread() + +
+           
+ voidreset() + +
+           
+ + + + + + + +
Methods inherited from class java.io.InputStream
read, read, skip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+InputStreamSpy

+
+public InputStreamSpy(InputStream iStream,
+                      OutputStream oStream)
+
+
+ + + + + + + + +
+Method Detail
+ +

+read

+
+public int read()
+         throws IOException
+
+
+
Specified by:
read in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+available

+
+public int available()
+              throws IOException
+
+
+
Overrides:
available in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+
Specified by:
close in interface Closeable
Overrides:
close in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+mark

+
+public void mark(int readlimit)
+
+
+
Overrides:
mark in class InputStream
+
+
+
+
+
+
+ +

+reset

+
+public void reset()
+           throws IOException
+
+
+
Overrides:
reset in class InputStream
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+markSupported

+
+public boolean markSupported()
+
+
+
Overrides:
markSupported in class InputStream
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/Log4jLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/Log4jLogger.html new file mode 100644 index 00000000..24f7e6d9 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/Log4jLogger.html @@ -0,0 +1,269 @@ + + + + + + + +Log4jLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class Log4jLogger

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.Log4jLogger
+
+
+
All Implemented Interfaces:
ILogger
+
+
+
+
public class Log4jLogger
extends AbstractLogger
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Log4jLogger() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidlogObject(Object message) + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
createThrowableMessage, isThrowable, log
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Log4jLogger

+
+public Log4jLogger()
+
+
+ + + + + + + + +
+Method Detail
+ +

+logObject

+
+public void logObject(Object message)
+
+
+
Specified by:
logObject in class AbstractLogger
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/MailMemorylLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/MailMemorylLogger.html new file mode 100644 index 00000000..c2bb0c88 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/MailMemorylLogger.html @@ -0,0 +1,354 @@ + + + + + + + +MailMemorylLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+Class MailMemorylLogger

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger
+
+
+
All Implemented Interfaces:
ILogger
+
+
+
+
public class MailMemorylLogger
extends AbstractLogger
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
MailMemorylLogger() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidappendRunntimeInfo() + +
+           
+protected  voidfinalize() + +
+           
+protected  javax.mail.MessageinitMessage() + +
+           
+ voidlogObject(Object message) + +
+           
+static Stringnow() + +
+           
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger
createThrowableMessage, isThrowable, log
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MailMemorylLogger

+
+public MailMemorylLogger()
+
+
+ + + + + + + + +
+Method Detail
+ +

+now

+
+public static String now()
+
+
+
+
+
+
+ +

+initMessage

+
+protected javax.mail.Message initMessage()
+                                  throws javax.mail.MessagingException
+
+
+ +
Throws: +
javax.mail.MessagingException
+
+
+
+ +

+appendRunntimeInfo

+
+protected void appendRunntimeInfo()
+
+
+
+
+
+
+ +

+finalize

+
+protected void finalize()
+                 throws Throwable
+
+
+
Overrides:
finalize in class Object
+
+
+ +
Throws: +
Throwable
+
+
+
+ +

+logObject

+
+public void logObject(Object message)
+
+
+
Specified by:
logObject in class AbstractLogger
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/AbstractLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/AbstractLogger.html new file mode 100644 index 00000000..7be7f4ea --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/AbstractLogger.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger

+
+ + + + + + + + + +
+Packages that use AbstractLogger
de.tudarmstadt.ukp.wikipedia.wikimachine.debug  
+  +

+ + + + + +
+Uses of AbstractLogger in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractLogger in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
+ classFileMemoryLogger + +
+           
+ classLog4jLogger + +
+           
+ classMailMemorylLogger + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/CompositeLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/CompositeLogger.html new file mode 100644 index 00000000..d41efed9 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/CompositeLogger.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.CompositeLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.CompositeLogger

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.debug.CompositeLogger +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogVisualiser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogVisualiser.html new file mode 100644 index 00000000..652e5e85 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogVisualiser.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogVisualiser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogVisualiser

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogVisualiser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogger.html new file mode 100644 index 00000000..56e987d1 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/FileMemoryLogger.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/ILogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/ILogger.html new file mode 100644 index 00000000..4314f06f --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/ILogger.html @@ -0,0 +1,389 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.debug.ILogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.ILogger

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use ILogger
de.tudarmstadt.ukp.wikipedia.wikimachine.debug  
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of ILogger in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.debug that implement ILogger
+ classAbstractLogger + +
+          Logger, which does not implement some concrete output technique, but knows + how exceptions are represented like.
+ classCompositeLogger + +
+           
+ classFileMemoryLogger + +
+           
+ classLog4jLogger + +
+           
+ classMailMemorylLogger + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.wikimachine.debug with parameters of type ILogger
CompositeLogger(ILogger[] initLoggers) + +
+           
+  +

+ + + + + +
+Uses of ILogger in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.domain declared as ILogger
+protected  ILoggerConfiguration.logger + +
+           
+protected  ILoggerFiles.logger + +
+           
+protected  ILoggerAbstractSnapshotGenerator.logger + +
+           
+  +

+ + + + + + + + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type ILogger
Configuration(ILogger logger) + +
+           
DumpVersionProcessor(ILogger initialLogger) + +
+           
Files(ILogger logger) + +
+           
+  +

+ + + + + +
+Uses of ILogger in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version declared as ILogger
+protected  ILoggerAbstractDumpVersion.logger + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type ILogger
+ voidIDumpVersion.setLogger(ILogger logger) + +
+           
+ voidAbstractDumpVersion.setLogger(ILogger logger) + +
+           
+  +

+ + + + + +
+Uses of ILogger in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return ILogger
+ ILoggerIEnvironmentFactory.getLogger() + +
+           
+ ILoggerSpringFactory.getLogger() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/InputStreamSpy.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/InputStreamSpy.html new file mode 100644 index 00000000..001d090d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/InputStreamSpy.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/Log4jLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/Log4jLogger.html new file mode 100644 index 00000000..b163a649 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/Log4jLogger.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.Log4jLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.Log4jLogger

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.debug.Log4jLogger +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/MailMemorylLogger.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/MailMemorylLogger.html new file mode 100644 index 00000000..ef7b37a3 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/class-use/MailMemorylLogger.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-frame.html new file mode 100644 index 00000000..c2b29dc8 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-frame.html @@ -0,0 +1,56 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.debug (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.debug + + + + +
+Interfaces  + +
+ILogger
+ + + + + + +
+Classes  + +
+AbstractLogger +
+CompositeLogger +
+FileMemoryLogger +
+FileMemoryLogVisualiser +
+InputStreamSpy +
+Log4jLogger +
+MailMemorylLogger
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-summary.html new file mode 100644 index 00000000..4f5e9428 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-summary.html @@ -0,0 +1,197 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.debug (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.debug +

+ + + + + + + + + +
+Interface Summary
ILogger 
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractLoggerLogger, which does not implement some concrete output technique, but knows + how exceptions are represented like.
CompositeLogger 
FileMemoryLogger 
FileMemoryLogVisualiser 
InputStreamSpy 
Log4jLogger 
MailMemorylLogger 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-tree.html new file mode 100644 index 00000000..7b97efd5 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-tree.html @@ -0,0 +1,166 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.debug Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.debug +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+
    +
  • de.tudarmstadt.ukp.wikipedia.wikimachine.debug.ILogger
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-use.html new file mode 100644 index 00000000..b404db25 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/debug/package-use.html @@ -0,0 +1,235 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.debug (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.debug

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.debug
de.tudarmstadt.ukp.wikipedia.wikimachine.debug  
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.debug used by de.tudarmstadt.ukp.wikipedia.wikimachine.debug
AbstractLogger + +
+          Logger, which does not implement some concrete output technique, but knows + how exceptions are represented like.
ILogger + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.debug used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
ILogger + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.debug used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
ILogger + +
+           
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.debug used by de.tudarmstadt.ukp.wikipedia.wikimachine.factory
ILogger + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/BZip2Decompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/BZip2Decompressor.html new file mode 100644 index 00000000..0b43a8fe --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/BZip2Decompressor.html @@ -0,0 +1,271 @@ + + + + + + + +BZip2Decompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +
+Class BZip2Decompressor

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.BZip2Decompressor
+
+
+
All Implemented Interfaces:
IDecompressor
+
+
+
+
public class BZip2Decompressor
extends Object
implements IDecompressor
+ + +

+BZip2 Decompressor (based on Singleton Design Pattern). Uses getInputStream + to set up the archive path and returns the InputStream to read from +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
BZip2Decompressor() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ InputStreamgetInputStream(String fileName) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+BZip2Decompressor

+
+public BZip2Decompressor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInputStream

+
+public InputStream getInputStream(String fileName)
+                           throws IOException
+
+
+
Specified by:
getInputStream in interface IDecompressor
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/GZipDecompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/GZipDecompressor.html new file mode 100644 index 00000000..7cce2ef0 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/GZipDecompressor.html @@ -0,0 +1,271 @@ + + + + + + + +GZipDecompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +
+Class GZipDecompressor

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.GZipDecompressor
+
+
+
All Implemented Interfaces:
IDecompressor
+
+
+
+
public class GZipDecompressor
extends Object
implements IDecompressor
+ + +

+GZip Decompressor (based on Singleton Design Pattern). Uses getInputStream to + set up the archive path and returns the InputStream to read from +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
GZipDecompressor() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ InputStreamgetInputStream(String fileName) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GZipDecompressor

+
+public GZipDecompressor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInputStream

+
+public InputStream getInputStream(String fileName)
+                           throws IOException
+
+
+
Specified by:
getInputStream in interface IDecompressor
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/IDecompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/IDecompressor.html new file mode 100644 index 00000000..c4011c52 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/IDecompressor.html @@ -0,0 +1,222 @@ + + + + + + + +IDecompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +
+Interface IDecompressor

+
+
All Known Implementing Classes:
BZip2Decompressor, GZipDecompressor, UniversalDecompressor
+
+
+
+
public interface IDecompressor
+ + +

+The main interface for all Decompressors, which uses a archive file path and + returns a InputStream +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ InputStreamgetInputStream(String fileName) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInputStream

+
+InputStream getInputStream(String fileName)
+                           throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/UniversalDecompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/UniversalDecompressor.html new file mode 100644 index 00000000..3eb980c7 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/UniversalDecompressor.html @@ -0,0 +1,363 @@ + + + + + + + +UniversalDecompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +
+Class UniversalDecompressor

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor
+
+
+
All Implemented Interfaces:
IDecompressor
+
+
+
+
public class UniversalDecompressor
extends Object
implements IDecompressor
+ + +

+Factory to create java.io.InputStream depending on the + filename's extension. If there are a supported archive type we decorate + FileInputStream with special InputStream + derivatives to uncompress it on the fly. Otherwise the possible compression + will be ignored and the plain unmodified byte stream will be returned.
+
+ + Current supported archives are: GZip, BZip2. Each other archive type can be + added using the file "decompressor.xml" where you should specify the file + extension as a key and the accordant utility (incl. parameters), that have to + be started. Please notice, that the unpack utility have to use the standard + output and external unpack utilities are in preference to the internal. Also + there could be more heap memory necessary to use start external programs. The + compressed file should be specified with the place holder %f.
+ E.g. the entry for the 7z utility could look like that:
<entry + key="7z">7z e -so %f</entry>. The properties file should confirm to + http://java.sun.com/dtd/properties.dtd +

+ +

+

+
Author:
+
ivan.galkin
+
See Also:
getInputStream(String)
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static StringFILEPLACEHOLDER + +
+          Place holder for compressed file path in external command
+  + + + + + + + + + + +
+Constructor Summary
UniversalDecompressor() + +
+          Don't let anyone instantiate this class - set the constructor to private
+  + + + + + + + + + + + + + + + +
+Method Summary
+ InputStreamgetInputStream(String fileName) + +
+          Creates a InputStream where the unpacked data could be read from.
+ booleanisSupported(String fileName) + +
+          Check if the file is supported by the internal or external decompressor
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+FILEPLACEHOLDER

+
+public static final String FILEPLACEHOLDER
+
+
Place holder for compressed file path in external command +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+UniversalDecompressor

+
+public UniversalDecompressor()
+
+
Don't let anyone instantiate this class - set the constructor to private +

+

+ + + + + + + + +
+Method Detail
+ +

+isSupported

+
+public boolean isSupported(String fileName)
+
+
Check if the file is supported by the internal or external decompressor +

+

+
+
+
+
Parameters:
fileName - +
Returns:
true if the file extension is supported
+
+
+
+ +

+getInputStream

+
+public InputStream getInputStream(String fileName)
+                           throws IOException
+
+
Creates a InputStream where the unpacked data could be read from. + Internal GZip and BZip2 archive formats are supported. The list archive + formats can be increased with settings file decompressor.xml. Thereby +
    +
  • key is the archive extension
  • +
  • value is the external command. The archive file should be specified + with an place holder UniversalDecompressor.FILEPLACEHOLDER
  • +
+ External decompression utilities are in preference to the internal. If + there is nether external nor internal possibilities to unpack the file - + the standard FileInputSteam will be returned +

+

+
Specified by:
getInputStream in interface IDecompressor
+
+
+ +
Throws: +
IOException
See Also:
UniversalDecompressor
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/BZip2Decompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/BZip2Decompressor.html new file mode 100644 index 00000000..a691e5d2 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/BZip2Decompressor.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.BZip2Decompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.BZip2Decompressor

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.BZip2Decompressor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/GZipDecompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/GZipDecompressor.html new file mode 100644 index 00000000..6488be50 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/GZipDecompressor.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.GZipDecompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.GZipDecompressor

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.GZipDecompressor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/IDecompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/IDecompressor.html new file mode 100644 index 00000000..1cfe71e9 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/IDecompressor.html @@ -0,0 +1,264 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.IDecompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.IDecompressor

+
+ + + + + + + + + + + + + + + + + +
+Packages that use IDecompressor
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression  
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of IDecompressor in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
+  +

+ + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression that implement IDecompressor
+ classBZip2Decompressor + +
+          BZip2 Decompressor (based on Singleton Design Pattern).
+ classGZipDecompressor + +
+          GZip Decompressor (based on Singleton Design Pattern).
+ classUniversalDecompressor + +
+          Factory to create java.io.InputStream depending on the + filename's extension.
+  +

+ + + + + +
+Uses of IDecompressor in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.domain declared as IDecompressor
+protected  IDecompressorAbstractSnapshotGenerator.decompressor + +
+           
+  +

+ + + + + +
+Uses of IDecompressor in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return IDecompressor
+ IDecompressorIEnvironmentFactory.getDecompressor() + +
+           
+ IDecompressorSpringFactory.getDecompressor() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/UniversalDecompressor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/UniversalDecompressor.html new file mode 100644 index 00000000..8cccf025 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/class-use/UniversalDecompressor.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-frame.html new file mode 100644 index 00000000..2532c8e3 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-frame.html @@ -0,0 +1,48 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression + + + + +
+Interfaces  + +
+IDecompressor
+ + + + + + +
+Classes  + +
+BZip2Decompressor +
+GZipDecompressor +
+UniversalDecompressor
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-summary.html new file mode 100644 index 00000000..d0a71a9c --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-summary.html @@ -0,0 +1,182 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +

+ + + + + + + + + +
+Interface Summary
IDecompressorThe main interface for all Decompressors, which uses a archive file path and + returns a InputStream
+  + +

+ + + + + + + + + + + + + + + + + +
+Class Summary
BZip2DecompressorBZip2 Decompressor (based on Singleton Design Pattern).
GZipDecompressorGZip Decompressor (based on Singleton Design Pattern).
UniversalDecompressorFactory to create java.io.InputStream depending on the + filename's extension.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-tree.html new file mode 100644 index 00000000..c5c62a62 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+
    +
  • de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.IDecompressor
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-use.html new file mode 100644 index 00000000..bfcfaf63 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/decompression/package-use.html @@ -0,0 +1,212 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.decompression (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression

+
+ + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression  
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression used by de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
IDecompressor + +
+          The main interface for all Decompressors, which uses a archive file path and + returns a InputStream
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
IDecompressor + +
+          The main interface for all Decompressors, which uses a archive file path and + returns a InputStream
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression used by de.tudarmstadt.ukp.wikipedia.wikimachine.factory
IDecompressor + +
+          The main interface for all Decompressors, which uses a archive file path and + returns a InputStream
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/AbstractSnapshotGenerator.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/AbstractSnapshotGenerator.html new file mode 100644 index 00000000..e55bba8d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/AbstractSnapshotGenerator.html @@ -0,0 +1,414 @@ + + + + + + + +AbstractSnapshotGenerator (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+Class AbstractSnapshotGenerator

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator
+
+
+
All Implemented Interfaces:
ISnapshotGenerator
+
+
+
+
public abstract class AbstractSnapshotGenerator
extends Object
implements ISnapshotGenerator
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  Configurationconfiguration + +
+           
+protected  IDecompressordecompressor + +
+           
+protected  DumpVersionProcessordumpVersionProcessor + +
+           
+protected  IEnvironmentFactoryenvironmentFactory + +
+           
+protected  ILoggerlogger + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AbstractSnapshotGenerator(IEnvironmentFactory environmentFactory) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetConfiguration(Configuration configuration) + +
+           
+abstract  voidsetFiles(Files files) + +
+           
+abstract  voidstart() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+configuration

+
+protected Configuration configuration
+
+
+
+
+
+ +

+decompressor

+
+protected IDecompressor decompressor
+
+
+
+
+
+ +

+logger

+
+protected ILogger logger
+
+
+
+
+
+ +

+dumpVersionProcessor

+
+protected DumpVersionProcessor dumpVersionProcessor
+
+
+
+
+
+ +

+environmentFactory

+
+protected IEnvironmentFactory environmentFactory
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractSnapshotGenerator

+
+public AbstractSnapshotGenerator(IEnvironmentFactory environmentFactory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setFiles

+
+public abstract void setFiles(Files files)
+
+
+
Specified by:
setFiles in interface ISnapshotGenerator
+
+
+
+
+
+
+ +

+setConfiguration

+
+public void setConfiguration(Configuration configuration)
+
+
+
Specified by:
setConfiguration in interface ISnapshotGenerator
+
+
+
+
+
+
+ +

+start

+
+public abstract void start()
+                    throws Exception
+
+
+
Specified by:
start in interface ISnapshotGenerator
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Configuration.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Configuration.html new file mode 100644 index 00000000..eb90df84 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Configuration.html @@ -0,0 +1,565 @@ + + + + + + + +Configuration (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+Class Configuration

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration
+
+
+
+
public class Configuration
extends Object
+ + +

+The Configuration class wraps all the parameters for the + execution
+ of the DBMapping tool. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+protected  ILoggerlogger + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Configuration(ILogger logger) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckEach() + +
+           
+ booleancheckTimeConfig() + +
+           
+ booleancheckTimestamp() + +
+           
+ StringgetDisambiguationCategory() + +
+           
+ intgetEach() + +
+           
+ TimestampgetFromTimestamp() + +
+           
+ StringgetLanguage() + +
+           
+ StringgetMainCategory() + +
+           
+ TimestampgetToTimestamp() + +
+           
+ voidsetDisambiguationCategory(String disambiguationCategory) + +
+           
+ voidsetEach(int each) + +
+           
+ voidsetFromTimestamp(Timestamp fromTimestamp) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetMainCategory(String mainCategory) + +
+           
+ voidsetToTimestamp(Timestamp toTimestamp) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+logger

+
+protected ILogger logger
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Configuration

+
+public Configuration(ILogger logger)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getFromTimestamp

+
+public Timestamp getFromTimestamp()
+
+
+
+
+
+
+ +

+setFromTimestamp

+
+public void setFromTimestamp(Timestamp fromTimestamp)
+
+
+
+
+
+
+ +

+getToTimestamp

+
+public Timestamp getToTimestamp()
+
+
+
+
+
+
+ +

+setToTimestamp

+
+public void setToTimestamp(Timestamp toTimestamp)
+
+
+
+
+
+
+ +

+checkTimestamp

+
+public boolean checkTimestamp()
+
+
+
+
+
+
+ +

+getEach

+
+public int getEach()
+
+
+
+
+
+
+ +

+setEach

+
+public void setEach(int each)
+
+
+
+
+
+
+ +

+checkEach

+
+public boolean checkEach()
+
+
+
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
+
+
+
+ +

+getMainCategory

+
+public String getMainCategory()
+
+
+
+
+
+
+ +

+setMainCategory

+
+public void setMainCategory(String mainCategory)
+
+
+
+
+
+
+ +

+getDisambiguationCategory

+
+public String getDisambiguationCategory()
+
+
+
+
+
+
+ +

+setDisambiguationCategory

+
+public void setDisambiguationCategory(String disambiguationCategory)
+
+
+
+
+
+
+ +

+checkTimeConfig

+
+public boolean checkTimeConfig()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/DumpVersionProcessor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/DumpVersionProcessor.html new file mode 100644 index 00000000..8b2e1009 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/DumpVersionProcessor.html @@ -0,0 +1,442 @@ + + + + + + + +DumpVersionProcessor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+Class DumpVersionProcessor

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor
+
+
+
+
public class DumpVersionProcessor
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DumpVersionProcessor(ILogger initialLogger) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidprocessCategorylinks(CategorylinksParser categorylinksParser) + +
+           
+ voidprocessPage(PageParser pageParser) + +
+           
+ voidprocessPagelinks(PagelinksParser pagelinksParser) + +
+           
+ voidprocessRevision(RevisionParser revisionParser) + +
+           
+ voidprocessText(TextParser textParser) + +
+           
+ voidsetDumpVersions(IDumpVersion[] versions) + +
+           
+ voidsetStep2Flush(Integer step2Flush) + +
+           
+ voidsetStep2GC(Integer step2GC) + +
+           
+ voidsetStep2Log(Integer step2Log) + +
+           
+ voidwriteMetaData() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpVersionProcessor

+
+public DumpVersionProcessor(ILogger initialLogger)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setDumpVersions

+
+public void setDumpVersions(IDumpVersion[] versions)
+
+
+
+
+
+
+ +

+setStep2Log

+
+public void setStep2Log(Integer step2Log)
+
+
+
+
+
+
+ +

+setStep2GC

+
+public void setStep2GC(Integer step2GC)
+
+
+
+
+
+
+ +

+setStep2Flush

+
+public void setStep2Flush(Integer step2Flush)
+
+
+
+
+
+
+ +

+processRevision

+
+public void processRevision(RevisionParser revisionParser)
+                     throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPage

+
+public void processPage(PageParser pageParser)
+                 throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processCategorylinks

+
+public void processCategorylinks(CategorylinksParser categorylinksParser)
+                          throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPagelinks

+
+public void processPagelinks(PagelinksParser pagelinksParser)
+                      throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processText

+
+public void processText(TextParser textParser)
+                 throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+writeMetaData

+
+public void writeMetaData()
+                   throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Files.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Files.html new file mode 100644 index 00000000..600d0e3d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/Files.html @@ -0,0 +1,831 @@ + + + + + + + +Files (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+Class Files

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files
+
+
+
+
public class Files
extends Object
+ + +

+File name constants and with the simple input/output directory building + rules. +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  ILoggerlogger + +
+           
+protected static StringOUTPUT_CATEGORY + +
+           
+protected static StringOUTPUT_CATEGORYINLINKS + +
+           
+protected static StringOUTPUT_CATEGORYOUTLINKS + +
+           
+protected static StringOUTPUT_CATEGORYPAGES + +
+           
+protected static StringOUTPUT_DIRECTORY + +
+           
+protected static StringOUTPUT_METADATA + +
+           
+protected static StringOUTPUT_PAGE + +
+           
+protected static StringOUTPUT_PAGECATEGORIES + +
+           
+protected static StringOUTPUT_PAGEINLINKS + +
+           
+protected static StringOUTPUT_PAGEMAPLINE + +
+           
+protected static StringOUTPUT_PAGEOUTLINKS + +
+           
+protected static StringOUTPUT_PAGEREDIRECTS + +
+           
+protected  FileoutputDirectory + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
Files(Files files) + +
+           
Files(ILogger logger) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancheckAll() + +
+           
+protected  booleancheckOutputDirectory() + +
+           
+ StringgetOutputCategory() + +
+           
+ StringgetOutputCategoryInlinks() + +
+           
+ StringgetOutputCategoryOutlinks() + +
+           
+ StringgetOutputCategoryPages() + +
+           
+ FilegetOutputDirectory() + +
+           
+ StringgetOutputMetadata() + +
+           
+ StringgetOutputPage() + +
+           
+ StringgetOutputPageCategories() + +
+           
+ StringgetOutputPageInlinks() + +
+           
+ StringgetOutputPageMapLine() + +
+           
+ StringgetOutputPageOutlinks() + +
+           
+ StringgetOutputPageRedirects() + +
+           
+protected  StringgetOutputPath(String fileName) + +
+           
+ voidsetOutputDirectory(String outputDirectory) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+OUTPUT_CATEGORY

+
+protected static final String OUTPUT_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_PAGECATEGORIES

+
+protected static final String OUTPUT_PAGECATEGORIES
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_CATEGORYPAGES

+
+protected static final String OUTPUT_CATEGORYPAGES
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_CATEGORYINLINKS

+
+protected static final String OUTPUT_CATEGORYINLINKS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_CATEGORYOUTLINKS

+
+protected static final String OUTPUT_CATEGORYOUTLINKS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_PAGEINLINKS

+
+protected static final String OUTPUT_PAGEINLINKS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_PAGEOUTLINKS

+
+protected static final String OUTPUT_PAGEOUTLINKS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_PAGE

+
+protected static final String OUTPUT_PAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_PAGEMAPLINE

+
+protected static final String OUTPUT_PAGEMAPLINE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_PAGEREDIRECTS

+
+protected static final String OUTPUT_PAGEREDIRECTS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_METADATA

+
+protected static final String OUTPUT_METADATA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+OUTPUT_DIRECTORY

+
+protected static final String OUTPUT_DIRECTORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+outputDirectory

+
+protected File outputDirectory
+
+
+
+
+
+ +

+logger

+
+protected ILogger logger
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Files

+
+public Files(ILogger logger)
+
+
+
+ +

+Files

+
+public Files(Files files)
+
+
+ + + + + + + + +
+Method Detail
+ +

+checkOutputDirectory

+
+protected boolean checkOutputDirectory()
+
+
+
+
+
+
+ +

+setOutputDirectory

+
+public void setOutputDirectory(String outputDirectory)
+
+
+
+
+
+
+ +

+getOutputDirectory

+
+public File getOutputDirectory()
+
+
+
+
+
+
+ +

+getOutputPath

+
+protected String getOutputPath(String fileName)
+
+
+
+
+
+
+ +

+getOutputCategory

+
+public String getOutputCategory()
+
+
+
+
+
+
+ +

+getOutputPageCategories

+
+public String getOutputPageCategories()
+
+
+
+
+
+
+ +

+getOutputCategoryPages

+
+public String getOutputCategoryPages()
+
+
+
+
+
+
+ +

+getOutputCategoryInlinks

+
+public String getOutputCategoryInlinks()
+
+
+
+
+
+
+ +

+getOutputCategoryOutlinks

+
+public String getOutputCategoryOutlinks()
+
+
+
+
+
+
+ +

+getOutputPageInlinks

+
+public String getOutputPageInlinks()
+
+
+
+
+
+
+ +

+getOutputPageOutlinks

+
+public String getOutputPageOutlinks()
+
+
+
+
+
+
+ +

+getOutputPage

+
+public String getOutputPage()
+
+
+
+
+
+
+ +

+getOutputPageMapLine

+
+public String getOutputPageMapLine()
+
+
+
+
+
+
+ +

+getOutputPageRedirects

+
+public String getOutputPageRedirects()
+
+
+
+
+
+
+ +

+getOutputMetadata

+
+public String getOutputMetadata()
+
+
+
+
+
+
+ +

+checkAll

+
+public boolean checkAll()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/ISnapshotGenerator.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/ISnapshotGenerator.html new file mode 100644 index 00000000..b808452c --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/ISnapshotGenerator.html @@ -0,0 +1,251 @@ + + + + + + + +ISnapshotGenerator (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+Interface ISnapshotGenerator

+
+
All Known Implementing Classes:
AbstractSnapshotGenerator
+
+
+
+
public interface ISnapshotGenerator
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidsetConfiguration(Configuration configuration) + +
+           
+ voidsetFiles(Files files) + +
+           
+ voidstart() + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+setFiles

+
+void setFiles(Files files)
+
+
+
+
+
+
+ +

+setConfiguration

+
+void setConfiguration(Configuration configuration)
+
+
+
+
+
+
+ +

+start

+
+void start()
+           throws Exception
+
+
+ +
Throws: +
Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/MetaData.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/MetaData.html new file mode 100644 index 00000000..f17a3e15 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/MetaData.html @@ -0,0 +1,669 @@ + + + + + + + +MetaData (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+Class MetaData

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData
+
+
+
+
public class MetaData
extends Object
+ + +

+Holds the meta data for a dump version. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
MetaData() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddCategory() + +
+           
+ voidaddDisamb() + +
+           
+ voidaddPage() + +
+           
+ voidaddRedirect() + +
+           
+ StringgetDisambiguationCategory() + +
+           
+ StringgetId() + +
+           
+ StringgetLanguage() + +
+           
+ StringgetMainCategory() + +
+           
+ intgetNrOfCategories() + +
+           
+ intgetNrOfDisambiguations() + +
+           
+ intgetNrOfPages() + +
+           
+ intgetNrOfRedirects() + +
+           
+ TimestampgetTimestamp() + +
+           
+static MetaDatainitWithConfig(Configuration config) + +
+           
+ voidsetDisambiguationCategory(String disambiguationCategory) + +
+           
+ voidsetId(String id) + +
+           
+ voidsetLanguage(String language) + +
+           
+ voidsetMainCategory(String mainCategory) + +
+           
+ voidsetNrOfCategories(int nrOfCategories) + +
+           
+ voidsetNrOfPages(int nrOfPages) + +
+           
+ voidsetNrOfRedirects(int nrOfRedirects) + +
+           
+ voidsetTimestamp(Timestamp timestamp) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetaData

+
+public MetaData()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getId

+
+public String getId()
+
+
+ +
Returns:
the id
+
+
+
+ +

+setId

+
+public void setId(String id)
+
+
+
Parameters:
id - the id to set
+
+
+
+ +

+getLanguage

+
+public String getLanguage()
+
+
+ +
Returns:
the language
+
+
+
+ +

+setLanguage

+
+public void setLanguage(String language)
+
+
+
Parameters:
language - the language to set
+
+
+
+ +

+getMainCategory

+
+public String getMainCategory()
+
+
+ +
Returns:
the mainCategory
+
+
+
+ +

+setMainCategory

+
+public void setMainCategory(String mainCategory)
+
+
+
Parameters:
mainCategory - the mainCategory to set
+
+
+
+ +

+getDisambiguationCategory

+
+public String getDisambiguationCategory()
+
+
+ +
Returns:
the disambiguationCategory
+
+
+
+ +

+setDisambiguationCategory

+
+public void setDisambiguationCategory(String disambiguationCategory)
+
+
+
Parameters:
disambiguationCategory - the disambiguationCategory to set
+
+
+
+ +

+getTimestamp

+
+public Timestamp getTimestamp()
+
+
+ +
Returns:
the timestamp
+
+
+
+ +

+setTimestamp

+
+public void setTimestamp(Timestamp timestamp)
+
+
+
Parameters:
timestamp - the timestamp to set
+
+
+
+ +

+getNrOfCategories

+
+public int getNrOfCategories()
+
+
+ +
Returns:
the nrOfCategories
+
+
+
+ +

+setNrOfCategories

+
+public void setNrOfCategories(int nrOfCategories)
+
+
+
Parameters:
nrOfCategories - the nrOfCategories to set
+
+
+
+ +

+getNrOfPages

+
+public int getNrOfPages()
+
+
+ +
Returns:
the nrOfPages
+
+
+
+ +

+setNrOfPages

+
+public void setNrOfPages(int nrOfPages)
+
+
+
Parameters:
nrOfPages - the nrOfPages to set
+
+
+
+ +

+getNrOfRedirects

+
+public int getNrOfRedirects()
+
+
+ +
Returns:
the nrOfRedirects
+
+
+
+ +

+setNrOfRedirects

+
+public void setNrOfRedirects(int nrOfRedirects)
+
+
+
Parameters:
nrOfRedirects - the nrOfRedirects to set
+
+
+
+ +

+addPage

+
+public void addPage()
+
+
+
+
+
+
+ +

+addDisamb

+
+public void addDisamb()
+
+
+
+
+
+
+ +

+addRedirect

+
+public void addRedirect()
+
+
+
+
+
+
+ +

+getNrOfDisambiguations

+
+public int getNrOfDisambiguations()
+
+
+ +
Returns:
the nrOfDisambiguations
+
+
+
+ +

+addCategory

+
+public void addCategory()
+
+
+
+
+
+
+ +

+initWithConfig

+
+public static MetaData initWithConfig(Configuration config)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/AbstractSnapshotGenerator.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/AbstractSnapshotGenerator.html new file mode 100644 index 00000000..287317c5 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/AbstractSnapshotGenerator.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Configuration.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Configuration.html new file mode 100644 index 00000000..eccf2144 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Configuration.html @@ -0,0 +1,213 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration

+
+ + + + + + + + + +
+Packages that use Configuration
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
+  +

+ + + + + +
+Uses of Configuration in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.domain declared as Configuration
+protected  ConfigurationAbstractSnapshotGenerator.configuration + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type Configuration
+static MetaDataMetaData.initWithConfig(Configuration config) + +
+           
+ voidISnapshotGenerator.setConfiguration(Configuration configuration) + +
+           
+ voidAbstractSnapshotGenerator.setConfiguration(Configuration configuration) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/DumpVersionProcessor.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/DumpVersionProcessor.html new file mode 100644 index 00000000..e52384df --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/DumpVersionProcessor.html @@ -0,0 +1,218 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor

+
+ + + + + + + + + + + + + +
+Packages that use DumpVersionProcessor
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of DumpVersionProcessor in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.domain declared as DumpVersionProcessor
+protected  DumpVersionProcessorAbstractSnapshotGenerator.dumpVersionProcessor + +
+           
+  +

+ + + + + +
+Uses of DumpVersionProcessor in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return DumpVersionProcessor
+ DumpVersionProcessorIEnvironmentFactory.getDumpVersionProcessor() + +
+           
+ DumpVersionProcessorSpringFactory.getDumpVersionProcessor() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Files.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Files.html new file mode 100644 index 00000000..bdce5397 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/Files.html @@ -0,0 +1,256 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files

+
+ + + + + + + + + + + + + +
+Packages that use Files
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
+  +

+ + + + + +
+Uses of Files in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type Files
+ voidISnapshotGenerator.setFiles(Files files) + +
+           
+abstract  voidAbstractSnapshotGenerator.setFiles(Files files) + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type Files
Files(Files files) + +
+           
+  +

+ + + + + +
+Uses of Files in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version declared as Files
+protected  FilesAbstractDumpVersion.versionFiles + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type Files
+ voidIDumpVersion.setFiles(Files versionFiles) + +
+           
+ voidAbstractDumpVersion.setFiles(Files versionFiles) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/ISnapshotGenerator.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/ISnapshotGenerator.html new file mode 100644 index 00000000..108fcf80 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/ISnapshotGenerator.html @@ -0,0 +1,218 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.domain.ISnapshotGenerator (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.ISnapshotGenerator

+
+ + + + + + + + + + + + + +
+Packages that use ISnapshotGenerator
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of ISnapshotGenerator in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.domain that implement ISnapshotGenerator
+ classAbstractSnapshotGenerator + +
+           
+  +

+ + + + + +
+Uses of ISnapshotGenerator in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return ISnapshotGenerator
+ ISnapshotGeneratorIEnvironmentFactory.getSnapshotGenerator() + +
+           
+ ISnapshotGeneratorSpringFactory.getSnapshotGenerator() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/MetaData.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/MetaData.html new file mode 100644 index 00000000..9bdc7653 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/class-use/MetaData.html @@ -0,0 +1,234 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData

+
+ + + + + + + + + + + + + +
+Packages that use MetaData
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
+  +

+ + + + + +
+Uses of MetaData in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain that return MetaData
+static MetaDataMetaData.initWithConfig(Configuration config) + +
+           
+  +

+ + + + + +
+Uses of MetaData in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version declared as MetaData
+protected  MetaDataAbstractDumpVersion.metaData + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type MetaData
+ voidIDumpVersion.setMetaData(MetaData commonMetaData) + +
+           
+ voidAbstractDumpVersion.setMetaData(MetaData metaData) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-frame.html new file mode 100644 index 00000000..ea12de2b --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-frame.html @@ -0,0 +1,52 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.domain (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.domain + + + + +
+Interfaces  + +
+ISnapshotGenerator
+ + + + + + +
+Classes  + +
+AbstractSnapshotGenerator +
+Configuration +
+DumpVersionProcessor +
+Files +
+MetaData
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-summary.html new file mode 100644 index 00000000..508b4c65 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-summary.html @@ -0,0 +1,191 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.domain (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.domain +

+ + + + + + + + + +
+Interface Summary
ISnapshotGenerator 
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractSnapshotGenerator 
ConfigurationThe Configuration class wraps all the parameters for the + execution
+ of the DBMapping tool.
DumpVersionProcessor 
FilesFile name constants and with the simple input/output directory building + rules.
MetaDataHolds the meta data for a dump version.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-tree.html new file mode 100644 index 00000000..c91c5994 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.domain Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.domain +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-use.html new file mode 100644 index 00000000..65c4b98f --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/domain/package-use.html @@ -0,0 +1,249 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.domain (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.domain

+
+ + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.domain
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.domain used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
Configuration + +
+          The Configuration class wraps all the parameters for the + execution
+ of the DBMapping tool.
DumpVersionProcessor + +
+           
Files + +
+          File name constants and with the simple input/output directory building + rules.
ISnapshotGenerator + +
+           
MetaData + +
+          Holds the meta data for a dump version.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.domain used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
Files + +
+          File name constants and with the simple input/output directory building + rules.
MetaData + +
+          Holds the meta data for a dump version.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.domain used by de.tudarmstadt.ukp.wikipedia.wikimachine.factory
DumpVersionProcessor + +
+           
ISnapshotGenerator + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/CategorylinksParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/CategorylinksParser.html new file mode 100644 index 00000000..434c78d3 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/CategorylinksParser.html @@ -0,0 +1,466 @@ + + + + + + + +CategorylinksParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +
+Class CategorylinksParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser
+
+
+
+
public class CategorylinksParser
extends Object
+ + +

+A Parser for the sql file that defines the table categorylinks. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  booleanEOF_reached + +
+           
+protected  StreamTokenizerst + +
+           
+protected  InputStreamstream + +
+           
+  + + + + + + + + + + +
+Constructor Summary
CategorylinksParser(InputStream inputStream) + +
+          Create a parser from an input stream
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ intgetClFrom() + +
+           
+ StringgetClTo() + +
+           
+protected  voidinit(InputStream inputStream) + +
+          Init the SQLFileParser with the input stream
+ booleannext() + +
+          This method must be implemented by the PagelinksParser and the + CategorylinksParser
+ classes.
+protected  voidskipStatements() + +
+          Skip the sql statements for table creation and the prefix
+ INSERT INTO TABLE ....
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+stream

+
+protected InputStream stream
+
+
+
+
+
+ +

+st

+
+protected StreamTokenizer st
+
+
+
+
+
+ +

+EOF_reached

+
+protected boolean EOF_reached
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+CategorylinksParser

+
+public CategorylinksParser(InputStream inputStream)
+                    throws IOException
+
+
Create a parser from an input stream +

+

+
Parameters:
inputStream - +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+getClFrom

+
+public int getClFrom()
+
+
+ +
Returns:
Returns the cl_from.
+
+
+
+ +

+getClTo

+
+public String getClTo()
+
+
+ +
Returns:
Returns the cl_to.
+
+
+
+ +

+next

+
+public boolean next()
+             throws IOException
+
+
This method must be implemented by the PagelinksParser and the + CategorylinksParser
+ classes. +

+

+
+
+
+ +
Returns:
Returns true if a new value is now available und false otherwise. +
Throws: +
IOException
+
+
+
+ +

+init

+
+protected void init(InputStream inputStream)
+             throws IOException
+
+
Init the SQLFileParser with the input stream +

+

+
Parameters:
inputStream - +
Throws: +
IOException
+
+
+
+ +

+skipStatements

+
+protected void skipStatements()
+                       throws IOException
+
+
Skip the sql statements for table creation and the prefix
+ INSERT INTO TABLE .... VALUES for values insertion.
+ Read tokens until the word 'VALUES' is reached or the EOF. +

+

+ +
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/PagelinksParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/PagelinksParser.html new file mode 100644 index 00000000..9d205228 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/PagelinksParser.html @@ -0,0 +1,486 @@ + + + + + + + +PagelinksParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +
+Class PagelinksParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser
+
+
+
+
public class PagelinksParser
extends Object
+ + +

+A Parser for the sql file that defines the table pagelinks. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  booleanEOF_reached + +
+           
+protected  StreamTokenizerst + +
+           
+protected  InputStreamstream + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PagelinksParser(InputStream inputStream) + +
+          Create a parser from an input stream
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ intgetPlFrom() + +
+           
+ intgetPlNamespace() + +
+           
+ StringgetPlTo() + +
+           
+protected  voidinit(InputStream inputStream) + +
+          Init the SQLFileParser with the input stream
+ booleannext() + +
+          This method must be implemented by the PagelinksParser and the + CategorylinksParser
+ classes.
+protected  voidskipStatements() + +
+          Skip the sql statements for table creation and the prefix
+ INSERT INTO TABLE ....
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+stream

+
+protected InputStream stream
+
+
+
+
+
+ +

+st

+
+protected StreamTokenizer st
+
+
+
+
+
+ +

+EOF_reached

+
+protected boolean EOF_reached
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+PagelinksParser

+
+public PagelinksParser(InputStream inputStream)
+                throws IOException
+
+
Create a parser from an input stream +

+

+
Parameters:
inputStream - +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+next

+
+public boolean next()
+             throws IOException
+
+
This method must be implemented by the PagelinksParser and the + CategorylinksParser
+ classes. +

+

+
+
+
+ +
Returns:
Returns true if a new value is now available und false otherwise. +
Throws: +
IOException
+
+
+
+ +

+getPlFrom

+
+public int getPlFrom()
+
+
+ +
Returns:
Returns the pl_from.
+
+
+
+ +

+getPlNamespace

+
+public int getPlNamespace()
+
+
+ +
Returns:
Returns the pl_namespace.
+
+
+
+ +

+getPlTo

+
+public String getPlTo()
+
+
+ +
Returns:
Returns the pl_to.
+
+
+
+ +

+init

+
+protected void init(InputStream inputStream)
+             throws IOException
+
+
Init the SQLFileParser with the input stream +

+

+
Parameters:
inputStream - +
Throws: +
IOException
+
+
+
+ +

+skipStatements

+
+protected void skipStatements()
+                       throws IOException
+
+
Skip the sql statements for table creation and the prefix
+ INSERT INTO TABLE .... VALUES for values insertion.
+ Read tokens until the word 'VALUES' is reached or the EOF. +

+

+ +
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/SQLEscape.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/SQLEscape.html new file mode 100644 index 00000000..64f70f63 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/SQLEscape.html @@ -0,0 +1,249 @@ + + + + + + + +SQLEscape (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +
+Class SQLEscape

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.SQLEscape
+
+
+
+
public class SQLEscape
extends Object
+ + +

+The single method SQLEscape#removeEscapes removes all unwished escape + characters from a string to make is SQL conform. Maybe not thread-save. +

+ +

+

+
Author:
+
ivan.galkin, Oliver Ferschke
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+static Stringescape(String str) + +
+           
+static StringtitleFormat(String title) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+escape

+
+public static String escape(String str)
+
+
+
Parameters:
str - unescaped String +
Returns:
String with with escape characters
See Also:
SQLEscape
+
+
+
+ +

+titleFormat

+
+public static String titleFormat(String title)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/CategorylinksParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/CategorylinksParser.html new file mode 100644 index 00000000..0d006085 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/CategorylinksParser.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser

+
+ + + + + + + + + + + + + +
+Packages that use CategorylinksParser
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
+  +

+ + + + + +
+Uses of CategorylinksParser in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type CategorylinksParser
+ voidDumpVersionProcessor.processCategorylinks(CategorylinksParser categorylinksParser) + +
+           
+  +

+ + + + + +
+Uses of CategorylinksParser in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type CategorylinksParser
+ voidIDumpVersion.processCategoryLinksRow(CategorylinksParser clParser) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/PagelinksParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/PagelinksParser.html new file mode 100644 index 00000000..c71e482d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/PagelinksParser.html @@ -0,0 +1,210 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser

+
+ + + + + + + + + + + + + +
+Packages that use PagelinksParser
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
+  +

+ + + + + +
+Uses of PagelinksParser in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type PagelinksParser
+ voidDumpVersionProcessor.processPagelinks(PagelinksParser pagelinksParser) + +
+           
+  +

+ + + + + +
+Uses of PagelinksParser in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type PagelinksParser
+ voidIDumpVersion.processPageLinksRow(PagelinksParser plParser) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/SQLEscape.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/SQLEscape.html new file mode 100644 index 00000000..fff9f9f9 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/class-use/SQLEscape.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.SQLEscape (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.SQLEscape

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.SQLEscape +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-frame.html new file mode 100644 index 00000000..586edce2 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql + + + + +
+Classes  + +
+CategorylinksParser +
+PagelinksParser +
+SQLEscape
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-summary.html new file mode 100644 index 00000000..3e685e35 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-summary.html @@ -0,0 +1,167 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +

+ + + + + + + + + + + + + + + + + +
+Class Summary
CategorylinksParserA Parser for the sql file that defines the table categorylinks.
PagelinksParserA Parser for the sql file that defines the table pagelinks.
SQLEscapeThe single method SQLEscape#removeEscapes removes all unwished escape + characters from a string to make is SQL conform.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-tree.html new file mode 100644 index 00000000..19b7c687 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-tree.html @@ -0,0 +1,154 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-use.html new file mode 100644 index 00000000..95441a3a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/sql/package-use.html @@ -0,0 +1,202 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
CategorylinksParser + +
+          A Parser for the sql file that defines the table categorylinks.
PagelinksParser + +
+          A Parser for the sql file that defines the table pagelinks.
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
CategorylinksParser + +
+          A Parser for the sql file that defines the table categorylinks.
PagelinksParser + +
+          A Parser for the sql file that defines the table pagelinks.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/AbstractDumpVersion.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/AbstractDumpVersion.html new file mode 100644 index 00000000..595bd89d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/AbstractDumpVersion.html @@ -0,0 +1,1391 @@ + + + + + + + +AbstractDumpVersion (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +
+Class AbstractDumpVersion

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion
+
+
+
All Implemented Interfaces:
IDumpVersion
+
+
+
+
public abstract class AbstractDumpVersion
extends Object
implements IDumpVersion
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  TxtFileWritercategoryInlinks + +
+           
+protected  TxtFileWritercategoryOutlinks + +
+           
+protected  TxtFileWritercategoryPages + +
+           
+protected  ILoggerlogger + +
+           
+protected  MetaDatametaData + +
+           
+protected static intNS_BOOK + +
+           
+protected static intNS_BOOK_TALK + +
+           
+protected static intNS_CATEGORY + +
+           
+protected static intNS_CATEGORY_TALK + +
+           
+protected static intNS_FILE + +
+           
+protected static intNS_FILE_TALK + +
+           
+protected static intNS_HELP + +
+           
+protected static intNS_HELP_TALK + +
+           
+protected static intNS_MAIN + +
+           
+protected static intNS_MEDIAWIKI + +
+           
+protected static intNS_MEDIAWIKI_TALK + +
+           
+protected static intNS_PORTAL + +
+           
+protected static intNS_PORTAL_TALK + +
+           
+protected static intNS_SUMMARY + +
+           
+protected static intNS_SUMMARY_TALK + +
+           
+protected static intNS_TALK + +
+           
+protected static intNS_TEMPLATE + +
+           
+protected static intNS_TEMPLATE_TALK + +
+           
+protected static intNS_THREAD + +
+           
+protected static intNS_THREAD_TALK + +
+           
+protected static intNS_USER + +
+           
+protected static intNS_USER_TALK + +
+           
+protected static intNS_WIKIPEDIA + +
+           
+protected static intNS_WIKIPEDIA_TALK + +
+           
+protected  TxtFileWriterpage + +
+           
+protected  TxtFileWriterpageCategories + +
+           
+protected  TxtFileWriterpageInlinks + +
+           
+protected  TxtFileWriterpageMapLine + +
+           
+protected  TxtFileWriterpageOutlinks + +
+           
+protected  TxtFileWriterpageRedirects + +
+           
+protected  booleanskipCategory + +
+           
+protected  booleanskipPage + +
+           
+protected  inttimestamp + +
+           
+protected  TxtFileWritertxtFW + +
+           
+protected  FilesversionFiles + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AbstractDumpVersion() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidexportAfterCategoryLinksParsing() + +
+           
+ voidexportAfterPageLinksParsing() + +
+           
+ voidexportAfterPageParsing() + +
+           
+ voidexportAfterRevisionParsing() + +
+           
+ voidexportAfterTextParsing() + +
+           
+ voidflushByTextParsing() + +
+           
+protected  StringformatBoolean(boolean b) + +
+          Returns the String value of the bit 1 if the given boolean is true
+ and an empty String otherwise.
+ voidinitCategoryLinksParsing() + +
+           
+ voidinitPageLinksParsing() + +
+           
+ voidinitPageParsing() + +
+           
+ voidinitRevisionParsion() + +
+           
+ voidinitTextParsing() + +
+           
+ voidsetCategoryRedirectsSkip(boolean skipCategory) + +
+           
+ voidsetFiles(Files versionFiles) + +
+           
+ voidsetLogger(ILogger logger) + +
+           
+ voidsetMetaData(MetaData metaData) + +
+           
+ voidsetPageRedirectsSkip(boolean skipPage) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion
freeAfterCategoryLinksParsing, freeAfterPageLinksParsing, freeAfterPageParsing, freeAfterRevisonParsing, freeAfterTextParsing, initialize, processCategoryLinksRow, processPageLinksRow, processPageRow, processRevisionRow, processTextRow, writeMetaData
+  +

+ + + + + + + + +
+Field Detail
+ +

+NS_MAIN

+
+protected static final int NS_MAIN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_TALK

+
+protected static final int NS_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_USER

+
+protected static final int NS_USER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_USER_TALK

+
+protected static final int NS_USER_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_WIKIPEDIA

+
+protected static final int NS_WIKIPEDIA
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_WIKIPEDIA_TALK

+
+protected static final int NS_WIKIPEDIA_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_FILE

+
+protected static final int NS_FILE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_FILE_TALK

+
+protected static final int NS_FILE_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_MEDIAWIKI

+
+protected static final int NS_MEDIAWIKI
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_MEDIAWIKI_TALK

+
+protected static final int NS_MEDIAWIKI_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_TEMPLATE

+
+protected static final int NS_TEMPLATE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_TEMPLATE_TALK

+
+protected static final int NS_TEMPLATE_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_HELP

+
+protected static final int NS_HELP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_HELP_TALK

+
+protected static final int NS_HELP_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_CATEGORY

+
+protected static final int NS_CATEGORY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_CATEGORY_TALK

+
+protected static final int NS_CATEGORY_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_THREAD

+
+protected static final int NS_THREAD
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_THREAD_TALK

+
+protected static final int NS_THREAD_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_SUMMARY

+
+protected static final int NS_SUMMARY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_SUMMARY_TALK

+
+protected static final int NS_SUMMARY_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_PORTAL

+
+protected static final int NS_PORTAL
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_PORTAL_TALK

+
+protected static final int NS_PORTAL_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_BOOK

+
+protected static final int NS_BOOK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NS_BOOK_TALK

+
+protected static final int NS_BOOK_TALK
+
+
+
See Also:
Constant Field Values
+
+
+ +

+timestamp

+
+protected int timestamp
+
+
+
+
+
+ +

+metaData

+
+protected MetaData metaData
+
+
+
+
+
+ +

+txtFW

+
+protected TxtFileWriter txtFW
+
+
+
+
+
+ +

+pageCategories

+
+protected TxtFileWriter pageCategories
+
+
+
+
+
+ +

+categoryPages

+
+protected TxtFileWriter categoryPages
+
+
+
+
+
+ +

+categoryInlinks

+
+protected TxtFileWriter categoryInlinks
+
+
+
+
+
+ +

+categoryOutlinks

+
+protected TxtFileWriter categoryOutlinks
+
+
+
+
+
+ +

+pageInlinks

+
+protected TxtFileWriter pageInlinks
+
+
+
+
+
+ +

+pageOutlinks

+
+protected TxtFileWriter pageOutlinks
+
+
+
+
+
+ +

+page

+
+protected TxtFileWriter page
+
+
+
+
+
+ +

+pageMapLine

+
+protected TxtFileWriter pageMapLine
+
+
+
+
+
+ +

+pageRedirects

+
+protected TxtFileWriter pageRedirects
+
+
+
+
+
+ +

+versionFiles

+
+protected Files versionFiles
+
+
+
+
+
+ +

+logger

+
+protected ILogger logger
+
+
+
+
+
+ +

+skipCategory

+
+protected boolean skipCategory
+
+
+
+
+
+ +

+skipPage

+
+protected boolean skipPage
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractDumpVersion

+
+public AbstractDumpVersion()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setCategoryRedirectsSkip

+
+public void setCategoryRedirectsSkip(boolean skipCategory)
+
+
+
Specified by:
setCategoryRedirectsSkip in interface IDumpVersion
+
+
+
+
+
+
+ +

+setPageRedirectsSkip

+
+public void setPageRedirectsSkip(boolean skipPage)
+
+
+
Specified by:
setPageRedirectsSkip in interface IDumpVersion
+
+
+
+
+
+
+ +

+setLogger

+
+public void setLogger(ILogger logger)
+
+
+
Specified by:
setLogger in interface IDumpVersion
+
+
+
+
+
+
+ +

+setMetaData

+
+public void setMetaData(MetaData metaData)
+
+
+
Specified by:
setMetaData in interface IDumpVersion
+
+
+
+
+
+
+ +

+setFiles

+
+public void setFiles(Files versionFiles)
+
+
+
Specified by:
setFiles in interface IDumpVersion
+
+
+
+
+
+
+ +

+initPageParsing

+
+public void initPageParsing()
+                     throws IOException
+
+
+
Specified by:
initPageParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageParsing

+
+public void exportAfterPageParsing()
+                            throws IOException
+
+
+
Specified by:
exportAfterPageParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initCategoryLinksParsing

+
+public void initCategoryLinksParsing()
+                              throws IOException
+
+
+
Specified by:
initCategoryLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterCategoryLinksParsing

+
+public void exportAfterCategoryLinksParsing()
+                                     throws IOException
+
+
+
Specified by:
exportAfterCategoryLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initPageLinksParsing

+
+public void initPageLinksParsing()
+                          throws IOException
+
+
+
Specified by:
initPageLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageLinksParsing

+
+public void exportAfterPageLinksParsing()
+                                 throws IOException
+
+
+
Specified by:
exportAfterPageLinksParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+initTextParsing

+
+public void initTextParsing()
+                     throws IOException
+
+
+
Specified by:
initTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterTextParsing

+
+public void exportAfterTextParsing()
+                            throws IOException
+
+
+
Specified by:
exportAfterTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+flushByTextParsing

+
+public void flushByTextParsing()
+                        throws IOException
+
+
+
Specified by:
flushByTextParsing in interface IDumpVersion
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterRevisionParsing

+
+public void exportAfterRevisionParsing()
+
+
+
Specified by:
exportAfterRevisionParsing in interface IDumpVersion
+
+
+
+
+
+
+ +

+initRevisionParsion

+
+public void initRevisionParsion()
+
+
+
Specified by:
initRevisionParsion in interface IDumpVersion
+
+
+
+
+
+
+ +

+formatBoolean

+
+protected String formatBoolean(boolean b)
+
+
Returns the String value of the bit 1 if the given boolean is true
+ and an empty String otherwise. This the way bit values are written
+ in .txt dump files. +

+

+
+
+
+
Parameters:
b - +
Returns:
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersion.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersion.html new file mode 100644 index 00000000..8b1bdbd5 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersion.html @@ -0,0 +1,776 @@ + + + + + + + +IDumpVersion (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +
+Interface IDumpVersion

+
+
All Known Implementing Classes:
AbstractDumpVersion
+
+
+
+
public interface IDumpVersion
+ + +

+An interface to abstract from DumpVersion realization +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidexportAfterCategoryLinksParsing() + +
+           
+ voidexportAfterPageLinksParsing() + +
+           
+ voidexportAfterPageParsing() + +
+           
+ voidexportAfterRevisionParsing() + +
+           
+ voidexportAfterTextParsing() + +
+           
+ voidflushByTextParsing() + +
+           
+ voidfreeAfterCategoryLinksParsing() + +
+           
+ voidfreeAfterPageLinksParsing() + +
+           
+ voidfreeAfterPageParsing() + +
+           
+ voidfreeAfterRevisonParsing() + +
+           
+ voidfreeAfterTextParsing() + +
+           
+ voidinitCategoryLinksParsing() + +
+           
+ voidinitialize(Timestamp timestamp) + +
+           
+ voidinitPageLinksParsing() + +
+           
+ voidinitPageParsing() + +
+           
+ voidinitRevisionParsion() + +
+           
+ voidinitTextParsing() + +
+           
+ voidprocessCategoryLinksRow(CategorylinksParser clParser) + +
+           
+ voidprocessPageLinksRow(PagelinksParser plParser) + +
+           
+ voidprocessPageRow(PageParser pageParser) + +
+           
+ voidprocessRevisionRow(RevisionParser revisionParser) + +
+           
+ voidprocessTextRow(TextParser textParser) + +
+           
+ voidsetCategoryRedirectsSkip(boolean skipCategory) + +
+           
+ voidsetFiles(Files versionFiles) + +
+           
+ voidsetLogger(ILogger logger) + +
+           
+ voidsetMetaData(MetaData commonMetaData) + +
+           
+ voidsetPageRedirectsSkip(boolean skipPage) + +
+           
+ voidwriteMetaData() + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+setLogger

+
+void setLogger(ILogger logger)
+
+
+
+
+
+
+ +

+setCategoryRedirectsSkip

+
+void setCategoryRedirectsSkip(boolean skipCategory)
+
+
+
+
+
+
+ +

+setPageRedirectsSkip

+
+void setPageRedirectsSkip(boolean skipPage)
+
+
+
+
+
+
+ +

+initialize

+
+void initialize(Timestamp timestamp)
+
+
+
+
+
+
+ +

+setMetaData

+
+void setMetaData(MetaData commonMetaData)
+
+
+
+
+
+
+ +

+setFiles

+
+void setFiles(Files versionFiles)
+
+
+
+
+
+
+ +

+initRevisionParsion

+
+void initRevisionParsion()
+
+
+
+
+
+
+ +

+processRevisionRow

+
+void processRevisionRow(RevisionParser revisionParser)
+
+
+
+
+
+
+ +

+exportAfterRevisionParsing

+
+void exportAfterRevisionParsing()
+                                throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterRevisonParsing

+
+void freeAfterRevisonParsing()
+
+
+
+
+
+
+ +

+initPageParsing

+
+void initPageParsing()
+                     throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageRow

+
+void processPageRow(PageParser pageParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageParsing

+
+void exportAfterPageParsing()
+                            throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterPageParsing

+
+void freeAfterPageParsing()
+
+
+
+
+
+
+ +

+initCategoryLinksParsing

+
+void initCategoryLinksParsing()
+                              throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processCategoryLinksRow

+
+void processCategoryLinksRow(CategorylinksParser clParser)
+                             throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterCategoryLinksParsing

+
+void exportAfterCategoryLinksParsing()
+                                     throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterCategoryLinksParsing

+
+void freeAfterCategoryLinksParsing()
+
+
+
+
+
+
+ +

+initPageLinksParsing

+
+void initPageLinksParsing()
+                          throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processPageLinksRow

+
+void processPageLinksRow(PagelinksParser plParser)
+                         throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterPageLinksParsing

+
+void exportAfterPageLinksParsing()
+                                 throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterPageLinksParsing

+
+void freeAfterPageLinksParsing()
+
+
+
+
+
+
+ +

+initTextParsing

+
+void initTextParsing()
+                     throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+processTextRow

+
+void processTextRow(TextParser textParser)
+                    throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+flushByTextParsing

+
+void flushByTextParsing()
+                        throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+exportAfterTextParsing

+
+void exportAfterTextParsing()
+                            throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+freeAfterTextParsing

+
+void freeAfterTextParsing()
+
+
+
+
+
+
+ +

+writeMetaData

+
+void writeMetaData()
+                   throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersionFactory.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersionFactory.html new file mode 100644 index 00000000..552f2491 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/IDumpVersionFactory.html @@ -0,0 +1,207 @@ + + + + + + + +IDumpVersionFactory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +
+Interface IDumpVersionFactory

+
+
+
public interface IDumpVersionFactory
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ IDumpVersiongetDumpVersion() + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+getDumpVersion

+
+IDumpVersion getDumpVersion()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/AbstractDumpVersion.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/AbstractDumpVersion.html new file mode 100644 index 00000000..2d0927e0 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/AbstractDumpVersion.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersion.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersion.html new file mode 100644 index 00000000..7b232015 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersion.html @@ -0,0 +1,263 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion

+
+ + + + + + + + + + + + + + + + + +
+Packages that use IDumpVersion
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of IDumpVersion in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type IDumpVersion
+ voidDumpVersionProcessor.setDumpVersions(IDumpVersion[] versions) + +
+           
+  +

+ + + + + +
+Uses of IDumpVersion in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version that implement IDumpVersion
+ classAbstractDumpVersion + +
+           
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version that return IDumpVersion
+ IDumpVersionIDumpVersionFactory.getDumpVersion() + +
+           
+  +

+ + + + + +
+Uses of IDumpVersion in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return IDumpVersion
+ IDumpVersionIEnvironmentFactory.getDumpVersion() + +
+           
+ IDumpVersionSpringFactory.getDumpVersion() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersionFactory.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersionFactory.html new file mode 100644 index 00000000..30e43d16 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/class-use/IDumpVersionFactory.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersionFactory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersionFactory

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersionFactory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-frame.html new file mode 100644 index 00000000..1ea64900 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-frame.html @@ -0,0 +1,46 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version + + + + +
+Interfaces  + +
+IDumpVersion +
+IDumpVersionFactory
+ + + + + + +
+Classes  + +
+AbstractDumpVersion
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-summary.html new file mode 100644 index 00000000..b31ae731 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-summary.html @@ -0,0 +1,176 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +

+ + + + + + + + + + + + + +
+Interface Summary
IDumpVersionAn interface to abstract from DumpVersion realization
IDumpVersionFactory 
+  + +

+ + + + + + + + + +
+Class Summary
AbstractDumpVersion 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-tree.html new file mode 100644 index 00000000..f842c48b --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-use.html new file mode 100644 index 00000000..a71b7bdf --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/version/package-use.html @@ -0,0 +1,209 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version

+
+ + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
IDumpVersion + +
+          An interface to abstract from DumpVersion realization
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
IDumpVersion + +
+          An interface to abstract from DumpVersion realization
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version used by de.tudarmstadt.ukp.wikipedia.wikimachine.factory
IDumpVersion + +
+          An interface to abstract from DumpVersion realization
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/AbstractXmlDumpReader.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/AbstractXmlDumpReader.html new file mode 100644 index 00000000..666bb4d2 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/AbstractXmlDumpReader.html @@ -0,0 +1,1102 @@ + + + + + + + +AbstractXmlDumpReader (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Class AbstractXmlDumpReader

+
+java.lang.Object
+  extended by org.xml.sax.helpers.DefaultHandler
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+
+
+
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
+
+
+
Direct Known Subclasses:
WikiXMLDumpReader
+
+
+
+
public abstract class AbstractXmlDumpReader
extends DefaultHandler
+ + +

+Parser of WikiMedia XML dumps. Modification of + org.mediawiki.importer.XmlDumpReader with some enhanced error + resistance and adaptation mechanisms. Please see copyright and comments of + original code. Modification was done by Ivan Galkin
+
+ See SVN at + http://svn.wikimedia.org/svnroot/mediawiki/trunk/mwdumper/src/org + /mediawiki/importer/XmlDumpReader.java +

+ +

+

+
See Also:
org.mediawiki.importer.XmlDumpReader
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected static StringBASE + +
+           
+protected static StringCASE + +
+           
+protected static StringCOMMENT + +
+           
+protected static StringCONTRIBUTOR + +
+           
+protected  Map<String,String>endElements + +
+           
+protected  Map<String,String>forbiddenIdEndElements + +
+           
+protected  Map<String,String>forbiddenIdStartElements + +
+           
+protected static StringGENERATOR + +
+           
+protected static StringID + +
+           
+protected static StringIP + +
+           
+protected static StringMEDIAWIKI + +
+           
+protected static StringMINOR + +
+           
+protected static StringNAMESPACE + +
+           
+protected static StringNAMESPACES + +
+           
+protected static StringPAGE + +
+           
+protected static StringRESTRICTIONS + +
+           
+protected static StringREVISION + +
+           
+protected static StringSITEINFO + +
+           
+protected static StringSITENAME + +
+           
+protected  Map<String,String>startElements + +
+           
+protected static StringTEXT + +
+           
+protected static StringTHREAD_ANCESTOR + +
+           
+protected static StringTHREAD_AUTHOR + +
+           
+protected static StringTHREAD_EDIT_STATUS + +
+           
+protected static StringTHREAD_ID + +
+           
+protected static StringTHREAD_PAGE + +
+           
+protected static StringTHREAD_PARENT + +
+           
+protected static StringTHREAD_SUBJECT + +
+           
+protected static StringTHREAD_SUMMARY_PAGE + +
+           
+protected static StringTHREAD_TYPE + +
+           
+protected static StringTIMESTAMP + +
+           
+protected static StringTITLE + +
+           
+protected static StringUSERNAME + +
+           
+  + + + + + + + + + + +
+Constructor Summary
AbstractXmlDumpReader(InputStream inputStream, + DumpWriter writer) + +
+          Initialize a processor for a MediaWiki XML dump stream.
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidabort() + +
+          Request that the dump processing be aborted.
+ voidcharacters(char[] ch, + int start, + int length) + +
+           
+ voidendElement(String uri, + String localname, + String qName) + +
+           
+ voidreadDump() + +
+          Reads through the entire XML dump on the input stream, sending events to + the DumpWriter as it goes.
+protected abstract  voidsetupEndElements() + +
+          Setup end tags, which will be processed.
+protected  voidsetupForbiddenEndElements() + +
+          Fill forbiddenIdEndElements
+protected  voidsetupForbiddenStartElements() + +
+          Fill forbiddenIdStartElements
+protected abstract  voidsetupStartElements() + +
+          Setup start tags, which will be processed.
+ voidstartElement(String uri, + String localname, + String qName, + Attributes attributes) + +
+           
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+SITENAME

+
+protected static final String SITENAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+GENERATOR

+
+protected static final String GENERATOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CASE

+
+protected static final String CASE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+BASE

+
+protected static final String BASE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NAMESPACE

+
+protected static final String NAMESPACE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+NAMESPACES

+
+protected static final String NAMESPACES
+
+
+
See Also:
Constant Field Values
+
+
+ +

+SITEINFO

+
+protected static final String SITEINFO
+
+
+
See Also:
Constant Field Values
+
+
+ +

+MEDIAWIKI

+
+protected static final String MEDIAWIKI
+
+
+
See Also:
Constant Field Values
+
+
+ +

+USERNAME

+
+protected static final String USERNAME
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TITLE

+
+protected static final String TITLE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TIMESTAMP

+
+protected static final String TIMESTAMP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+TEXT

+
+protected static final String TEXT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+RESTRICTIONS

+
+protected static final String RESTRICTIONS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PAGE

+
+protected static final String PAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+MINOR

+
+protected static final String MINOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+IP

+
+protected static final String IP
+
+
+
See Also:
Constant Field Values
+
+
+ +

+ID

+
+protected static final String ID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+COMMENT

+
+protected static final String COMMENT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_TYPE

+
+protected static final String THREAD_TYPE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_EDIT_STATUS

+
+protected static final String THREAD_EDIT_STATUS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_AUTHOR

+
+protected static final String THREAD_AUTHOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_SUMMARY_PAGE

+
+protected static final String THREAD_SUMMARY_PAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_ID

+
+protected static final String THREAD_ID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_PAGE

+
+protected static final String THREAD_PAGE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_ANCESTOR

+
+protected static final String THREAD_ANCESTOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_PARENT

+
+protected static final String THREAD_PARENT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+THREAD_SUBJECT

+
+protected static final String THREAD_SUBJECT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CONTRIBUTOR

+
+protected static final String CONTRIBUTOR
+
+
+
See Also:
Constant Field Values
+
+
+ +

+REVISION

+
+protected static final String REVISION
+
+
+
See Also:
Constant Field Values
+
+
+ +

+startElements

+
+protected Map<String,String> startElements
+
+
+
+
+
+ +

+endElements

+
+protected Map<String,String> endElements
+
+
+
+
+
+ +

+forbiddenIdStartElements

+
+protected Map<String,String> forbiddenIdStartElements
+
+
+
+
+
+ +

+forbiddenIdEndElements

+
+protected Map<String,String> forbiddenIdEndElements
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AbstractXmlDumpReader

+
+public AbstractXmlDumpReader(InputStream inputStream,
+                             DumpWriter writer)
+
+
Initialize a processor for a MediaWiki XML dump stream. Events are sent + to a single DumpWriter output sink, but you can chain multiple output + processors with a MultiWriter. +

+

+
Parameters:
inputStream - Stream to read XML from.
writer - Output sink to send processed events to.
+
+ + + + + + + + +
+Method Detail
+ +

+setupForbiddenStartElements

+
+protected void setupForbiddenStartElements()
+
+
Fill forbiddenIdStartElements +

+

+
See Also:
notAllowedStart(String)
+
+
+
+ +

+setupForbiddenEndElements

+
+protected void setupForbiddenEndElements()
+
+
Fill forbiddenIdEndElements +

+

+
See Also:
notAllowedEnd(String)
+
+
+
+ +

+setupStartElements

+
+protected abstract void setupStartElements()
+
+
Setup start tags, which will be processed. Fill startElements +

+

+
+
+
+
+ +

+setupEndElements

+
+protected abstract void setupEndElements()
+
+
Setup end tags, which will be processed. Fill endElements +

+

+
+
+
+
+ +

+readDump

+
+public void readDump()
+              throws IOException
+
+
Reads through the entire XML dump on the input stream, sending events to + the DumpWriter as it goes. May throw exceptions on invalid input or due + to problems with the output. +

+

+ +
Throws: +
IOException
+
+
+
+ +

+abort

+
+public void abort()
+
+
Request that the dump processing be aborted. At the next element, an + exception will be thrown to stop the XML parser. +

+

+
+
+
+
+ +

+startElement

+
+public void startElement(String uri,
+                         String localname,
+                         String qName,
+                         Attributes attributes)
+                  throws SAXException
+
+
+
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
+
+
+ +
Throws: +
SAXException
+
+
+
+ +

+characters

+
+public void characters(char[] ch,
+                       int start,
+                       int length)
+
+
+
Specified by:
characters in interface ContentHandler
Overrides:
characters in class DefaultHandler
+
+
+
+
+
+
+ +

+endElement

+
+public void endElement(String uri,
+                       String localname,
+                       String qName)
+                throws SAXException
+
+
+
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler
+
+
+ +
Throws: +
SAXException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableEnum.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableEnum.html new file mode 100644 index 00000000..d9918fb3 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableEnum.html @@ -0,0 +1,352 @@ + + + + + + + +DumpTableEnum (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Enum DumpTableEnum

+
+java.lang.Object
+  extended by java.lang.Enum<DumpTableEnum>
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableEnum
+
+
+
All Implemented Interfaces:
Serializable, Comparable<DumpTableEnum>
+
+
+
+
public enum DumpTableEnum
extends Enum<DumpTableEnum>
+ + +

+Three possible tables, which can be parsed from the Wikimedia-Dump +

    +
  • PAGE
  • +
  • REVISION
  • +
  • TEXT
  • +
+

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
PAGE + +
+           
REVISION + +
+           
TEXT + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static DumpTableEnumvalueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static DumpTableEnum[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+PAGE

+
+public static final DumpTableEnum PAGE
+
+
+
+
+
+ +

+REVISION

+
+public static final DumpTableEnum REVISION
+
+
+
+
+
+ +

+TEXT

+
+public static final DumpTableEnum TEXT
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static DumpTableEnum[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (DumpTableEnum c : DumpTableEnum.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static DumpTableEnum valueOf(String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
IllegalArgumentException - if this enum type has no constant +with the specified name +
NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableInputStream.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableInputStream.html new file mode 100644 index 00000000..b929f0db --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/DumpTableInputStream.html @@ -0,0 +1,271 @@ + + + + + + + +DumpTableInputStream (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Class DumpTableInputStream

+
+java.lang.Object
+  extended by java.io.InputStream
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream
+
+
+
All Implemented Interfaces:
Closeable
+
+
+
+
public abstract class DumpTableInputStream
extends InputStream
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DumpTableInputStream() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+abstract  voidinitialize(InputStream inputStream, + DumpTableEnum table) + +
+           
+ + + + + + + +
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DumpTableInputStream

+
+public DumpTableInputStream()
+
+
+ + + + + + + + +
+Method Detail
+ +

+initialize

+
+public abstract void initialize(InputStream inputStream,
+                                DumpTableEnum table)
+                         throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/PageParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/PageParser.html new file mode 100644 index 00000000..18795b7d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/PageParser.html @@ -0,0 +1,493 @@ + + + + + + + +PageParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Class PageParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser
+
+
+
+
public class PageParser
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  intpageId + +
+          Needed fields from the table page.
+protected  booleanpageIsRedirect + +
+           
+protected  intpageNamespace + +
+           
+protected  StringpageTitle + +
+           
+protected  UTFDataInputStreamstream + +
+           
+  + + + + + + + + + + +
+Constructor Summary
PageParser() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ intgetPageId() + +
+           
+ booleangetPageIsRedirect() + +
+           
+ intgetPageNamespace() + +
+           
+ StringgetPageTitle() + +
+           
+ booleannext() + +
+          Returns true if the table has more rows.
+ voidsetInputStream(InputStream inputStream) + +
+          Create a parser from an input stream
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+pageId

+
+protected int pageId
+
+
Needed fields from the table page.
+ These fields are updated each time the method next() returns true. +

+

+
+
+
+ +

+pageNamespace

+
+protected int pageNamespace
+
+
+
+
+
+ +

+pageTitle

+
+protected String pageTitle
+
+
+
+
+
+ +

+pageIsRedirect

+
+protected boolean pageIsRedirect
+
+
+
+
+
+ +

+stream

+
+protected UTFDataInputStream stream
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+PageParser

+
+public PageParser()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setInputStream

+
+public void setInputStream(InputStream inputStream)
+
+
Create a parser from an input stream +

+

+
Parameters:
inputStream -
+
+
+
+ +

+getPageId

+
+public int getPageId()
+
+
+ +
Returns:
Returns the page_id.
+
+
+
+ +

+getPageIsRedirect

+
+public boolean getPageIsRedirect()
+
+
+ +
Returns:
Returns the page_is_redirect.
+
+
+
+ +

+getPageNamespace

+
+public int getPageNamespace()
+
+
+ +
Returns:
Returns the page_namespace.
+
+
+
+ +

+getPageTitle

+
+public String getPageTitle()
+
+
+ +
Returns:
Returns the page_title.
+
+
+
+ +

+next

+
+public boolean next()
+             throws IOException
+
+
Returns true if the table has more rows. +

+

+ +
Returns:
+
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/RevisionParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/RevisionParser.html new file mode 100644 index 00000000..c46e6e2c --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/RevisionParser.html @@ -0,0 +1,449 @@ + + + + + + + +RevisionParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Class RevisionParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser
+
+
+
+
public abstract class RevisionParser
extends Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+protected  intrevPage + +
+           
+protected  intrevTextId + +
+           
+protected  intrevTimestamp + +
+           
+protected  DataInputStreamstream + +
+           
+  + + + + + + + + + + +
+Constructor Summary
RevisionParser() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ intgetRevPage() + +
+           
+ intgetRevTextId() + +
+           
+ intgetRevTimestamp() + +
+           
+abstract  booleannext() + +
+          Returns true if the table has more rows.
+ voidsetInputStream(InputStream inputStream) + +
+          Create a parser from an input stream
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+revPage

+
+protected int revPage
+
+
+
+
+
+ +

+revTextId

+
+protected int revTextId
+
+
+
+
+
+ +

+revTimestamp

+
+protected int revTimestamp
+
+
+
+
+
+ +

+stream

+
+protected DataInputStream stream
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+RevisionParser

+
+public RevisionParser()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setInputStream

+
+public void setInputStream(InputStream inputStream)
+
+
Create a parser from an input stream +

+

+
Parameters:
inputStream -
+
+
+
+ +

+getRevPage

+
+public int getRevPage()
+
+
+
+
+
+
+ +

+getRevTextId

+
+public int getRevTextId()
+
+
+
+
+
+
+ +

+getRevTimestamp

+
+public int getRevTimestamp()
+
+
+
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+
+
+ +

+next

+
+public abstract boolean next()
+                      throws IOException
+
+
Returns true if the table has more rows. +

+

+ +
Returns:
+
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/TextParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/TextParser.html new file mode 100644 index 00000000..17e7cdac --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/TextParser.html @@ -0,0 +1,344 @@ + + + + + + + +TextParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Class TextParser

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser
+
+
+
+
public class TextParser
extends Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TextParser() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidclose() + +
+           
+ intgetOldId() + +
+           
+ StringgetOldText() + +
+           
+ booleannext() + +
+          Returns true if the table has more rows.
+ voidsetInputStream(InputStream inputStream) + +
+          Create a parser from an input stream
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TextParser

+
+public TextParser()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setInputStream

+
+public void setInputStream(InputStream inputStream)
+
+
Create a parser from an input stream +

+

+
Parameters:
inputStream - +
Throws: +
IOException
+
+
+
+ +

+getOldId

+
+public int getOldId()
+
+
+ +
Returns:
Returns the old_id.
+
+
+
+ +

+getOldText

+
+public String getOldText()
+
+
+ +
Returns:
Returns the old_text.
+
+
+
+ +

+next

+
+public boolean next()
+             throws IOException
+
+
Returns true if the table has more rows. +

+

+ +
Returns:
+
Throws: +
IOException
+
+
+
+ +

+close

+
+public void close()
+           throws IOException
+
+
+ +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/WikiXMLDumpReader.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/WikiXMLDumpReader.html new file mode 100644 index 00000000..0975041d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/WikiXMLDumpReader.html @@ -0,0 +1,336 @@ + + + + + + + +WikiXMLDumpReader (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+Class WikiXMLDumpReader

+
+java.lang.Object
+  extended by org.xml.sax.helpers.DefaultHandler
+      extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
+          extended by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader
+
+
+
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
+
+
+
+
public class WikiXMLDumpReader
extends AbstractXmlDumpReader
+ + +

+Universal XML Dump Parser. Set of start and end xml tags comply with + org.mediawiki.importer.XmlDumpReader +

+ +

+

+
Author:
+
ivan.galkin
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
BASE, CASE, COMMENT, CONTRIBUTOR, endElements, forbiddenIdEndElements, forbiddenIdStartElements, GENERATOR, ID, IP, MEDIAWIKI, MINOR, NAMESPACE, NAMESPACES, PAGE, RESTRICTIONS, REVISION, SITEINFO, SITENAME, startElements, TEXT, THREAD_ANCESTOR, THREAD_AUTHOR, THREAD_EDIT_STATUS, THREAD_ID, THREAD_PAGE, THREAD_PARENT, THREAD_SUBJECT, THREAD_SUMMARY_PAGE, THREAD_TYPE, TIMESTAMP, TITLE, USERNAME
+  + + + + + + + + + + +
+Constructor Summary
WikiXMLDumpReader(InputStream inputStream, + DumpWriter writer) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidsetupEndElements() + +
+          Setup end tags, which will be processed.
+protected  voidsetupStartElements() + +
+          Setup start tags, which will be processed.
+ + + + + + + +
Methods inherited from class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader
abort, characters, endElement, readDump, setupForbiddenEndElements, setupForbiddenStartElements, startElement
+ + + + + + + +
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WikiXMLDumpReader

+
+public WikiXMLDumpReader(InputStream inputStream,
+                         DumpWriter writer)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setupEndElements

+
+protected void setupEndElements()
+
+
Description copied from class: AbstractXmlDumpReader
+
Setup end tags, which will be processed. Fill AbstractXmlDumpReader.endElements +

+

+
Specified by:
setupEndElements in class AbstractXmlDumpReader
+
+
+
+
+
+
+ +

+setupStartElements

+
+protected void setupStartElements()
+
+
Description copied from class: AbstractXmlDumpReader
+
Setup start tags, which will be processed. Fill AbstractXmlDumpReader.startElements +

+

+
Specified by:
setupStartElements in class AbstractXmlDumpReader
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/AbstractXmlDumpReader.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/AbstractXmlDumpReader.html new file mode 100644 index 00000000..0533c9ef --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/AbstractXmlDumpReader.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader

+
+ + + + + + + + + +
+Packages that use AbstractXmlDumpReader
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml  
+  +

+ + + + + +
+Uses of AbstractXmlDumpReader in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
+  +

+ + + + + + + + + +
Subclasses of AbstractXmlDumpReader in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
+ classWikiXMLDumpReader + +
+          Universal XML Dump Parser.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableEnum.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableEnum.html new file mode 100644 index 00000000..2c617165 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableEnum.html @@ -0,0 +1,207 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableEnum (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableEnum

+
+ + + + + + + + + +
+Packages that use DumpTableEnum
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml  
+  +

+ + + + + +
+Uses of DumpTableEnum in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml that return DumpTableEnum
+static DumpTableEnumDumpTableEnum.valueOf(String name) + +
+          Returns the enum constant of this type with the specified name.
+static DumpTableEnum[]DumpTableEnum.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml with parameters of type DumpTableEnum
+abstract  voidDumpTableInputStream.initialize(InputStream inputStream, + DumpTableEnum table) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableInputStream.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableInputStream.html new file mode 100644 index 00000000..6a76c8bd --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/DumpTableInputStream.html @@ -0,0 +1,189 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream

+
+ + + + + + + + + +
+Packages that use DumpTableInputStream
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of DumpTableInputStream in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return DumpTableInputStream
+ DumpTableInputStreamIEnvironmentFactory.getDumpTableInputStream() + +
+           
+ DumpTableInputStreamSpringFactory.getDumpTableInputStream() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/PageParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/PageParser.html new file mode 100644 index 00000000..f7cfb8a9 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/PageParser.html @@ -0,0 +1,247 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser

+
+ + + + + + + + + + + + + + + + + +
+Packages that use PageParser
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of PageParser in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type PageParser
+ voidDumpVersionProcessor.processPage(PageParser pageParser) + +
+           
+  +

+ + + + + +
+Uses of PageParser in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type PageParser
+ voidIDumpVersion.processPageRow(PageParser pageParser) + +
+           
+  +

+ + + + + +
+Uses of PageParser in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return PageParser
+ PageParserIEnvironmentFactory.getPageParser() + +
+           
+ PageParserSpringFactory.getPageParser() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/RevisionParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/RevisionParser.html new file mode 100644 index 00000000..634200bf --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/RevisionParser.html @@ -0,0 +1,247 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser

+
+ + + + + + + + + + + + + + + + + +
+Packages that use RevisionParser
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of RevisionParser in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type RevisionParser
+ voidDumpVersionProcessor.processRevision(RevisionParser revisionParser) + +
+           
+  +

+ + + + + +
+Uses of RevisionParser in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type RevisionParser
+ voidIDumpVersion.processRevisionRow(RevisionParser revisionParser) + +
+           
+  +

+ + + + + +
+Uses of RevisionParser in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return RevisionParser
+ RevisionParserIEnvironmentFactory.getRevisionParser() + +
+           
+ RevisionParserSpringFactory.getRevisionParser() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/TextParser.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/TextParser.html new file mode 100644 index 00000000..b7e15e27 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/TextParser.html @@ -0,0 +1,247 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser

+
+ + + + + + + + + + + + + + + + + +
+Packages that use TextParser
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of TextParser in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type TextParser
+ voidDumpVersionProcessor.processText(TextParser textParser) + +
+           
+  +

+ + + + + +
+Uses of TextParser in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version with parameters of type TextParser
+ voidIDumpVersion.processTextRow(TextParser textParser) + +
+           
+  +

+ + + + + +
+Uses of TextParser in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return TextParser
+ TextParserIEnvironmentFactory.getTextParser() + +
+           
+ TextParserSpringFactory.getTextParser() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/WikiXMLDumpReader.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/WikiXMLDumpReader.html new file mode 100644 index 00000000..c9d9cc38 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/class-use/WikiXMLDumpReader.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-frame.html new file mode 100644 index 00000000..7014dc53 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-frame.html @@ -0,0 +1,54 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml + + + + +
+Classes  + +
+AbstractXmlDumpReader +
+DumpTableInputStream +
+PageParser +
+RevisionParser +
+TextParser +
+WikiXMLDumpReader
+ + + + + + +
+Enums  + +
+DumpTableEnum
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-summary.html new file mode 100644 index 00000000..0344be2e --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-summary.html @@ -0,0 +1,197 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractXmlDumpReaderParser of WikiMedia XML dumps.
DumpTableInputStream 
PageParser 
RevisionParser 
TextParser 
WikiXMLDumpReaderUniversal XML Dump Parser.
+  + +

+ + + + + + + + + +
+Enum Summary
DumpTableEnumThree possible tables, which can be parsed from the Wikimedia-Dump + + PAGE + REVISION + TEXT +
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-tree.html new file mode 100644 index 00000000..d7a0480d --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-tree.html @@ -0,0 +1,172 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-use.html new file mode 100644 index 00000000..a164857a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/dump/xml/package-use.html @@ -0,0 +1,281 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
PageParser + +
+           
RevisionParser + +
+           
TextParser + +
+           
+  +

+ + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
PageParser + +
+           
RevisionParser + +
+           
TextParser + +
+           
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
AbstractXmlDumpReader + +
+          Parser of WikiMedia XML dumps.
DumpTableEnum + +
+          Three possible tables, which can be parsed from the Wikimedia-Dump + + PAGE + REVISION + TEXT +
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml used by de.tudarmstadt.ukp.wikipedia.wikimachine.factory
DumpTableInputStream + +
+           
PageParser + +
+           
RevisionParser + +
+           
TextParser + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/IEnvironmentFactory.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/IEnvironmentFactory.html new file mode 100644 index 00000000..a4467516 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/IEnvironmentFactory.html @@ -0,0 +1,362 @@ + + + + + + + +IEnvironmentFactory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.factory +
+Interface IEnvironmentFactory

+
+
All Known Implementing Classes:
SpringFactory
+
+
+
+
public interface IEnvironmentFactory
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ IDecompressorgetDecompressor() + +
+           
+ DumpTableInputStreamgetDumpTableInputStream() + +
+           
+ IDumpVersiongetDumpVersion() + +
+           
+ DumpVersionProcessorgetDumpVersionProcessor() + +
+           
+ ILoggergetLogger() + +
+           
+ PageParsergetPageParser() + +
+           
+ RevisionParsergetRevisionParser() + +
+           
+ ISnapshotGeneratorgetSnapshotGenerator() + +
+           
+ TextParsergetTextParser() + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+getLogger

+
+ILogger getLogger()
+
+
+
+
+
+
+ +

+getDecompressor

+
+IDecompressor getDecompressor()
+
+
+
+
+
+
+ +

+getSnapshotGenerator

+
+ISnapshotGenerator getSnapshotGenerator()
+
+
+
+
+
+
+ +

+getDumpVersionProcessor

+
+DumpVersionProcessor getDumpVersionProcessor()
+
+
+
+
+
+
+ +

+getDumpVersion

+
+IDumpVersion getDumpVersion()
+
+
+
+
+
+
+ +

+getDumpTableInputStream

+
+DumpTableInputStream getDumpTableInputStream()
+
+
+
+
+
+
+ +

+getPageParser

+
+PageParser getPageParser()
+
+
+
+
+
+
+ +

+getRevisionParser

+
+RevisionParser getRevisionParser()
+
+
+
+
+
+
+ +

+getTextParser

+
+TextParser getTextParser()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/SpringFactory.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/SpringFactory.html new file mode 100644 index 00000000..866a6958 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/SpringFactory.html @@ -0,0 +1,457 @@ + + + + + + + +SpringFactory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.factory +
+Class SpringFactory

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory
+
+
+
All Implemented Interfaces:
IEnvironmentFactory
+
+
+
+
public class SpringFactory
extends Object
implements IEnvironmentFactory
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringFactory() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ IDecompressorgetDecompressor() + +
+           
+ DumpTableInputStreamgetDumpTableInputStream() + +
+           
+ IDumpVersiongetDumpVersion() + +
+           
+ DumpVersionProcessorgetDumpVersionProcessor() + +
+           
+static SpringFactorygetInstance() + +
+           
+ ILoggergetLogger() + +
+           
+ PageParsergetPageParser() + +
+           
+ RevisionParsergetRevisionParser() + +
+           
+ ISnapshotGeneratorgetSnapshotGenerator() + +
+           
+ TextParsergetTextParser() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpringFactory

+
+public SpringFactory()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static SpringFactory getInstance()
+
+
+
+
+
+
+
+
+
+ +

+getLogger

+
+public ILogger getLogger()
+
+
+
Specified by:
getLogger in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getDecompressor

+
+public IDecompressor getDecompressor()
+
+
+
Specified by:
getDecompressor in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getSnapshotGenerator

+
+public ISnapshotGenerator getSnapshotGenerator()
+
+
+
Specified by:
getSnapshotGenerator in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getDumpVersionProcessor

+
+public DumpVersionProcessor getDumpVersionProcessor()
+
+
+
Specified by:
getDumpVersionProcessor in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getDumpVersion

+
+public IDumpVersion getDumpVersion()
+
+
+
Specified by:
getDumpVersion in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getDumpTableInputStream

+
+public DumpTableInputStream getDumpTableInputStream()
+
+
+
Specified by:
getDumpTableInputStream in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getPageParser

+
+public PageParser getPageParser()
+
+
+
Specified by:
getPageParser in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getRevisionParser

+
+public RevisionParser getRevisionParser()
+
+
+
Specified by:
getRevisionParser in interface IEnvironmentFactory
+
+
+
+
+
+
+ +

+getTextParser

+
+public TextParser getTextParser()
+
+
+
Specified by:
getTextParser in interface IEnvironmentFactory
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/IEnvironmentFactory.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/IEnvironmentFactory.html new file mode 100644 index 00000000..d2ff6e7b --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/IEnvironmentFactory.html @@ -0,0 +1,224 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory

+
+ + + + + + + + + + + + + +
+Packages that use IEnvironmentFactory
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of IEnvironmentFactory in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.domain declared as IEnvironmentFactory
+protected  IEnvironmentFactoryAbstractSnapshotGenerator.environmentFactory + +
+           
+  +

+ + + + + + + + +
Constructors in de.tudarmstadt.ukp.wikipedia.wikimachine.domain with parameters of type IEnvironmentFactory
AbstractSnapshotGenerator(IEnvironmentFactory environmentFactory) + +
+           
+  +

+ + + + + +
+Uses of IEnvironmentFactory in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that implement IEnvironmentFactory
+ classSpringFactory + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/SpringFactory.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/SpringFactory.html new file mode 100644 index 00000000..bbb6fdc2 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/class-use/SpringFactory.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory

+
+ + + + + + + + + +
+Packages that use SpringFactory
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + +
+Uses of SpringFactory in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
+  +

+ + + + + + + + + +
Methods in de.tudarmstadt.ukp.wikipedia.wikimachine.factory that return SpringFactory
+static SpringFactorySpringFactory.getInstance() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-frame.html new file mode 100644 index 00000000..db9630f3 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-frame.html @@ -0,0 +1,44 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.factory (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.factory + + + + +
+Interfaces  + +
+IEnvironmentFactory
+ + + + + + +
+Classes  + +
+SpringFactory
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-summary.html new file mode 100644 index 00000000..c83b51bc --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-summary.html @@ -0,0 +1,172 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.factory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.factory +

+ + + + + + + + + +
+Interface Summary
IEnvironmentFactory 
+  + +

+ + + + + + + + + +
+Class Summary
SpringFactory 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-tree.html new file mode 100644 index 00000000..a38cbbb9 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-tree.html @@ -0,0 +1,160 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.factory Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.factory +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-use.html new file mode 100644 index 00000000..a2638b14 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/factory/package-use.html @@ -0,0 +1,196 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.factory (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.factory

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.factory
de.tudarmstadt.ukp.wikipedia.wikimachine.domain  
de.tudarmstadt.ukp.wikipedia.wikimachine.factory  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.factory used by de.tudarmstadt.ukp.wikipedia.wikimachine.domain
IEnvironmentFactory + +
+           
+  +

+ + + + + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.factory used by de.tudarmstadt.ukp.wikipedia.wikimachine.factory
IEnvironmentFactory + +
+           
SpringFactory + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/HashStringUtil.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/HashStringUtil.html new file mode 100644 index 00000000..f28f4b23 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/HashStringUtil.html @@ -0,0 +1,262 @@ + + + + + + + +HashStringUtil (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +
+Class HashStringUtil

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.HashStringUtil
+
+
+
+
public class HashStringUtil
extends Object
+ + +

+This code was extracted from MarshalledInvocation. It converts any string to + a unique HashCode +

+ +

+

+
Author:
+
Clebert Suconic
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
HashStringUtil() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static longhashName(String name) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+HashStringUtil

+
+public HashStringUtil()
+
+
+ + + + + + + + +
+Method Detail
+ +

+hashName

+
+public static long hashName(String name)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/IStringHashCode.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/IStringHashCode.html new file mode 100644 index 00000000..968a252e --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/IStringHashCode.html @@ -0,0 +1,210 @@ + + + + + + + +IStringHashCode (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +
+Interface IStringHashCode

+
+
All Known Implementing Classes:
StringHashCodeDisabled, StringHashCodeJBoss, StringHashCodeJDK
+
+
+
+
public interface IStringHashCode
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ ObjecthashCode(String string) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+hashCode

+
+Object hashCode(String string)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeDisabled.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeDisabled.html new file mode 100644 index 00000000..eea6550a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeDisabled.html @@ -0,0 +1,259 @@ + + + + + + + +StringHashCodeDisabled (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +
+Class StringHashCodeDisabled

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeDisabled
+
+
+
All Implemented Interfaces:
IStringHashCode
+
+
+
+
public class StringHashCodeDisabled
extends Object
implements IStringHashCode
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StringHashCodeDisabled() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ StringhashCode(String string) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringHashCodeDisabled

+
+public StringHashCodeDisabled()
+
+
+ + + + + + + + +
+Method Detail
+ +

+hashCode

+
+public String hashCode(String string)
+
+
+
Specified by:
hashCode in interface IStringHashCode
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJBoss.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJBoss.html new file mode 100644 index 00000000..fab3d55c --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJBoss.html @@ -0,0 +1,259 @@ + + + + + + + +StringHashCodeJBoss (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +
+Class StringHashCodeJBoss

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJBoss
+
+
+
All Implemented Interfaces:
IStringHashCode
+
+
+
+
public class StringHashCodeJBoss
extends Object
implements IStringHashCode
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StringHashCodeJBoss() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ LonghashCode(String string) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringHashCodeJBoss

+
+public StringHashCodeJBoss()
+
+
+ + + + + + + + +
+Method Detail
+ +

+hashCode

+
+public Long hashCode(String string)
+
+
+
Specified by:
hashCode in interface IStringHashCode
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJDK.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJDK.html new file mode 100644 index 00000000..31342eef --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/StringHashCodeJDK.html @@ -0,0 +1,259 @@ + + + + + + + +StringHashCodeJDK (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +
+Class StringHashCodeJDK

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJDK
+
+
+
All Implemented Interfaces:
IStringHashCode
+
+
+
+
public class StringHashCodeJDK
extends Object
implements IStringHashCode
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StringHashCodeJDK() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ IntegerhashCode(String string) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringHashCodeJDK

+
+public StringHashCodeJDK()
+
+
+ + + + + + + + +
+Method Detail
+ +

+hashCode

+
+public Integer hashCode(String string)
+
+
+
Specified by:
hashCode in interface IStringHashCode
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/HashStringUtil.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/HashStringUtil.html new file mode 100644 index 00000000..d16d81c7 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/HashStringUtil.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.HashStringUtil (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.HashStringUtil

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.HashStringUtil +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/IStringHashCode.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/IStringHashCode.html new file mode 100644 index 00000000..be1e9acc --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/IStringHashCode.html @@ -0,0 +1,197 @@ + + + + + + + +Uses of Interface de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.IStringHashCode (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.IStringHashCode

+
+ + + + + + + + + +
+Packages that use IStringHashCode
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing  
+  +

+ + + + + +
+Uses of IStringHashCode in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
+  +

+ + + + + + + + + + + + + + + + + +
Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing that implement IStringHashCode
+ classStringHashCodeDisabled + +
+           
+ classStringHashCodeJBoss + +
+           
+ classStringHashCodeJDK + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeDisabled.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeDisabled.html new file mode 100644 index 00000000..7570473a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeDisabled.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeDisabled (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeDisabled

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeDisabled +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJBoss.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJBoss.html new file mode 100644 index 00000000..6f46c324 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJBoss.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJBoss (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJBoss

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJBoss +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJDK.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJDK.html new file mode 100644 index 00000000..24d9e41a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/class-use/StringHashCodeJDK.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJDK (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJDK

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJDK +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-frame.html new file mode 100644 index 00000000..9702e5f2 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-frame.html @@ -0,0 +1,50 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing + + + + +
+Interfaces  + +
+IStringHashCode
+ + + + + + +
+Classes  + +
+HashStringUtil +
+StringHashCodeDisabled +
+StringHashCodeJBoss +
+StringHashCodeJDK
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-summary.html new file mode 100644 index 00000000..996f0c8a --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-summary.html @@ -0,0 +1,184 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +

+ + + + + + + + + +
+Interface Summary
IStringHashCode 
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
HashStringUtilThis code was extracted from MarshalledInvocation.
StringHashCodeDisabled 
StringHashCodeJBoss 
StringHashCodeJDK 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-tree.html new file mode 100644 index 00000000..45dc5f01 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-tree.html @@ -0,0 +1,162 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-use.html new file mode 100644 index 00000000..84e0d079 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/hashing/package-use.html @@ -0,0 +1,171 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.hashing (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing

+
+ + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing used by de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
IStringHashCode + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Redirects.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Redirects.html new file mode 100644 index 00000000..f28a3c7f --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Redirects.html @@ -0,0 +1,256 @@ + + + + + + + +Redirects (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+Class Redirects

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.util.Redirects
+
+
+
+
public class Redirects
extends Object
+ + +

+Get the destination of a redirect using its text. +

+ +

+

+
Author:
+
Torsten Zesch
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+static StringgetRedirectDestination(String pageText) + +
+          Return the redirect destination of according to wikimedia syntax.
+static booleanisRedirect(String text) + +
+          Check if given text starts with #REDIRECT, with case ignoring
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+isRedirect

+
+public static boolean isRedirect(String text)
+
+
Check if given text starts with #REDIRECT, with case ignoring +

+

+
Parameters:
text - given text +
Returns:
true if text starts with #REDIRECT, false otherwise
+
+
+
+ +

+getRedirectDestination

+
+public static String getRedirectDestination(String pageText)
+
+
Return the redirect destination of according to wikimedia syntax. + + FIXME the whole function body was temporary wrapped with try/catch to + find a error in this code +

+

+
Parameters:
pageText - +
Returns:
redirect destination
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Strings.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Strings.html new file mode 100644 index 00000000..93258410 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/Strings.html @@ -0,0 +1,500 @@ + + + + + + + +Strings (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+Class Strings

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings
+
+
+
+
public abstract class Strings
extends Object
+ + +

+Utilities for Strings. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static Stringcapitalize(String s) + +
+          Uppercases the first character of a string.
+static booleanendsWithRegex(String str, + String regex) + +
+           
+static StringescapeString(String s, + char[] charsToEscape, + char escapeChar) + +
+           
+static booleanfind(String str, + String regex) + +
+           
+static Stringgroup(String str) + +
+           
+static booleanisCapitalized(String s) + +
+           
+static booleanisEmpty(String s) + +
+           
+static Stringjoin(Collection c, + String delimiter) + +
+           
+static Stringjoin(Object[] elements, + String glue) + +
+           
+static booleanlookingAt(String str, + String regex) + +
+           
+static booleanmatches(String str, + String regex) + +
+           
+static Stringrepeat(String s, + int times) + +
+           
+static StringsearchAndReplace(String text, + String from_regex, + String to) + +
+           
+static StringtoAscii(String s) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+find

+
+public static boolean find(String str,
+                           String regex)
+
+
+
+
+
+
+ +

+lookingAt

+
+public static boolean lookingAt(String str,
+                                String regex)
+
+
+
+
+
+
+ +

+matches

+
+public static boolean matches(String str,
+                              String regex)
+
+
+
+
+
+
+ +

+endsWithRegex

+
+public static boolean endsWithRegex(String str,
+                                    String regex)
+
+
+
+
+
+
+ +

+join

+
+public static String join(Collection c,
+                          String delimiter)
+
+
+
+
+
+
+ +

+capitalize

+
+public static String capitalize(String s)
+
+
Uppercases the first character of a string. +

+

+
Parameters:
s - a string to capitalize +
Returns:
a capitalized version of the string
+
+
+
+ +

+isEmpty

+
+public static boolean isEmpty(String s)
+
+
+
+
+
+
+ +

+isCapitalized

+
+public static boolean isCapitalized(String s)
+
+
+
+
+
+
+ +

+searchAndReplace

+
+public static String searchAndReplace(String text,
+                                      String from_regex,
+                                      String to)
+
+
+
+
+
+
+ +

+escapeString

+
+public static String escapeString(String s,
+                                  char[] charsToEscape,
+                                  char escapeChar)
+
+
+
+
+
+
+ +

+toAscii

+
+public static String toAscii(String s)
+
+
+
+
+
+
+ +

+group

+
+public static String group(String str)
+
+
+
+
+
+
+ +

+repeat

+
+public static String repeat(String s,
+                            int times)
+
+
+
+
+
+
+ +

+join

+
+public static String join(Object[] elements,
+                          String glue)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TimestampUtil.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TimestampUtil.html new file mode 100644 index 00000000..3cc706cf --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TimestampUtil.html @@ -0,0 +1,301 @@ + + + + + + + +TimestampUtil (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+Class TimestampUtil

+
+java.lang.Object
+  extended by de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil
+
+
+
+
public abstract class TimestampUtil
extends Object
+ + +

+This class provides utilities for the conversion of timestamps. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
TimestampUtil() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static TimestampgetNextTimestamp(Timestamp previous, + long nrDays) + +
+           
+static Timestampparse(String mediaWikiString) + +
+           
+static StringtoMediaWikiString(Timestamp timestamp) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TimestampUtil

+
+public TimestampUtil()
+
+
+ + + + + + + + +
+Method Detail
+ +

+parse

+
+public static Timestamp parse(String mediaWikiString)
+
+
+
+
+
+
+ +

+toMediaWikiString

+
+public static String toMediaWikiString(Timestamp timestamp)
+
+
+
+
+
+
+ +

+getNextTimestamp

+
+public static Timestamp getNextTimestamp(Timestamp previous,
+                                         long nrDays)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TxtFileWriter.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TxtFileWriter.html new file mode 100644 index 00000000..7ae79d11 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/TxtFileWriter.html @@ -0,0 +1,334 @@ + + + + + + + +TxtFileWriter (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+Class TxtFileWriter

+
+java.lang.Object
+  extended by java.io.OutputStream
+      extended by java.io.FilterOutputStream
+          extended by java.io.PrintStream
+              extended by de.tudarmstadt.ukp.wikipedia.wikimachine.util.TxtFileWriter
+
+
+
All Implemented Interfaces:
Closeable, Flushable, Appendable
+
+
+
+
public class TxtFileWriter
extends PrintStream
+ + +

+Writes the dumps of tables as txt files. +

+ +

+

+
Author:
+
Anouar
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.io.FilterOutputStream
out
+  + + + + + + + + + + +
+Constructor Summary
TxtFileWriter(String filename) + +
+          Instantiates a new TxtFileWriter object.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddRow(Object... row) + +
+          Add a row to the dump of the table.
+ voidexport() + +
+           
+ + + + + + + +
Methods inherited from class java.io.PrintStream
append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write
+ + + + + + + +
Methods inherited from class java.io.FilterOutputStream
write
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+TxtFileWriter

+
+public TxtFileWriter(String filename)
+              throws IOException
+
+
Instantiates a new TxtFileWriter object. +

+

+
Parameters:
filename - +
Throws: +
IOException
+
+ + + + + + + + +
+Method Detail
+ +

+addRow

+
+public void addRow(Object... row)
+            throws IOException
+
+
Add a row to the dump of the table. +

+

+
Parameters:
row - +
Throws: +
IOException
+
+
+
+ +

+export

+
+public void export()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataInputStream.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataInputStream.html new file mode 100644 index 00000000..f9e229e5 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataInputStream.html @@ -0,0 +1,337 @@ + + + + + + + +UTFDataInputStream (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+Class UTFDataInputStream

+
+java.lang.Object
+  extended by java.io.InputStream
+      extended by java.io.FilterInputStream
+          extended by java.io.DataInputStream
+              extended by de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataInputStream
+
+
+
All Implemented Interfaces:
Closeable, DataInput
+
+
+
+
public class UTFDataInputStream
extends DataInputStream
+ + +

+This is a inverse class of UTFDataOutputStream witch goal is to + reminder the length limitation of written UTF-8 strings +

+ +

+

+
Author:
+
i_galkin
+
See Also:
UTFDataOutputStream
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.io.FilterInputStream
in
+  + + + + + + + + + + +
+Constructor Summary
UTFDataInputStream(InputStream in) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ StringreadFragmentedUTF() + +
+          Read a fragmented UTF-8 String
+ StringreadUTFAsArray() + +
+          Read a byte array formed UTF-8 String
+ + + + + + + +
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
+ + + + + + + +
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UTFDataInputStream

+
+public UTFDataInputStream(InputStream in)
+
+
+ + + + + + + + +
+Method Detail
+ +

+readFragmentedUTF

+
+public String readFragmentedUTF()
+                         throws IOException
+
+
Read a fragmented UTF-8 String +

+

+ +
Returns:
a String written with + UTFDataOutputStream.writeFragmentedUTF(String) +
Throws: +
IOException
See Also:
UTFDataOutputStream.writeFragmentedUTF(String)
+
+
+
+ +

+readUTFAsArray

+
+public String readUTFAsArray()
+                      throws IOException
+
+
Read a byte array formed UTF-8 String +

+

+ +
Returns:
a String written with + UTFDataOutputStream.writeUTFAsArray(String) +
Throws: +
IOException
See Also:
UTFDataOutputStream.writeUTFAsArray(String)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataOutputStream.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataOutputStream.html new file mode 100644 index 00000000..cd8370a6 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/UTFDataOutputStream.html @@ -0,0 +1,366 @@ + + + + + + + +UTFDataOutputStream (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+Class UTFDataOutputStream

+
+java.lang.Object
+  extended by java.io.OutputStream
+      extended by java.io.FilterOutputStream
+          extended by java.io.DataOutputStream
+              extended by de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream
+
+
+
All Implemented Interfaces:
Closeable, DataOutput, Flushable
+
+
+
+
public class UTFDataOutputStream
extends DataOutputStream
+ + +

+The standard DataOutputStream.writeUTF(String) limits the string + with 65536 byte sized buffer. To avoid this limitation there is two methods + to use: +

+

+ +

+

+
Author:
+
i_galkin
+
See Also:
DataOutputStream.writeUTF(String)
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class java.io.DataOutputStream
written
+ + + + + + + +
Fields inherited from class java.io.FilterOutputStream
out
+  + + + + + + + + + + +
+Constructor Summary
UTFDataOutputStream(OutputStream out) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidwriteFragmentedUTF(String str) + +
+          The UTF-8 encoding uses sequences of 1, 2, or 3 bytes per character.
+ voidwriteUTFAsArray(String str) + +
+          This method uses the String.getBytes(String) method to write + + the size of the byte array + the unicode byte sequence of this string +
+ + + + + + + +
Methods inherited from class java.io.DataOutputStream
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
+ + + + + + + +
Methods inherited from class java.io.FilterOutputStream
close, write
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.io.DataOutput
write
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UTFDataOutputStream

+
+public UTFDataOutputStream(OutputStream out)
+
+
+ + + + + + + + +
+Method Detail
+ +

+writeFragmentedUTF

+
+public void writeFragmentedUTF(String str)
+                        throws IOException
+
+
The UTF-8 encoding uses sequences of 1, 2, or 3 bytes per character. With + he maximal length of the fragment we want to ensure, that there are no + overflow of 65536 byte sized buffer +

+

+
Parameters:
str - String to be written in the output stream +
Throws: +
IOException
+
+
+
+ +

+writeUTFAsArray

+
+public void writeUTFAsArray(String str)
+                     throws IOException
+
+
This method uses the String.getBytes(String) method to write +
    +
  1. the size of the byte array
  2. +
  3. the unicode byte sequence of this string
  4. +
+

+

+
Parameters:
str - String to be written in the output stream +
Throws: +
IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Redirects.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Redirects.html new file mode 100644 index 00000000..685c124f --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Redirects.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Redirects (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.util.Redirects

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.util.Redirects +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Strings.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Strings.html new file mode 100644 index 00000000..61cb7557 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/Strings.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TimestampUtil.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TimestampUtil.html new file mode 100644 index 00000000..19f205cc --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TimestampUtil.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TxtFileWriter.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TxtFileWriter.html new file mode 100644 index 00000000..055cb4d1 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/TxtFileWriter.html @@ -0,0 +1,253 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TxtFileWriter (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.util.TxtFileWriter

+
+ + + + + + + + + +
+Packages that use TxtFileWriter
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
+  +

+ + + + + +
+Uses of TxtFileWriter in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version declared as TxtFileWriter
+protected  TxtFileWriterAbstractDumpVersion.categoryInlinks + +
+           
+protected  TxtFileWriterAbstractDumpVersion.categoryOutlinks + +
+           
+protected  TxtFileWriterAbstractDumpVersion.categoryPages + +
+           
+protected  TxtFileWriterAbstractDumpVersion.page + +
+           
+protected  TxtFileWriterAbstractDumpVersion.pageCategories + +
+           
+protected  TxtFileWriterAbstractDumpVersion.pageInlinks + +
+           
+protected  TxtFileWriterAbstractDumpVersion.pageMapLine + +
+           
+protected  TxtFileWriterAbstractDumpVersion.pageOutlinks + +
+           
+protected  TxtFileWriterAbstractDumpVersion.pageRedirects + +
+           
+protected  TxtFileWriterAbstractDumpVersion.txtFW + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataInputStream.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataInputStream.html new file mode 100644 index 00000000..71dde7f7 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataInputStream.html @@ -0,0 +1,181 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataInputStream (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataInputStream

+
+ + + + + + + + + +
+Packages that use UTFDataInputStream
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml  
+  +

+ + + + + +
+Uses of UTFDataInputStream in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
+  +

+ + + + + + + + + +
Fields in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml declared as UTFDataInputStream
+protected  UTFDataInputStreamPageParser.stream + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataOutputStream.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataOutputStream.html new file mode 100644 index 00000000..0cc36d88 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/class-use/UTFDataOutputStream.html @@ -0,0 +1,145 @@ + + + + + + + +Uses of Class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream

+
+No usage of de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-frame.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-frame.html new file mode 100644 index 00000000..c92912dc --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-frame.html @@ -0,0 +1,43 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.util (WikiMachine 0.9.1 API) + + + + + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.util + + + + +
+Classes  + +
+Redirects +
+Strings +
+TimestampUtil +
+TxtFileWriter +
+UTFDataInputStream +
+UTFDataOutputStream
+ + + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-summary.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-summary.html new file mode 100644 index 00000000..3b7cf581 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-summary.html @@ -0,0 +1,180 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.util (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package de.tudarmstadt.ukp.wikipedia.wikimachine.util +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
RedirectsGet the destination of a redirect using its text.
StringsUtilities for Strings.
TimestampUtilThis class provides utilities for the conversion of timestamps.
TxtFileWriterWrites the dumps of tables as txt files.
UTFDataInputStreamThis is a inverse class of UTFDataOutputStream witch goal is to + reminder the length limitation of written UTF-8 strings
UTFDataOutputStreamThe standard DataOutputStream.writeUTF(String) limits the string + with 65536 byte sized buffer.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-tree.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-tree.html new file mode 100644 index 00000000..3e66ce66 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-tree.html @@ -0,0 +1,173 @@ + + + + + + + +de.tudarmstadt.ukp.wikipedia.wikimachine.util Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package de.tudarmstadt.ukp.wikipedia.wikimachine.util +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-use.html b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-use.html new file mode 100644 index 00000000..2c7a9c81 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/de/tudarmstadt/ukp/wikipedia/wikimachine/util/package-use.html @@ -0,0 +1,191 @@ + + + + + + + +Uses of Package de.tudarmstadt.ukp.wikipedia.wikimachine.util (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
de.tudarmstadt.ukp.wikipedia.wikimachine.util

+
+ + + + + + + + + + + + + +
+Packages that use de.tudarmstadt.ukp.wikipedia.wikimachine.util
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version  
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml  
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.util used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
TxtFileWriter + +
+          Writes the dumps of tables as txt files.
+  +

+ + + + + + + + +
+Classes in de.tudarmstadt.ukp.wikipedia.wikimachine.util used by de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
UTFDataInputStream + +
+          This is a inverse class of UTFDataOutputStream witch goal is to + reminder the length limitation of written UTF-8 strings
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/deprecated-list.html b/apidocs/WikiMachine-0.9.1/deprecated-list.html new file mode 100644 index 00000000..d0293ad2 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/deprecated-list.html @@ -0,0 +1,147 @@ + + + + + + + +Deprecated List (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents
    +
+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/help-doc.html b/apidocs/WikiMachine-0.9.1/help-doc.html new file mode 100644 index 00000000..049fe8a3 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/help-doc.html @@ -0,0 +1,224 @@ + + + + + + + +API Help (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    +
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description +

    +

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary +

    +

  • Field Detail
  • Constructor Detail
  • Method Detail
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

    +
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

    +
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    +
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/index-all.html b/apidocs/WikiMachine-0.9.1/index-all.html new file mode 100644 index 00000000..c064a320 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/index-all.html @@ -0,0 +1,1371 @@ + + + + + + + +Index (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D E F G H I J L M N O P R S T U V W
+

+A

+
+
abort() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Request that the dump processing be aborted. +
AbstractDumpVersion - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
 
AbstractDumpVersion() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
AbstractLogger - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
Logger, which does not implement some concrete output technique, but knows + how exceptions are represented like.
AbstractLogger() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger +
  +
AbstractSnapshotGenerator - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
 
AbstractSnapshotGenerator(IEnvironmentFactory) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
AbstractXmlDumpReader - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
Parser of WikiMedia XML dumps.
AbstractXmlDumpReader(InputStream, DumpWriter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Initialize a processor for a MediaWiki XML dump stream. +
addCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
addDisamb() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
addPage() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
addRedirect() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
addRow(Object...) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TxtFileWriter +
Add a row to the dump of the table. +
appendRunntimeInfo() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +
  +
available() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
+
+

+B

+
+
BASE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
BZip2Decompressor - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
BZip2 Decompressor (based on Singleton Design Pattern).
BZip2Decompressor() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.BZip2Decompressor +
  +
+
+

+C

+
+
capitalize(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
Uppercases the first character of a string. +
CASE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
categoryInlinks - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
CategorylinksParser - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql
A Parser for the sql file that defines the table categorylinks.
CategorylinksParser(InputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser +
Create a parser from an input stream +
categoryOutlinks - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
categoryPages - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
characters(char[], int, int) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
checkAll() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
checkEach() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
checkOutputDirectory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
checkTimeConfig() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
checkTimestamp() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
close() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser +
  +
COMMENT - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
CompositeLogger - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
CompositeLogger(ILogger[]) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.CompositeLogger +
  +
configuration - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
Configuration - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
The Configuration class wraps all the parameters for the + execution
+ of the DBMapping tool.
Configuration(ILogger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
CONTRIBUTOR - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
createThrowableMessage(Throwable) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger +
  +
+
+

+D

+
+
de.tudarmstadt.ukp.wikipedia.wikimachine.debug - package de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression - package de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
 
de.tudarmstadt.ukp.wikipedia.wikimachine.domain - package de.tudarmstadt.ukp.wikipedia.wikimachine.domain
 
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql - package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql
 
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version - package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
 
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml - package de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
 
de.tudarmstadt.ukp.wikipedia.wikimachine.factory - package de.tudarmstadt.ukp.wikipedia.wikimachine.factory
 
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing - package de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
 
de.tudarmstadt.ukp.wikipedia.wikimachine.util - package de.tudarmstadt.ukp.wikipedia.wikimachine.util
 
decompressor - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
DumpTableEnum - Enum in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
Three possible tables, which can be parsed from the Wikimedia-Dump + + PAGE + REVISION + TEXT +
DumpTableInputStream - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
 
DumpTableInputStream() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream +
  +
dumpVersionProcessor - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
DumpVersionProcessor - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
 
DumpVersionProcessor(ILogger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
+
+

+E

+
+
endElement(String, String, String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
endElements - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
endsWithRegex(String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
environmentFactory - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
escape(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.SQLEscape +
  +
escapeString(String, char[], char) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
export() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TxtFileWriter +
  +
exportAfterCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
exportAfterCategoryLinksParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
exportAfterPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
exportAfterPageLinksParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
exportAfterPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
exportAfterPageParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
exportAfterRevisionParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
exportAfterRevisionParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
exportAfterTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
exportAfterTextParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
+
+

+F

+
+
FileMemoryLogger - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
FileMemoryLogger() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger +
  +
FileMemoryLogVisualiser - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
FileMemoryLogVisualiser(String[]) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogVisualiser +
  +
FILEPLACEHOLDER - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor +
Place holder for compressed file path in external command +
Files - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
File name constants and with the simple input/output directory building + rules.
Files(ILogger) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
Files(Files) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
finalize() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger +
  +
finalize() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +
  +
find(String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
flushByTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
flushByTextParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
forbiddenIdEndElements - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
forbiddenIdStartElements - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
formatBoolean(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
Returns the String value of the bit 1 if the given boolean is true
+ and an empty String otherwise. +
freeAfterCategoryLinksParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
freeAfterPageLinksParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
freeAfterPageParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
freeAfterRevisonParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
freeAfterTextParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
+
+

+G

+
+
GENERATOR - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
getClFrom() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser +
  +
getClTo() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser +
  +
getDecompressor() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getDecompressor() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getDisambiguationCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
getDisambiguationCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getDumpTableInputStream() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getDumpTableInputStream() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getDumpVersion() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersionFactory +
  +
getDumpVersion() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getDumpVersion() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getDumpVersionProcessor() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getDumpVersionProcessor() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getEach() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
getFromTimestamp() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
getId() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getInputStream(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.BZip2Decompressor +
  +
getInputStream(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.GZipDecompressor +
  +
getInputStream(String) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.IDecompressor +
  +
getInputStream(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor +
Creates a InputStream where the unpacked data could be read from. +
getInstance() - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getLanguage() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
getLanguage() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getLogger() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getLogger() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getMainCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
getMainCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getNextTimestamp(Timestamp, long) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil +
  +
getNrOfCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getNrOfDisambiguations() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getNrOfPages() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getNrOfRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getOldId() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser +
  +
getOldText() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser +
  +
getOutputCategory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputCategoryInlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputCategoryOutlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputCategoryPages() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputDirectory() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputMetadata() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPage() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPageCategories() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPageInlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPageMapLine() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPageOutlinks() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPageRedirects() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getOutputPath(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
getPageId() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
getPageIsRedirect() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
getPageNamespace() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
getPageParser() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getPageParser() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getPageTitle() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
getPlFrom() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser +
  +
getPlNamespace() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser +
  +
getPlTo() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser +
  +
getRedirectDestination(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Redirects +
Return the redirect destination of according to wikimedia syntax. +
getRevisionParser() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getRevisionParser() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getRevPage() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
getRevTextId() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
getRevTimestamp() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
getSnapshotGenerator() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getSnapshotGenerator() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getTextParser() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.factory.IEnvironmentFactory +
  +
getTextParser() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
getTimestamp() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
getToTimestamp() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
group(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
GZipDecompressor - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
GZip Decompressor (based on Singleton Design Pattern).
GZipDecompressor() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.GZipDecompressor +
  +
+
+

+H

+
+
hashCode(String) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.IStringHashCode +
  +
hashCode(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeDisabled +
  +
hashCode(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJBoss +
  +
hashCode(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJDK +
  +
hashName(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.HashStringUtil +
  +
HashStringUtil - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
This code was extracted from MarshalledInvocation.
HashStringUtil() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.HashStringUtil +
  +
+
+

+I

+
+
ID - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
IDecompressor - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
The main interface for all Decompressors, which uses a archive file path and + returns a InputStream
IDumpVersion - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
An interface to abstract from DumpVersion realization
IDumpVersionFactory - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version
 
IEnvironmentFactory - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
 
ILogger - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
initCategoryLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
initCategoryLinksParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
initialize(Timestamp) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
initialize(InputStream, DumpTableEnum) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableInputStream +
  +
initMessage() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +
  +
initPageLinksParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
initPageLinksParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
initPageParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
initPageParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
initRevisionParsion() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
initRevisionParsion() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
initTextParsing() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
initTextParsing() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
initWithConfig(Configuration) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
InputStreamSpy - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
InputStreamSpy(InputStream, OutputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
IP - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
isCapitalized(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
isEmpty(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
ISnapshotGenerator - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
 
isRedirect(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Redirects +
Check if given text starts with #REDIRECT, with case ignoring +
isSupported(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor +
Check if the file is supported by the internal or external decompressor +
isThrowable(Class<?>) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger +
  +
IStringHashCode - Interface in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
 
+
+

+J

+
+
join(Collection, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
join(Object[], String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
+
+

+L

+
+
log(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger +
  +
log(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.CompositeLogger +
  +
log(Object) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.debug.ILogger +
  +
Log4jLogger - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
Log4jLogger() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.Log4jLogger +
  +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
logger - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
logObject(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.AbstractLogger +
  +
logObject(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger +
  +
logObject(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.Log4jLogger +
  +
logObject(Object) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +
  +
lookingAt(String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
+
+

+M

+
+
MailMemorylLogger - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.debug
 
MailMemorylLogger() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +
  +
main(String[]) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogVisualiser +
  +
mark(int) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
markSupported() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
matches(String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
MEDIAWIKI - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
MetaData - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.domain
Holds the meta data for a dump version.
MetaData() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
metaData - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
MINOR - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
+
+

+N

+
+
NAMESPACE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
NAMESPACES - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.CategorylinksParser +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser +
  +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
Returns true if the table has more rows. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
Returns true if the table has more rows. +
next() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser +
Returns true if the table has more rows. +
now(SimpleDateFormat) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.FileMemoryLogger +
  +
now() - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.MailMemorylLogger +
  +
NS_BOOK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_BOOK_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_CATEGORY - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_CATEGORY_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_FILE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_FILE_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_HELP - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_HELP_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_MAIN - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_MEDIAWIKI - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_MEDIAWIKI_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_PORTAL - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_PORTAL_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_SUMMARY - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_SUMMARY_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_TEMPLATE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_TEMPLATE_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_THREAD - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_THREAD_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_USER - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_USER_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_WIKIPEDIA - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
NS_WIKIPEDIA_TALK - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
+
+

+O

+
+
OUTPUT_CATEGORY - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_CATEGORYINLINKS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_CATEGORYOUTLINKS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_CATEGORYPAGES - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_DIRECTORY - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_METADATA - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_PAGE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_PAGECATEGORIES - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_PAGEINLINKS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_PAGEMAPLINE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_PAGEOUTLINKS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
OUTPUT_PAGEREDIRECTS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
outputDirectory - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
+
+

+P

+
+
page - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
PAGE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
pageCategories - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
pageId - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
Needed fields from the table page. +
pageInlinks - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
pageIsRedirect - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
PagelinksParser - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql
A Parser for the sql file that defines the table pagelinks.
PagelinksParser(InputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.PagelinksParser +
Create a parser from an input stream +
pageMapLine - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
pageNamespace - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
pageOutlinks - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
PageParser - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
 
PageParser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
pageRedirects - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
pageTitle - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
parse(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil +
  +
processCategorylinks(CategorylinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
processCategoryLinksRow(CategorylinksParser) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
processPage(PageParser) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
processPagelinks(PagelinksParser) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
processPageLinksRow(PagelinksParser) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
processPageRow(PageParser) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
processRevision(RevisionParser) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
processRevisionRow(RevisionParser) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
processText(TextParser) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
processTextRow(TextParser) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
+
+

+R

+
+
read() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
readDump() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Reads through the entire XML dump on the input stream, sending events to + the DumpWriter as it goes. +
readFragmentedUTF() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataInputStream +
Read a fragmented UTF-8 String +
readUTFAsArray() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataInputStream +
Read a byte array formed UTF-8 String +
Redirects - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.util
Get the destination of a redirect using its text.
repeat(String, int) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
reset() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.debug.InputStreamSpy +
  +
RESTRICTIONS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
REVISION - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
RevisionParser - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
 
RevisionParser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
revPage - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
revTextId - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
revTimestamp - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
+
+

+S

+
+
searchAndReplace(String, String, String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
setCategoryRedirectsSkip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
setCategoryRedirectsSkip(boolean) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
setConfiguration(Configuration) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
setConfiguration(Configuration) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.domain.ISnapshotGenerator +
  +
setDisambiguationCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
setDisambiguationCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setDumpVersions(IDumpVersion[]) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
setEach(int) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
setFiles(Files) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
setFiles(Files) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.domain.ISnapshotGenerator +
  +
setFiles(Files) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
setFiles(Files) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
setFromTimestamp(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
setId(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setInputStream(InputStream) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
Create a parser from an input stream +
setInputStream(InputStream) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
Create a parser from an input stream +
setInputStream(InputStream) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser +
Create a parser from an input stream +
setLanguage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
setLanguage(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setLogger(ILogger) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
setLogger(ILogger) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
setMainCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
setMainCategory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setMetaData(MetaData) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
setMetaData(MetaData) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
setNrOfCategories(int) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setNrOfPages(int) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setNrOfRedirects(int) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setOutputDirectory(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Files +
  +
setPageRedirectsSkip(boolean) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
setPageRedirectsSkip(boolean) - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
setStep2Flush(Integer) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
setStep2GC(Integer) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
setStep2Log(Integer) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
setTimestamp(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.MetaData +
  +
setToTimestamp(Timestamp) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.Configuration +
  +
setupEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Setup end tags, which will be processed. +
setupEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader +
  +
setupForbiddenEndElements() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Fill AbstractXmlDumpReader.forbiddenIdEndElements +
setupForbiddenStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Fill AbstractXmlDumpReader.forbiddenIdStartElements +
setupStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
Setup start tags, which will be processed. +
setupStartElements() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader +
  +
SITEINFO - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
SITENAME - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
skipCategory - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
skipPage - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
SpringFactory - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.factory
 
SpringFactory() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.factory.SpringFactory +
  +
SQLEscape - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql
The single method SQLEscape#removeEscapes removes all unwished escape + characters from a string to make is SQL conform.
start() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.AbstractSnapshotGenerator +
  +
start() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.domain.ISnapshotGenerator +
  +
startElement(String, String, String, Attributes) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
startElements - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
stream - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.PageParser +
  +
stream - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.RevisionParser +
  +
StringHashCodeDisabled - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
 
StringHashCodeDisabled() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeDisabled +
  +
StringHashCodeJBoss - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
 
StringHashCodeJBoss() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJBoss +
  +
StringHashCodeJDK - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.hashing
 
StringHashCodeJDK() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.hashing.StringHashCodeJDK +
  +
Strings - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.util
Utilities for Strings.
+
+

+T

+
+
TEXT - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
TextParser - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
 
TextParser() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.TextParser +
  +
THREAD_ANCESTOR - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_AUTHOR - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_EDIT_STATUS - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_ID - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_PAGE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_PARENT - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_SUBJECT - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_SUMMARY_PAGE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
THREAD_TYPE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
timestamp - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
TIMESTAMP - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
TimestampUtil - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.util
This class provides utilities for the conversion of timestamps.
TimestampUtil() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil +
  +
TITLE - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
titleFormat(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql.SQLEscape +
  +
toAscii(String) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.Strings +
  +
toMediaWikiString(Timestamp) - +Static method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TimestampUtil +
  +
TxtFileWriter - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.util
Writes the dumps of tables as txt files.
TxtFileWriter(String) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.util.TxtFileWriter +
Instantiates a new TxtFileWriter object. +
txtFW - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
+
+

+U

+
+
UniversalDecompressor - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.decompression
Factory to create java.io.InputStream depending on the + filename's extension.
UniversalDecompressor() - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.decompression.UniversalDecompressor +
Don't let anyone instantiate this class - set the constructor to private +
USERNAME - +Static variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.AbstractXmlDumpReader +
  +
UTFDataInputStream - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.util
This is a inverse class of UTFDataOutputStream witch goal is to + reminder the length limitation of written UTF-8 strings
UTFDataInputStream(InputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataInputStream +
  +
UTFDataOutputStream - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.util
The standard DataOutputStream.writeUTF(String) limits the string + with 65536 byte sized buffer.
UTFDataOutputStream(OutputStream) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream +
  +
+
+

+V

+
+
valueOf(String) - +Static method in enum de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableEnum +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.DumpTableEnum +
Returns an array containing the constants of this enum type, in +the order they are declared. +
versionFiles - +Variable in class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.AbstractDumpVersion +
  +
+
+

+W

+
+
WikiXMLDumpReader - Class in de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml
Universal XML Dump Parser.
WikiXMLDumpReader(InputStream, DumpWriter) - +Constructor for class de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml.WikiXMLDumpReader +
  +
writeFragmentedUTF(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream +
The UTF-8 encoding uses sequences of 1, 2, or 3 bytes per character. +
writeMetaData() - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.domain.DumpVersionProcessor +
  +
writeMetaData() - +Method in interface de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version.IDumpVersion +
  +
writeUTFAsArray(String) - +Method in class de.tudarmstadt.ukp.wikipedia.wikimachine.util.UTFDataOutputStream +
This method uses the String.getBytes(String) method to write + + the size of the byte array + the unicode byte sequence of this string + +
+
+A B C D E F G H I J L M N O P R S T U V W + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/index.html b/apidocs/WikiMachine-0.9.1/index.html new file mode 100644 index 00000000..74728da1 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/index.html @@ -0,0 +1,40 @@ + + + + + + + +WikiMachine 0.9.1 API + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/apidocs/WikiMachine-0.9.1/overview-frame.html b/apidocs/WikiMachine-0.9.1/overview-frame.html new file mode 100644 index 00000000..74223e8c --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/overview-frame.html @@ -0,0 +1,59 @@ + + + + + + + +Overview List (WikiMachine 0.9.1 API) + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+de.tudarmstadt.ukp.wikipedia.wikimachine.debug +
+de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +
+de.tudarmstadt.ukp.wikipedia.wikimachine.domain +
+de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +
+de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +
+de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +
+de.tudarmstadt.ukp.wikipedia.wikimachine.factory +
+de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +
+de.tudarmstadt.ukp.wikipedia.wikimachine.util +
+

+ +

+  + + diff --git a/apidocs/WikiMachine-0.9.1/overview-summary.html b/apidocs/WikiMachine-0.9.1/overview-summary.html new file mode 100644 index 00000000..ab7cbaac --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/overview-summary.html @@ -0,0 +1,189 @@ + + + + + + + +Overview (WikiMachine 0.9.1 API) + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+WikiMachine 0.9.1 API +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
de.tudarmstadt.ukp.wikipedia.wikimachine.debug 
de.tudarmstadt.ukp.wikipedia.wikimachine.decompression 
de.tudarmstadt.ukp.wikipedia.wikimachine.domain 
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql 
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version 
de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml 
de.tudarmstadt.ukp.wikipedia.wikimachine.factory 
de.tudarmstadt.ukp.wikipedia.wikimachine.hashing 
de.tudarmstadt.ukp.wikipedia.wikimachine.util 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/overview-tree.html b/apidocs/WikiMachine-0.9.1/overview-tree.html new file mode 100644 index 00000000..60b69fe1 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/overview-tree.html @@ -0,0 +1,205 @@ + + + + + + + +Class Hierarchy (WikiMachine 0.9.1 API) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
de.tudarmstadt.ukp.wikipedia.wikimachine.debug, de.tudarmstadt.ukp.wikipedia.wikimachine.decompression, de.tudarmstadt.ukp.wikipedia.wikimachine.domain, de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql, de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version, de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml, de.tudarmstadt.ukp.wikipedia.wikimachine.factory, de.tudarmstadt.ukp.wikipedia.wikimachine.hashing, de.tudarmstadt.ukp.wikipedia.wikimachine.util
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2012 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved. + + diff --git a/apidocs/WikiMachine-0.9.1/package-list b/apidocs/WikiMachine-0.9.1/package-list new file mode 100644 index 00000000..3345f620 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/package-list @@ -0,0 +1,9 @@ +de.tudarmstadt.ukp.wikipedia.wikimachine.debug +de.tudarmstadt.ukp.wikipedia.wikimachine.decompression +de.tudarmstadt.ukp.wikipedia.wikimachine.domain +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.sql +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.version +de.tudarmstadt.ukp.wikipedia.wikimachine.dump.xml +de.tudarmstadt.ukp.wikipedia.wikimachine.factory +de.tudarmstadt.ukp.wikipedia.wikimachine.hashing +de.tudarmstadt.ukp.wikipedia.wikimachine.util diff --git a/apidocs/WikiMachine-0.9.1/resources/inherit.gif b/apidocs/WikiMachine-0.9.1/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/apidocs/WikiMachine-0.9.1/stylesheet.css b/apidocs/WikiMachine-0.9.1/stylesheet.css new file mode 100644 index 00000000..6ea9e516 --- /dev/null +++ b/apidocs/WikiMachine-0.9.1/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +