anvil.annot
Class SpssWriter

java.lang.Object
  |
  +--anvil.annot.SpssWriter

public class SpssWriter
extends java.lang.Object


Constructor Summary
SpssWriter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void writeLabelFile(java.io.File filename, Track track)
          Writes file with tables of index-label mapping for all ValueSet attributes
 void writeTrackTable(java.util.List annotations, java.lang.String trackname, java.lang.String targetFilename)
          Writes TXT table of given track from all files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpssWriter

public SpssWriter()
Method Detail

writeLabelFile

public void writeLabelFile(java.io.File filename,
                           Track track)
Writes file with tables of index-label mapping for all ValueSet attributes


writeTrackTable

public void writeTrackTable(java.util.List annotations,
                            java.lang.String trackname,
                            java.lang.String targetFilename)
Writes TXT table of given track from all files. Each track element gets one line (ID is f1e5 for "file 1, element no. 5") with columns representing attributes.


main

public static void main(java.lang.String[] args)