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 TypeClassDescriptionclassclassDataSink that passes data on to a HistogramDataSet.classDataSink that appends data into series.classDataSink that appends data into series. -
Uses of DataSink in repast.simphony.data2
Classes in repast.simphony.data2 that implement DataSinkModifier and TypeClassDescriptionclassDataSink that provides a mapping between a batch run number and the current batch parameters.classclassDataSink 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 TypeMethodDescriptionvoidAbstractDataSetBuilder.addDataSink(DataSink sink) Adds a DataSink directly to this DataSetBuilder.voidDataSetBuilder.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