analysis
Class Exporter

java.lang.Object
  extended by analysis.Exporter

public class Exporter
extends java.lang.Object

Each method of this class performs the exportation of an experiment to a file having a specific format


Constructor Summary
Exporter()
           
 
Method Summary
 java.io.File exportTypSeqProf2MatlabTxt(java.lang.String expName, java.io.File outputFile)
           
 java.io.File exportTypSeqProf2Txt(java.lang.String expName, java.io.File outputFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exporter

public Exporter()
Method Detail

exportTypSeqProf2Txt

public java.io.File exportTypSeqProf2Txt(java.lang.String expName,
                                         java.io.File outputFile)

exportTypSeqProf2MatlabTxt

public java.io.File exportTypSeqProf2MatlabTxt(java.lang.String expName,
                                               java.io.File outputFile)