|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--SimpleMBSDemo2
Marine Biology Simulation: The SimpleMBSDemo2 class provides a main method that creates a simulation of a number of fish swimming in a bounded environment. It also creates a simple window in which to view the environment after each timestep in the simulation. This version of the MBS demo uses an object of the Simulation class.
This class will NOT be tested on the Advanced Placement exam.
| Constructor Summary | |
SimpleMBSDemo2()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Start the Marine Biology Simulation program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleMBSDemo2()
| Method Detail |
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||