|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDemographicPrisonersDilemma
Demographic Prisoner_s Dilemma Java Implementation. Generated by metaabm system: Nov 18, 2008 11:59:45 PM PST in project: org.metaabm.examples.ascape
Method Summary | |
---|---|
int |
getBirthAge()
Gets the Birth Age property for Demographic Prisoner_s Dilemma. |
int |
getDeathAge()
Gets the Death Age property for Demographic Prisoner_s Dilemma. |
int |
getFissionWealth()
Gets the Fission Wealth property for Demographic Prisoner_s Dilemma. |
int |
getInheiritedWealth()
Gets the Inheirited Wealth property for Demographic Prisoner_s Dilemma. |
int |
getInitialWealth()
Gets the Initial Wealth property for Demographic Prisoner_s Dilemma. |
int |
getMaximumAge()
Gets the Maximum Age property for Demographic Prisoner_s Dilemma. |
int |
getMaximumWealth()
Gets the Maximum Wealth property for Demographic Prisoner_s Dilemma. |
int |
getMinimumWealth()
Gets the Minimum Wealth property for Demographic Prisoner_s Dilemma. |
double |
getMutationRate()
Gets the Mutation Rate property for Demographic Prisoner_s Dilemma. |
int |
getPayoffCC()
Gets the Payoff Cooperate Cooperate property for Demographic Prisoner_s Dilemma. |
int |
getPayoffCD()
Gets the Payoff Cooperate Defect property for Demographic Prisoner_s Dilemma. |
int |
getPayoffDC()
Gets the Payoff Defect Cooperate property for Demographic Prisoner_s Dilemma. |
int |
getPayoffDD()
Gets the Payoff Defect Defect property for Demographic Prisoner_s Dilemma. |
int |
getPlayerCount()
Gets the Player Count property for Demographic Prisoner_s Dilemma. |
void |
setBirthAge(int _birthAge)
Sets the Birth Age property for Demographic Prisoner_s Dilemma. |
void |
setDeathAge(int _deathAge)
Sets the Death Age property for Demographic Prisoner_s Dilemma. |
void |
setFissionWealth(int _fissionWealth)
Sets the Fission Wealth property for Demographic Prisoner_s Dilemma. |
void |
setInheiritedWealth(int _inheiritedWealth)
Sets the Inheirited Wealth property for Demographic Prisoner_s Dilemma. |
void |
setInitialWealth(int _initialWealth)
Sets the Initial Wealth property for Demographic Prisoner_s Dilemma. |
void |
setMaximumAge(int _maximumAge)
Sets the Maximum Age property for Demographic Prisoner_s Dilemma. |
void |
setMaximumWealth(int _maximumWealth)
Sets the Maximum Wealth property for Demographic Prisoner_s Dilemma. |
void |
setMinimumWealth(int _minimumWealth)
Sets the Minimum Wealth property for Demographic Prisoner_s Dilemma. |
void |
setMutationRate(double _mutationRate)
Sets the Mutation Rate property for Demographic Prisoner_s Dilemma. |
void |
setPayoffCC(int _payoffCC)
Sets the Payoff Cooperate Cooperate property for Demographic Prisoner_s Dilemma. |
void |
setPayoffCD(int _payoffCD)
Sets the Payoff Cooperate Defect property for Demographic Prisoner_s Dilemma. |
void |
setPayoffDC(int _payoffDC)
Sets the Payoff Defect Cooperate property for Demographic Prisoner_s Dilemma. |
void |
setPayoffDD(int _payoffDD)
Sets the Payoff Defect Defect property for Demographic Prisoner_s Dilemma. |
void |
setPlayerCount(int _playerCount)
Sets the Player Count property for Demographic Prisoner_s Dilemma. |
Method Detail |
---|
int getPlayerCount()
void setPlayerCount(int _playerCount)
_playerCount
- the new Player Count valueint getMinimumWealth()
void setMinimumWealth(int _minimumWealth)
_minimumWealth
- the new Minimum Wealth valueint getMaximumWealth()
void setMaximumWealth(int _maximumWealth)
_maximumWealth
- the new Maximum Wealth valueint getMaximumAge()
void setMaximumAge(int _maximumAge)
_maximumAge
- the new Maximum Age valueint getPayoffCC()
void setPayoffCC(int _payoffCC)
_payoffCC
- the new Payoff Cooperate Cooperate valueint getPayoffCD()
void setPayoffCD(int _payoffCD)
_payoffCD
- the new Payoff Cooperate Defect valueint getPayoffDC()
void setPayoffDC(int _payoffDC)
_payoffDC
- the new Payoff Defect Cooperate valueint getPayoffDD()
void setPayoffDD(int _payoffDD)
_payoffDD
- the new Payoff Defect Defect valueint getFissionWealth()
void setFissionWealth(int _fissionWealth)
_fissionWealth
- the new Fission Wealth valueint getInheiritedWealth()
void setInheiritedWealth(int _inheiritedWealth)
_inheiritedWealth
- the new Inheirited Wealth valueint getInitialWealth()
void setInitialWealth(int _initialWealth)
_initialWealth
- the new Initial Wealth valuedouble getMutationRate()
void setMutationRate(double _mutationRate)
_mutationRate
- the new Mutation Rate valueint getDeathAge()
void setDeathAge(int _deathAge)
_deathAge
- the new Death Age valueint getBirthAge()
void setBirthAge(int _birthAge)
_birthAge
- the new Birth Age value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |