A C D E F G I L M P R S T U V W

M

main(String[]) - Static method in class fishPond.Controller
Driver that simply instantiates the Controller.
MAX_FISH_SIZE - Static variable in class fishPond.Fish
Maximum size for a fish
MAX_PLANT_SIZE - Static variable in class fishPond.Plant
Maximum size for a plant
Model - Class in fishPond
Model for the Fish Pond Simulation.
Model(int, int, int, int, int) - Constructor for class fishPond.Model
THIS METHOD HAS BEEN WRITTEN FOR YOU!
Model(Model) - Constructor for class fishPond.Model
Copy Constructor.
move() - Method in class fishPond.Fish
The fish's location (row or col) is adjusted by ONE unit, depending on the fish's current direction.
moveFish() - Method in class fishPond.Model
Note: This method assumes that each live fish that is not surrounded by rocks is already facing a direction where there is no rock! (Typically the call to this method should immediately follow a call to "turnFish", which ensures that these conditions are satisfied.)

A C D E F G I L M P R S T U V W

Web Accessibility