at.tuwien.ifs.somtoolbox.data
Class InputDataFileFormatConverter
java.lang.Object
at.tuwien.ifs.somtoolbox.data.InputDataFileFormatConverter
- All Implemented Interfaces:
- SOMToolboxApp
public class InputDataFileFormatConverter
- extends java.lang.Object
- implements SOMToolboxApp
This class converts between various file formats for InputData
. Currently supported formats are listed in
InputDataFactory.INPUT_FILE_FORMAT_TYPES
and InputDataWriter.OUTPUT_FILE_FORMAT_TYPES
respective.
- Version:
- $Id: InputDataFileFormatConverter.java 4054 2011-02-01 16:55:54Z mayer $
- Author:
- Rudolf Mayer
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPTIONS
public static final com.martiansoftware.jsap.Parameter[] OPTIONS
DESCRIPTION
public static java.lang.String DESCRIPTION
LONG_DESCRIPTION
public static java.lang.String LONG_DESCRIPTION
APPLICATION_TYPE
public static final SOMToolboxApp.Type APPLICATION_TYPE
InputDataFileFormatConverter
public InputDataFileFormatConverter()
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
SOMToolboxException
- Throws:
java.io.IOException
SOMToolboxException