|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.Activity
Activity is an object which calculate activity by giving it activity level, IBW(Ideal Body Weight), and sleeping hours.
EatHealthy
A simple personal nutrient need and food serving calculator
Copyright (c) 2003
Constructor Summary | |
Activity(float level,
float IBW,
int sleepingTime)
Constructs a new activity. |
Method Summary | |
float |
getActivity()
Get the calculated activity of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Activity(float level, float IBW, int sleepingTime)
level
- this activity level is given by user.IBW
- Ideal Body WeightMethod Detail |
public float getActivity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |