uchicago.src.sim.util
Class BeanBowlUtils

java.lang.Object
  extended by uchicago.src.sim.util.BeanBowlUtils

public class BeanBowlUtils
extends java.lang.Object

Utilities for working with the bean bowl library. For more information on the BeanBowl library go to http://beanbowl.sourceforge.net/.

Version:
$Revision: 1.4 $ $Date: 2005/08/12 16:13:29 $
Author:
Mike North modified by Jerry Vos

Method Summary
static void probe(java.lang.Object object)
          probes an object through the bean bowl gui.
static void remove(java.lang.Object object)
          probes an object through the bean bowl gui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

probe

public static void probe(java.lang.Object object)
probes an object through the bean bowl gui.

Parameters:
object - the object to probe

remove

public static void remove(java.lang.Object object)
probes an object through the bean bowl gui.

Parameters:
object - the object to remove