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