biosim.app.fishlr
Class LeaderFish

java.lang.Object
  extended by biosim.app.fishlr.LeaderFish
All Implemented Interfaces:
Agent

public class LeaderFish
extends java.lang.Object
implements Agent


Constructor Summary
LeaderFish(AbstractFish b)
           
 
Method Summary
 void act(double time)
           
 void finish()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaderFish

public LeaderFish(AbstractFish b)
Method Detail

init

public void init()
Specified by:
init in interface Agent

finish

public void finish()
Specified by:
finish in interface Agent

act

public void act(double time)
Specified by:
act in interface Agent