cz.cuni.amis.pogamut.ut2004.tournament.dm.table.report
Class ExcelReport

Package class diagram package ExcelReport
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.tournament.dm.table.report.ExcelReport

public class ExcelReport
extends Object


Constructor Summary
ExcelReport(File resultDir, File outputFile)
           
 
Method Summary
 void error(String msg)
           
 void generate()
           
 void info(String msg)
           
 void warn(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelReport

public ExcelReport(File resultDir,
                   File outputFile)
Method Detail

info

public void info(String msg)

warn

public void warn(String msg)

error

public void error(String msg)

generate

public void generate()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.