|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |