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

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

Uses of NumericDataSource in uchicago.src.sim.analysis
 

Methods in uchicago.src.sim.analysis with parameters of type NumericDataSource
 void DataSourceRecorder.addNumericDataSource(java.lang.String name, NumericDataSource s)
          Adds a NumericDataSource to this DataRecorder with the specified name.
 void DataRecorder.addNumericDataSource(java.lang.String name, NumericDataSource s)
          Adds a NumericDataSource to this DataRecorder with the specified name.
 void AbstractDataSourceRecorder.addNumericDataSource(java.lang.String name, NumericDataSource s)
          Adds a NumericDataSource to this DataRecorder with the specified name.
 void DataSourceRecorder.addNumericDataSource(java.lang.String name, NumericDataSource s, int maxIntegerDigits, int maxFractionDigits)
          Adds a NumericDataSource to this DataRecorder with the specified name, and specified number of integral and fractional digits.
 void DataRecorder.addNumericDataSource(java.lang.String name, NumericDataSource s, int maxIntegerDigits, int maxFractionDigits)
          Adds a NumericDataSource to this DataRecorder with the specified name, and specified number of integral and fractional digits.
 void AbstractDataSourceRecorder.addNumericDataSource(java.lang.String name, NumericDataSource s, int maxIntegerDigits, int maxFractionDigits)
          Adds a NumericDataSource to this DataRecorder with the specified name, and specified number of integral and fractional digits.
 

Uses of NumericDataSource in uchicago.src.sim.util
 

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