Uses of Interface
uchicago.src.sim.analysis.DataSource

Packages that use DataSource
uchicago.src.sim.analysis   
uchicago.src.sim.util   
 

Uses of DataSource in uchicago.src.sim.analysis
 

Classes in uchicago.src.sim.analysis that implement DataSource
 class AverageDataSource
          Dynamically computes the average of a list of values.
 class ListDataSource
           
 class ObjectDataSource
          A data source that returns objects.
 

Methods in uchicago.src.sim.analysis with parameters of type DataSource
 void DataSourceRecorder.addObjectDataSource(java.lang.String name, DataSource s)
          Adds a DataSource to this DataRecorder with the specified name.
 void DataRecorder.addObjectDataSource(java.lang.String name, DataSource s)
          Adds a DataSource to this DataRecorder with the specified name.
 void AbstractDataSourceRecorder.addObjectDataSource(java.lang.String name, DataSource s)
          Adds a DataSource to this DataRecorder with the specified name.
 

Uses of DataSource in uchicago.src.sim.util
 

Methods in uchicago.src.sim.util that return DataSource
static DataSource ByteCodeBuilder.generateDataSource(java.lang.Object target, java.lang.String methodName)
          Dynamically creates a DataSource object whose execute method calls the specified method on the specified object.