com.gotdns.jimula.EatHealthy
Class BMR

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.BMR

public class BMR
extends java.lang.Object

BMR(Basal Metabolic Rate) is a class which calculate BMR by giving it IBW(Ideal Body Weight),sleeping hours, and gender.

EatHealthy

A simple personal nutrient need and food serving calculator

Copyright (c) 2003


Constructor Summary
BMR(float IBW, int sleepingTime, java.lang.String sex)
          Constructs a new BMR.
 
Method Summary
 float getBMR()
          Get the calculated BMR of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMR

public BMR(float IBW,
           int sleepingTime,
           java.lang.String sex)
Constructs a new BMR.

Parameters:
IBW - Ideal Body Weight
sleepingTime - sleeping hours
sex - gender
Method Detail

getBMR

public float getBMR()
Get the calculated BMR of this object.

Returns:
a float with BMR