|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthealth.Fermi
public class Fermi
Fermi function for food intake requiremnt of an agent.
Field Summary | |
---|---|
(package private) double |
beta
|
(package private) double |
zStar
|
Constructor Summary | |
---|---|
Fermi()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
double |
returnChildFoodIntake(int age)
|
double |
returnValueOfFunction(double z)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
double beta
double zStar
Constructor Detail |
---|
public Fermi()
Method Detail |
---|
public double returnValueOfFunction(double z)
public double returnChildFoodIntake(int age)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |