Uses of Interface
repast.simphony.data2.DataSink
Packages that use DataSink
Package
Description
-
Uses of DataSink in repast.simphony.chart2
Classes in repast.simphony.chart2 that implement DataSinkModifier and TypeClassDescriptionclass
class
DataSink that passes data on to a HistogramDataSet.class
DataSink that appends data into series.class
DataSink that appends data into series. -
Uses of DataSink in repast.simphony.data2
Classes in repast.simphony.data2 that implement DataSinkModifier and TypeClassDescriptionclass
DataSink that provides a mapping between a batch run number and the current batch parameters.class
class
DataSink that writes data to a file in tabular format.Fields in repast.simphony.data2 with type parameters of type DataSinkMethods in repast.simphony.data2 that return types with arguments of type DataSink -
Uses of DataSink in repast.simphony.data2.builder
Methods in repast.simphony.data2.builder that return DataSinkModifier and TypeMethodDescriptionConsoleDataSinkBuilder.create
(Collection<? extends DataSource> sources) DummySinkBuilder.create
(Collection<? extends DataSource> sources) FileDataSinkBuilder.create
(Collection<? extends DataSource> sources) SinkBuilder.create
(Collection<? extends DataSource> sources) Creates and returns a DataSink.Methods in repast.simphony.data2.builder with parameters of type DataSinkModifier and TypeMethodDescriptionvoid
AbstractDataSetBuilder.addDataSink
(DataSink sink) Adds a DataSink directly to this DataSetBuilder.void
DataSetBuilder.addDataSink
(DataSink sink) Adds a DataSink directly.Constructors in repast.simphony.data2.builder with parameters of type DataSink -
Uses of DataSink in repast.simphony.ws
Classes in repast.simphony.ws that implement DataSink