Package repast.simphony.data2
Class AbstractDataSet
java.lang.Object
repast.simphony.data2.AbstractDataSet
- Type Parameters:
T
-
- All Implemented Interfaces:
DataSet
- Direct Known Subclasses:
AggregateDataSet
,NonAggregateDataSet
Abstract DataSet implementation.
- Author:
- Nick Collier
-
Field Details
-
sinks
-
id
-
-
Constructor Details
-
AbstractDataSet
-
-
Method Details
-
getId
Description copied from interface:DataSet
Gets the id of this DataSet. -
sinks
Description copied from interface:DataSet
Gets the sinks associated with this DataSet. -
init
public void init()Description copied from interface:DataSet
Initializes this DataSet. -
getSourceIds
-
flush
public void flush()Description copied from interface:DataSet
Notifies the sinks associated with this DataSet to flush their buffered data (if any). -
close
public void close()Description copied from interface:DataSet
Closes this DataSet.
-