| Package | Description |
|---|---|
| prefuse.data.column |
Data columns for storing typed data within a data table.
|
| prefuse.data.io |
Input/output classes for reading and writing data from formatted files.
|
| prefuse.data.parser |
Text parsers for different data types and machinery for
automatically inferring data types.
|
| Class and Description |
|---|
| DataParser
Interface for data parsers, which parse data values from text Strings
and generated formatted text Strings for data values.
|
| Class and Description |
|---|
| DataParseException
Exception indicating an error occurred during parsing of data values.
|
| ParserFactory
Factory class that maintains a collection of parser instances and returns
the appropriate parser based on a history of samples presented to the
factory.
|
| Class and Description |
|---|
| DataParseException
Exception indicating an error occurred during parsing of data values.
|
| DataParser
Interface for data parsers, which parse data values from text Strings
and generated formatted text Strings for data values.
|
| DateParser
DataParser instance that parses Date values as java.sql.Time instances,
representing a particular date (but not a specific time on that day).
|
| ParserFactory
Factory class that maintains a collection of parser instances and returns
the appropriate parser based on a history of samples presented to the
factory.
|
Copyright ? 2013 Regents of the University of California