Package org.eobjects.analyzer.result

Classes that make up the results for analyzers.

See:
          Description

Interface Summary
AnalysisResult Represents a collection of results for an AnalysisJob.
AnalyzerResult An AnalysisResult represents the result of an analysis execution.
HasAnalyzerResult<R extends AnalyzerResult> Super-interface for all types that has an AnalyzerResult.
ResultProducer Result producers produce AnalyzerResults.
SerializableRowFilter  
StructuralDifference<S,V>  
TableModelResult  
 

Class Summary
AnnotatedRowsResult Represents a typical "drill to detail" result consisting of a set of annotated rows
BooleanAnalyzerResult  
CharacterSetDistributionResult Represents the result of a CharacterSetDistributionAnalyzer analyzer
ColumnComparisonResult  
ColumnDifference<E>  
Crosstab<E extends Serializable>  
CrosstabDimension  
CrosstabNavigator<E extends Serializable>  
CrosstabResult  
DataSetResult  
DateAndTimeAnalyzerResult Represents the result of a Date and Time Analyzer.
DateGapAnalyzerResult  
DefaultResultProducer  
ListResult<E> A very simple AnalyzerResult that simply holds a list of values
NumberAnalyzerResult  
NumberResult Very simple result type for analyzers that simply return a number (maybe a KPI or something like that).
PatternFinderResult Represents the result of the PatternFinderAnalyzer.
SchemaComparisonResult  
SchemaDifference<E>  
SimilarityGroup Represents a group of values that have been marked as similar, typically by an analyzer which does some kind of fuzzy matching of values.
SimilarityResult  
SimpleAnalysisResult A simple (and Serializable!)
StringAnalyzerResult Result type of the StringAnalyzer
TableComparisonResult  
TableDifference<E>  
ValueDistributionGroupResult  
ValueDistributionResult Represents the result of the ValueDistributionAnalyzer.
 

Package org.eobjects.analyzer.result Description

Classes that make up the results for analyzers.



Copyright © 2012 eobjects.org. All Rights Reserved.