public class CSVWriter extends Object implements IWorkflowElement
| Constructor and Description |
|---|
CSVWriter() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWorkflow, setWorkflowpublic void appendXML(org.jdom.Element e)
appendXML in interface IXMLSerializablepublic boolean checkEqualLength(List<ArrayDouble.D1>... a)
public boolean checkEqualLength(List<ArrayDouble.D1> a)
public WorkflowSlot getWorkflowSlot()
getWorkflowSlot in interface IWorkflowElementpublic File writeAlignmentPath(String path, String filename, List<Tuple2DI> map, double[] distValues, int rows, int cols, String refname, String queryname, String value, String symbolicPath)
public File writeArray2D(String path, String filename, ArrayDouble.D2 arr)
public File writeArray2DwithLabels(String path, String filename, ArrayDouble.D2 arr, ArrayChar.D2 labels, Class<?> creator, WorkflowSlot slot, Date date, IFileFragment... resources)
public File writeArrayListOfArrays(String path, String filename, List<Array> values)
public File writeArrayListsOfArrays(String path, String filename, List<Array> indices, List<Array> values)
public File[] writeOneFilePerArray(String path, String filename, List<Array> values)
public File writeStatsMap(IFileFragment f, StatsMap sm)
public File writeTableByCols(String path, String filename, List<List<String>> table, WorkflowSlot ws)
public File writeTableByRows(String path, String filename, List<List<String>> table, WorkflowSlot ws)
public PrintWriter createPrintWriter(String path, String filename, List<String> header, WorkflowSlot ws)
public void writeLine(PrintWriter pw, List<String> line)
Copyright © 2007-2013. All Rights Reserved.