at.tuwien.ifs.somtoolbox.apps.helper
Class VectorFileRewriter

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.helper.VectorFileRewriter

public class VectorFileRewriter
extends Object

Re-writes an unit description file by replacing the label names of the input vectors as defined by the given mapping file.

Version:
$Id: VectorFileRewriter.java 3589 2010-05-21 10:42:01Z mayer $
Author:
Michael Dittenbach, Rudolf Mayer

Constructor Summary
VectorFileRewriter()
           
 
Method Summary
static void main(String[] args)
           
private static Hashtable<String,String> readMappingFile(String fName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorFileRewriter

public VectorFileRewriter()
Method Detail

main

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

readMappingFile

private static Hashtable<String,String> readMappingFile(String fName)
                                                 throws IOException
Throws:
IOException