Uses of Interface
com.avian.foods.basefoods.Manna

Packages that use Manna
com.avian.errs   
com.avian.foods.basefoods   
com.avian.foods.colorfoods   
com.avian.foods.dbfoods   
com.avian.foods.philos   
 

Uses of Manna in com.avian.errs
 

Classes in com.avian.errs that implement Manna
 class Err
          Used to report errors, extended from StdFood for convenience.
 

Uses of Manna in com.avian.foods.basefoods
 

Classes in com.avian.foods.basefoods that implement Manna
 class DefaultFood
          DefaultFood implements the Manna interface, providing simple instances of each required method.
 class StdFood
          The contents of this food object is the "work package" that birds digest.
 

Uses of Manna in com.avian.foods.colorfoods
 

Classes in com.avian.foods.colorfoods that implement Manna
 class BlackFood
          A different variety of food, extended from DefaultFood.
 class BlueFood
          A different variety of food, extended from DefaultFood.
 class BrownFood
          A different variety of food, extended from DefaultFood.
 class GreenFood
          A different variety of food, extended from DefaultFood.
 class OrangeFood
          A different variety of food, extended from DefaultFood.
 class PurpleFood
          A different variety of food, extended from DefaultFood.
 class RedFood
          A different variety of food, extended from DefaultFood.
 class WhiteFood
          A different variety of food, extended from DefaultFood.
 class YellowFood
          A different variety of food, extended from DefaultFood.
 

Uses of Manna in com.avian.foods.dbfoods
 

Classes in com.avian.foods.dbfoods that implement Manna
 class CombinedFood
          Combines a first name food object, a last name food object, and a zipcode food object into one food object
 class FirstName
          Receives one first name record from the database
 class LastName
          Receives one last name record from the database
 class StateZipPop
          Receives one record of State, Zipcode, & Population data from the database
 

Uses of Manna in com.avian.foods.philos
 

Classes in com.avian.foods.philos that implement Manna
 class Fork1
          Fork1 is one of the forks used in the Dining Philosophers problem.
 class Fork2
          Fork2 is one of the forks used in the Dining Philosophers problem.
 class Fork3
          Fork3 is one of the forks used in the Dining Philosophers problem.
 class Fork4
          Fork4 is one of the forks used in the Dining Philosophers problem.
 class Fork5
          Fork5 is one of the forks used in the Dining Philosophers problem.
 class Fork6
          Fork6 is one of the forks used in the Dining Philosophers problem.
 class Fork7
          Fork7 is one of the forks used in the Dining Philosophers problem.
 class Fork8
          Fork8 is one of the forks used in the Dining Philosophers problem.
 class Fork9
          Fork9 is one of the forks used in the Dining Philosophers problem.