|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uchicago.src.sim.analysis.DataSourceUtilities
Utility methods for return data. Used by those classes that realize the DataSource interface.
| Constructor Summary | |
DataSourceUtilities()
|
|
| Method Summary | |
static Object |
getAverage(ArrayList list,
Method m)
Calls the specified method on every object in the specified list. |
static Object |
getObject(Object o,
Method m)
Calls the specified method on the specified object, returning the result as an Object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DataSourceUtilities()
| Method Detail |
public static Object getObject(Object o,
Method m)
public static Object getAverage(ArrayList list,
Method m)
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||