Uses of Interface
repast.simphony.data2.DataSetManager
Packages that use DataSetManager
- 
Uses of DataSetManager in repast.simphony.data2Classes in repast.simphony.data2 that implement DataSetManagerModifier and TypeClassDescriptionclassAbstract implementation of a DataSetManager.classDataSetManager for batch runs.DataSets will be opened on batch started and closed on batch ended.classDataSetManager for single (i.e.Methods in repast.simphony.data2 that return DataSetManagerModifier and TypeMethodDescriptionDataSetRegistry.getDataSetManager(Object contextId) Gets the DataSetManager associated with the specified context.Methods in repast.simphony.data2 with parameters of type DataSetManagerModifier and TypeMethodDescriptionvoidDataSetRegistry.addDataSetManager(Object contextId, DataSetManager manager) Adds a DataSetManager for the specified context.