Uses of Class
com.avian.foods.basefoods.StdFood

Packages that use StdFood
com.avian.birds.basebirds   
com.avian.errs   
com.avian.foods.dbfoods   
com.avian.foods.philos   
 

Uses of StdFood in com.avian.birds.basebirds
 

Fields in com.avian.birds.basebirds declared as StdFood
protected  StdFood StdBird.foodFromTree
          The StdBird always eats some kind of Manna from a TupleTree.
 

Uses of StdFood in com.avian.errs
 

Subclasses of StdFood in com.avian.errs
 class Err
          Used to report errors, extended from StdFood for convenience.
 

Uses of StdFood in com.avian.foods.dbfoods
 

Subclasses of StdFood in com.avian.foods.dbfoods
 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 StdFood in com.avian.foods.philos
 

Subclasses of StdFood in com.avian.foods.philos
 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.