|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.bioassaydata.reader.AbstractDataFileReader
public abstract class AbstractDataFileReader
Base class for all data file readers.
Method Summary | |
---|---|
java.util.List<gov.nih.nci.caarray.services.bioassaydata.reader.AbstractDataFileReader.ParserError> |
getErrors()
|
QuantitationTypeDescriptor[] |
getQuantitationTypeDescriptors()
|
abstract java.lang.Object |
getValue(QuantitationTypeDescriptor descriptor)
|
abstract boolean |
next()
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public QuantitationTypeDescriptor[] getQuantitationTypeDescriptors()
public abstract boolean next() throws DataFileParseException
DataFileParseException
public abstract java.lang.Object getValue(QuantitationTypeDescriptor descriptor) throws DataFileParseException
DataFileParseException
public java.util.List<gov.nih.nci.caarray.services.bioassaydata.reader.AbstractDataFileReader.ParserError> getErrors()
public void reset() throws DataFileParseException
DataFileParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |