Uses of Interface
repast.simphony.data2.NonAggregateDataSource
Packages that use NonAggregateDataSource
Package
Description
-
Uses of NonAggregateDataSource in repast.simphony.data2
Classes in repast.simphony.data2 that implement NonAggregateDataSourceModifier 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.Constructors in repast.simphony.data2 with parameters of type NonAggregateDataSourceModifierConstructorDescriptionCreates 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.Constructor parameters in repast.simphony.data2 with type arguments of type NonAggregateDataSourceModifierConstructorDescriptionNonAggregateDataSet
(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
Methods in repast.simphony.data2.builder with parameters of type NonAggregateDataSourceModifier and TypeMethodDescriptionvoid
NonAggregateDataSetBuilder.addDataSource
(NonAggregateDataSource dataSource) Adds the specified data source to this builder. -
Uses of NonAggregateDataSource in repast.simphony.data2.engine
Classes in repast.simphony.data2.engine that implement NonAggregateDataSourceModifier and TypeClassDescriptionclass
An NonAggregateDataSource implementation that delegates to a wrapped AggregateDataSource for all calls except getting the id.Constructors in repast.simphony.data2.engine with parameters of type NonAggregateDataSourceModifierConstructorDescriptionNonAggregateDataSourceWrapper
(String id, NonAggregateDataSource dataSource)