Uses of Interface
repast.simphony.data2.NonAggregateDataSource
Package
Description
-
Uses of NonAggregateDataSource in repast.simphony.data2
Modifier and TypeClassDescriptionclass
DataSource that returns the current batch run number.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.ModifierConstructorDescriptionCreates a builder that will create aggregate data sources using the specified DataSource as the source for the non-aggregate data that will then be aggegated.ModifierConstructorDescriptionNonAggregateDataSet
(String id, Collection<NonAggregateDataSource> sources, Collection<? extends DataSink> sinks) Creates a NonAggregateDataSet with the specified sources and sinks. -
Uses of NonAggregateDataSource in repast.simphony.data2.builder
Modifier and TypeMethodDescriptionvoid
NonAggregateDataSetBuilder.addDataSource
(NonAggregateDataSource dataSource) Adds the specified data source to this builder. -
Uses of NonAggregateDataSource in repast.simphony.data2.engine
Modifier and TypeClassDescriptionclass
An NonAggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.ModifierConstructorDescriptionNonAggregateDataSourceWrapper
(String id, NonAggregateDataSource dataSource)