Package repast.simphony.data2
Interface NonAggregateDataSource
- All Superinterfaces:
DataSource
- All Known Implementing Classes:
BatchRunDataSource
,MethodDataSource
,NonAggregateDataSourceWrapper
,ParameterDataSource
,RandomSeedDataSource
,TickCountDataSource
Interface for classes that can function as the source of non aggregated data
to be logged or charted.
- Author:
- Nick Collier
-
Method Summary
Methods inherited from interface repast.simphony.data2.DataSource
getDataType, getId, getSourceType
-
Method Details
-
get
Gets data given the specified object.- Parameters:
obj
- an object to get the data from- Returns:
- the retrieved data.
-