Class SimpleMBSDemo2
java.lang.Object
|
+--SimpleMBSDemo2
- public class SimpleMBSDemo2
- extends java.lang.Object
AP® Computer Science 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.
The SimpleMBSDemo2
class is
copyright© 2002 College Entrance Examination Board
(www.collegeboard.com).
- Version:
- 1 July 2002
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 |
SimpleMBSDemo2
public SimpleMBSDemo2()
main
public static void main(java.lang.String[] args)
- Start the Marine Biology Simulation program.
The String arguments (args) are not used in this application.
Copyright© 2002 College Entrance Examination Board