com.gotdns.jimula.EatHealthy
Class Calorie

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

public class Calorie
extends java.lang.Object

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

Calorie

public Calorie(float BMR,
               float activity,
               float DIT)
Constructs a new calorie.

Parameters:
BMR - Basal Metabolic Rate
activity - activity
DIT - Diet-Induced Thermogenesis
Method Detail

getCalorie

public float getCalorie()
Get the calculated calories of this object.

Returns:
a flot with calorie