org.molgenis.gids.tools.convertor
Class SampleConverter

java.lang.Object
  extended by org.molgenis.gids.tools.convertor.SampleConverter

public class SampleConverter
extends Object


Constructor Summary
SampleConverter()
           
 
Method Summary
 boolean checkIfDouble(String sample)
           
 void convert(InputStream in, OutputStream out, String outputdir, String projectName)
           
 String emptySample()
           
 void mkmetadataExcelFile(ArrayList<String> listOfEntity)
           
 void mkMetadataFileDataSet(ExcelWriter excelWriterMD, String sheetName)
           
 void mkMetadataFileObservableFeature(ExcelWriter excelWriterMD, String sheetName)
           
 void mkMetadataFileProtocol(ExcelWriter excelWriterMD, String sheetName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleConverter

public SampleConverter()
Method Detail

convert

public void convert(InputStream in,
                    OutputStream out,
                    String outputdir,
                    String projectName)
             throws IOException
Throws:
IOException

checkIfDouble

public boolean checkIfDouble(String sample)

emptySample

public String emptySample()

mkMetadataFileProtocol

public void mkMetadataFileProtocol(ExcelWriter excelWriterMD,
                                   String sheetName)
                            throws IOException
Throws:
IOException

mkMetadataFileObservableFeature

public void mkMetadataFileObservableFeature(ExcelWriter excelWriterMD,
                                            String sheetName)
                                     throws IOException
Throws:
IOException

mkMetadataFileDataSet

public void mkMetadataFileDataSet(ExcelWriter excelWriterMD,
                                  String sheetName)
                           throws IOException
Throws:
IOException

mkmetadataExcelFile

public void mkmetadataExcelFile(ArrayList<String> listOfEntity)
                         throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.