uk.ac.ebi.adfconverter.data.adf
Class ADFFeature

java.lang.Object
  extended byuk.ac.ebi.adfconverter.common.data.tabulardata.DataRow
      extended byuk.ac.ebi.adfconverter.data.adf.ADFFeature

public class ADFFeature
extends DataRow

Class Representing a Design element from ADF in the tool Each ADFFeature has always an associated Reporter.

Since:
11 janv. 2005
Version:
1
Author:
Pierre MARGUERITE
See Also:
DataRow

Constructor Summary
ADFFeature()
          Default ADFFeature Constructor
ADFFeature(ADFReporter reporter)
          ADFFeature Constructor with an associated reporter
ADFFeature(int capacity)
          ADFFeature Constructor with a default capacity
 
Method Summary
 ADFReporter getReporter()
          Retrieves the associated Reporter
 void setReporter(ADFReporter reporter)
          sets the relation between a feature and a reporter
 
Methods inherited from class uk.ac.ebi.adfconverter.common.data.tabulardata.DataRow
add, add, add, add, add, add, addEmpty, clear, equals, getDataBuffer, getDataBuffer, getDataBuffer, getDataBuffer, getDate, getDate, getDouble, getDouble, getDouble, getDouble, getDouble, getHeaderIndex, getInt, getInt, getInt, getInt, getInt, getLineNumber, getString, getString, getString, getString, getStringBuffer, getStringBuffer, getStringBuffer, getStringBuffer, getStringChecking, isEmpty, setHeaderIndex, setLineNumber, size, toArrayList, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ADFFeature

public ADFFeature()
Default ADFFeature Constructor


ADFFeature

public ADFFeature(ADFReporter reporter)
ADFFeature Constructor with an associated reporter

Parameters:
reporter - the associated reporter

ADFFeature

public ADFFeature(int capacity)
ADFFeature Constructor with a default capacity

Parameters:
capacity - default object capacity
Method Detail

getReporter

public ADFReporter getReporter()
Retrieves the associated Reporter

Returns:
the ADFReporter object associated to the current object

setReporter

public void setReporter(ADFReporter reporter)
sets the relation between a feature and a reporter

Parameters:
reporter - the reporter associated to the feature


European Bioinformatics InstituteMicroarray Informatics Team