simulation
Class Model

java.lang.Object
  extended bysimulation.Model

public class Model
extends java.lang.Object


Field Summary
private  View view
           
 
Constructor Summary
Model()
           
 
Method Summary
 void addView(View v)
           
(package private)  java.awt.Dimension getEnclosingBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

private View view
Constructor Detail

Model

public Model()
Method Detail

addView

public void addView(View v)

getEnclosingBox

java.awt.Dimension getEnclosingBox()