org.decisiondeck.xmcda_oo.utils
Class TabbedExport

java.lang.Object
  extended by org.decisiondeck.xmcda_oo.utils.TabbedExport

public class TabbedExport
extends Object

TODO share latex export features.


Constructor Summary
TabbedExport()
           
 
Method Summary
 void exportEvaluations(IRdEvaluations evaluations, List<Alternative> altsList, List<Criterion> criteria, Writer out)
           
 NumberFormat getNumberFormatter()
           
 void setNumberFormatter(NumberFormat numberFormatter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedExport

public TabbedExport()
Method Detail

exportEvaluations

public void exportEvaluations(IRdEvaluations evaluations,
                              List<Alternative> altsList,
                              List<Criterion> criteria,
                              Writer out)
                       throws IOException
Throws:
IOException

getNumberFormatter

public NumberFormat getNumberFormatter()

setNumberFormatter

public void setNumberFormatter(NumberFormat numberFormatter)


Copyright © 2011. All Rights Reserved.