Uses of Interface
repast.simphony.data2.DataSetManager
Packages that use DataSetManager
-
Uses of DataSetManager in repast.simphony.data2
Classes in repast.simphony.data2 that implement DataSetManagerModifier and TypeClassDescriptionclass
Abstract implementation of a DataSetManager.class
DataSetManager for batch runs.DataSets will be opened on batch started and closed on batch ended.class
DataSetManager 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 TypeMethodDescriptionvoid
DataSetRegistry.addDataSetManager
(Object contextId, DataSetManager manager) Adds a DataSetManager for the specified context.