Package proper.imp

Contains all the classes concerning the import of data, i.e.

See:
          Description

Interface Summary
ParserInterface This interface is common to all parsers, handwritten and JLex/CUP-generated.
 

Class Summary
CSVParser This parser works on CSV files.
Data Data is the common ancestor for Predicate and List.
Fingerprint This class handles Fingerprints, i.e.
Indexer This class interpretes the "verbal" indexes for files, e.g.
List This class is used to store a list of objects.
Namer A class for creating table names, column names, etc.
Parser This abstract is the ancestor for several Parsers that use predicates.
PostProcessor This class performs post processing of the stored predicates, like finding inconsistent ones, trying to fix inconsistencies.
Predicate This class is container for data read from the parser.
PrologParser This parser works on files that contain Prolog ground facts.
Traverser This class extracts useful information from a given structure.
 

Package proper.imp Description

Contains all the classes concerning the import of data, i.e. the parsers and the data strucures for representing the data.