Uses of Class
de.hpi.fgis.dude.util.AbstractIterator

Packages that use AbstractIterator
de.hpi.fgis.dude.algorithm.duplicatedetection Contains all Duplicate-Detection algorithm implementations. 
de.hpi.fgis.dude.algorithm.recordlinkage Contains all Record-Linkage algorithm implementations. 
de.hpi.fgis.dude.database Provides all classes that encapsulate the database abstraction layer. 
de.hpi.fgis.dude.datasource Contains all DataSources supported by DuDe
de.hpi.fgis.dude.postprocessor Provides all interfaces and classes dealing with the filtering of duplicate lists. 
de.hpi.fgis.dude.util Provides DuDe's utility classes
de.hpi.fgis.dude.util.data.json Contains all Json data types. 
 

Uses of AbstractIterator in de.hpi.fgis.dude.algorithm.duplicatedetection
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.algorithm.duplicatedetection
protected  class AdaptiveSNM_Yan2007.AA_SNM_Iterator
          Iterator implementation that implements the behavior of the Accumulatively-Adaptive Sorted-Neighborhood Method.
protected  class AdaptiveSNM_Yan2007.IA_SNM_Iterator
          Iterator implementation that implements the behavior of the Incrementally-Adaptive Sorted-Neighborhood Method.
protected  class AdaptiveSNM_Yan2007.YanIterator
          Abstract Iterator implementation that is used by the different adaptive Sorted Neighborhood methods.
protected static class SortedNeighborhoodMethod.SortedNeighborhoodMethodIterator
          SortedNeighborhoodMethod.SortedNeighborhoodMethodIterator implements the behavior of a simple Sorted-Neighborhood-Method implementation.
 

Uses of AbstractIterator in de.hpi.fgis.dude.algorithm.recordlinkage
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.algorithm.recordlinkage
protected static class NaiveRecordLinkage.NaiveRecordLinkageIterator
          NaiveRecordLinkageIterator implements the actual functionality of the naive record-linkage approach.
 

Uses of AbstractIterator in de.hpi.fgis.dude.database
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.database
protected  class DatabaseSource.DatabaseSourceIterator
          DatabaseSourceIterator is used for generating DuDeObjects out of DatabaseSources.
 

Uses of AbstractIterator in de.hpi.fgis.dude.datasource
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.datasource
protected  class AbstractDataSource.AbstractDataSourceIterator<T extends AbstractDataSource<?>>
          AbstractDataSourceIterator can be used to generate valid DuDeObjects.
protected  class BibtexSource.BibtexSourceIterator
          BibtexSourceIterator is used for generating DuDeObjects out of BibtexSources.
protected  class CSVSource.CSVSourceIterator
          CSVSourceIterator is used for generating DuDeObjects out of CSVSources.
protected  class JSONSource.JSONSourceIterator
          JSONSourceIterator is used for generating DuDeObjects out of JSONSources.
protected  class XMLSource.XMLSourceIterator
          XMLSourceIterator is used for generating DuDeObjects out of XMLSources.
 

Uses of AbstractIterator in de.hpi.fgis.dude.postprocessor
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.postprocessor
protected  class NaiveTransitiveClosureGenerator.TransitiveClosureIterator
          NaiveTransitiveClosureGenerator.TransitiveClosureIterator is used to iterate over all pairs collected or generated by the NaiveTransitiveClosureGenerator.
protected  class WarshallTransitiveClosureGenerator.TransitiveClosureIterator
          WarshallTransitiveClosureGenerator.TransitiveClosureIterator is used to iterate over all pairs collected or generated by the WarshallTransitiveClosureGenerator.
 

Uses of AbstractIterator in de.hpi.fgis.dude.util
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.util
 class ChainedIterator<T>
          Logically concatenates several Iterators to one big iterator.
 

Uses of AbstractIterator in de.hpi.fgis.dude.util.data.json
 

Subclasses of AbstractIterator in de.hpi.fgis.dude.util.data.json
 class DuDeJsonParser<T extends Jsonable>
          DuDeJsonParser can be used for converting a String containing Json syntax into its Java representation.
 



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.