Uses of Class
net.sourceforge.cilib.boa.bee.AbstractBee

Packages that use AbstractBee
net.sourceforge.cilib.boa.bee   
 

Uses of AbstractBee in net.sourceforge.cilib.boa.bee
 

Subclasses of AbstractBee in net.sourceforge.cilib.boa.bee
 class OnlookerBee
          Represents an onlooker bee in the hive.
 class WorkerBee
          A worker bee that forages for food and updates the hive information by dancing.
 

Methods in net.sourceforge.cilib.boa.bee that return AbstractBee
abstract  AbstractBee AbstractBee.getClone()
          Make a clone of the Entity the exact semantics of the clone method will be defined by the classes that implements this interface.
 

Constructors in net.sourceforge.cilib.boa.bee with parameters of type AbstractBee
AbstractBee(AbstractBee copy)
          Copy constructor.
OnlookerBee(AbstractBee bee)
           
 



Copyright © 2009 CIRG. All Rights Reserved.