Uses of Class
WatorWorld.Actor

Uses of Actor in WatorWorld
 

Subclasses of Actor in WatorWorld
 class Fish
          A class to model a Fish in the Wator simulation.
 class Shark
          A class to model a Shark in the Wator simulation.
 

Methods in WatorWorld that return types with arguments of type Actor
 Grid<Actor> Actor.getGrid()
          Gets the grid in which this actor is located.
 

Method parameters in WatorWorld with type arguments of type Actor
 void Actor.putSelfInGrid(Grid<Actor> gr, Location loc)
          Puts this actor into a grid.