sim1
A first cut at making a simulation in java.
Here we have an application that creates a Model, which acts
as a manager of a simulation. In Swarm, the model level is
where the action is organized, and I see no reason why that
term should not be used in that context in all simulations.
All of the really important guts of the program are in Model
and Student.