|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object partage.PleiadesComplexInstanceGenerator.ConsumptionRightsParameters
public static class PleiadesComplexInstanceGenerator.ConsumptionRightsParameters
A nested class for customizing all the parameters concerning the consumption rights of the instance.
Field Summary | |
---|---|
boolean |
different
true if we don't want the consumption of the
objects to be all equals - default is true . |
int |
rAMin
The minimal consumption rights of the agents - default is 2. |
int |
rOMax
The maximal consumption of the objects - default is 4. |
boolean |
unequal
true if we want unequal entitlements
- default is true . |
double |
unequalRightsFactor
The ratio between the rights of two consecutive agents (for unequal entitlements only) - default is 3.6. |
Constructor Summary | |
---|---|
PleiadesComplexInstanceGenerator.ConsumptionRightsParameters()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean unequal
true
if we want unequal entitlements
- default is true
.
public boolean different
true
if we don't want the consumption of the
objects to be all equals - default is true
.
public double unequalRightsFactor
public int rOMax
public int rAMin
Constructor Detail |
---|
public PleiadesComplexInstanceGenerator.ConsumptionRightsParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |