| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ParserFactory |
GraphMLReader.GraphMLHandler.m_pf |
| Constructor and Description |
|---|
AbstractTextTableReader(ParserFactory parserFactory)
Create a new AbstractTextTableReader.
|
CSVTableReader(ParserFactory parserFactory)
Create a new CSVTableReader.
|
DelimitedTextTableReader(ParserFactory parserFactory)
Create a new DelimitedTextTableReader for reading tab-delimited files.
|
DelimitedTextTableReader(java.lang.String delimiterRegex,
ParserFactory pf)
Create a new DelimitedTextTableReader.
|
| Modifier and Type | Field and Description |
|---|---|
ParserFactory |
TypeInferencer.m_template |
| Modifier and Type | Method and Description |
|---|---|
static ParserFactory |
ParserFactory.getDefaultFactory()
Returns the default parser factory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ParserFactory.setDefaultFactory(ParserFactory factory)
Sets the default parser factory.
|
| Constructor and Description |
|---|
TypeInferencer(ParserFactory template)
Create a new TypeInferenced using the input ParserFactory as a
template for the desired parsers to check and parser ordering
to use.
|
Copyright ? 2013 Regents of the University of California