sysModel.fish
Interface IFishBehavior


public interface IFishBehavior

AFish behavior interface.

Author:
Mathias Ricken

Method Summary
 void move(AFish host)
          Carry out movement behavior for the host fish.
 

Method Detail

move

void move(AFish host)
Carry out movement behavior for the host fish.

Parameters:
host - fish to move.