|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BinDataSource | |
|---|---|
| uchicago.src.sim.analysis | |
| uchicago.src.sim.analysis.plot | |
| uchicago.src.sim.util | |
| Uses of BinDataSource in uchicago.src.sim.analysis |
|---|
| Fields in uchicago.src.sim.analysis declared as BinDataSource | |
|---|---|
protected BinDataSource |
Histogram.dataSource
The data source for this Histogram |
protected BinDataSource |
HistogramItem.source
|
| Methods in uchicago.src.sim.analysis with parameters of type BinDataSource | |
|---|---|
void |
OpenHistogramStat.createHistogramItem(java.lang.String name,
java.util.List list,
BinDataSource source)
Creates a HistogramItem with specified name, list and BinDataSource. |
void |
OpenHistogram.createHistogramItem(java.lang.String name,
java.util.List list,
BinDataSource source)
Creates a HistogramItem with specified name, list and BinDataSource to be displayed by this Histogram. |
void |
Histogram.createHistogramItem(java.lang.String name,
java.util.List list,
BinDataSource source)
Creates an item to be histogramed by this Histogram. |
void |
OpenHistogramStat.createHistogramItem(java.lang.String name,
java.util.List list,
BinDataSource source,
int maxIntegerDigits,
int maxFractionDigits)
Creates a HistogramItem with specified name, list and BinDataSource. |
void |
OpenHistogram.createHistogramItem(java.lang.String name,
java.util.List list,
BinDataSource source,
int maxIntegerDigits,
int maxFractionDigits)
Creates a HistogramItem with specified name, list and BinDataSource to be displayed by this Histogram. |
void |
Histogram.createHistogramItem(java.lang.String name,
java.util.List list,
BinDataSource source,
int maxIntegerDigits,
int maxFractionDigits)
Creates an item to be histogramed by this Histogram. |
| Constructors in uchicago.src.sim.analysis with parameters of type BinDataSource | |
|---|---|
HistogramItem(java.util.List list,
BinDataSource source,
int numBins,
long lowerBound)
Constructs a HistogramItem whose bins are constructed from the specified list of objects, the specified BinDataSource, number of bins, and the specified lower bound. |
|
HistogramItem(java.util.List list,
BinDataSource source,
int numBins,
long lowerBound,
int maxIntegerDigits,
int maxFractionDigits)
Constructs a HistogramItem whose bins are constructed from the specified list of objects, the specified BinDataSource, number of bins, and the specified lower bound. |
|
| Uses of BinDataSource in uchicago.src.sim.analysis.plot |
|---|
| Methods in uchicago.src.sim.analysis.plot that return BinDataSource | |
|---|---|
protected BinDataSource |
OpenGraph.createBinDataSource(java.lang.Object target,
java.lang.String methodName)
Dynamically creates a BinDataSource wrapping the method call to the specified methodName on the specified target in BinDataSource.getBinValue(Object obj). |
protected BinDataSource |
OpenGraph.createListBinDataSource(java.lang.Object listObj,
java.lang.String listObjMethodName)
|
| Uses of BinDataSource in uchicago.src.sim.util |
|---|
| Methods in uchicago.src.sim.util that return BinDataSource | |
|---|---|
static BinDataSource |
ByteCodeBuilder.generateBinDataSource(java.lang.Object target,
java.lang.String methodName)
Dynamically creates a BinDataSource object whose getBinValue method calls the specified method on the specified object. |
static BinDataSource |
ByteCodeBuilder.generateNoTargetBinDataSource(java.lang.Object param,
java.lang.String methodName)
Dynamically creates a BinDataSource object whose getBinValue method is passed an Object of whatever type param is. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||