|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.Calorie
Calorie is a class which calculate calorie by giving it BMR(Basal Metabolic Rate), activity, and DIT(Diet-Induced Thermogenesis).
EatHealthy
A simple personal nutrient need and food serving calculator
Copyright (c) 2003
Constructor Summary | |
Calorie(float BMR,
float activity,
float DIT)
Constructs a new calorie. |
Method Summary | |
float |
getCalorie()
Get the calculated calories of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Calorie(float BMR, float activity, float DIT)
BMR
- Basal Metabolic Rateactivity
- activityDIT
- Diet-Induced ThermogenesisMethod Detail |
public float getCalorie()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |