Uses of Interface
repast.simphony.data2.DataSetManager
-
Uses of DataSetManager in repast.simphony.data2
Modifier 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.Modifier and TypeMethodDescriptionDataSetRegistry.getDataSetManager
(Object contextId) Gets the DataSetManager associated with the specified context.Modifier and TypeMethodDescriptionvoid
DataSetRegistry.addDataSetManager
(Object contextId, DataSetManager manager) Adds a DataSetManager for the specified context.