Package repast.simphony.dataLoader.util
Class DataLoaderUtilities
java.lang.Object
repast.simphony.dataLoader.util.DataLoaderUtilities
DataLoader utilities.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindContext
(Context context, Object id) Depth first search starting with context for context with specified id.
-
Constructor Details
-
DataLoaderUtilities
public DataLoaderUtilities()
-
-
Method Details
-
findContext
Depth first search starting with context for context with specified id. Gets that context.- Parameters:
context
- the context to start the search withid
- the id of the context to find- Returns:
- the context with the specified id.
-