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 TypeInterfaceDescriptioninterfaceInterface for classes that can function as the source of aggregate data to be logged or charted.interfaceInterface 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 TypeClassDescriptionclassDataSource that returns the current batch run number.classAggregateDataSource that returns the count of a particular type of object.classDataSource that retrieves data from a method call on an object.classDataSource that will return the current value of a parameter.classDataSource that returns the current random seed.classDataSource 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 TypeInterfaceDescriptioninterfaceDataSetBuilder<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 TypeClassDescriptionclassAn AggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.classAn NonAggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.