|
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||
java.lang.Object | +--uwcse.sim.HistogramView
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 |
public HistogramView()
| Method Detail |
public abstract void notify(WorldModel wm)
notify in interface WorldView
|
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||