de.cau.cs.kieler.kiml.grana.batch
Class CSVResultSerializer
java.lang.Object
de.cau.cs.kieler.kiml.grana.batch.CSVResultSerializer
- All Implemented Interfaces:
- IBatchResultSerializer
public class CSVResultSerializer
- extends Object
- implements IBatchResultSerializer
A batch result serializer which saves the information as CSV.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVResultSerializer
public CSVResultSerializer()
serialize
public void serialize(OutputStream outputStream,
BatchResult batchResult,
IKielerProgressMonitor monitor)
throws Exception
- Serializes a batch result to the given output stream.
- Specified by:
serialize
in interface IBatchResultSerializer
- Parameters:
outputStream
- the output streambatchResult
- the batch resultmonitor
- the monitor
- Throws:
Exception
- any kind of exception