at.tuwien.ifs.somtoolbox.input
Class MapFileFormatConverter

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.input.MapFileFormatConverter
All Implemented Interfaces:
SOMToolboxApp

public class MapFileFormatConverter
extends Object
implements SOMToolboxApp

This class converts between various file formats for trained SOMs. Currently supported formats are listed in FILE_FORMAT_TYPES.

Version:
$Id: MapFileFormatConverter.java 3830 2010-10-06 16:29:11Z mayer $
Author:
Rudolf Mayer

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
SOMToolboxApp.Type
 
Field Summary
static SOMToolboxApp.Type APPLICATION_TYPE
           
static String DESCRIPTION
           
static String[] FILE_FORMAT_TYPES
          Supported File Format Types, currently SOMLib, SOMPak and ESOM
static String LONG_DESCRIPTION
           
static com.martiansoftware.jsap.Parameter[] OPTIONS
           
 
Fields inherited from interface at.tuwien.ifs.somtoolbox.apps.SOMToolboxApp
DEV_BY_STRING, HOMEPAGE, REQUIRED_MEMBERS, TYPE_GROUPED_COMPARATOR
 
Constructor Summary
MapFileFormatConverter()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_FORMAT_TYPES

public static final String[] FILE_FORMAT_TYPES
Supported File Format Types, currently SOMLib, SOMPak and ESOM


OPTIONS

public static final com.martiansoftware.jsap.Parameter[] OPTIONS

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

LONG_DESCRIPTION

public static final String LONG_DESCRIPTION

APPLICATION_TYPE

public static final SOMToolboxApp.Type APPLICATION_TYPE
Constructor Detail

MapFileFormatConverter

public MapFileFormatConverter()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        SOMToolboxException
Throws:
IOException
SOMToolboxException