Uses of Interface
repast.simphony.data2.DataSource
Package
Description
-
Uses of DataSource in repast.simphony.data2
Modifier and TypeInterfaceDescriptioninterface
Interface for classes that can function as the source of aggregate data to be logged or charted.interface
Interface for classes that can function as the source of non aggregated data to be logged or charted.Modifier and TypeClassDescriptionclass
DataSource that returns the current batch run number.class
AggregateDataSource that returns the count of a particular type of object.class
DataSource that retrieves data from a method call on an object.class
DataSource that will return the current value of a parameter.class
DataSource that returns the current random seed.class
DataSource that returns the current tick count.ModifierConstructorDescriptionAbstractFormatter
(Collection<? extends DataSource> sources, String delimiter) Creates a Formatter that will format data form the specified sources.LineFormatter
(Collection<? extends DataSource> sources, String delimiter) Creates a Formatter that will format data from the specified sources.TabularFormatter
(Collection<? extends DataSource> sources, String delimiter) Creates a Formatter that will format data form the specified sources. -
Uses of DataSource in repast.simphony.data2.builder
Modifier and TypeInterfaceDescriptioninterface
DataSetBuilder<T extends DataSource>
Interface for classes that can build a DataSet.Modifier 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. -
Uses of DataSource in repast.simphony.data2.engine
Modifier and TypeClassDescriptionclass
An AggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.class
An NonAggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.