at.tuwien.ifs.somtoolbox.apps.helper
Class VectorFileRewriter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VectorFileRewriter
public VectorFileRewriter()
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
readMappingFile
private static Hashtable<String,String> readMappingFile(String fName)
throws IOException
- Throws:
IOException