|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use prefuse.data.parser | |
---|---|
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. |
Classes in prefuse.data.parser used by prefuse.data.column | |
---|---|
DataParser
Interface for data parsers, which parse data values from text Strings and generated formatted text Strings for data values. |
Classes in prefuse.data.parser used by prefuse.data.io | |
---|---|
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. |
Classes in prefuse.data.parser used by prefuse.data.parser | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |