|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.datasource.parser.AbstractParser
public abstract class AbstractParser
Abstract superclass for all parsers providing the option handler for handling options.
Nested Class Summary | |
---|---|
static class |
AbstractParser.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
static String |
ATTRIBUTE_CONCATENATION
A sign to separate attributes. |
private Pattern |
colSep
Stores the column separator pattern |
static OptionID |
COLUMN_SEPARATOR_ID
OptionID for the column separator parameter (defaults to whitespace as in WHITESPACE_PATTERN . |
static String |
COMMENT
The comment character. |
static String |
NUMBER_PATTERN
A pattern catching most numbers that can be parsed using Double.valueOf: Some examples: 1 1. |
static String |
QUOTE_CHAR
A quote pattern |
static OptionID |
QUOTE_ID
OptionID for the quote character parameter (defaults to a double quotation mark as in QUOTE_CHAR . |
protected char |
quoteChar
Stores the quotation character |
static String |
WHITESPACE_PATTERN
A pattern defining whitespace. |
Constructor Summary | |
---|---|
AbstractParser(Pattern colSep,
char quoteChar)
Constructor. |
Method Summary | |
---|---|
protected abstract Logging |
getLogger()
Get the logger for this class. |
protected List<String> |
tokenize(String input)
Tokenize a string. |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String WHITESPACE_PATTERN
public static final String QUOTE_CHAR
public static final String NUMBER_PATTERN
1
1.
1.2
.2
-.2e-03
public static final OptionID COLUMN_SEPARATOR_ID
WHITESPACE_PATTERN
.
public static final OptionID QUOTE_ID
QUOTE_CHAR
.
private Pattern colSep
protected char quoteChar
public static final String COMMENT
public static final String ATTRIBUTE_CONCATENATION
Constructor Detail |
---|
public AbstractParser(Pattern colSep, char quoteChar)
colSep
- Column separatorquoteChar
- Quote characterMethod Detail |
---|
protected List<String> tokenize(String input)
input
- Input string
protected abstract Logging getLogger()
public String toString()
toString
in class Object
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |