6 // Michael Kircher (mk1@cs.wustl.edu)
9 // This class servers as the core class of the simulation demo
11 // ============================================================================
15 public abstract class DemoObservable
extends java
.util
.Observable
{
17 public abstract int getProperty ();