|
Packages |
| org.eobjects.analyzer.beans |
Top-level package for the business logical components used for processing data - Analyzers and Transformers. |
| org.eobjects.analyzer.beans.api |
Package containing all the API classes for component developers. |
| org.eobjects.analyzer.beans.categories |
|
| org.eobjects.analyzer.beans.coalesce |
Coalesce transformers (ie. select first non-null value) |
| org.eobjects.analyzer.beans.convert |
Transformers for converting to the basic input types (boolean, date, number and string) |
| org.eobjects.analyzer.beans.datastructures |
|
| org.eobjects.analyzer.beans.filter |
Standardized/typical filters |
| org.eobjects.analyzer.beans.numbers |
|
| org.eobjects.analyzer.beans.script |
Components based on user-written scripts |
| org.eobjects.analyzer.beans.standardize |
|
| org.eobjects.analyzer.beans.stringpattern |
Contains components for string pattern recognition and pattern finding. |
| org.eobjects.analyzer.beans.transform |
Typical transformations like concatenation, trimming, lookups etc. |
| org.eobjects.analyzer.beans.valuedist |
|
| org.eobjects.analyzer.beans.writers |
|
| org.eobjects.analyzer.cli |
Contains a minimalistic Command-Line Interface (CLI)
for listing components, datastore structure and running jobs. |
| org.eobjects.analyzer.configuration |
Configuration of AnalyzerBeans which determines the available components during job execution. |
| org.eobjects.analyzer.configuration.jaxb |
eobjects.org AnalyzerBeans
Copyright (C) 2010 eobjects.org
This copyrighted material is made available to anyone wishing to use, modify,
copy, or redistribute it subject to the terms and conditions of the GNU
Lesser General Public License, as published by the Free Software Foundation. |
| org.eobjects.analyzer.connection |
Contains datastore supporting classes and the DatastoreCatalog |
| org.eobjects.analyzer.data |
Contains classes that represent the tabular structure of analyzed data (rows and columns). |
| org.eobjects.analyzer.descriptors |
|
| org.eobjects.analyzer.job |
|
| org.eobjects.analyzer.job.builder |
Provides an API for building jobs programmatically as well as listening to the building process |
| org.eobjects.analyzer.job.concurrent |
Contains the concurrency-oriented features of AnalyzerBeans, ie. |
| org.eobjects.analyzer.job.jaxb |
eobjects.org AnalyzerBeans
Copyright (C) 2010 eobjects.org
This copyrighted material is made available to anyone wishing to use, modify,
copy, or redistribute it subject to the terms and conditions of the GNU
Lesser General Public License, as published by the Free Software Foundation. |
| org.eobjects.analyzer.job.runner |
Contains classes that run, coordinate and gather results pertaining to a job execution. |
| org.eobjects.analyzer.job.tasks |
Contains the tasks that make up most of the job execution. |
| org.eobjects.analyzer.lifecycle |
Classes used to handle the lifecycle of Analyzers, Transformers and Filters. |
| org.eobjects.analyzer.reference |
Contains the reference data catalog which contains dictionaries, expressions, synonyms etc. |
| org.eobjects.analyzer.result |
Classes that make up the results for analyzers. |
| org.eobjects.analyzer.result.renderer |
Rendering of results to different formats such as Text, Html, Swing etc. |
| org.eobjects.analyzer.storage |
Storage classes injected by components to store data using analysis. |
| org.eobjects.analyzer.util |
Various utils and helper-classes used throughout AnalyzerBeans. |
| org.eobjects.analyzer.util.filemonitor |
|
| org.eobjects.analyzer.util.sort |
|