uwcse.sim
Class HistogramView

java.lang.Object
  |
  +--uwcse.sim.HistogramView
All Implemented Interfaces:
WorldView
Direct Known Subclasses:
GraphicsHistogram, TextHistogram

public abstract class HistogramView
extends java.lang.Object
implements WorldView

An abstract superclass of Histogram views. This class is responsible for knowing how to count the Things in its WorldModel into a table which maps (class name (String)) -> (number of items of that class (Integer)).


Constructor Summary
HistogramView()
           
 
Method Summary
abstract  void notify(WorldModel wm)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramView

public HistogramView()
Method Detail

notify

public abstract void notify(WorldModel wm)
Specified by:
notify in interface WorldView