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 TypeClassDescriptionclassAbstract base class for Formatters.classFormats data in single line in the following format: id: data, id: data, ...classFormats 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)