Uses of Interface
repast.simphony.data2.Formatter
Packages that use Formatter
-
Uses of Formatter in repast.simphony.data2
Classes in repast.simphony.data2 that implement FormatterModifier 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.Methods in repast.simphony.data2 that return FormatterModifier and TypeMethodDescriptionFileDataSink.getFormatter()
Gets the formatter used to format the data written using this FileDataSink.Constructors in repast.simphony.data2 with parameters of type FormatterModifierConstructorDescriptionConsoleDataSink
(ConsoleDataSink.OutputStream outputStream, Formatter formatter) FileDataSink
(String name, File file, Formatter formatter)