Uses of Interface
repast.simphony.data2.Formatter
-
Uses of Formatter in repast.simphony.data2
Modifier and TypeClassDescriptionclass
Abstract base class for Formatters.class
Formats data in single line in the following format: id: data, id: data, ...class
Formats data in a tabular format with a user specified delimiter.Modifier and TypeMethodDescriptionFileDataSink.getFormatter()
Gets the formatter used to format the data written using this FileDataSink.ModifierConstructorDescriptionConsoleDataSink
(ConsoleDataSink.OutputStream outputStream, Formatter formatter) FileDataSink
(String name, File file, Formatter formatter)