Package repast.simphony.util.bytecode
Interface DataSource
public interface DataSource
- Author:
- Nick Collier
-
Method Summary
-
Method Details
-
getData
Gets some data value from the specified object- Parameters:
obj
- the object to get the data from- Returns:
- the data
-