sysModel.env
Interface ASquareEnv.ISquareLocalEnvironment

All Superinterfaces:
ILocalEnv
All Known Implementing Classes:
BoundedEnv.LocalEnvironment, UnboundedEnv.LocalEnvironment
Enclosing interface:
ASquareEnv

protected static interface ASquareEnv.ISquareLocalEnvironment
extends ILocalEnv

Concrete local environment for the square environment.


Method Summary
 ASquareEnv.Direction direction()
          Accessor for the direction.
 ASquareEnv.Location location()
          Accessor for the location.
 
Methods inherited from interface sysModel.env.ILocalEnv
drawFish, execute, removeFish, setState, toString, tryBreedFwd, tryMoveFwd, turnRight
 

Method Detail

location

public ASquareEnv.Location location()
Accessor for the location.

Returns:
location

direction

public ASquareEnv.Direction direction()
Accessor for the direction.

Returns:
direction