Uses of Class
uk.ac.ebi.adfconverter.common.data.tabulardata.DataRow

Packages that use DataRow
uk.ac.ebi.adfconverter.common.data.tabulardata   
uk.ac.ebi.adfconverter.common.tools.file.converter   
uk.ac.ebi.adfconverter.common.tools.file.reader   
uk.ac.ebi.adfconverter.common.tools.file.writer   
uk.ac.ebi.adfconverter.common.util.pool   
uk.ac.ebi.adfconverter.data.adf   
 

Uses of DataRow in uk.ac.ebi.adfconverter.common.data.tabulardata
 

Methods in uk.ac.ebi.adfconverter.common.data.tabulardata that return DataRow
 DataRow DataTable.getRow(int index)
          gets a datarow in the table
 DataRow DataTable.nextRow()
          Retrieves the next Row in the list
 

Methods in uk.ac.ebi.adfconverter.common.data.tabulardata with parameters of type DataRow
 boolean DataTable.addRow(DataRow row)
          Adds a datarow in the table
 void DataTable.removeRow(DataRow row)
          removes a datarow in the table at a given position
 boolean DataTable.contains(DataRow _row)
          retrieves if a row is already contained in the table
 

Uses of DataRow in uk.ac.ebi.adfconverter.common.tools.file.converter
 

Methods in uk.ac.ebi.adfconverter.common.tools.file.converter that return DataRow
 DataRow TextLineConverter.convertLine(DataBuffer line)
           Converts a line of data into a DataRow object which contains each data item in individual cells.
 DataRow TextLineConverter.convertLine(DataBuffer line, int length)
           Converts a line of data into a DataRow object which contains each data item in individual cells.
 DataRow TextLineConverter.convertLine(java.lang.String line)
           Converts a line of data into a DataRow object which contains each data item in individual cells.
 DataRow TextLineConverter.convertLine(java.lang.String line, int length)
           Converts a line of data into a DataRow object which contains each data item in individual cells.
static DataRow DelimiterLineConverter.convertLine(java.lang.String line)
          Splits a String (file data line) following the current delimiter characters and the current escape characters
static DataRow DelimiterLineConverter.convertLine(DataBuffer line)
          Splits a String (file data line) following the current delimiter and the current escape characters
static DataRow DelimiterLineConverter.convertLine(java.lang.String line, int length)
          Splits a String (file data line) following the current delimiter and the current escape characters, with a limited number of exporting token in output DataRow
static DataRow DelimiterLineConverter.convertLine(DataBuffer line, int length)
          Splits a String (file data line) following the current delimiter and the current escape characters, with a limited number of exporting token in output DataRow
 

Methods in uk.ac.ebi.adfconverter.common.tools.file.converter with parameters of type DataRow
 DataBuffer TextLineConverter.format(DataRow row)
          Formats the data contained in the DataRow object into a line of data following the text file format.
static DataBuffer DelimiterLineConverter.format(DataRow row)
          Format a DataRow following the current delimiter for output
 

Uses of DataRow in uk.ac.ebi.adfconverter.common.tools.file.reader
 

Methods in uk.ac.ebi.adfconverter.common.tools.file.reader that return DataRow
 DataRow WorkBookFileReaderjxl.getDataLine(java.lang.Integer length)
           Retrieves a data row from a data file Only when termination requirements have been met, the method should return a DataRow object.
 DataRow PlainTextDataFileReader.getDataLine(java.lang.Integer length)
           Retrieves a line from a data file Only when termination requirements have been met, the method should return a String object.
 DataRow DataReader.getDataLine(java.lang.Integer length)
           Retrieves a line from a data file Only when termination requirements have been met, the method should return a DataRow/code> object.
abstract  DataRow DataFileReaderIntf.getHorizontalDataRow()
          Retrieves the next datarow in the horizontal datable.
 DataRow DataFileReader.getHorizontalDataRow()
          Retrieves the next datarow in the horizontal datable.
 

Uses of DataRow in uk.ac.ebi.adfconverter.common.tools.file.writer
 

Methods in uk.ac.ebi.adfconverter.common.tools.file.writer with parameters of type DataRow
 void WorkBookFileWriterjxl.writeDataLine(DataRow row)
           Write a data row in a data file
 void PlainTextDataFileWriter.writeDataLine(DataRow row)
          Write a data row in a file
 void DataWriter.writeDataLine(DataRow row)
           Write a data row in a file Only when termination requirements have been met, the method should return a DataRow/code> object.
 

Uses of DataRow in uk.ac.ebi.adfconverter.common.util.pool
 

Methods in uk.ac.ebi.adfconverter.common.util.pool that return DataRow
static DataRow DataRowPool.getRow()
          Retrieved a previous initialised/ created object from the pool.
 

Methods in uk.ac.ebi.adfconverter.common.util.pool with parameters of type DataRow
static void DataRowPool.returnRow(DataRow sb)
          Returns a no more needed object to the pool for reuse.
 

Uses of DataRow in uk.ac.ebi.adfconverter.data.adf
 

Subclasses of DataRow in uk.ac.ebi.adfconverter.data.adf
 class ADFBioSequence
          This class represents a BioSequence, from ADF data, in the tool.
 class ADFCompositeSequence
          This class represents a CompositeSequence, from ADF data, in the tool.
 class ADFDesignElement
          Class Representing a Design element from ADF in the tool Each ADFDesignElement has associated biosequences
 class ADFFeature
          Class Representing a Design element from ADF in the tool Each ADFFeature has always an associated Reporter.
 class ADFReporter
          This class represents an ADF reporter in the tool.
 



European Bioinformatics InstituteMicroarray Informatics Team