|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSALPMPE.strategy
public class strategy
Defines the representation of the strategy followed by firms in a given industry state.
| Field Summary | |
|---|---|
(package private) double |
entry
Entry threshold |
(package private) double[] |
exit
Exit threshold |
(package private) int[] |
policy
Investment policy. |
| Constructor Summary | |
|---|---|
strategy()
Creates new strategy object |
|
| Method Summary | |
|---|---|
void |
setEntry(double inputEntry)
Sets entry threshold. |
void |
setExit(double[] inputExit)
Sets exit threshold. |
void |
setPolicy(int[] inputPolicy)
Sets investment policy. |
void |
setStrategy(strategy inputStrategy)
Sets investment policy, and entry and exit thresholds. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int[] policy
double[] exit
double entry
| Constructor Detail |
|---|
public strategy()
| Method Detail |
|---|
public void setStrategy(strategy inputStrategy)
inputStrategy - Strategy thresholds.public void setPolicy(int[] inputPolicy)
inputPolicy - Policy per state.public void setExit(double[] inputExit)
inputExit - Exit threshold.public void setEntry(double inputEntry)
inputEntry - Entry threshold.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||