|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.decisiondeck.xmcda_oo.utils.LaTeXExport
public class LaTeXExport
NB does not work well when ids contain characters that LaTeX does not like (such as underscores). TODO comment alts and crits list thing.
Note that using ordered sets is not supported (their order will not necessarily be used by this object).
| Constructor Summary | |
|---|---|
LaTeXExport()
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaTeXExport()
| Method Detail |
|---|
public Integer getShortTableLimit()
null for no limit: always use a short table. If negative, will always use a long table.public void setShortTableLimit(Integer shortTableLimit)
shortTableLimit - null for no limit: always use a short table. If negative, will always use a long table.public NumberFormat getNumberFormatter()
public void setNumberFormatter(NumberFormat numberFormatter)
public void exportEvaluations(IRdEvaluations evaluations)
throws IOException
IOException
public void exportAllThresholds(Map<DecisionMaker,ICriteriaWithThresholds> allThresholds)
throws IOException
allThresholds - the thresholds to export. Not null.
IOException - if an I/O error occurs.
public void exportAllAssignments(Map<DecisionMaker,? extends IOrderedAssignmentsRead> allAssignments,
IRdEvaluations evaluations)
throws IOException
IOException
public void exportCoalitions(ICoalitions coalitions)
throws IOException
IOExceptionpublic List<Alternative> getAlternativesList()
null.public void setAlternativesList(List<Alternative> alternativesList)
alternativesList - if null, no list is used.public List<Criterion> getCriteriaList()
public void setCriteriaList(List<Criterion> criteriaList)
public List<DecisionMaker> getDecisionMakersList()
public void setDecisionMakersList(List<DecisionMaker> decisionMakersList)
public void exportAssignmentsSingle(IOrderedAssignmentsRead assignments,
IRdEvaluations evaluations)
throws IOException
IOExceptionpublic void setDestination(OutputSupplier<? extends Writer> destination)
public void setOutput(Writer writer)
public void exportAllAssignmentsOld(Map<DecisionMaker,Assignments> allAssignments,
IRdEvaluations evaluations)
throws IOException
IOException
public void exportCoalitions(Map<DecisionMaker,ICoalitions> coalitions)
throws IOException
IOException
public void exportAssignmentsMultiple(IOrderedAssignmentsToMultipleRead assignments)
throws IOException
IOException
public void addAttribute(Criterion attribute,
Map<Alternative,String> values)
public void setMaxRecords(int maxRecords)
public Set<Alternative> getAlternatives()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||