Class DataLoaderUtilities

java.lang.Object
repast.simphony.dataLoader.util.DataLoaderUtilities

public class DataLoaderUtilities extends Object
DataLoader utilities.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Constructor Details

    • DataLoaderUtilities

      public DataLoaderUtilities()
  • Method Details

    • findContext

      public Context findContext(Context context, Object id)
      Depth first search starting with context for context with specified id. Gets that context.
      Parameters:
      context - the context to start the search with
      id - the id of the context to find
      Returns:
      the context with the specified id.