Uses of Class
gov.nih.nci.caarray.services.util.parse.InternalTable

Packages that use InternalTable
gov.nih.nci.caarray.services.util.parse   
 

Uses of InternalTable in gov.nih.nci.caarray.services.util.parse
 

Methods in gov.nih.nci.caarray.services.util.parse that return InternalTable
 InternalTable DelimitedExporter.getTheTable()
          Returns the theTable.
 

Methods in gov.nih.nci.caarray.services.util.parse with parameters of type InternalTable
 void DelimitedExporter.setTheTable(InternalTable theTable)
          Sets the theTable.