Uses of Interface
repast.simphony.data2.DataSource
Packages that use DataSource
Package
Description
-
Uses of DataSource in repast.simphony.data2
Subinterfaces of DataSource in repast.simphony.data2Modifier 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.Classes in repast.simphony.data2 that implement DataSourceModifier 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.Constructor parameters in repast.simphony.data2 with type arguments of type DataSourceModifierConstructorDescriptionAbstractFormatter
(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
Classes in repast.simphony.data2.builder with type parameters of type DataSourceModifier and TypeInterfaceDescriptioninterface
DataSetBuilder<T extends DataSource>
Interface for classes that can build a DataSet.Method parameters in repast.simphony.data2.builder with type arguments of type DataSourceModifier 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
Classes in repast.simphony.data2.engine that implement DataSourceModifier 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.