com.gotdns.jimula.EatHealthy
Class DIT

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

public class DIT
extends java.lang.Object

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

DIT

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

Parameters:
BMR - Basal Metabolic Rate
activity - activity
Method Detail

getDIT

public float getDIT()
Get the calculated DIT of this object.

Returns:
a flot with DIT