Uses of Class
A4Shell.Actor

Uses of Actor in A4Shell
 

Subclasses of Actor in A4Shell
 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 A4Shell that return types with arguments of type Actor
 Grid<Actor> Actor.getGrid()
          Gets the grid in which this actor is located.
 

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