public class SampleConverter extends Object
| Constructor and Description |
|---|
SampleConverter() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void convert(InputStream in, OutputStream out, String outputdir, String projectName) throws IOException
IOExceptionpublic boolean checkIfDouble(String sample)
public String emptySample()
public void mkMetadataFileProtocol(ExcelWriter excelWriterMD, String sheetName) throws IOException
IOExceptionpublic void mkMetadataFileObservableFeature(ExcelWriter excelWriterMD, String sheetName) throws IOException
IOExceptionpublic void mkMetadataFileDataSet(ExcelWriter excelWriterMD, String sheetName) throws IOException
IOExceptionpublic void mkmetadataExcelFile(ArrayList<String> listOfEntity) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.