|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlayer
Player Java Implementation. Generated by metaabm system: Nov 18, 2008 11:59:45 PM PST in project: org.metaabm.examples.ascape
Method Summary | |
---|---|
void |
dieAtAge()
. |
void |
dieAtWealth0()
. |
void |
fissionRule()
. |
int |
getAge()
Gets the Age property for Player. |
int |
getWealth()
Gets the Wealth property for Player. |
void |
intializeNonFramework()
. |
boolean |
isCooperate()
Gets the Cooperate property for Player. |
void |
moveToRandomLocation()
. |
void |
playNeighbor()
. |
void |
randomWalk()
. |
void |
setAge(int _age)
Sets the Age property for Player. |
void |
setCooperate(boolean _cooperate)
Sets the Cooperate property for Player. |
void |
setWealth(int _wealth)
Sets the Wealth property for Player. |
void |
updateAge()
Increment the Age by One.. |
Method Detail |
---|
void intializeNonFramework()
void moveToRandomLocation()
void randomWalk()
void playNeighbor()
void updateAge()
void fissionRule()
void dieAtAge()
void dieAtWealth0()
boolean isCooperate()
void setCooperate(boolean _cooperate)
_cooperate
- the new Cooperate valueint getAge()
void setAge(int _age)
_age
- the new Age valueint getWealth()
void setWealth(int _wealth)
_wealth
- the new Wealth value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |