Class Summary |
Add1Bird |
Eats a food object from the TupleTree, gets its contents, adds 1 to it, and
then stores it back in the TupleTree. |
Add2Bird |
Eats a food object from the TupleTree, gets its contents, adds 2 to it, and
then stores it back in the TupleTree. |
Add3Bird |
Eats a food object from the TupleTree, gets its contents, adds 3 to it, and
then stores it back in the TupleTree. |
Add4Bird |
Eats a food object from the TupleTree, gets its contents, adds 4 to it, and
then stores it back in the TupleTree. |
Add5Bird |
Eats a food object from the TupleTree, gets its contents, adds 5 to it, and
then stores it back in the TupleTree. |
MathBird |
Concrete implementation of the AbstractBasicBird. |