Uses of Class
ca.spaz.cron.database.NutrientTable

Packages that use NutrientTable
ca.spaz.cron.database   
ca.spaz.cron.datasource   
ca.spaz.cron.datasource.sql   
ca.spaz.cron.datasource.www   
 

Uses of NutrientTable in ca.spaz.cron.database
 

Subclasses of NutrientTable in ca.spaz.cron.database
 class AminoAcids
           
 class Lipids
           
 class MacroNutrients
           
 class Minerals
           
 class Vitamins
          The standard list of vitamins for a food item.
 

Methods in ca.spaz.cron.database with parameters of type NutrientTable
 void NutrientTable.addFood(NutrientTable toAdd, double weight)
          Add the nutrients in the given table to our total
 

Uses of NutrientTable in ca.spaz.cron.datasource
 

Methods in ca.spaz.cron.datasource with parameters of type NutrientTable
protected abstract  void AbstractFoodDataSource.doGetNutrientsFor(Food food, NutrientTable nutrients)
          Fill the provided NutrientTable with the nutrients associated with the Food.
 void AbstractFoodDataSource.getNutrientsFor(Food food, NutrientTable nutrients)
           
 void IFoodDatasource.getNutrientsFor(Food f, NutrientTable nutrients)
          Fill the provided NutrientTable with the nutrients associated with the Food.
 

Uses of NutrientTable in ca.spaz.cron.datasource.sql
 

Methods in ca.spaz.cron.datasource.sql with parameters of type NutrientTable
protected  void SQLDatasource.doGetNutrientsFor(Food food, NutrientTable nutrients)
           
 

Uses of NutrientTable in ca.spaz.cron.datasource.www
 

Methods in ca.spaz.cron.datasource.www with parameters of type NutrientTable
protected  void NutritionDataDatasource.doGetNutrientsFor(Food food, NutrientTable nutrients)
           
protected  void AbstractWWWDatasource.doGetNutrientsFor(Food food, NutrientTable nutrients)
           
 



Copyright © 2005 Spaz. All Rights Reserved.