|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdatabionics.io.BaseFile
databionics.io.ListFile
databionics.io.ExplFile
public class ExplFile
File that stores explanations why certain rules could not classify some data points.
| Field Summary | |
|---|---|
protected static org.apache.log4j.Logger |
log
Log4j logging. |
| Fields inherited from class databionics.io.ListFile |
|---|
data |
| Fields inherited from class databionics.io.BaseFile |
|---|
allowEmptyLines, comment, commentPrefix, delimiter, delimiters, file, header, headerPrefix, loc, nf |
| Constructor Summary | |
|---|---|
ExplFile()
Standard constructor |
|
ExplFile(java.lang.String filename)
Constructor with a filename |
|
| Method Summary | |
|---|---|
protected void |
buildHeader()
Generate header. |
static FileType |
getFileType()
Get the type of file. |
protected boolean |
isHeader(java.lang.String line)
Determine if a line still contains header information or whether the data lines started |
protected void |
parseLine(int row,
java.lang.String line)
Parse a line. |
| Methods inherited from class databionics.io.ListFile |
|---|
buildLine, getData, getSize, setData |
| Methods inherited from class databionics.io.BaseFile |
|---|
checkHeader, checkHeaderAgainstSize, getComment, getFile, getFilename, getHeader, getLocale, getNumberFormat, init, isNaN, isNumber, load, load, parseError, parseHeader, save, save, setComment, setFilename, setLocale, writeStringList, writeStringList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.log4j.Logger log
| Constructor Detail |
|---|
public ExplFile()
public ExplFile(java.lang.String filename)
filename - Name of the file| Method Detail |
|---|
protected boolean isHeader(java.lang.String line)
isHeader in class BaseFileline - Line to check
protected void parseLine(int row,
java.lang.String line)
parseLine in class BaseFilerow - Number of current line.line - Current line.protected void buildHeader()
buildHeader in class BaseFilepublic static FileType getFileType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||