Uses of Interface
repast.simphony.data2.NonAggregateDataSource
Packages that use NonAggregateDataSource
Package
Description
- 
Uses of NonAggregateDataSource in repast.simphony.data2Classes in repast.simphony.data2 that implement NonAggregateDataSourceModifier and TypeClassDescriptionclassDataSource that returns the current batch run number.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.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.builderMethods in repast.simphony.data2.builder with parameters of type NonAggregateDataSourceModifier and TypeMethodDescriptionvoidNonAggregateDataSetBuilder.addDataSource(NonAggregateDataSource dataSource) Adds the specified data source to this builder.
- 
Uses of NonAggregateDataSource in repast.simphony.data2.engineClasses in repast.simphony.data2.engine that implement NonAggregateDataSourceModifier and TypeClassDescriptionclassAn 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)